I'm generally using nagios3, but on one server I have to use nagios2.
I defined timeperiods.cfg in nagios 3 as
I need first week of the month to be assigned to one guy (contact), and second to another and so on.define timeperiod{
timeperiod_name forth-week
alias 4-th week
monday 4 00:00-09:00,17:00-24:00
tuesday 4 00:00-09:00,17:00-24:00
wednesday 4 00:00-09:00,17:00-24:00
thursday 4 00:00-09:00,17:00-24:00
friday 4 00:00-09:00,17:00-24:00
saturday 4 00:00-24:00
sunday 4 00:00-24:00
}
But , when I copied this config to Nagios2 , it does not accept this config. Nagios 2 does not have such option?
Question is - how can I do the same in Nagios2 ?
I have a manual for Nagios 2 but it does not say anything about timeperiods possibilities.
Thank you