check_mk send notifications based on service status in Nagio

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
raygo
Posts: 1
Joined: Mon Feb 06, 2017 4:26 pm

check_mk send notifications based on service status in Nagio

Post by raygo »

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:

Code: Select all

extra_service_conf["notification_interval"] = [ 
 ( "30",  ALL_HOSTS, ALL_SERVICES ) 
] 
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: check_mk send notifications based on service status in N

Post by rkennedy »

check_mk is actually not our product, and we won't be able to provide support here. You can find the mailing lists available here - https://mathias-kettner.de/check_mk_lists.html
Former Nagios Employee
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: check_mk send notifications based on service status in N

Post by tmcdonald »

Just checking in since we have not heard from you in a while. Did @rkennedy's post clear things up or has the issue otherwise been resolved?
Former Nagios employee
Locked