Added info section to plugin.json.
This commit is contained in:
@@ -3,10 +3,17 @@
|
|||||||
"name": "Zabbix",
|
"name": "Zabbix",
|
||||||
"id": "zabbix-datasource",
|
"id": "zabbix-datasource",
|
||||||
|
|
||||||
"module": "plugins/zabbix/module",
|
|
||||||
|
|
||||||
"staticRoot": ".",
|
|
||||||
|
|
||||||
"metrics": true,
|
"metrics": true,
|
||||||
"annotations": true
|
"annotations": true,
|
||||||
|
|
||||||
|
"info": {
|
||||||
|
"author": {
|
||||||
|
"name": "Alexander Zobnin",
|
||||||
|
"url": "http://grafana-zabbix.org"
|
||||||
|
},
|
||||||
|
"logos": {
|
||||||
|
"small": "img/zabbix_logo.svg",
|
||||||
|
"large": "img/zabbix_logo.svg"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +1,16 @@
|
|||||||
{
|
{
|
||||||
"type": "panel",
|
"type": "panel",
|
||||||
"name": "Zabbix triggers",
|
"name": "Zabbix Triggers",
|
||||||
"id": "triggers",
|
"id": "zabbix-triggers-panel",
|
||||||
|
|
||||||
"module": "plugins/triggers/module",
|
"info": {
|
||||||
"staticRoot": "."
|
"author": {
|
||||||
|
"name": "Alexander Zobnin",
|
||||||
|
"url": "http://grafana-zabbix.org"
|
||||||
|
},
|
||||||
|
"logos": {
|
||||||
|
"small": "img/zabbix_triggers_logo.svg",
|
||||||
|
"large": "img/zabbix_triggers_logo.svg"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user