Hi,
I am having a question about the packet loss / 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 packet loss 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 data between 40% and the 80%.
I was thinking to use something like the “respons time“ option in the alert. But what is a normal respons time for a system? Because a system in your LAN will give a faster response then a system in china.
Can someone help me with my problem.
This is what I have got for so far.
Trigger condition
Percent loss is greater than or equal to 40
Reset condition
Response time is less than or equal to ?????
Already thank !
J-P