mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-10 00:47:51 +02:00
The big one update :-)
This commit is contained in:
@ -1,15 +1,17 @@
|
||||
[supervisord]
|
||||
nodaemon = true
|
||||
|
||||
[program:zabbix-java-gateway]
|
||||
command = /bin/bash /usr/sbin/zabbix_java_gateway
|
||||
stopsignal = INT
|
||||
stopwaitsecs = 2
|
||||
[program:zabbix_java_gateway]
|
||||
command = /bin/bash /usr/sbin/%(program_name)s
|
||||
user = zabbix
|
||||
auto_start = true
|
||||
autorestart = true
|
||||
|
||||
startsecs=3
|
||||
startretries=3
|
||||
stopsignal=INT
|
||||
stopwaitsecs=2
|
||||
|
||||
redirect_stderr=true
|
||||
stdout_logfile = /dev/stdout
|
||||
stdout_logfile_maxbytes = 0
|
||||
stderr_logfile = /dev/stderr
|
||||
stderr_logfile_maxbytes = 0
|
||||
|
@ -14,6 +14,7 @@ critical = critical
|
||||
user = root
|
||||
logfile_maxbytes = 0
|
||||
logfile_backupcount = 0
|
||||
loglevel = info
|
||||
|
||||
; the below section must remain in the config file for RPC
|
||||
; (supervisorctl/web interface) to work, additional interfaces may be
|
||||
|
Reference in New Issue
Block a user