package hrStorage in threshold configuration should also contain linux devices
Description
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>
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>