Ad Widget
Collapse
Vote for Zabbix API
Collapse
X
-
-
Vote for Zabbix API
Now that vbulletin 4.0 has a cross content search system, I would like to address the above question again.
Im hoping for a blog post or an explanation:
How can developers accomplished search engine integration for their addons?Comment
-
-
Comment
-
I've been reading through the documentation too, it's a little scant on comments, but it's at least a start. :-)RHCE, author of zbxapi
Ansible, the missing piece (Zabconf 2017): https://www.youtube.com/watch?v=R5T9NidjjDE
Zabbix and SNMP on Linux (Zabconf 2015): https://www.youtube.com/watch?v=98PEHpLFVHM
Comment
-
I've been working with the Zabbix API a little and it definately has a lot of promise. Yes the transport mechanism is JSON over HTTP. I've used both a C# and Ruby library and I've found the Ruby library to be quite stable and works very well.
I hope to have more soon. :-)RHCE, author of zbxapi
Ansible, the missing piece (Zabconf 2017): https://www.youtube.com/watch?v=R5T9NidjjDE
Zabbix and SNMP on Linux (Zabconf 2015): https://www.youtube.com/watch?v=98PEHpLFVHM
Comment
-
XML seems like getting unpopular theese days because it is resource hog which is probably true.Was to late because Vote is closed.
Anyway my Vote for JSON-RPC. 2nd choice would have been REST.
Why:
- It is pretty simple to use
- JSON and JSON-RPC are more and more supported and used
- XML has a larger overhead
- Given, that the API is just about exchanging data without any presentation, JSON can be used easily by any client/frontend app
- Looking especially to WEB 2.0 application design, JSON seems to be the winner simply because of Javascript on the clientside
Most of modern software uses REST or JSON as far as i can see.
Even databases start to use REST interface (such as couchdb).Comment
-
RHCE, author of zbxapi
Ansible, the missing piece (Zabconf 2017): https://www.youtube.com/watch?v=R5T9NidjjDE
Zabbix and SNMP on Linux (Zabconf 2015): https://www.youtube.com/watch?v=98PEHpLFVHM
Comment
-
Comment
-
Can we unsticky this thread?RHCE, author of zbxapi
Ansible, the missing piece (Zabconf 2017): https://www.youtube.com/watch?v=R5T9NidjjDE
Zabbix and SNMP on Linux (Zabconf 2015): https://www.youtube.com/watch?v=98PEHpLFVHM
Comment
-
Comment

Comment