-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Add a Zabbix provider to get the monitoring information from this solution.
API documentation is located at: https://www.zabbix.com/documentation/3.4/manual/api
API is capable of getting data out and create hosts. There is no event stream, so we have to query the API in an interval (like 30s).
There are several ruby-libraries available we should choose one. http://www.zabbix.org/wiki/Docs/api/libraries#Ruby
You can use the public demo to start playing around with the API (with read-only access), for advanced use virtual appliances and packages are available.
Reactions are currently unavailable