From fb30e70e2b857bc43bb599b3f23fbfd48bfaf975 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Thu, 2 Jul 2015 20:51:26 +0300 Subject: [PATCH] Change default value for trends parameter to false. --- zabbix/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zabbix/plugin.json b/zabbix/plugin.json index 5d10ced..0ff34a5 100644 --- a/zabbix/plugin.json +++ b/zabbix/plugin.json @@ -16,7 +16,7 @@ "username": "guest", "password": "", - "trends": true, + "trends": false, "trendsFrom": "7d", "limitmetrics": 50,