Skip to content

Commit

Permalink
A few SNMP probes cleaning of numerical OID.
Browse files Browse the repository at this point in the history
  • Loading branch information
fbacchella committed Apr 3, 2019
1 parent 8b36672 commit 6cb01a1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
12 changes: 6 additions & 6 deletions jrds-snmp/src/main/resources/desc/probe/cisco/ciscopix.xml
Expand Up @@ -8,32 +8,32 @@
<ds>
<dsName>ciscoMemoryPoolUsed</dsName>
<dsType>gauge</dsType>
<oid>.1.3.6.1.4.1.9.9.48.1.1.1.5.1</oid>
<oid>ciscoMemoryPoolUsed</oid>
</ds>
<ds>
<dsName>ciscoMemoryPoolFree</dsName>
<dsType>gauge</dsType>
<oid>.1.3.6.1.4.1.9.9.48.1.1.1.6.1</oid>
<oid>ciscoMemoryPoolFree</oid>
</ds>
<ds>
<dsName>cpmCPUTotal5sec</dsName>
<dsType>gauge</dsType>
<oid>.1.3.6.1.4.1.9.9.109.1.1.1.1.3.1</oid>
<oid>cpmCPUTotal5sec</oid>
</ds>
<ds>
<dsName>cpmCPUTotal1min</dsName>
<dsType>gauge</dsType>
<oid>.1.3.6.1.4.1.9.9.109.1.1.1.1.4.1</oid>
<oid>cpmCPUTotal1min</oid>
</ds>
<ds>
<dsName>cpmCPUTotal5min</dsName>
<dsType>gauge</dsType>
<oid>.1.3.6.1.4.1.9.9.109.1.1.1.1.5.1</oid>
<oid>cpmCPUTotal5min</oid>
</ds>
<ds>
<dsName>currentInUse</dsName>
<dsType>gauge</dsType>
<oid>.1.3.6.1.4.1.9.9.147.1.2.2.2.1.5.40.6</oid>
<oid>1.3.6.1.4.1.9.9.147.1.2.2.2.1.5.40.6</oid>
</ds>
<graphs>
<name>CiscoPixMemory</name>
Expand Down
6 changes: 3 additions & 3 deletions jrds-snmp/src/main/resources/desc/probe/cpuloadfloat.xml
Expand Up @@ -8,17 +8,17 @@
<ds>
<dsName>la1</dsName>
<dsType>gauge</dsType>
<oid>.1.3.6.1.4.1.2021.10.1.6.1</oid>
<oid>1.3.6.1.4.1.2021.10.1.6.1</oid>
</ds>
<ds>
<dsName>la5</dsName>
<dsType>gauge</dsType>
<oid>.1.3.6.1.4.1.2021.10.1.6.2</oid>
<oid>1.3.6.1.4.1.2021.10.1.6.2</oid>
</ds>
<ds>
<dsName>la15</dsName>
<dsType>gauge</dsType>
<oid>.1.3.6.1.4.1.2021.10.1.6.3</oid>
<oid>1.3.6.1.4.1.2021.10.1.6.3</oid>
</ds>
<graphs>
<name>cpuload</name>
Expand Down
4 changes: 2 additions & 2 deletions jrds-snmp/src/main/resources/desc/probe/cyrusmaster.xml
Expand Up @@ -9,7 +9,7 @@
<ds>
<dsName>serviceForks</dsName>
<dsType>counter</dsType>
<collect optional="false">1.3.6.1.4.1.3.6.1.2.1.1</collect>
<collect optional="false">serviceForks</collect>
</ds>
<ds>
<dsName>serviceActive</dsName>
Expand All @@ -19,7 +19,7 @@
<ds>
<dsName>serviceConnections</dsName>
<dsType>counter</dsType>
<collect optional="false">1.3.6.1.4.1.3.6.1.2.1.5</collect>
<collect optional="false">serviceConnections</collect>
</ds>
<graphs>
<name>CyrusMasterActive</name>
Expand Down
10 changes: 5 additions & 5 deletions jrds-snmp/src/main/resources/desc/probe/sunjvmmemorypool.xml
Expand Up @@ -10,27 +10,27 @@
<ds>
<dsName>Code Cache</dsName>
<dsType>gauge</dsType>
<oid>..1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.11.1</oid>
<oid>1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.11.1</oid>
</ds>
<ds>
<dsName>Eden Space</dsName>
<dsType>gauge</dsType>
<oid>..1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.11.2</oid>
<oid>1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.11.2</oid>
</ds>
<ds>
<dsName>Survivor Space</dsName>
<dsType>gauge</dsType>
<oid>..1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.11.3</oid>
<oid>1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.11.3</oid>
</ds>
<ds>
<dsName>Old Gen</dsName>
<dsType>gauge</dsType>
<oid>..1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.11.4</oid>
<oid>1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.11.4</oid>
</ds>
<ds>
<dsName>Perm Gen</dsName>
<dsType>gauge</dsType>
<oid>..1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.11.5</oid>
<oid>1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.11.5</oid>
</ds>
<graphs>
<name>SunJVM5MemoryPool</name>
Expand Down

0 comments on commit 6cb01a1

Please sign in to comment.