Last active
August 29, 2015 14:19
-
-
Save btazi/77389f41c5ee83d09d88 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
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