From 2b84ec5fef4272cf7df6f9c0ae5fb2c239a5b7cc Mon Sep 17 00:00:00 2001 From: Rutuja Surve Date: Fri, 3 Nov 2017 10:16:23 +0000 Subject: Collectd Client-Server installation automation script JIRA: BOTTLENECK-181 Automated the installation for collectd client from jump server host and corrected docker versions in monitoring script Change-Id: I14ec20f2761c72e261aa1185a381f0c02b84ed45 Signed-off-by: Rutuja Surve --- monitor/config/collectd.conf | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'monitor/config/collectd.conf') diff --git a/monitor/config/collectd.conf b/monitor/config/collectd.conf index 62be9fbb..6be610e5 100644 --- a/monitor/config/collectd.conf +++ b/monitor/config/collectd.conf @@ -751,7 +751,7 @@ LoadPlugin write_http # - Server "192.168.104.2" "25826" + Listen "192.168.121.2" "25826" # @@ -1021,13 +1021,13 @@ LoadPlugin write_http # CollectStatistics true # -# -# DataDir "${prefix}/var/lib/collectd/rrd" -# CreateFilesAsync false -# CacheTimeout 120 -# CacheFlush 900 -# WritesPerSecond 50 -# + + DataDir "/var/lib/collectd/rrd" + CreateFilesAsync false + CacheTimeout 120 + CacheFlush 900 + WritesPerSecond 50 + # # SensorConfigFile "/etc/sensors.conf" @@ -1325,7 +1325,7 @@ LoadPlugin write_http - URL "http://192.168.104.2:9103/collectd-post" + URL "http://192.168.121.2:9103/collectd-post" Format "JSON" StoreRates false -- cgit 1.2.3-korg