Cannot Reproduce
Details
Details
Assignee
Christian Pape
Christian PapeReporter
Sven Reissmann
Sven ReissmannComponents
Affects versions
Priority
PagerDuty
PagerDuty
Created April 16, 2015 at 4:41 AM
Updated June 23, 2016 at 3:49 PM
Resolved November 2, 2015 at 4:17 PM
The surveillance view shows an unexpected behaviour. Even though there are some services down and the corresponding table cell is colored red, it shows 0 of XX services down (see screenshot).
I'm using the following configuration for the surveillance view "default":
<view name="default" refresh-seconds="300" >
<rows>
<row-def label="IBM1" >
<category name="IBM1"/>
</row-def>
<row-def label="IBM2" >
<category name="IBM2" />
</row-def>
<row-def label="Dienste" >
<category name="dienste" />
</row-def>
</rows>
<columns>
<column-def label="Status" >
<category name="everything" />
</column-def>
</columns>
</view>
As our infrastructure is not clearly divided in production, testing and development, I changed the view a bit. Every node automatically gets the Surveillance Category "everything" assigned.