Search found 7 matches

by brendonc
Mon Mar 10, 2008 3:42 pm
Forum: Scripts and Templates
Topic: Data query index changes, ruins all data sources
Replies: 0
Views: 2130

Data query index changes, ruins all data sources

Greetings, I have noticed an issue that I'm sure has happened before even though I can't seem to find anything about it! I have a few data queries set up, for example, a disk I/O data query (a slightly modified version of the one found on this forum). So what seems to happen is that when a disk is r...
by brendonc
Fri Feb 08, 2008 7:01 pm
Forum: Help: General
Topic: Longer graph poll times
Replies: 0
Views: 512

Longer graph poll times

Greetings, I have a device that is set to collect statistics every 15 minutes. I'd like to graph these stats with cacti. I'm not sure how to graph these stats since my poller runs every 5 minutes. I know a lot of people wanted < 5 minute polling, but how about > 5 minute polling? Can that be done? I...
by brendonc
Tue Feb 05, 2008 2:35 pm
Forum: Scripts and Templates
Topic: net-snmp exec runs script over and over!
Replies: 0
Views: 6840

net-snmp exec runs script over and over!

Greetings: I set up a snmpdiskio stats under net-snmp i.e. exec .1.3.6.1.4.1.2021.54 hdNum /usr/local/bin/snmpdiskio hdNum etc. on our NFS servers, which have 41 disks (LUNs). I noticed a walk was extremely slow, so I put an echo at the top of the script to append to a log file each time it's run. I...
by brendonc
Mon Feb 04, 2008 11:44 am
Forum: Scripts and Templates
Topic: NFS Stats
Replies: 36
Views: 67665

This works great. Thanks!

PS -- I had to adjust my graph width to 600 on both client and server stats.
by brendonc
Wed Jan 30, 2008 9:27 am
Forum: Scripts and Templates
Topic: Script/command not running, no idea why
Replies: 4
Views: 2972

I never figured out why this was happening...probably was a permissions problem or something. I converted the script to a data query and everything appears to be working great. Thanks for the input!
by brendonc
Tue Jan 29, 2008 9:56 am
Forum: Scripts and Templates
Topic: Script/command not running, no idea why
Replies: 4
Views: 2972

cmd.php runs the script as cacti out of cron doesn't it? What I meant was, I su'd to the cacti user and ran the script successfully. cmd.php just doesn't appear to be running the script at all and I cannot figure out why.
by brendonc
Mon Jan 28, 2008 6:59 pm
Forum: Scripts and Templates
Topic: Script/command not running, no idea why
Replies: 4
Views: 2972

Script/command not running, no idea why

Greetings, I've worked on this all day long and am stumped! I created a Data Input Method to get some statistics out of a mysql database. It's supposed to call a python script that returns data in this format: read_percentage:24 cur_io_per_sec:115 total_ios:34587 cur_kbps:2002 cache_hit_percentage:6...