Cisco interface operational status monitor
Moderators: Developers, Moderators
No graph with "interface status" template.
Guys,
Im using cacti latest version and patched it all. Work fine. But when i installed "interface status" template, created a graph for a host, the graph not come out even after i waited over 30mins.
I got an error for interface status graph from httpd error log.
"ERROR: opening '/var/www/html/cacti/rra/xxxx_xxx_xx_int_status_261.rrd': No such file or directory"
Is it because rrdtool cant made rrd file or data not available? How can i solve this kind of problem?
Im using cacti latest version and patched it all. Work fine. But when i installed "interface status" template, created a graph for a host, the graph not come out even after i waited over 30mins.
I got an error for interface status graph from httpd error log.
"ERROR: opening '/var/www/html/cacti/rra/xxxx_xxx_xx_int_status_261.rrd': No such file or directory"
Is it because rrdtool cant made rrd file or data not available? How can i solve this kind of problem?
There is no problem from cacti.log, but only has mysql duplication error that i think a different problem.
From graph debugging, heres the out put.
RRDTool Command:
/usr/bin/rrdtool graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title="Tape Library SIT - Interface Status" \
--rigid \
--base=1000 \
--height=50 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
--vertical-label="status" \
--slope-mode \
DEF:a="/var/www/html/cacti/rra/tape_library_sit_int_status_265.rrd":int_status:AVERAGE \
AREA:a#FFC73B:"Current status\:" \
GPRINTLAST:"%8.2lf%s\n" \
COMMENT:"(1 = Up | 2 = Down)\n"
RRDTool Says:
ERROR: opening '/var/www/html/cacti/rra/tape_library_sit_int_status_265.rrd': No such file or directory
so, how come there is no rrd file on that path?
From graph debugging, heres the out put.
RRDTool Command:
/usr/bin/rrdtool graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title="Tape Library SIT - Interface Status" \
--rigid \
--base=1000 \
--height=50 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
--vertical-label="status" \
--slope-mode \
DEF:a="/var/www/html/cacti/rra/tape_library_sit_int_status_265.rrd":int_status:AVERAGE \
AREA:a#FFC73B:"Current status\:" \
GPRINTLAST:"%8.2lf%s\n" \
COMMENT:"(1 = Up | 2 = Down)\n"
RRDTool Says:
ERROR: opening '/var/www/html/cacti/rra/tape_library_sit_int_status_265.rrd': No such file or directory
so, how come there is no rrd file on that path?
hello,gandalf wrote:No, it's SVN. Find it at http://www.cacti.net/cactid_download.php
Reinhard
I've re install cactid .. but i've allways the same errors.
That my result :gandalf wrote:So please post an snmpwalk against both OIDs shown above.
Reinhard
Code: Select all
snmpwalk -v 2C -c public 10.0.0.1 .1.3.6.1.2.1.2.2.1.8
IF-MIB::ifOperStatus.1 = INTEGER: up(1)
IF-MIB::ifOperStatus.2 = INTEGER: up(1)
IF-MIB::ifOperStatus.3 = INTEGER: up(1)
IF-MIB::ifOperStatus.4 = INTEGER: up(1)
IF-MIB::ifOperStatus.5 = INTEGER: up(1)
IF-MIB::ifOperStatus.6 = INTEGER: down(2)
IF-MIB::ifOperStatus.7 = INTEGER: up(1)
IF-MIB::ifOperStatus.8 = INTEGER: up(1)
IF-MIB::ifOperStatus.9 = INTEGER: up(1)
IF-MIB::ifOperStatus.10 = INTEGER: up(1)
IF-MIB::ifOperStatus.11 = INTEGER: up(1)
IF-MIB::ifOperStatus.12 = INTEGER: up(1)
IF-MIB::ifOperStatus.13 = INTEGER: up(1)
IF-MIB::ifOperStatus.14 = INTEGER: up(1)
IF-MIB::ifOperStatus.15 = INTEGER: up(1)
IF-MIB::ifOperStatus.16 = INTEGER: up(1)
IF-MIB::ifOperStatus.17 = INTEGER: up(1)
IF-MIB::ifOperStatus.18 = INTEGER: up(1)
IF-MIB::ifOperStatus.19 = INTEGER: up(1)
Yahooo!!!
Hi everybody!
I solved my problem with patсh Problems Displaying RRDtool Graph Thumbnails
Thanks to nobody who help me! Помощи от Вас конечно було шо просто пипец...
Per aspera ad astra! %)
See you in another branch!
P.S. I can't make cactid work propely, but it's another story.
I solved my problem with patсh Problems Displaying RRDtool Graph Thumbnails
Thanks to nobody who help me! Помощи от Вас конечно було шо просто пипец...
Per aspera ad astra! %)
See you in another branch!
P.S. I can't make cactid work propely, but it's another story.
Sapienti sat
Hi, I've noticed that applying this mod in the interface.xml file
.....................
<ifOperStatus>
<name>Status</name>
<method>walk</method>
<source>VALUE/REGEXP:[a-zA-Z]{1,}\(([1-]{1})+\)$</source>
<direction>output</direction>
<oid>.1.3.6.1.2.1.2.2.1.8</oid>
</ifOperStatus>
......................
I was no more able to see the status of an interface in the "Create graph for this host" section... so I've added a "ifStatus" field wich queries the same mib and is usable for the interface status alerting... it's happening only to me?
.....................
<ifOperStatus>
<name>Status</name>
<method>walk</method>
<source>VALUE/REGEXP:[a-zA-Z]{1,}\(([1-]{1})+\)$</source>
<direction>output</direction>
<oid>.1.3.6.1.2.1.2.2.1.8</oid>
</ifOperStatus>
......................
I was no more able to see the status of an interface in the "Create graph for this host" section... so I've added a "ifStatus" field wich queries the same mib and is usable for the interface status alerting... it's happening only to me?
-
- Posts: 27
- Joined: Thu Jun 21, 2007 9:30 am
I dont find the new version of cactid. The latest is from 22 oct 2006. I am with the same problems showed here. With cmd.php the template Interface Status work fine, but with cactid8.6.i it doesnt.gandalf wrote:No, it's SVN. Find it at http://www.cacti.net/cactid_download.php
Reinhard
-
- Posts: 27
- Joined: Thu Jun 21, 2007 9:30 am
Anyone has suceeded in IfOperStatus with CACTID???
Hello someone there...
Anyone has suceeded in this feature?
I would like to use the cactid, but i cant make ifoperStatus work properly...
anyone?
Atts
Anyone has suceeded in this feature?
I would like to use the cactid, but i cant make ifoperStatus work properly...
anyone?
Atts
Re: Yahooo!!!
Плакал ))))))))))maxxic wrote:Thanks to nobody who help me! Помощи от Вас конечно було шо просто пипец...
int status with a twist?
I got this working thanks to this thread, thanks to all!! I want to do apply this check to every switchport on my LAN, but think a 1 minute poll is insane. Is there a way to have this check run every hour, while my traffic based polls continue to run at 1 minute?
Who is online
Users browsing this forum: No registered users and 4 guests