[rt-users] Execute scripts -

Matt Wells matt.wells at mosaic451.com
Thu Apr 16 14:07:57 EDT 2015


I'm setting up my cron jobs to alert my users of certain ticket criteria.
If a ticket has no owner for 5 hours I send an alert.

So far it works great, sending notifications via email.  However I want to
add something other than email.  We're using pushbullet for Nagios alerts
and I'd like to do the same here.
Has anyone done anything for this?  I know that pushover has a mail gateway
however PushBullet has stated they have no such intentions.

I've been looking around for ways to do this but so far had little success.

>From bash I just -
curl --header 'Authorization: Bearer 1234567890987654321' -X POST
https://api.pushbullet.com/v2/pushes --header 'Content-Type:
application/json' --data-binary '{"type": "note", "title": "Note Title",
"body": "Note Body"}'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20150416/bc129cc4/attachment.htm>


More information about the rt-users mailing list