I would like to have an immediate status change when device goes offline. Notification works fine as it should, but that device (router) has many dependent devices, so i need not only notification, i want to have its main sensor's status changed right, too. One Single Ping doesnt work - when network is overloaded, high packet loss causes false alarms ( = sensor goes "down" but target is really ok - just packet loss). Multiple Ping Requests dont work too - "Packet Loss" channel has perfect limit settings but ping delay is limited to 100 ms - i dont want to have a constant single ping every 100 ms.
I would like to organize two sensors for router:
Sensor1 with Single Ping every 5/10/15/etc seconds (2 seconds timeout);
Statistical Sensor2 which can collect Sensor1's data log in optional form (time period, like in Notification section - threshold trigger).
For example, Sensor2's state:
If Sensor1's Up % is below 30% during 5m Period, set the Sensor2 state to "Warning" (pause dependent devices)
If Sensor1's Up % is equal to 0% during 5m Period, set the Sensor2 state to "Down" (achtung! alarm immediately!)
If Sensor1's Up % is above 29% during 5m Period, set the Sensor2 state to "Up".
In this case, "Sensor1's Up %" is equal to packet loss, but in more friendly way. I presume, SensorAverageXML would do the work, but it can work only with hours, not with minutes, and it doesnt work at all =) maybe my fault. C:\>sensoraveragexml -u=prtgadmin -p=prtgadmin -s=1001 <prtg><error>1</error><text>Illegal characters in path.</text></prtg>
Thanks in advance.
P.S. Sorry for my english :)
Add comment