I'm a long time user of Cacti and a long time reader of these forums but this is my first post as for once I can't find someone who's already asked the same question as me!
As the title says I'm having a bit of trouble with some of my SAA Basic graphs on a Cisco router. The SAA Jitter for those devices is still graphing and the SAA Basics are even graphing on the backup box so I think it's likely a simple fault on the primary box but for the life of me I can't find it!
The debug for the graph is as follows:
Code: Select all
/usr/bin/rrdtool graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title="03-REDACTED - SAA Basic (Autoworld to MX)" \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
--vertical-label="ms" \
--slope-mode \
--font TITLE:10: \
--font AXIS:6: \
--font LEGEND:8: \
--font UNIT:6: \
DEF:a="/var/www/html/cacti/rra/redacted_rttmax_5168.rrd":rtt:AVERAGE \
DEF:b="/var/www/html/cacti/rra/redacted_rttmax_5168.rrd":rtt:LAST \
DEF:c="/var/www/html/cacti/rra/redacted_rttmax_5168.rrd":rtt:MIN \
DEF:d="/var/www/html/cacti/rra/redacted_rttmax_5168.rrd":rtt:MAX \
LINE1:a#FF0000FF:"RTT Ave" \
GPRINT:b:LAST:"Current\:%8.2lf %s" \
GPRINT:a:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:d:MAX:"Maximum\:%8.2lf %s\n" \
COMMENT:"Autoworld to MX (Count\: 10, Size\: 32 Bytes, Type\: 9)" \
HRULE:30#0000FFFF:"Threshold\: 30.00"
RRDTool Says:
OK
Code: Select all
Running data query [12].
+ Found type = '3' [snmp query].
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/cisco_saa.xml'
+ XML file parsed ok.
+ Executing SNMP walk for list of indexes @ '.1.3.6.1.4.1.9.9.42.1.2.1.1.2'
+ Located input field 'rttMonCtrlAdminTag' [walk]
+ Executing SNMP walk for data @ '.1.3.6.1.4.1.9.9.42.1.2.1.1.3'
+ Found item [rttMonCtrlAdminTag='Autoworld to MX'] index: 1 [from value]
+ Located input field 'rttMonEchoAdminProtocol' [walk]
+ Executing SNMP walk for data @ '.1.3.6.1.4.1.9.9.42.1.2.2.1.1'
+ Found item [rttMonEchoAdminProtocol='27'] index: 1 [from value]
+ Located input field 'rttMonEchoAdminPktDataRequestSize' [walk]
+ Executing SNMP walk for data @ '.1.3.6.1.4.1.9.9.42.1.2.2.1.3'
+ Found item [rttMonEchoAdminPktDataRequestSize='32'] index: 1 [from value]
+ Located input field 'rttMonCtrlAdminThreshold' [walk]
+ Executing SNMP walk for data @ '.1.3.6.1.4.1.9.9.42.1.2.1.1.5'
+ Found item [rttMonCtrlAdminThreshold='30'] index: 1 [from value]
+ Located input field 'rttMonCtrlAdminRttType' [walk]
+ Executing SNMP walk for data @ '.1.3.6.1.4.1.9.9.42.1.2.1.1.4'
+ Found item [rttMonCtrlAdminRttType='9'] index: 1 [from value]
+ Located input field 'rttMonLatestJitterOperNumOfRTT' [walk]
+ Executing SNMP walk for data @ '.1.3.6.1.4.1.9.9.42.1.5.2.1.1'
+ Found item [rttMonLatestJitterOperNumOfRTT='10'] index: 1 [from value]
+ Located input field 'rttMonLatestHTTPOperMessageBodyOctets' [walk]
+ Executing SNMP walk for data @ '.1.3.6.1.4.1.9.9.42.1.5.1.1.5'
+ Found item [rttMonLatestHTTPOperMessageBodyOctets='0'] index: 1 [from value]
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/cisco_saa.xml'
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/cisco_saa.xml'
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/cisco_saa.xml'
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/cisco_saa.xml'
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/cisco_saa.xml'
I'm not sure if it's related but when I try and create another SAA basic graph for the device's as soon as I select "SAA BASIC STATISTICS" the data query greys out and the tick box disappears. Is it possible the query has got corrupted?
Thank you for you help in advance and let me know if you need any more information.
Meep