Search found 5 matches

by binand
Fri Nov 04, 2005 5:01 pm
Forum: Help: General
Topic: Different poll intervals for certain scripts
Replies: 4
Views: 752

Ah OK. I figured as much. I have coded this into a small perl module (let me know if anyone needs the .pm file for similar use - I usually release them as beerware :).

Binand
by binand
Fri Nov 04, 2005 5:40 am
Forum: Help: General
Topic: Different poll intervals for certain scripts
Replies: 4
Views: 752

I have manually set the poller.php crontab entry to run once every minute. Essentially, I want script1.pl to run once every poller run, and script2.pl to run once every five runs of the poller. Is this something I can do with the poller settings, or by having two different pollers (one running once ...
by binand
Fri Nov 04, 2005 2:11 am
Forum: Help: General
Topic: Different poll intervals for certain scripts
Replies: 4
Views: 752

Different poll intervals for certain scripts

Hi, My poller.php is run once a minute from cron. There is a Script/Command which I'd like to run once every five minutes. Is it possible with poller.php? The solution at the moment I have in mind is to return cacti-ized data once every 5 runs, and nothing otherwise. Will this break anything? Thanks...
by binand
Fri Nov 04, 2005 1:21 am
Forum: Help: General
Topic: Cacti updates only two out of four values
Replies: 2
Views: 704

Deleting the existing RRA fixed it, thanks.

Binand
by binand
Thu Nov 03, 2005 8:23 am
Forum: Help: General
Topic: Cacti updates only two out of four values
Replies: 2
Views: 704

Cacti updates only two out of four values

I have this little script that outputs somthing like: [root@kalki tmp]# tlstats.pl 10.10.12.80 10.10.12.81 tlmem1:24967 tlmem2:22854 tlcpu1:89 tlcpu2:89 I can see Cacti inserting these numbers into the RRA: 11/03/2005 08:16:56 AM - CMDPHP: Poller[0] Host[0] CMD: /usr/local/bin/tlstats.pl 10.10.12.80...