I'm working for a company that has some tools running on top of Oracle Forms. We monitor data from the users, and would like to push it to Zabbix running on a client machine.
I looked into the API and it seems like the way to go about it is through the API, specifically, I think, the...
Search Result
Collapse
4 results in 0.0018 seconds.
Keywords
Members
Tags
-
Zabbix 1.8.X Proxy API Feature Extension
I've added the create() and update() methods to the Proxy API. It's tested and working, but I'm not sure if it fits in with the API best practices. I would love to learn though, thanks for any feedback!
...Code:/** * Set Proxy data * {@source} * @access public -
How to use API
Hi,
I am new in Zabbix and I want to develop a java application that connects to the zabbix server and run methods via zabbix api.
I googled lots of web pages about what is the exact url of zabbix api, how to make connection and how to use json rpc. But my mind is really confused about... -
Zabbix API Login
Hi,
I am having trouble logging in with the Zabbix (JSON-rpc) API. I am not using the python or ruby clients, since I will build my own (JAVA) client.
This is what I am trying to do.
curl -i -X POST -H 'Content-Type: application/json' -d '{"params": {"password":...