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.
22 lines
663 B
22 lines
663 B
{
|
|
"manifest_version": 2.0,
|
|
"id": "tophosts",
|
|
"type": "widget",
|
|
"name": "Top hosts",
|
|
"namespace": "TopHosts",
|
|
"version": "1.0",
|
|
"author": "Zabbix",
|
|
"description": "Displays top N hosts that have the highest or the lowest item value (for example, CPU load) with an option to add progress-bar visualizations and customize report columns.",
|
|
"url": "https://www.zabbix.com/documentation/7.0/en/manual/web_interface/frontend_sections/dashboards/widgets/top_hosts",
|
|
"actions": {
|
|
"widget.tophosts.view": {
|
|
"class": "WidgetView"
|
|
},
|
|
"widget.tophosts.column.edit": {
|
|
"class": "ColumnEdit",
|
|
"view": "column.edit",
|
|
"layout": "layout.json"
|
|
}
|
|
}
|
|
}
|