Search found 5 matches
- Mon Apr 07, 2014 3:30 pm
- Forum: Open Source Nagios Projects
- Topic: Is daylight saving time screwing up availabity report ?
- Replies: 9
- Views: 2787
Re: Is daylight saving time screwing up availabity report ?
Here are a few more tests using a combination of hostgroups - Hostgroup CHA, "Last month" and time period 24x7 : All OK Hostgroup 'CHA' Host State Breakdowns: Host % Time Up % Time Down % Time Unreachable % Time Undetermined CHAPHXAP03 99.994% (99.994%) 0.000% (0.000%) 0.006% (0.006%) 0.00...
- Mon Apr 07, 2014 7:58 am
- Forum: Open Source Nagios Projects
- Topic: Is daylight saving time screwing up availabity report ?
- Replies: 9
- Views: 2787
Re: Is daylight saving time screwing up availabity report ?
This is the time period definition I am using. define timeperiod{ timeperiod_name CHA_Operation alias CHA Operations hours monday 06:00-24:00 tuesday 00:00-24:00 wednesday 00:00-24:00 thursday 00:00-24:00 friday 00:00-17:00 } Then I use the interface to generate the report : - Availability/Hostgroup...
- Thu Apr 03, 2014 5:05 pm
- Forum: Open Source Nagios Projects
- Topic: Is daylight saving time screwing up availabity report ?
- Replies: 9
- Views: 2787
Re: Is daylight saving time screwing up availabity report ?
I'll post the time period I am using when I get to the office tomorrow morning
- Thu Apr 03, 2014 9:17 am
- Forum: Open Source Nagios Projects
- Topic: Is daylight saving time screwing up availabity report ?
- Replies: 9
- Views: 2787
Re: Is daylight saving time screwing up availabity report ?
Apparently it does. sh-4.1$ grep "date.time" /etc/php.ini ; http://www.php.net/manual/en/datetime.configuration.php#ini.date.timezone date.timezone = America/Montreal sh-4.1$ php -r "echo date(DATE_RFC2822);" Thu, 03 Apr 2014 10:15:50 -0400 sh-4.1$ date Thu Apr 3 10:15:51 EDT 201...
- Wed Apr 02, 2014 3:14 pm
- Forum: Open Source Nagios Projects
- Topic: Is daylight saving time screwing up availabity report ?
- Replies: 9
- Views: 2787
Is daylight saving time screwing up availabity report ?
Hi all, For the past 2 or 3 months we have been producing availability reports using Nagios 3.4.1 to the various entities in our organization. It has been working every month except last month (March). Every entity in our organization have hostgroups identifying theirs hosts and timeperiods defining...