Hi.
I am trying to make my logs swhow when it appears that one or more of my links are down.
I have them setup to ping targets in /tool netwatch, and write to log if it is down.
Now, this is ok. But i have small interrupts ( i test hosts every 1 minute.) , wich show only one minute downtime. This could be a time out, too large ping time, or interrupt.
But hey ! 1 minute ain’t that long.
What I would want is if I could write to log only if it does not answer to 3 or five consecutive pings, each every minute. I mean, write to log if the link is down for more than 3 minutes.
How could i do that ?
I could do that by putting interval in netwatch to 3 minutes, but that would mean that if I loose that specific packet on a 3 minute interval, my log would show that too.
How can I catch if i miss 3 pings, one at each minute ?
![]()
thx. in advance.