Execute URL on Alarm

Forum for questions and support relating to the 1.30.x releases only.
Locked
jannnfe
Posts: 27
Joined: Sun Oct 01, 2017 9:08 am

Execute URL on Alarm

Post 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 2058 times
Thanks!
jannnfe
Posts: 27
Joined: Sun Oct 01, 2017 9:08 am

Re: Execute URL on Alarm

Post 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 2051 times
rockedge
Posts: 1173
Joined: Fri Apr 04, 2014 1:46 pm
Location: Connecticut,USA

Re: Execute URL on Alarm

Post 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
jannnfe
Posts: 27
Joined: Sun Oct 01, 2017 9:08 am

Re: Execute URL on Alarm

Post 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 2038 times
How to filter only on new Event or Alarm?
Locked