You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
623 B
28 lines
623 B
1 year ago
|
{
|
||
|
"manifest_version": 2.0,
|
||
|
"id": "hostavail",
|
||
|
"type": "widget",
|
||
|
"name": "Host availability",
|
||
|
"namespace": "HostAvail",
|
||
|
"version": "1.0",
|
||
|
"author": "Zabbix",
|
||
|
"description": "Displays the host count by status (available/unavailable/unknown).",
|
||
|
"url": "https://www.zabbix.com/documentation/7.0/en/manual/web_interface/frontend_sections/dashboards/widgets/host_availability",
|
||
|
"widget": {
|
||
|
"js_class": "CWidgetHostAvail",
|
||
|
"size": {
|
||
|
"width": 6,
|
||
|
"height": 3
|
||
|
},
|
||
|
"refresh_rate": 900
|
||
|
},
|
||
|
"actions": {
|
||
|
"widget.hostavail.view": {
|
||
|
"class": "WidgetView"
|
||
|
}
|
||
|
},
|
||
|
"assets": {
|
||
|
"js": ["class.widget.js"]
|
||
|
}
|
||
|
}
|