From 7de25886c765bb85a30f456b98392f03939ac3b7 Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Tue, 16 May 2017 11:34:40 +0200 Subject: [PATCH] TT#2450 Replace collectd ports with influxd/influxdb-relay Change-Id: I6303372e0d4020c916949d415a4342b926973d1d --- pro/03_open_ports.yaml.tt2 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pro/03_open_ports.yaml.tt2 b/pro/03_open_ports.yaml.tt2 index 5a53d75..67f8548 100644 --- a/pro/03_open_ports.yaml.tt2 +++ b/pro/03_open_ports.yaml.tt2 @@ -178,10 +178,14 @@ port: ip: ["127.0.0.1"] [% END -%] - udp:25826: + tcp:8086: listening: true ip: ["[% hosts.$hostname.$host_ha_iface.ip %]"] + tcp:9096: + listening: true + ip: ["127.0.0.1"] + udp:[% heartbeat.port ? heartbeat.port : '694' %]: listening: true ip: ["0.0.0.0"]