So I ran into an issue whereby we needed to test Web Application Performance from a remote site.
Installing a Zabbix Server/Proxy is not possible. I wanted to create a type of "test" that could be run from the agents using curl to get some sort of stats out.
I managed to get an LLD Rule for Curl but am a bit stuck in my logic in how to create the item prototypes in Zabbix
http://pastebin.com/iXVfT8Y0
* Reads /opt/zabbix/sites.txt for list of URL's to query
* Result is JSON format for curl stats
Any help on the Zabbix Item prototype side?
Installing a Zabbix Server/Proxy is not possible. I wanted to create a type of "test" that could be run from the agents using curl to get some sort of stats out.
I managed to get an LLD Rule for Curl but am a bit stuck in my logic in how to create the item prototypes in Zabbix
http://pastebin.com/iXVfT8Y0
* Reads /opt/zabbix/sites.txt for list of URL's to query
* Result is JSON format for curl stats
Any help on the Zabbix Item prototype side?