Search found 5 matches

by axioma
Mon Jun 13, 2005 4:03 pm
Forum: Scripts and Templates
Topic: Ping Latency
Replies: 14
Views: 78051

Re: Ping Latency

drose12 wrote:Can we get your ping_latency.pl script too?
there's a url, in the message i sent. anyway, it's here:
http://www.guegue.com/~javier/cacti/
by axioma
Mon Jun 13, 2005 11:07 am
Forum: Scripts and Templates
Topic: Ping Latency
Replies: 14
Views: 78051

exporting a graph template

brilliant, i didn't know this was possible. i'm not new to rrdtool, bu i am new to cacti.
by axioma
Thu Jun 09, 2005 8:20 pm
Forum: Scripts and Templates
Topic: Ping Latency
Replies: 14
Views: 78051

ping latency and packet loss

based on http://forums.cacti.net/viewtopic.php?t=3517 i used http://www.guegue.com/~javier/cacti/ping_latency.pl.txt to graph the attached file. i modified the file because -c (count) was too high, and packet loss was not being calculated right on my systems (FC and RHEL). BTW, i've noticed you can ...
by axioma
Thu Jun 09, 2005 7:21 pm
Forum: Scripts and Templates
Topic: Sendmail & Mailscanner (alternate)
Replies: 45
Views: 71112

Re: one more question

So we may want to change that line to just, if ($0 ~ search_time) time_trigger = 1; I'm trying to remember the reason why I added tha extra part, and I thought it was being sometime my maillog file doesn't have things in order. I don't know how that would happen, but I could have sworn that's why I...
by axioma
Thu Jun 09, 2005 3:28 am
Forum: Scripts and Templates
Topic: Sendmail & Mailscanner (alternate)
Replies: 45
Views: 71112

search_time

hello, i am new to awk, but i had a look at the scripts, and i wonder if we are looking at mails being sent (or recvd) five minutes ago, i mean exactly five minutes ago, and not since then. because you are using: if ($0 ~ search_time && $0 ~ search_sent) time_trigger = 1; and search_time is ...