Hi,
I am havinga question about the percent loss alert in NPM.
I want to create an alert that will be triggered when there is more than 40% loss and the alert reset must be when the packetloss is less than 80 %.
The idea behind this is, we want to receive an alert a soon as the system is offline and we want to receive an alert when the system starts to respond again.
The only problem is when you set the alert that I described you create a loop, a because you have got the alert time between 40% and the 80%.
I was thinking to use something like the “respons time“ option in the alert. But whatis a normal respons time for a system? Because a system in your LAN will give afaster response then a system in china.
Can someonehelp me with my problem.
This iswhat I have got for so far.
Triggercondition
Percent loss is greater than or equal to 40
Resetcondition
Response time is less than or equal to ?????
Already thank !
J-P