diff options
author | Marcel Haerry <haerry@puzzle.ch> | 2008-08-06 10:46:12 +0200 |
---|---|---|
committer | Marcel Haerry <haerry@puzzle.ch> | 2008-08-06 10:46:12 +0200 |
commit | 12cbdf3621e5f3972905a354cae3089648411ec4 (patch) | |
tree | a7ee2b142c45fdece14296034ce9506d04f1fd19 /files | |
parent | 17fd283a948527e37f1d76937cbeb655953d40dc (diff) | |
parent | 91b8dd6c66b3bf7e7d4cd5d99d4bc7241b4f50f9 (diff) |
merged with immerda, disabled tls
Diffstat (limited to 'files')
-rw-r--r-- | files/config/host/munin.conf.header.CentOS | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/files/config/host/munin.conf.header.CentOS b/files/config/host/munin.conf.header.CentOS index da05b5a..e252048 100644 --- a/files/config/host/munin.conf.header.CentOS +++ b/files/config/host/munin.conf.header.CentOS @@ -14,6 +14,8 @@ tmpldir /etc/munin/templates # Make graphs show values per minute instead of per second #graph_period minute +graph_strategy cgi + # Drop somejuser@fnord.comm and anotheruser@blibb.comm an email everytime # something changes (OK -> WARNING, CRITICAL -> OK, etc) #contact.someuser.command mail -s "Munin notification" somejuser@fnord.comm @@ -23,7 +25,12 @@ tmpldir /etc/munin/templates # the services must be defined in the Nagios server as well. #contact.nagios.command /usr/sbin/send_nsca -H nagios.host.com -c /etc/send_nsca.cfg -graph_strategy cgi +contacts me +contact.me.command mail -s "Munin notification ${var:group} :: ${var:host} :: ${var:graph_title}" root +contact.me.always_send warning critical + +# disable tls as we don't yet have configured it +tls disable # a simple host tree #[localhost] |