Check_mk send notifications based on service status in Nagios

check-mknagios

I have some services status in "Warning", "Unknown" and "Critical". I would like to send notifications for "Warnings" and "Unknown" every hour and for "Critical" every 10 minutes. Right now my set up only sends notifications for "Critical" every 30 minutes. I have not seen how to change it based on status:

extra_service_conf["notification_interval"] = [
 ( "30",  ALL_HOSTS, ALL_SERVICES )
]

Best Answer

  • Log in via WATO as an administrative user
  • Find the "Host & Service Parameters"
  • Find "Monitoring Configuration"
  • Find "Periodic notifications during service problems"

From this point, I think you'll be able to handle it.