Skip to content

Instantly share code, notes, and snippets.

@jgeiger
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jgeiger/c390ecd49732343b69e5 to your computer and use it in GitHub Desktop.
Save jgeiger/c390ecd49732343b69e5 to your computer and use it in GitHub Desktop.
monitrc
###############################################################################
## 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