Last active
August 29, 2015 14:05
-
-
Save jgeiger/c390ecd49732343b69e5 to your computer and use it in GitHub Desktop.
monitrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################################################### | |
## Monit control file | |
############################################################################### | |
## | |
## Start Monit in the background (run as a daemon): | |
set daemon 60 # check services at 1-minute intervals | |
set logfile syslog facility log_daemon | |
set httpd port 2812 and | |
use address localhost # only accept connection from localhost | |
allow localhost # allow localhost to connect to the server and | |
############################################################################### | |
## Services | |
############################################################################### | |
include /etc/monit.d/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment