Uploaded image for project: 'ZABBIX FEATURE REQUESTS'
  1. ZABBIX FEATURE REQUESTS
  2. ZBXNEXT-5186

Show only active problems through problem.get function

XMLWordPrintable

    • Icon: Change Request Change Request
    • Resolution: Duplicate
    • Icon: Trivial Trivial
    • None
    • 4.0.6
    • API (A)
    • None

      Please add an option to show only active problems through problem.get function. These are the problems which come from not disabled triggers.

      Use case / steps to face the issue

      1. Create a problem for the host "Zabbix server"
      2. Use API function to list all problems from the host group "Zabbix servers"
      {
          "jsonrpc": "2.0",
          "method": "problem.get",
          "params": {
              "groupids": "4"
          },
          "auth": "32250379fe20d6bd446d63cb246d1b73",
          "id": 1
      }
       
      1. Disable the trigger in the host level for host 'Zabbix server'
      2. The problem disappears from the problem list under Monitoring ->Problems. That is good.
      3. Through the API call, the problem is still there.

            Unassigned Unassigned
            aigars.kadikis Aigars Kadikis
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: