{ "manifest_version": 2.0, "id": "problemhosts", "type": "widget", "name": "Problem hosts", "namespace": "ProblemHosts", "version": "1.0", "author": "Zabbix", "description": "Displays the problem count by host group and the highest problem severity within a group.", "url": "web_interface/frontend_sections/dashboards/widgets/problem_hosts", "widget": { "js_class": "CWidgetProblemHosts", "in": { "hostids": { "type": "_hostids" }, "groupids": { "type": "_hostgroupids" } }, "out": [ { "type": "_hostgroupid" }, { "type": "_hostgroupids" } ] }, "actions": { "widget.problemhosts.view": { "class": "WidgetView" } }, "assets": { "js": ["class.widget.js"] } }