In the AHM 12.60|RCC
I have configured this test: Traffic monitor: Income traffic > 10 Mbit/sec
I have entered this expression in Test properties|"Use Warning status if":
'%SuggestedReply_integer%' div 1000 > '%AlertThresholdValue%'
However, the status does not change to warning when appropriate values occur.
What am I doing wrong?
Regards
InterLanas
Use warning status if, calculation
-
- Posts: 8
- Joined: Wed Sep 13, 2006 5:30 am
- Location: Denmark
-
- Posts: 8
- Joined: Wed Sep 13, 2006 5:30 am
- Location: Denmark
Hi AlexKS-Soft wrote:So you want to
- set Bad test status when income traffic > 10 Mbit/sec
- set Warning status when income traffic > 10000 Mbit/sec
?
What exactly "appropriate values" do you see?
Thank you for answering. I just discovered my math error, when I revisited the issue last night.
Changing to
'%SuggestedReply_integer%' > '%AlertThresholdValue%' div 1000
solved the problem.
Merry Christmas