Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Verified Commit 26016206 authored by Vincent SIMONIN's avatar Vincent SIMONIN
Browse files

Add Syslog to Graylog

parent 2640dff1
No related branches found
No related tags found
1 merge request!32Add pylint utilitary
Pipeline #79565 passed
......@@ -8,13 +8,49 @@ services:
start_period: 2s
retries: 30
env_file: env/netbox.env
logging:
driver: "syslog"
options:
syslog-address: "tcp://gra1-63cfda8371ef06f3c6bf175c.gra1.logs.ovh.com:6514"
syslog-format: "rfc5424"
tag: "netbox"
netbox-worker:
env_file: env/netbox.env
logging:
driver: "syslog"
options:
syslog-address: "tcp://gra1-63cfda8371ef06f3c6bf175c.gra1.logs.ovh.com:6514"
syslog-format: "rfc5424"
tag: "netbox"
netbox-housekeeping:
env_file: env/netbox.env
logging:
driver: "syslog"
options:
syslog-address: "tcp://gra1-63cfda8371ef06f3c6bf175c.gra1.logs.ovh.com:6514"
syslog-format: "rfc5424"
tag: "netbox"
postgres:
env_file: env/postgres.env
logging:
driver: "syslog"
options:
syslog-address: "tcp://gra1-63cfda8371ef06f3c6bf175c.gra1.logs.ovh.com:6514"
syslog-format: "rfc5424"
tag: "netbox"
redis:
env_file: env/redis.env
logging:
driver: "syslog"
options:
syslog-address: "tcp://gra1-63cfda8371ef06f3c6bf175c.gra1.logs.ovh.com:6514"
syslog-format: "rfc5424"
tag: "netbox"
redis-cache:
env_file: env/redis-cache.env
logging:
driver: "syslog"
options:
syslog-address: "tcp://gra1-63cfda8371ef06f3c6bf175c.gra1.logs.ovh.com:6514"
syslog-format: "rfc5424"
tag: "netbox"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment