We are trying to come up with a solution to send notifications to an external program so we can graph the number of times sensors are in a warning state over week/month etc. Is there a viable way we can do this?


Article Comments

Depends on this external application whether it provides an interface that's able to receive data. Besides notifications sending emails you can create notifications that execute a script for example to do what you need or probably an HTTP-Action if applicable.

Kind regards.


Jan, 2016 - Permalink

I know we can do a script, but I wasn't sure of a program that would accept the alerts and be able to graph them


Jan, 2016 - Permalink

I'm not aware of a solution that can do this out of the box. Simplest approach would be something like this appending every entry to a csv-file to use with Excel for example.

Kind regards.


Jan, 2016 - Permalink