Search found 13 matches

by flundy
Sat Feb 04, 2006 9:59 am
Forum: Help: General
Topic: Cactid limitations w/ script output name/value pairs?
Replies: 11
Views: 3888

I specifically trimmed dangling spaces and \n from the scripts. Is cactid 0.86g really supposed to read "0.86f" when requesting a version string? As stated previously, the tarball was named "cacti-cactid-0.8.6g.tar.gz", and came fromthe cactid download pg: http://www.cacti.net/do...
by flundy
Fri Feb 03, 2006 12:05 pm
Forum: Help: General
Topic: Cactid limitations w/ script output name/value pairs?
Replies: 11
Views: 3888

For further understanding, my motivation is that cmd.php pushes the host to a load of 7+ w/ a total polling time of 130 sec or so compared to cactid w/ a load of < 1 and a polling time of 20sec for ~125 devices.
by flundy
Fri Feb 03, 2006 11:59 am
Forum: Help: General
Topic: Cactid limitations w/ script output name/value pairs?
Replies: 11
Views: 3888

cactid 0.86g according to the tarball name, but the version string compiled in from the src says "0.86f". I am refering to the following stmt from denow: If i am not wrong cactid doesn't allow multiple return values. Either u have to rewrite your perl script to return a single value at a t...
by flundy
Fri Feb 03, 2006 11:30 am
Forum: Help: General
Topic: Cactid limitations w/ script output name/value pairs?
Replies: 11
Views: 3888

I saw that thread. It looks like a nice graph. However, I have other scripts that were graphing as well. I was using my old poller script as an example.
by flundy
Fri Feb 03, 2006 11:14 am
Forum: Help: General
Topic: Cactid limitations w/ script output name/value pairs?
Replies: 11
Views: 3888

Fairly simple script. I am doing a log rotate nightly, so as bad as this looks, it gets the job done... Sub-second execution. grep "SYSTEM STATS:" $1 | \ tr '[A-Z]' '[a-z]' | \ tail -1 |\ awk '{gsub("threads:n/a", "threads:1"); gsub("hostsperprocess", "ho...
by flundy
Fri Feb 03, 2006 10:36 am
Forum: Help: General
Topic: Cactid limitations w/ script output name/value pairs?
Replies: 11
Views: 3888

Cactid limitations w/ script output name/value pairs?

The cacti documentation mentions that the syntax for script output is: <name1>:<value1> <name2:value2> ... It seems that switching to cactid 0.86g that only the first name/value pair is recognized and an error is displayed when cacti is run in debug mode: CACTID: Host[34] DS[1710] WARNING: Result fr...
by flundy
Tue Dec 06, 2005 6:46 am
Forum: Help: Linux/Unix Specific
Topic: Graphs stop - RHEL3 + 0.8.6g + cactid 0.8.6f
Replies: 6
Views: 2189

Thanks again for all your efforts.
by flundy
Fri Dec 02, 2005 3:53 pm
Forum: Help: Linux/Unix Specific
Topic: Everything works except Load Average after patch upgrade
Replies: 6
Views: 2492

Switched back to .086f's cmd.php poller. Load numbers seem to have come back. Performance went south though-- before (cactid), 78 hosts-5 processes-25 threads took < 10 seconds. After (cmd.php) takes ~70 seconds. On another note, an official cactid .86g appears to be on its way... http://forums.cact...
by flundy
Thu Dec 01, 2005 8:33 pm
Forum: Help: Linux/Unix Specific
Topic: Everything works except Load Average after patch upgrade
Replies: 6
Views: 2492

Patches / Updates to cactid .86f?

I downloaded the cactid .86f the last week of November... My CACTI is all patched up w/ the official patches-- are there patches or updates for CACTID that I am missing? I would love to get this working again.
by flundy
Thu Dec 01, 2005 8:31 pm
Forum: Help: Linux/Unix Specific
Topic: Graphs stop - RHEL3 + 0.8.6g + cactid 0.8.6f
Replies: 6
Views: 2189

I am using .086f cactid poller and I have this problem, but only w/ the load avg polls. Everything else (cpu, network, site-local scripts) works. Are there patches to the .86f cactid that need to be applied. I d/l'ed it the last week of November, and assumed it was current... Any help would be appre...
by flundy
Wed Nov 30, 2005 5:24 pm
Forum: Help: Linux/Unix Specific
Topic: Everything works except Load Average after patch upgrade
Replies: 6
Views: 2492

My config

NET-SNMP version: 5.0.9
PHP 4.3.2
cacti 0.86f
RRDtool 1.0.41
Apache/2.0.46
mysqld Ver 4.1.7-standard for pc-linux on i686 (Official MySQL RPM)
by flundy
Wed Nov 30, 2005 5:01 pm
Forum: Help: Linux/Unix Specific
Topic: Everything works except Load Average after patch upgrade
Replies: 6
Views: 2492

Me too

Same issue. Upgraded from .86c w/ cmd.php to .86f w/ cactid .86f. All graphs work except load avg. My rrd's are being populated w/ nan: rrdtool fetch rra/<host>_load_1min_1566.rrd AVERAGE load_1min 1133300400: nan 1133300700: nan 1133301000: nan ... But I can snmpget the data: snmpget -c <community>...
by flundy
Tue Jan 25, 2005 10:48 am
Forum: Scripts and Templates
Topic: Weather via wxer.pl - Weather conditions
Replies: 75
Views: 112673

placain wrote:'c' also here, and that's the order I did it in.

I presume then that other people have imported them successfully?
I had the xml parse error, as well.