I am having an issue with the following ALARM:
Trigger when any of the following apply:
Node name is equal to LA
Node name is equal to NY
Node name is equal to MX
Trigger alert when ALL the folowing apply
Average response time is greater than 75
Check every 1 minute and Trigger if condition exists for more than 2 minutes
Reset when no longer TRUE
I keep getting ALARMS when the AVG Response time is less than 75:
Node LA has an average response time of 71msms which falls above the 75ms threshold.
I also get these alerts for servers as well, even though they are not defined in the Trigger rule.
I took the provided "High response time monitoring" to create my alert.
As you will notice the alert shows 71msms. In the alert "$(Node.AVGResponseTime)ms" is listed. But yet, when I look at the Database, the value is a number, so why am I showing msms, when only 1 ms is listed?