Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Search found 5 matches
Go to advanced search
- by axioma
- Mon Jun 13, 2005 11:07 am
- Forum: Scripts and Templates
- Topic: Ping Latency
- Replies: 14
- Views: 78051
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
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
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
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 ...