Search found 45 matches

by egironda
Wed Aug 09, 2006 6:37 pm
Forum: Help: General
Topic: Tree Alphabetic Ordering Naturally
Replies: 4
Views: 5180

I wish I'd known about this a long time ago - such a simple fix! Thanks so much...
by egironda
Tue Jul 11, 2006 10:09 pm
Forum: Help: General
Topic: problem creating graphs
Replies: 22
Views: 14336

I found this:


http://forums.cacti.net/post-69144.html&highlight=


Should hopefully get you where you want to be.
by egironda
Tue Jul 11, 2006 7:59 pm
Forum: Help: General
Topic: problem creating graphs
Replies: 22
Views: 14336

It would be hugely useful, (if they aren't already and I just don't know it), for the default templates cacti ships with were downloadable somwhere, for when they get corrupted (or overwritten by importing someone else's samely-named one that is different, grrr).
by egironda
Thu Jul 06, 2006 5:33 pm
Forum: Help: General
Topic: BGP counter graph has a lot of holes
Replies: 29
Views: 27000

I had this exact issue, with this exact template. I've never found the answer. Maybe I'll try recreating them and see if it helps :)
by egironda
Tue Jun 13, 2006 4:11 pm
Forum: Help: General
Topic: Abruptly stopped graphing - broken pipe to RRDtool?
Replies: 6
Views: 3253

Well... another mystery repaired but not solved. I removed a bunch of stale rrd files that were sitting in the rrd directory... ones that hadn't been updated in several weeks, for whatever reason. Once I did that, it seemed to start up writing to files okay again. My thought is that one of those fil...
by egironda
Mon Jun 12, 2006 4:47 pm
Forum: Help: General
Topic: Abruptly stopped graphing - broken pipe to RRDtool?
Replies: 6
Views: 3253

Another weird datapoint. Check out the way the number of RRDs processed fluctuates. The actual number of rrds in my directory is 3289, many of which have not been updated in a while and may just be stale and old... so where does 5242 come from?! 06/12/2006 02:25:27 PM - SYSTEM STATS: Time:26.4950 Me...
by egironda
Mon Jun 12, 2006 4:20 pm
Forum: Help: General
Topic: Abruptly stopped graphing - broken pipe to RRDtool?
Replies: 6
Views: 3253

Some more data: When I run poller.php from the commandline as my cacti user, I get the regular sorts of output, but this was unexpected: tr: write error: Broken pipe tr: write error: Broken pipe That sounds like the culprit. Now just to find out why it's happening... any ideas very very very welcome!
by egironda
Mon Jun 12, 2006 3:24 pm
Forum: Help: General
Topic: Abruptly stopped graphing - broken pipe to RRDtool?
Replies: 6
Views: 3253

Thanks for the starting points, I think I've checked most of these though... I changed the php memory some time ago, in both php/cgi/php.ini and php/cli/php.ini ;;;;;;;;;;;;;;;;;;; ; Resource Limits ; ;;;;;;;;;;;;;;;;;;; max_execution_time = 120 ; Maximum execution time of each script, in seconds ma...
by egironda
Mon Jun 12, 2006 1:55 pm
Forum: Help: General
Topic: Abruptly stopped graphing - broken pipe to RRDtool?
Replies: 6
Views: 3253

Abruptly stopped graphing - broken pipe to RRDtool?

A lot of my graphs have abruptly stopped updating again, or updating for only one poll, very intermittently. As far as I can tell, the poller is successfully collecting the data, and it seems to be inserting it in the rrd, but the rrd never gets updated with valid data. This is not the first time th...
by egironda
Wed Mar 22, 2006 9:20 pm
Forum: Scripts and Templates
Topic: Cisco CSS SNMP rosetta stone
Replies: 77
Views: 143420

Here ya go... warning that of course this includes dependancies, so it may clobber anything of your own. I don't have any custom rrds, but you may want to back things up regardless before import.
by egironda
Wed Mar 22, 2006 8:57 pm
Forum: Scripts and Templates
Topic: Cisco CSS SNMP rosetta stone
Replies: 77
Views: 143420

Hey I just saw this. I don't have time right now but I'll get back to this tomorrow.

These are under 0.8.6h, but I think they should work under 0.8.6g...
by egironda
Wed Mar 15, 2006 4:29 pm
Forum: Scripts and Templates
Topic: Cisco CSS SNMP rosetta stone
Replies: 77
Views: 143420

Here are the ones I'm using. I cobbled these together from both posts on the forums here, and my own investigations... I can't remember what thread I found the ones that set me on the right track in - but, props to them.
by egironda
Thu Mar 09, 2006 7:28 pm
Forum: Help: Linux/Unix Specific
Topic: screwy graphy -- counter cycling too fast?
Replies: 7
Views: 2648

Actually you will need to adjust the actual rrd file as well, as cacti will not update the file structure once created.

rrdtool tune asdf_01.rrd -a traffic_in:X
rrdtool tune asdf_01.rrd -a traffic_out:X

where "asdf_01.rrd" is your rrd file and "X" is the new number you set.
by egironda
Thu Mar 09, 2006 7:03 pm
Forum: Help: General
Topic: Gaps in some graphs, not others
Replies: 28
Views: 9607

Not sure what you mean by count issues. My rrd output in the log is the normal sort: OK u:0.08 s:0.10 r:13.08 OK u:0.08 s:0.10 r:13.08 OK u:0.08 s:0.10 r:13.08 OK u:0.08 s:0.10 r:13.08 OK u:0.08 s:0.10 r:13.08 The end of the poll looks like this: 03/09/2006 03:50:15 PM - SYSTEM STATS: Time:14.0982 M...
by egironda
Thu Mar 09, 2006 3:42 pm
Forum: Help: General
Topic: POPEN timed out with perl script
Replies: 20
Views: 18654

I have version 2.2 and have this problem... is there another fix, or a patch? I can't seem to get any of the code from the svn repository to compile, but maybe I'm just missing something...