From 4583c6c819e5c20e98f5a35ee3a9bbf8c0c323f4 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 6 Jan 2015 13:36:01 +0100 Subject: munin: send notifications to root. send warnings about disk usage of /srv/workspace when it reaches 75%, critical for 85%. --- etc/munin/munin.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'etc/munin') diff --git a/etc/munin/munin.conf b/etc/munin/munin.conf index 0bedd5a8..fca15a91 100644 --- a/etc/munin/munin.conf +++ b/etc/munin/munin.conf @@ -93,11 +93,15 @@ includedir /etc/munin/munin-conf.d # For those with Nagios, the following might come in handy. In addition, # the services must be defined in the Nagios server as well. #contact.nagios.command /usr/bin/send_nsca nagios.host.comm -c /etc/nsca.conf +contacts me +contact.me.command mail -s "Munin notification ${var:host}" root # a simple host tree [jenkins.debian.net] address 127.0.0.1 use_node_name yes + df._srv_workspace.warning 75 + df._srv_workspace.critical 85 # # A more complex example of a host tree -- cgit v1.2.3-54-g00ecf