A python script for sending pushsafer.com notifications in ZABBIX.
Forked from and original created by: sriccio
Pushsafer make it easy and safe to get push-notifications in real time on your
- Android device
- iOS device (incl. iPhone, iPad, iPod Touch)
- Windows 10 Phone & Desktop
- Browser (Chrome & Firefox)
https://github.com/appzer/zabbix-pushsafer
- For CentOS 7 use zabbix-pushsafer-centOS.sh!
- more parameter use zabbix-pushsafer-more-parameter.py
pip install python-pushsafer
usage: zabbix-pushsafer.py [-h] privatekey Subject Message
Send Zabbix notification to Pushsafer enabled devices.
positional arguments:
PrivateKey Pushsafer Private or Alias Key
Subject Subject you want to push to the device(s).
Message Message you want to push to the device(s).
optional arguments:
-h, --help show this help message and exit
You first need to register for an account at Pushsafer and download/install the clients for your devices (Android/iOS/Windows 10). You will then able to retrieve your PrivateKey or AliasKey that you will need to provide in your zabbix user media configuration.
Copy the zabbix-pushsafer.py script to your Zabbix alert scripts directory. Usually this is /usr/lib/zabbix/alertscripts but configuration can differs depending on how you installed Zabbix. In doubt, check your zabbix_server.conf.
Go to your Zabbix Administration / Media types screen and add a new media. Specify the name of the script in script name and check that the parameters are correct.
You will need then to add the media to your users. For this just edit an user and add a media selecting the one you just created before. Specify the Private or Alias Key in the Send to field.