notification_interval max value

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
jacek
Posts: 255
Joined: Wed Sep 09, 2015 5:49 am

notification_interval max value

Post by jacek »

What is the maximal value of notification_interval?
I can't find that in the documentation, I'm looking for something long, like a week (10 080 minutes) or even more...
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: notification_interval max value

Post by lmiltchev »

I just spoke to our developers about this - notification_interval is a double, so the limitation is 1.79769e+308... :)

https://www.google.com/search?q=maximum+double+value+c
Be sure to check out our Knowledgebase for helpful articles and solutions!
jacek
Posts: 255
Joined: Wed Sep 09, 2015 5:49 am

Re: notification_interval max value

Post by jacek »

OK, think it will be enough for me :shock:

For the future - this might be a good idea to provide variable types used in the documentation (both customers and you will benefit) :)

Thank you!
jomann
Development Lead
Posts: 611
Joined: Mon Apr 22, 2013 10:06 am
Location: Nagios Enterprises

Re: notification_interval max value

Post by jomann »

Will make a note about it, we could probably add something to the Nagios Core docs for things like this.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked