-
Change Request
-
Resolution: Duplicate
-
Trivial
-
None
-
4.0.6
-
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
- Create a problem for the host "Zabbix server"
- 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 }
- Disable the trigger in the host level for host 'Zabbix server'
- The problem disappears from the problem list under Monitoring ->Problems. That is good.
- Through the API call, the problem is still there.
- duplicates
-
ZBXNEXT-5167 problem.get returns Problems from disabled items/triggers/hosts
- Confirmed