[ansible] Update naming master->latest for SNMP template
[barometer.git] / docker / ansible / roles / config_files / vars / main.yml
index 37120d8..f12492a 100644 (file)
@@ -21,9 +21,15 @@ logfile_dir: "/var/log/"
 #global default interval
 interval_value: 10
 
+#influx network port
+influx_network_port: 25826
+
 #network plugin vars
-network_port: 25826
-network_ip_addr: localhost
+#network_port: 25826
+#network_ip_addr: localhost
+
+#prometheus plugin vars
+prometheus_port: 9103
 
 #ovs event and stats plugin vars
 ovs_event_interval: 1
@@ -54,6 +60,3 @@ write_per_sec: 50
 
 #additional configuration files path
 additional_configs_path: ""
-
-#directory to copy types.db file to
-typesdb_dir: "/opt/collectd/share/collectd/"