Skip to content

Commit

Permalink
Change Service Description for test host
Browse files Browse the repository at this point in the history
  • Loading branch information
euniceremoquillo committed May 3, 2024
1 parent bde8d39 commit be1051b
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions features/availability.feature
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Feature: Availability reports
| System Load | linux-server2 | check_nrpe!load | 1 | 1 | |
| PING | win-server1 | check_ping | 1 | 0 | pings |
| PING | win-server2 | check_ping | 0 | 1 | pings |
| PING | linux-server2 | check_ping | 1 | 1 | pings |
And I have these report data entries:
| timestamp | event_type | flags | attrib | host_name | service_description | state | hard | retry | downtime_depth | output |
| 2013-01-01 12:00:00 | 100 | NULL | NULL | | | 0 | 0 | 0 | NULL | NULL |
Expand All @@ -36,10 +35,10 @@ Feature: Availability reports
| 2013-01-01 12:00:03 | 701 | NULL | NULL | win-server1 | PING | 1 | 0 | 1 | NULL | ERROR - tinky-winky |
| 2013-03-09 00:01:00 | 701 | NULL | NULL | linux-server1 | PING | 1 | 0 | 1 | 0 | OK - linux-server1 |
| 2013-03-09 00:03:00 | 701 | NULL | NULL | linux-server1 | PING | 0 | 1 | 1 | 0 | OK - linux-server1 |
| 2013-03-01 00:01:00 | 701 | NULL | NULL | linux-server2 | PING | 0 | 1 | 1 | 0 | OK - linux-server2 |
| 2013-03-03 00:01:00 | 701 | NULL | NULL | linux-server2 | PING | 0 | 1 | 1 | 0 | OK - linux-server2 |
| 2013-03-05 00:03:00 | 701 | NULL | NULL | linux-server2 | PING | 0 | 1 | 1 | 0 | ERROR - cannot find linux-server2 |
| 2013-03-05 00:08:00 | 701 | NULL | NULL | linux-server2 | PING | 0 | 1 | 1 | 0 | OK - linux-server2 |
| 2013-03-01 00:01:00 | 701 | NULL | NULL | linux-server2 | System Load | 0 | 1 | 1 | 0 | OK - linux-server2 |
| 2013-03-03 00:01:00 | 701 | NULL | NULL | linux-server2 | System Load | 0 | 1 | 1 | 0 | OK - linux-server2 |
| 2013-03-05 00:03:00 | 701 | NULL | NULL | linux-server2 | System Load | 0 | 1 | 1 | NULL | ERROR - cannot find linux-server2 |
| 2013-03-05 00:08:00 | 701 | NULL | NULL | linux-server2 | System Load | 0 | 1 | 1 | 0 | OK - linux-server2 |
And I have activated the configuration
And I am logged in as administrator

Expand Down Expand Up @@ -628,8 +627,10 @@ Feature: Availability reports
And I enter "2013-04-01" into "End date"
And I enter "22:32" into "time_end"
And I check "Include trends graph"
And I check "Show trends re-scaling"
Then I check "Show trends re-scaling"
And I click "Show report"
And I should see "2013-03-01"
And I should see "2013-03-11"
And I should see "2013-03-21"
And I should see trend graph have background color "#a19e95"
And I should see trend graph have background color "#aade53"
And I should see trend graph have background color "#333"

0 comments on commit be1051b

Please sign in to comment.