Ingore Alarms during a certain time

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
peter19x
Posts: 119
Joined: Tue Dec 08, 2015 10:16 am

Ingore Alarms during a certain time

Post by peter19x »

Hello,

I have alarms that I want to be shown between working hours eg. 08:00 to 17:00 GMT, but I want Nagios XI to ignore these services if they raise any alarm outside this slot.

It is a possible thing to configure?

Thanks,
Peter
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: Ingore Alarms during a certain time

Post by mcapra »

It would depend on what you mean by "ignore".

You can leverage the notification_interval in your service objects to fine-tune when you get notifications (via text, email, etc). Those settings should be under the "Alert Settings" tab in the Core Config Manager for a given service.

If you simply do not want Nagios XI to execute checks of any kind against specific service objects over a specific time period, you can change that service's check_period via the Core Config Manager under the "Check Settings" tab.
Former Nagios employee
https://www.mcapra.com/
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Ingore Alarms during a certain time

Post by lmiltchev »

Thanks, @mcapra!
Be sure to check out our Knowledgebase for helpful articles and solutions!
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Ingore Alarms during a certain time

Post by tgriep »

Thanks mcapra for the help.
You could create that Time Period like your example and add that to the Notification Period for the checks so you do not get notified during that period or you can add it to the check period and the check will not run either outside of the period.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked