Skip to content

Instantly share code, notes, and snippets.

@btazi
Last active August 29, 2015 14:19
Show Gist options
  • Save btazi/77389f41c5ee83d09d88 to your computer and use it in GitHub Desktop.
Save btazi/77389f41c5ee83d09d88 to your computer and use it in GitHub Desktop.
monitrc
set daemon 30
set logfile syslog facility log_daemon
set alert [email protected] mail-format {from: [email protected]}
set mailserver smtp.mandrillapp.com port 587
username [email protected]
password pastemandrillpasswordhere
using tlsv1
with timeout 30 seconds
using hostname "pastehostnamehere"
set httpd port 2812 and
use address localhost
allow localhost
allow monituser:monitpassword
include /etc/monit/conf.d/*.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment