I have setup alerts in munin.conf
contacts user1 user2 user3 user4
contact.user1.command mail -s "Munin notification" mailid1@mydomain.in
contact.user2.command mail -s "Munin notification" mailid2@mydomain.in
contact.user3.command mail -s "Munin notification" mailid3@mydomain.in
contact.user4.command mail -s "Munin notification" mailid4@mydomain.in
contact.user1.always_send critical
contact.user2.always_send warning critical
contact.user3.always_send warning critical
contact.user4.always_send critical
But this is likely to send me notifications when any of the parameters hit the warning or critical threshold. Is there a way to set alerts for only a specific set of parameters, In my case I would like to set it up only for : cpu utilization, memory utilization, load average, and disk utilization
Unfortunately the Munin documentation is silent on this.