Collectd Client-Server installation automation script
[bottlenecks.git] / monitor / config / collectd.conf
index 62be9fb..6be610e 100644 (file)
@@ -751,7 +751,7 @@ LoadPlugin write_http
 #</Plugin>
 
 <Plugin network>
-  Server "192.168.104.2" "25826"
+  Listen "192.168.121.2" "25826"
 </Plugin>
 
 #<Plugin network>
@@ -1021,13 +1021,13 @@ LoadPlugin write_http
 #       CollectStatistics true
 #</Plugin>
 
-#<Plugin rrdtool>
-#       DataDir "${prefix}/var/lib/collectd/rrd"
-#       CreateFilesAsync false
-#       CacheTimeout 120
-#       CacheFlush   900
-#       WritesPerSecond 50
-#</Plugin>
+<Plugin rrdtool>
+       DataDir "/var/lib/collectd/rrd"
+       CreateFilesAsync false
+       CacheTimeout 120
+       CacheFlush   900
+       WritesPerSecond 50
+</Plugin>
 
 #<Plugin sensors>
 #       SensorConfigFile "/etc/sensors.conf"
@@ -1325,7 +1325,7 @@ LoadPlugin write_http
 
 <Plugin write_http>
   <Node "collectd_exporter">
-    URL "http://192.168.104.2:9103/collectd-post"
+    URL "http://192.168.121.2:9103/collectd-post"
     Format "JSON"
     StoreRates false
   </Node>