Page 1 of 1

Default timeperiod used?

Posted: Wed Sep 28, 2011 11:07 am
by alceryes
If I don't define a timeperiod for a service does nagios automatically use 24x7 or is there a default timeperiod alias that it uses?
TIA.

Re: Default timeperiod used?

Posted: Wed Sep 28, 2011 5:56 pm
by jsmurphy
More or less 24x7, yes :)
If you do not use the check_period directive to specify a timeperiod, Nagios will be able to schedule active checks of the host or service anytime it needs to. This is essentially a 24x7 monitoring scenario.
http://nagios.sourceforge.net/docs/3_0/timeperiods.html

Re: Default timeperiod used?

Posted: Fri Sep 30, 2011 1:35 pm
by alceryes
Great Thx!