If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to REGISTER before you can post. To start viewing messages, select the forum that you want to visit from the selection below.
Awesome, thank you!
Is it possible to use a self hosted push server?
Not yet.
There're a few issues with this approach:
1. APNS, GCM & MS servers are used CactusSoft account for pushing notifications. They all have some limitations, terms of use and signed contracts with CactusSoft. We can't allow 3rd party guys to use the servers on behalf of CactusSoft.
2. Another option is to create your own developer accounts in Apple, Google and MS, pay it annually and publish Zabbkit applications there. It means CactusSoft should pass you source code or some special build for you. The action that we are not ready for.
So, we don't see a good way out to make it possible now.
I am using ZabbKit 1.0.40.1273 on Samsung Galaxy S4 with Android 4.4.2. I've added some Zabbix 2.2.7 Server. After I switched the Server and want to select a Host Group by the icon in the right upper corner, I am getting a "ZabbKit angehalten". By starting the app again, it is also at the first Server in the list again.
Is this issue known? Is there a workaround or a fix planned?
I am getting a problem and ok message repeatedly on my phone. This has been occurring for a few days now and will not go away. The server itself is fine, so I think the notifications are stuck in some sort of loop. I have restarted the zabbix server but this did not help.
I have setup the script and it works from command line. When I use zabbix it doesn't send the push. Is there a log or anything I can look at to figure out why it isn't working?
Hi, i've a problem in receiving notifications. I've configured zabbix as shown in this forum. When I generate a trigger, on "Monitor -> Events" i see "action" OK with this
Just wanted to let you know that we have added your script in to our offcial Docker Image of Zabbix Server so everyone can without problem integrate it in their system.
Is it possible to limit the push notifications that we receive regarding a same problem event? Example, if a host's trigger is noticed, the zabbix server will continue to send the same problem alert over and over until the problem is fixed. This adds up a ton of push alerts to the iPhone.
BTW: Great app, I love it and its amazing that its free!!
Is it possible to limit the push notifications that we receive regarding a same problem event? Example, if a host's trigger is noticed, the zabbix server will continue to send the same problem alert over and over until the problem is fixed. This adds up a ton of push alerts to the iPhone.
BTW: Great app, I love it and its amazing that its free!!
Zabbkit is not designed to limit notifications, like e-mail server is not designed to limit messages in case if you prefer to send e-mails instead pushes. Please, check your zabbix configuration, because we do not face with the issue internally. We receives only one notification when trigger is started to fire and the second one when it stops. And this behavior makes sense because some of the trigger notifications utilize e-mail & SMS channels together with zabbkit pushes.
For example, in case of electricity supply issue we send SMS+push to admins & email to boss. And the second notification will be only in case if the power is restored to let everybody know that the issue has fixed.
UPD: Our admins advice to uncheck "Multiple PROBLEM events generation" checkbox in trigger details to deal with.
What is your recommendation on send push notifications to multiple devices from the same server?
In our configuration we usually add a few "send push" Operations inside of Action. We do not support multiple addressee for one message, it's always "one message-one addressee-one HTTP request". It prevents spamming .
Not yet.
There're a few issues with this approach:
1. APNS, GCM & MS servers are used CactusSoft account for pushing notifications. They all have some limitations, terms of use and signed contracts with CactusSoft. We can't allow 3rd party guys to use the servers on behalf of CactusSoft.
2. Another option is to create your own developer accounts in Apple, Google and MS, pay it annually and publish Zabbkit applications there. It means CactusSoft should pass you source code or some special build for you. The action that we are not ready for.
So, we don't see a good way out to make it possible now.
I think, there could be third option:
Would you consider, making API endpoint configurable value? (like, advanced configuration, or something). Then it would be up to the community to do the server part. And run push notification services on their own. No open-sourcing application involved or giving access to third party. Everything, within application, would remain the same, except this hardcoded value. This will make ZabbKit desirable application in corporate environment (as they mostly cannot push their monitoring data outside, to another party).
I can send push from command line as zabbix user. I then had the output from the script go to a file when zabbix runs the push script. I have a shell defined. It runs. But doesn't pass {Id:'$1', text:'$2', triggerId:'$3'} the variables.
So it will not complete. Anyone else having this issue? I can't get jabber or even email to work either. I haven't troubleshooted those yet to figure out why. Everything else seems to work just fine. The EZText works just fine.
Comment