Hi,<br><br>I want to generate a custom report in "Nagios-3.2.0". I have defined the work-hours in "timeperiods.cfg" as follows:<br><br>#workhours' timeperiod definition<br><br>define timeperiod {<br>
<br>timeperiod_name 0800-2000<br>alias full time<br><br>monday 08:00-20:00<br>tuesday 08:00-20:00<br>wednesday 08:00-20:00 <br>thursday 08:00-20:00<br>friday 08:00-20:00<br>saturday 08:00-20:00<br>
}<br><br>Now, if I replace "saturday" with "2010-03-27" or "march 27" as shown below:<br><br>#workhours' timeperiod definition<br><br>define timeperiod {<br><br>timeperiod_name 0800-2000<br>
alias full time<br><br>monday 08:00-20:00<br>tuesday 08:00-20:00<br>wednesday 08:00-20:00 <br>thursday 08:00-20:00<br>friday 08:00-20:00<br>2010-03-27 08:00-20:00<br>}<br><br>Nagios is not generating report for the given date (2010-03-27).<br>
<br>How can I modify "timeperiods.cfg" so that I can generate reports for the given dates ?<br><br>Thanks,<br>Naveen<br>