Page 1 of 1

Availability Report issue

Posted: Wed Mar 28, 2012 9:08 am
by rosgos
Hello,

I have detected a calculation issue when I select a Report time Period defined by me. This is my timeperiod definition:

Code: Select all

define timeperiod{
        timeperiod_name 8x5
        alias           8x5
        monday          08:00-17:00
        tuesday         08:00-17:00
        wednesday       08:00-17:00
        thursday        08:00-17:00
        friday          08:00-14:00
        }
Reporting availability of a service without selecting time period (None), I get this data:

Code: Select all

State	Type / Reason	Time	% Total Time	% Known Time
OK	Unscheduled	5d 22h 37m 0s	20.491%	20.491%
Scheduled	22d 8h 30m 36s	77.085%	77.085%
Total	28d 7h 7m 36s	97.576%	97.576%
If I select report time period 8x5 I get this data for the same service:

Code: Select all

State	Type / Reason	Time	% Total Time	% Known Time
OK	Unscheduled	1158050425d 20h 33m 31s	-220.503%	-220.503%
Scheduled	22d 8h 30m 36s	319.351%	319.351%
Total	6d 22h 3m 51s	98.848%	98.848%
How can I solve this issue?