From b7396b9af5acc4c264734aefde6a351a7775e7bc Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Sat, 31 Oct 2015 20:14:19 +0300 Subject: [PATCH] Removed deprecated settings from plugin.json. All configuration now at datasource edit page. --- zabbix/plugin.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/zabbix/plugin.json b/zabbix/plugin.json index bf724b5..b5a3489 100644 --- a/zabbix/plugin.json +++ b/zabbix/plugin.json @@ -11,14 +11,6 @@ "config": "app/plugins/datasource/zabbix/partials/config.html" }, - "username": "guest", - "password": "", - - "trends": false, - "trendsFrom": "7d", - - "limitmetrics": 100, - "metrics": true, "annotations": true }