Hi All,
I am preparing a demo, my intention was to send notification when the network link input speed goes less than 1Mb for the last 10 minutes, which I did and I was getting notification, but it keeps on sending the notification, which did not go well with the evaluation team
Initially my trigger was
{Demo-ISP-Router:ISP20MbDemoInput.min(10)}<1M
Then to solve the issue of too much notification, I found that I have to use flapping way
so I created a AND condition with the trigger status and the min value, but this also not helping out
the modified condition is
{Demo-ISP-Router:ISP20MbDemoInput.min(10)}<1M and {TRIGGER.VALUE}=0
But this also I did not find any much success.
Like to request for guidance and feedback, how could I make the trigger work better
Thanks
Joseph John
I am preparing a demo, my intention was to send notification when the network link input speed goes less than 1Mb for the last 10 minutes, which I did and I was getting notification, but it keeps on sending the notification, which did not go well with the evaluation team
Initially my trigger was
{Demo-ISP-Router:ISP20MbDemoInput.min(10)}<1M
Then to solve the issue of too much notification, I found that I have to use flapping way
so I created a AND condition with the trigger status and the min value, but this also not helping out
the modified condition is
{Demo-ISP-Router:ISP20MbDemoInput.min(10)}<1M and {TRIGGER.VALUE}=0
But this also I did not find any much success.
Like to request for guidance and feedback, how could I make the trigger work better
Thanks
Joseph John
Comment