Page 1 of 1

Execute URL on Alarm

Posted: Tue Nov 14, 2017 1:17 pm
by jannnfe
Hello,
is there a way to send an HTTP Request an alarm is triggered?
I tried something with Filters but nothing is working
Bildschirmfoto 2017-11-14 um 14.14.29.png
Bildschirmfoto 2017-11-14 um 14.14.29.png (54.53 KiB) Viewed 2473 times
Thanks!

Re: Execute URL on Alarm

Posted: Tue Nov 14, 2017 10:36 pm
by jannnfe
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?
Bildschirmfoto 2017-11-14 um 23.35.07.png
Bildschirmfoto 2017-11-14 um 23.35.07.png (56.77 KiB) Viewed 2466 times

Re: Execute URL on Alarm

Posted: Wed Nov 15, 2017 4:11 am
by rockedge
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

Posted: Wed Nov 15, 2017 8:44 am
by jannnfe
Now I have this and the filter is executing every 1 minute, thats bad!
Bildschirmfoto 2017-11-15 um 09.42.34.png
Bildschirmfoto 2017-11-15 um 09.42.34.png (69.99 KiB) Viewed 2453 times
How to filter only on new Event or Alarm?