Advertisement
Guest User

Untitled

a guest
Jul 4th, 2015
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. set alert usera@example.com
  2.  
  3. set mailserver smtp.gmail.com port 587
  4. username "user@gmail.com"
  5. password "password"
  6. using TLSV1
  7. with timeout 30 seconds
  8.  
  9. set mail-format {
  10. from: monit@server.example.com
  11. reply-to: user@example.com
  12. subject: [MONIT] $SERVICE $EVENT at $DATE
  13. message: Monit $ACTION $SERVICE at $DATE on $HOST: $DESCRIPTION.
  14. Yours sincerely,
  15. monit
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement