-
Change Request
-
Resolution: Unresolved
-
Low
-
None
-
None
-
None
Hi,
It would be great if Zabbix FrontEnd could provide a health status for FrontEnd / Server / DB
Example :
https://example.com/zabbix/api_jsonrpc.php
body :
{
"jsonrpc": "2.0",
"method": "zabbixhealth.get",
"params": {
},
"id": 1
}
Return :
{
"jsonrpc": "2.0",
"result": {
"frontend":"healthy",
"server":"healthy",
"database":"healthy"
},
"id": 1
}