missing datacollection definitions in snmp graphs

Description

I've been working on a script to assist in the heavy lifting of splitting out the graphs defined in snmp-graph.properties (for ). I've been able to correlate most columns to existing definitions, but there are a few datasources that cannot be mapped to an existing entry.

report.airport.numClients.columns=airportClients
report.cisco.buffhits.columns=bufferSmHit, bufferMdHit, bufferBgHit, bufferLgHit, bufferHgHit
report.cisco.buffmiss.columns=bufferSmMiss, bufferMdMiss, bufferBgMiss, bufferLgMiss, bufferHgMiss
report.cisco.protoin.columns=locIfipInOct, locIfnovellInOct,locIfbridgedInOct
report.cisco.protoout.columns=locIfipOutOct, locIfnovellOutOct,locIfbridgedOutOct
report.jboss.servletstatus.cnt.columns=SS_requests, SS_errors
report.jboss.servletstatus.time.columns=SS_processTime, SS_minTime, SS_maxTime
report.microsoft.hrDisk2.columns=hrSizeDisk2, hrUsedDisk2, hrUnitsDisk2
report.microsoft.hrDisk3.columns=hrSizeDisk3, hrUsedDisk3, hrUnitsDisk3
report.microsoft.hrDisk4.columns=hrSizeDisk4, hrUsedDisk4, hrUnitsDisk4
report.sinf.cpu0percent.columns=sinfCpuPtProcTime0
report.sinf.cpu1percent.columns=sinfCpuPtProcTime1
report.sinf.cpu2percent.columns=sinfCpuPtProcTime2
report.sinf.cpu3percent.columns=sinfCpuPtProcTime3
report.sinf.cputotalpercent.columns=sinfCpuPtProcTimeTl
report.sinf.diskfreeC.columns=sinfDskPtFreeSpcC
report.sinf.diskfreeD.columns=sinfDskPtFreeSpcD
report.sinf.diskfreeE.columns=sinfDskPtFreeSpcE
report.sinf.diskfreetotal.columns=sinfDskPtFreeSpcTl

The following two reports seem to no longer be needed as the original definitions for the datasources have moved under the netware-disk group. But doing a "git grep <ds>" on the source tree returns quite a few entries sitting out under various test paths.

report.novell.diskSpaceSys.columns=freeSpaceOnSys,freeableSpaceOnSys
report.novell.diskSpaceVol2.columns=freeSpaceOnVol2,freeableSpaceOnVol2

Acceptance / Success Criteria

None

blocks

Lucidchart Diagrams

Activity

Show:

Details

Assignee

Reporter

Labels

Components

Affects versions

Priority

PagerDuty

Created November 16, 2012 at 7:30 PM
Updated September 21, 2021 at 6:24 PM