Hello,
is there a way to send an HTTP Request an alarm is triggered?
I tried something with Filters but nothing is working
Thanks!
Execute URL on Alarm
Re: Execute URL on Alarm
Now i have something like this.
The execute URL works but this event is triggered every minute.
How to filter, that the Filter only trigger on alarm?
The execute URL works but this event is triggered every minute.
How to filter, that the Filter only trigger on alarm?
Re: Execute URL on Alarm
try adding this to the conditional rules you have in the filter
Code: Select all
AND Frames is equal to or greater than 1
Re: Execute URL on Alarm
Now I have this and the filter is executing every 1 minute, thats bad!
How to filter only on new Event or Alarm?