Skip to content

Instantly share code, notes, and snippets.

@kajoik
kajoik / pushover.sh
Created November 1, 2013 15:31
Pushover alert script for Zabbix
#!/bin/bash
### USAGE
# Enter {user_token}@{api_token} as the recipient of the user media type configuration ("Send to")
###
USER=$(echo $1 | cut -f1 -d@)
APPLICATION=$(echo $1 | cut -f2 -d@)
EVENT=$2