pb graph cpu windows
Moderators: Developers, Moderators
pb graph cpu windows
I have a problem with cacti.j got upgraded version 0.8.7b to 0.8.7c. then I came back with version 0.8.7b. all the graphs are good, but I have no cpu graphs for windows machines.do you have an idea where I can direct my research to solve my problem?
- Attachments
-
- graph_image.php.png (18.68 KiB) Viewed 2315 times
ps: this the result of the debug mod in graph managment
RRDTool Command:
/usr/bin/rrdtool graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title="Exchange - CPU Utilization - CPU0" \
--rigid \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
--vertical-label="percent" \
--slope-mode \
--font TITLE:12: \
--font AXIS:8: \
--font LEGEND:10: \
--font UNIT:8: \
DEF:a="/usr/share/cacti/cacti-0.8.7b/rra/exchange_cpu_209.rrd":cpu:AVERAGE \
DEF:b="/usr/share/cacti/cacti-0.8.7b/rra/exchange_cpu_209.rrd":cpu:MAX \
AREA:a#FF0000FF:"CPU Utilization" \
GPRINTLAST:"Current\:%8.0lf" \
GPRINTAVERAGE:"Average\:%8.0lf" \
GPRINTMAX:"Maximum\:%8.0lf"
RRDTool Says:
OK
RRDTool Command:
/usr/bin/rrdtool graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title="Exchange - CPU Utilization - CPU0" \
--rigid \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
--vertical-label="percent" \
--slope-mode \
--font TITLE:12: \
--font AXIS:8: \
--font LEGEND:10: \
--font UNIT:8: \
DEF:a="/usr/share/cacti/cacti-0.8.7b/rra/exchange_cpu_209.rrd":cpu:AVERAGE \
DEF:b="/usr/share/cacti/cacti-0.8.7b/rra/exchange_cpu_209.rrd":cpu:MAX \
AREA:a#FF0000FF:"CPU Utilization" \
GPRINTLAST:"Current\:%8.0lf" \
GPRINTAVERAGE:"Average\:%8.0lf" \
GPRINTMAX:"Maximum\:%8.0lf"
RRDTool Says:
OK
Data Source Debug
/usr/bin/rrdtool create \
/usr/share/cacti/cacti-0.8.7b/rra/exchange_cpu_209.rrd \
--step 300 \
DS:cpu:GAUGE:600:0:100 \
RRA:AVERAGE:0.5:1:500 \
RRA:AVERAGE:0.5:1:500 \
RRA:AVERAGE:0.5:1:51840 \
RRA:AVERAGE:0.5:24:2160 \
RRA:AVERAGE:0.5:6:8736 \
RRA:AVERAGE:0.5:288:797 \
RRA:MIN:0.5:1:51840 \
RRA:MIN:0.5:24:2160 \
RRA:MIN:0.5:6:8736 \
RRA:MIN:0.5:288:797 \
RRA:MAX:0.5:1:500 \
RRA:MAX:0.5:1:500 \
RRA:MAX:0.5:1:51840 \
RRA:MAX:0.5:24:2160 \
RRA:MAX:0.5:6:8736 \
RRA:MAX:0.5:288:797 \
RRA:LAST:0.5:1:51840 \
RRA:LAST:0.5:24:2160 \
RRA:LAST:0.5:6:8736 \
RRA:LAST:0.5:288:797 \
/usr/bin/rrdtool create \
/usr/share/cacti/cacti-0.8.7b/rra/exchange_cpu_209.rrd \
--step 300 \
DS:cpu:GAUGE:600:0:100 \
RRA:AVERAGE:0.5:1:500 \
RRA:AVERAGE:0.5:1:500 \
RRA:AVERAGE:0.5:1:51840 \
RRA:AVERAGE:0.5:24:2160 \
RRA:AVERAGE:0.5:6:8736 \
RRA:AVERAGE:0.5:288:797 \
RRA:MIN:0.5:1:51840 \
RRA:MIN:0.5:24:2160 \
RRA:MIN:0.5:6:8736 \
RRA:MIN:0.5:288:797 \
RRA:MAX:0.5:1:500 \
RRA:MAX:0.5:1:500 \
RRA:MAX:0.5:1:51840 \
RRA:MAX:0.5:24:2160 \
RRA:MAX:0.5:6:8736 \
RRA:MAX:0.5:288:797 \
RRA:LAST:0.5:1:51840 \
RRA:LAST:0.5:24:2160 \
RRA:LAST:0.5:6:8736 \
RRA:LAST:0.5:288:797 \
ok. when i do a snmpget on the host (snmpget -c bleu -v 1 my-host .1.3.6.1.2.1.25.3.3.1) i have this message:
Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: HOST-RESOURCES-MIB::hrProcessorEntry
with an snmpwalk :
HOST-RESOURCES-MIB::hrProcessorFrwID.1 = OID: SNMPv2-SMI::zeroDotZero
HOST-RESOURCES-MIB::hrProcessorFrwID.2 = OID: SNMPv2-SMI::zeroDotZero
HOST-RESOURCES-MIB::hrProcessorFrwID.3 = OID: SNMPv2-SMI::zeroDotZero
HOST-RESOURCES-MIB::hrProcessorFrwID.4 = OID: SNMPv2-SMI::zeroDotZero
HOST-RESOURCES-MIB::hrProcessorLoad.1 = INTEGER: 16
HOST-RESOURCES-MIB::hrProcessorLoad.2 = INTEGER: 24
HOST-RESOURCES-MIB::hrProcessorLoad.3 = INTEGER: 21
HOST-RESOURCES-MIB::hrProcessorLoad.4 = INTEGER: 23
my probleme is "nan" only on cpu graph and only for windows .
Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: HOST-RESOURCES-MIB::hrProcessorEntry
with an snmpwalk :
HOST-RESOURCES-MIB::hrProcessorFrwID.1 = OID: SNMPv2-SMI::zeroDotZero
HOST-RESOURCES-MIB::hrProcessorFrwID.2 = OID: SNMPv2-SMI::zeroDotZero
HOST-RESOURCES-MIB::hrProcessorFrwID.3 = OID: SNMPv2-SMI::zeroDotZero
HOST-RESOURCES-MIB::hrProcessorFrwID.4 = OID: SNMPv2-SMI::zeroDotZero
HOST-RESOURCES-MIB::hrProcessorLoad.1 = INTEGER: 16
HOST-RESOURCES-MIB::hrProcessorLoad.2 = INTEGER: 24
HOST-RESOURCES-MIB::hrProcessorLoad.3 = INTEGER: 21
HOST-RESOURCES-MIB::hrProcessorLoad.4 = INTEGER: 23
my probleme is "nan" only on cpu graph and only for windows .
Who is online
Users browsing this forum: No registered users and 0 guests