Xymon Mailing List Archive search

xymon push notifications?

list Jeremy Laidman
Mon, 15 Jul 2013 11:21:30 +1000
Message-Id: <user-61d5cf29d515@xymon.invalid>

On 14 July 2013 01:19, Mark Felder <user-db141d317836@xymon.invalid> wrote:
Does anyone happen to have a script that can take xymon alerts and push
them to an android phone via Google's Cloud to Device push
notifications?

I've heard good things about Pushover.net.  It's a non-free app (Android
and iPhone) but it's really easy to integrate into whatever you need using
simple webby tools like curl - or any tool or language that supports post
requests.  I haven't tried it myself, but it looks really easy to use.

This uses their own servers to convert the request into the Googly API.
 I'd prefer to not rely on a third-party for this kind of thing - when they
go bust or when Google restrict the service, you'd have to start over.  But
might be the fastest way to get something up-and-running.

J