Hello,
I am new to Zabbix. I am trying to find a way to subscribe to the events generated by Zabbix server. Basically, wanted to get the same events, that Zabbix dashboard does to programmatically process alarms and warnings about computers monitored by Zabbix.
I thought about writing the event stream processor in Java.
Could someone point me to the right direction? For example, could I use a Java library to subscribe to the events or this can be achieved in some other way? If event subscription is not possible, could Zabbix server be polled to get current events, say as a JSON object.
Thanks!
I am new to Zabbix. I am trying to find a way to subscribe to the events generated by Zabbix server. Basically, wanted to get the same events, that Zabbix dashboard does to programmatically process alarms and warnings about computers monitored by Zabbix.
I thought about writing the event stream processor in Java.
Could someone point me to the right direction? For example, could I use a Java library to subscribe to the events or this can be achieved in some other way? If event subscription is not possible, could Zabbix server be polled to get current events, say as a JSON object.
Thanks!
Comment