Welcome to mirror list, hosted at ThFree Co, Russian Federation.

manifest.json « systeminfo « widgets « ui - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6d295a82d4bf76485e5ff9623bd8421aa4695976 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"manifest_version": 2.0,
	"id": "systeminfo",
	"type": "widget",
	"name": "System information",
	"namespace": "SystemInfo",
	"version": "1.0",
	"author": "Zabbix SIA",
	"widget": {
		"refresh_rate": 900
	},
	"actions": {
		"widget.systeminfo.view": {
			"class": "WidgetView"
		}
	}
}