Fixed
Details
Assignee
OpenNMS Bug Mailing ListOpenNMS Bug Mailing ListReporter
Jeff GehlbachJeff GehlbachComponents
Fix versions
Affects versions
Priority
Blocker
Details
Details
Assignee
OpenNMS Bug Mailing List
OpenNMS Bug Mailing ListReporter
Jeff Gehlbach
Jeff GehlbachComponents
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created April 25, 2008 at 10:50 PM
Updated January 27, 2017 at 4:25 PM
Resolved May 1, 2008 at 5:14 PM
For a threshold configuration like the following, only one of the defined thresholds for a given resource type will be evaulated:
<group name="redundant_servers"
rrdRepository="/opt/opennms/share/rrd/snmp/">
<threshold type="high" ds-type="dskIndex" value="80.0"
rearm="75.0" trigger="2" ds-label="ns-dskPath" ds-name="ns-
dskPercent">
<resource-filter field="ns-dskPath">^/$</resource-filter>
</threshold>
<threshold type="high" ds-type="dskIndex" value="90.0"
rearm="75.0" trigger="2" ds-label="ns-dskPath" ds-name="ns-
dskPercent">
<resource-filter field="ns-dskPath">/var$</resource-filter>
</threshold>
<threshold type="high" ds-type="dskIndex" value="80.0"
rearm="75.0" trigger="2" ds-label="ns-dskPath" ds-name="ns-
dskPercent">
<resource-filter field="ns-dskPath">^/opt$</resource-filter>
</threshold>
</group>