Fixed
Details
Assignee
Alejandro GalueAlejandro GalueReporter
Tarus BalogTarus BalogLabels
Components
Affects versions
Priority
Minor
Details
Details
Assignee
Alejandro Galue
Alejandro GalueReporter
Tarus Balog
Tarus BalogLabels
Components
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created August 17, 2011 at 4:22 PM
Updated January 27, 2017 at 4:19 PM
Resolved August 18, 2011 at 7:54 AM
In datacollection-config.xml there is the entry:
<mibObj oid=".1.3.6.1.4.1.2021.11.62" instance="0" alias="RawBlksSwapIn" type="counter" />
<mibObj oid=".1.3.6.1.4.1.2021.11.63" instance="0" alias="RawBlksSwapIn" type="counter" />
which should be
<mibObj oid=".1.3.6.1.4.1.2021.11.62" instance="0" alias="RawBlksSwapIn" type="counter" />
<mibObj oid=".1.3.6.1.4.1.2021.11.63" instance="0" alias="RawBlksSwapOut" type="counter" />
This will cause swap information from Net-SNMP agents to be collected in error.