XMLWordPrintable

    • Icon: Change Request Change Request
    • Resolution: Unresolved
    • Icon: Low Low
    • None
    • None
    • 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
      }
      

            vmurzins Valdis Murzins
            Mar.co674 Marc-Antoine RUFFENACH
            Votes:
            2 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: