Issue with recurring downtime component

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
WillemDH
Posts: 2320
Joined: Wed Mar 20, 2013 5:49 am
Location: Ghent
Contact:

Issue with recurring downtime component

Post by WillemDH »

Hello,

We are seeing strange behaviour of the recurring downtime function and hostgroups.

It seems that once you configure a recurring downtime, then remove it and configure another, the old recurring is still applied. In case of a wrongly set recurring downtime for a hostgroup, are we supposed to manually delete each downtime in the scheduled downtime page? Or is this some sort of bug?

Willem
Nagios XI 5.8.1
https://outsideit.net
User avatar
WillemDH
Posts: 2320
Joined: Wed Mar 20, 2013 5:49 am
Location: Ghent
Contact:

Re: Issue with recurring downtime component

Post by WillemDH »

ok, I removed the downtime with the mass downtime remover.. But is it normal behaviour that when a recurring downtime is deleted, the downtime needs to be manually removed from the scheduled downtime page?
Nagios XI 5.8.1
https://outsideit.net
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Issue with recurring downtime component

Post by lmiltchev »

This is run on a cron job.

Code: Select all

grep recurring /etc/cron.d/nagiosxi
01  * * * * nagios /usr/local/nagiosxi/cron/recurringdowntime.pl > /usr/local/nagiosxi/var/recurringdowntime.log 2>&1
I guess, if the downtime has already been scheduled, you would need to remove it manually.
Be sure to check out our Knowledgebase for helpful articles and solutions!
User avatar
WillemDH
Posts: 2320
Joined: Wed Mar 20, 2013 5:49 am
Location: Ghent
Contact:

Re: Issue with recurring downtime component

Post by WillemDH »

Imho it seems very logical that once a recurring downtime is removed, the related downtimes are also deleted?

Or am I seeing this the wrong way?

Is this worth making a feature or usability request?

Grtz
Nagios XI 5.8.1
https://outsideit.net
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Issue with recurring downtime component

Post by lmiltchev »

We discussed it with a co-worker, and we tend to agree that you have a point. :) You can post a feature request on our public tracker or I can post one for you (internally) if you want me to.
Be sure to check out our Knowledgebase for helpful articles and solutions!
User avatar
WillemDH
Posts: 2320
Joined: Wed Mar 20, 2013 5:49 am
Location: Ghent
Contact:

Re: Issue with recurring downtime component

Post by WillemDH »

Cool. Already made the feature request! :)

http://tracker.nagios.com/view.php?id=567

You can close this thread. I'll wait patiently untill your developers find some time.

Grtz
Nagios XI 5.8.1
https://outsideit.net
Locked