Fixed
Details
Assignee
UnassignedUnassignedReporter
Cyrille BolluCyrille BolluComponents
Fix versions
Affects versions
Priority
Minor
Details
Details
Assignee
Unassigned
UnassignedReporter
Cyrille Bollu
Cyrille BolluComponents
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created November 25, 2011 at 10:02 AM
Updated January 26, 2017 at 3:15 PM
Resolved January 26, 2017 at 10:17 AM
I think devices with sysObjectID LIKE '.1.3.6.1.4.1.8072.% should be added to the hrstorage thresholding package.
reason:
My linux boxes all present hrStorageTable out-of-the-box, whereas none present dskTable unless I add some "disk" lines in snmpd.conf
Solution:
change the following lines in thresd-configuration.xml:
<package name="hrstorage">
<filter>IPADDR != '0.0.0.0' & (nodeSysOID LIKE '.1.3.6.1.4.1.311.%' | nodeSysOID LIKE '.1.3.6.1.4.1.2.3.1.2.1.1.3.%')</filter>
to
<package name="hrstorage">
<filter>IPADDR != '0.0.0.0' & (nodeSysOID LIKE '.1.3.6.1.4.1.311.%' | nodeSysOID LIKE '.1.3.6.1.4.1.2.3.1.2.1.1.3.%' | nodeSysOID LIKE '.1.3.6.1.4.1.8072.%')</filter>