-
New Feature Request
-
Resolution: Duplicate
-
Major
-
None
-
None
I find myself using Zabbix to monitor many services that offer an api to check their status. I.e. Elasticsearch.
These services usually return you a JSON of their status.
It would make it easier if it was possible to interpret the content and extract values using a sintax similar to jq.
Currently I use a web.page.regexp but ideally you would want to use something that allows you to interpret json strings better.
web.page.regexp[{HOST.IP},/_cluster/health?pretty,9200,"status[: \"]+([a-zA-Z]+)",,\1]
vs
web.page.json[{HOST.IP},/_cluster/health?pretty,9200,.status]
Regards
- duplicates
-
ZBXNEXT-3190 Add new REST API simple check with JSON parsing
- Closed