containers-ruby/monitrc

22 lines
527 B
Plaintext
Raw Normal View History

2019-09-10 23:24:35 +00:00
set init
set daemon 60
set logfile syslog facility log_daemon
set pidfile /run/monit.pid
set idfile /var/lib/monit/id
set statefile /var/lib/monit/state
set eventqueue basedir /var/lib/monit/events slots 100
2019-09-11 00:11:06 +00:00
set limits { programoutput: 1 MB }
2019-09-10 23:24:35 +00:00
2021-04-01 18:49:14 +00:00
check program nsupdate
with path "/usr/local/bin/nsupdate"
every 1 cycle
if status = 0 then unmonitor
2022-03-14 02:27:39 +00:00
check program zeroconf
with path "/usr/local/bin/zeroconf"
2022-03-07 23:28:42 +00:00
every 1 cycle
if status = 0 then unmonitor
2022-03-07 21:59:28 +00:00
2019-09-10 23:24:35 +00:00
include /etc/monit.d/*.conf
2023-04-19 17:34:19 +00:00
include /etc/monit.d/external/*.conf