Search found 6 matches

by ThyReX
Mon Dec 13, 2004 3:08 am
Forum: Scripts and Templates
Topic: Anyone can share their XML for following scripts?
Replies: 6
Views: 6618

I hope it help

i never used the export tools, maybe i do it on the good way :D
by ThyReX
Mon Jun 14, 2004 5:37 am
Forum: Help: General
Topic: cron running php script, but not updating rrds
Replies: 3
Views: 1016

i had the same problem, i fixed it by writting the full path to the bin used on the scripts and full path on the cron too. work fine.

also check http://www.raxnet.net/board/viewtopic.p ... ht=crontab
by ThyReX
Thu Feb 19, 2004 7:14 pm
Forum: Scripts and Templates
Topic: ping RTT and packet loss script
Replies: 23
Views: 31885

Here is the one i use: #!/usr/bin/perl $count = $ARGV[0]; $host = $ARGV[1]; open (PING, "ping -nqc$count $host|"); while (<PING>) { /(\d+)% packet loss/ && ($loss = $1); /= (.+)\/(.+)\/(.+)\/(.+) ms/ && (($min,$avg,$max,$dev) = ($1,$2,$3,$4)); }; close (PING); print "m...
by ThyReX
Sat Feb 07, 2004 10:37 am
Forum: Help: General
Topic: Having troubles with bandwidth monitoring...
Replies: 3
Views: 1304

Problem fixed :p
i simply forgot do add data items for in/out output in my data source
by ThyReX
Sat Feb 07, 2004 10:27 am
Forum: Help: General
Topic: Having troubles with bandwidth monitoring...
Replies: 3
Views: 1304

thanks :)

Thanks a lot, this problem is fixed now but still no graphs. It seems i'm doing something wrong on data source. When updating i see: update /server/www/cacti.mydomain.com/rra/traffic_45.rrd --template traffic: N:1754414355:1912938609 but this should be traffic_in:traffic_out N:1754414355:1912938609 ...
by ThyReX
Fri Feb 06, 2004 11:40 am
Forum: Help: General
Topic: Having troubles with bandwidth monitoring...
Replies: 3
Views: 1304

Having troubles with bandwidth monitoring...

Hi, i'm having some troubles with cacti 0.8.4 I was using an older version to monitor traffic on my eth0 interface. Since i use 0.8.4 i cant have this graph working. When i run cmd.php i got: MULTI command: perl /server/www/cacti.mydomain.com/scripts/traffic.pl eth0, output: 1070611536:1334452428:40...