timeperiod exclude 2nd 4th nth day of week
Posted: Tue Sep 15, 2015 7:47 am
hi,
just need to verify whether this will work. Below is timeperiod which i am trying to use. Since i cannot practically test.
https://assets.nagios.com/downloads/nag ... timeperiod
just need to verify whether this will work. Below is timeperiod which i am trying to use. Since i cannot practically test.
Code: Select all
define timeperiod {
timeperiod_name Custom_time
alias Notification Times for test
exclude Custom_time_Exclude
tuesday 00:00-24:00
wednesday 00:00-24:00
monday 00:00-24:00
thursday 00:00-24:00
friday 00:00-24:00
saturday 00:00-24:00
}
define timeperiod {
timeperiod_name Custom_time_Exclude
alias Notification Times for test
saturday 2,4 00:00-24:00
}