-
Type:
Change Request
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: None
-
Component/s: Frontend (F)
-
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
}