@@ -26,7 +26,6 @@ Feature: Availability reports
2626 | System Load | linux -server2 | check_nrpe !load | 1 | 1 | |
2727 | PING | win -server1 | check_ping | 1 | 0 | pings |
2828 | PING | win -server2 | check_ping | 0 | 1 | pings |
29- | PING | linux -server2 | check_ping | 1 | 1 | pings |
3029 And I have these report data entries:
3130 | timestamp | event_type | flags | attrib | host_name | service_description | state | hard | retry | downtime_depth | output |
3231 | 2013 -01 -01 12 :00 :00 | 100 | NULL | NULL | | | 0 | 0 | 0 | NULL | NULL |
@@ -36,10 +35,10 @@ Feature: Availability reports
3635 | 2013 -01 -01 12 :00 :03 | 701 | NULL | NULL | win -server1 | PING | 1 | 0 | 1 | NULL | ERROR - tinky -winky |
3736 | 2013 -03 -09 00 :01 :00 | 701 | NULL | NULL | linux -server1 | PING | 1 | 0 | 1 | 0 | OK - linux -server1 |
3837 | 2013 -03 -09 00 :03 :00 | 701 | NULL | NULL | linux -server1 | PING | 0 | 1 | 1 | 0 | OK - linux -server1 |
39- | 2013 -03 -01 00 :01 :00 | 701 | NULL | NULL | linux -server2 | PING | 0 | 1 | 1 | 0 | OK - linux -server2 |
40- | 2013 -03 -03 00 :01 :00 | 701 | NULL | NULL | linux -server2 | PING | 0 | 1 | 1 | 0 | OK - linux -server2 |
41- | 2013 -03 -05 00 :03 :00 | 701 | NULL | NULL | linux -server2 | PING | 0 | 1 | 1 | 0 | ERROR - cannot find linux -server2 |
42- | 2013 -03 -05 00 :08 :00 | 701 | NULL | NULL | linux -server2 | PING | 0 | 1 | 1 | 0 | OK - linux -server2 |
38+ | 2013 -03 -01 00 :01 :00 | 701 | NULL | NULL | linux -server2 | System Load | 0 | 1 | 1 | 0 | OK - linux -server2 |
39+ | 2013 -03 -03 00 :01 :00 | 701 | NULL | NULL | linux -server2 | System Load | 0 | 1 | 1 | 0 | OK - linux -server2 |
40+ | 2013 -03 -05 00 :03 :00 | 701 | NULL | NULL | linux -server2 | System Load | 0 | 1 | 1 | NULL | ERROR - cannot find linux -server2 |
41+ | 2013 -03 -05 00 :08 :00 | 701 | NULL | NULL | linux -server2 | System Load | 0 | 1 | 1 | 0 | OK - linux -server2 |
4342 And I have activated the configuration
4443 And I am logged in as administrator
4544
@@ -628,8 +627,10 @@ Feature: Availability reports
628627 And I enter "2013-04-01" into "End date"
629628 And I enter "22:32" into "time_end"
630629 And I check "Include trends graph"
631- And I check "Show trends re-scaling"
630+ Then I check "Show trends re-scaling"
632631 And I click "Show report"
632+ And I should see "2013-03-01"
633+ And I should see "2013-03-11"
634+ And I should see "2013-03-21"
633635 And I should see trend graph have background color "#a19e95"
634636 And I should see trend graph have background color "#aade53"
635- And I should see trend graph have background color "#333"
0 commit comments