mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
14 lines
274 B
Text
14 lines
274 B
Text
|
set daemon 2
|
||
|
set logfile /var/log/monit.log
|
||
|
set idfile /var/lib/monit/id
|
||
|
set statefile /var/lib/monit/state
|
||
|
set pidfile /var/run/monit.pid
|
||
|
|
||
|
set eventqueue
|
||
|
basedir /var/lib/monit/events
|
||
|
slots 100
|
||
|
|
||
|
set httpd port 2812 and
|
||
|
use address localhost
|
||
|
allow localhost
|