I am trying to graph traffic from ratelimit using cisco router (I found the template from http://forums.cacti.net/viewtopic.php?t=957).
I use below configuration on my cisco router :
Code: Select all
interface GigabitEthernet0/0/0
ip address 192.168.0.1 255.255.255.192
rate-limit input access-group 2415 256000 256000 256000 conform-action transmit exceed-action drop
rate-limit output access-group 2415 256000 256000 256000 conform-action transmit exceed-action drop
Then, after I add them to a graph tree, it polls the blank graph. I get a "nan" in all the results
When I go to debug mode, it shows :
Code: Select all
02/22/2007 09:46:12 AM - CACTID: Poller[0] Host[136] DS[4975] WARNING: Result from SNMP not valid. Partial Result: ...
02/22/2007 09:46:12 AM - CACTID: Poller[0] Host[136] ERROR: Problems parsing Multi SNMP OID! (oid: .1.3.6.1.4.1.9.9.113.1.2.1.1.2.)
02/22/2007 09:46:12 AM - CACTID: Poller[0] Host[136] DS[4976] WARNING: Result from SCRIPT not valid. Partial Result: ...
02/22/2007 09:46:12 AM - CACTID: Poller[0] Host[136] ERROR: Empty result [192.168.0.1]: '/home/cacti/scripts/car.php 192.168.0.1 cacti 4 1 3'
02/22/2007 09:46:12 AM - CACTID: Poller[0] Host[136] DS[4974] WARNING: Result from SCRIPT not valid. Partial Result: ...
02/22/2007 09:46:12 AM - CACTID: Poller[0] Host[136] ERROR: Empty result [192.168.0.1]: '/home/cacti/scripts/car.php 192.168.0.1 cacti 2 1 3'
Thanks in advance.