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

Latest commit

 

History

History
46 lines (30 loc) · 1.07 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.07 KB

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.