Skip to content
This repository has been archived by the owner on Nov 1, 2018. It is now read-only.

emgag/zabbix-pushover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zabbix alert script for Pushover

Requirements

  • Python 2

Installation

  • Create a Zabbix application on Pushover
  • Write application's API token to pushover.cfg
  • Review other configuration options in pushover.cfg
  • Create new media type in Zabbix

Media Type

  • Copy pushover.py and pushover.cfg to /usr/lib/zabbix/alertscripts
  • Make pushover.py executable for the user running Zabbix server

Usage

Zabbix

Use receiving user's Pushover client key in the Send to field when adding a new media for a user.

CLI

usage: pushover.py [-h] [-v] [-c [C]] to subject message

Zabbix Pushover Client

positional arguments:
  to             Receiving user's key
  subject        Message subject
  message        Message body

optional arguments:
  -h, --help     show this help message and exit
  -v, --version  show program's version number and exit
  -c [C]         The configuration file to use (default: pushover.cfg)

License

zabbix-pushover is licensed under the MIT License.

Releases

No releases published

Packages

No packages published

Languages