Hello,
i need to monitor an url with curl (or web scenario) and count result.
for example i'm able to (from server cli) to:
this return a value, for example 25.
i would collect this value in zabbix...
i try to create new item (http agent) or web scenario but i can't "read" correct value.
i can run a cli command, such as curl ........
in a item on zabbix?
or maybe i need to create a script on server?
thank you​
i need to monitor an url with curl (or web scenario) and count result.
for example i'm able to (from server cli) to:
Code:
curl -k -u <user>:<password> -X POST https://10.200.200.1:10443/rest/interface/wifi/registration-table/print -H "content-type: application/json" | jq '. | length'
i would collect this value in zabbix...
i try to create new item (http agent) or web scenario but i can't "read" correct value.
i can run a cli command, such as curl ........
in a item on zabbix?
or maybe i need to create a script on server?
thank you​
Comment