Restructure monitoring scripts
[bottlenecks.git] / monitor / config / barometer_client.conf
similarity index 98%
rename from monitor/barometer_client.conf
rename to monitor/config/barometer_client.conf
index fc29e72..54db388 100644 (file)
@@ -146,7 +146,7 @@ LoadPlugin write_http
 #</Plugin>
 
 <Plugin network>
-        Server "192.168.121.2" "25826"
+        Server "192.168.114.2" "25826"
 </Plugin>
 
 <Plugin ovs_events>
@@ -167,7 +167,7 @@ LoadPlugin write_http
 
 <Plugin write_http>
   <Node "collectd_exporter">
-    URL "http://192.168.121.2:9103/collectd-post"
+    URL "http://192.168.114.2:9103/collectd-post"
     Format "JSON"
     StoreRates false
   </Node>