Ad Widget
Collapse
[Zabbkit] Push notifications on your smartphone
Collapse
X
-
-
-
Are there any other changes needed to make it work with Zabbix 3.0?
I edited the parameters as shown in the manual, but I still do not receive any push messages.Comment
-
I am using the script that everyone is using:
When I test it with:Code:#!/bin/bash STRING=`curl -X POST\ -H "Content-type:application/json"\ -d "{Id:'$1', text:'$2', triggerId:'$3', playSound:true}"\ http://zabbkit.inside.cactussoft.biz/api/messages` echo $(date +"%y-%m-%d %T"),$1,$STRING,$2,$3 >> /var/log/zabbix/push_zabbkit.logI get a positive response and receive the alert on my phone.Code:/etc/zabbix/externalscripts/zabbkit-push MY-ID "test" 0
I have set up a media type:Name: push notification
Type: Script
Script name: zabbkit-push
When an event occurs which uses the push notification, Zabbix reports that it failed to notify. I receive alerts on other media for the same event.
I don't see anything in the zabbix-server.log (DebugLevel=3).
Any ideas?Comment
-
Unable to send messages
Hello,
Since a couple of days we hare having issues with sending messages to Zabbkit.
The error i get on the Zabbix server is : curl: (56) Recv failure: Connection reset by peer
I have checked that i can ping the remote zabbkit server, and the website to check the delivery status opens up just fine.
Zabbix version : 3.0
Thanks in advance.Comment
and thanks

Comment