Page 1 of 1

notification_interval max value

Posted: Mon Jul 16, 2018 4:19 pm
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...

Re: notification_interval max value

Posted: Mon Jul 16, 2018 4:53 pm
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

Re: notification_interval max value

Posted: Tue Jul 17, 2018 2:26 am
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!

Re: notification_interval max value

Posted: Tue Jul 17, 2018 8:58 am
by jomann
Will make a note about it, we could probably add something to the Nagios Core docs for things like this.