I struggled to create a report in the snmp-graph.properties file to show Logical Disk Percent Idle, but after some tinkering I got it to work. Here’s how the report looks in the file…
report.sinf.peridletm.name=Logical Disk Percent Idle (SNMP-Inf)
report.sinf.peridletm.columns=sinfLDskPctIdleTm
report.sinf.peridletm.type=sinfLDskInstance
report.sinf.peridletm.propertiesValues=sinfLDskInstance
report.sinf.peridletm.command=–title=”Logical Disk {sinfLDskInstance} Percent Idle (SNMP-Informant)” \
DEF:utilization={rrd1}:sinfLDskPctIdleTm:AVERAGE \
DEF:minUtilization={rrd1}:sinfLDskPctIdleTm:MIN \
DEF:maxUtilization={rrd1}:sinfLDskPctIdleTm:MAX \
LINE2:utilization#ff0000:”% idle.” \
GPRINT:utilization:AVERAGE:”Avg \\: %10.2lf %s” \
GPRINT:utilization:MIN:”Min \\: %10.2lf %s” \
GPRINT:utilization:MAX:”Max \\: %10.2lf %s\\n”
Make sure to put the name of the report in the top of the file. (In this case the name of the report is “peridletm”.