{
	"manifest_version": 2.0,
	"id": "problemsbysv",
	"type": "widget",
	"name": "Problems by severity",
	"namespace": "ProblemsBySv",
	"version": "1.0",
	"author": "Zabbix",
	"description": "Displays the problem count by severity.",
	"url": "web_interface/frontend_sections/dashboards/widgets/problems_severity",
	"widget": {
		"js_class": "CWidgetProblemsBySv",
		"in": {
			"hostids": {
				"type": "_hostids"
			},
			"groupids": {
				"type": "_hostgroupids"
			}
		},
		"out": [
			{
				"type": "_hostgroupid"
			},
			{
				"type": "_hostgroupids"
			}
		]
	},
	"actions": {
		"widget.problemsbysv.view": {
			"class": "WidgetView"
		}
	},
	"assets": {
		"js": ["class.widget.js"]
	}
}