This tutorial shows how to integrate Zabbix with Pushbullet.
At the end of this tutorial, we will have Zabbix configured to send alert notifications to Pushbullet, which will send push notifications to our devices. In my case, my Android smartphone and my browser.
Step 3 : Copy zabbix2pushbullet.py python script in Zabbix’s alertscripts folder (more details about alertscripts).
Step 4 : Set the script executable chmod +x zabbix2pushbullet.py
Step 5 : Install required dependency sudo pip install pushbullet.py
.
Step 6 : Test the script :
./pushbullet.py [accesstoken] "PROBLEM: only a test" "Test message"
zabbix2pushbullet.py
for the Script name.Done ! All new problems will be sent to Pushbullet and will appear on all your devices connected to Pushbullet.
Written by Philippe Lewin, French Software Engineer. twitter