InfluxDB Module - Add Support for influxdb

This commit is contained in:
Mike Reeves
2018-11-17 16:24:23 -05:00
parent 7d7f0bcd56
commit 39602f3ef8
7 changed files with 629 additions and 24 deletions

View File

@@ -144,16 +144,16 @@ enable_masternode_ES_9300_{{ip}}:
- position: 1
- save: True
enable_masternode_influxdb_8083_{{ip}}:
iptables.insert:
- table: filter
- chain: DOCKER-USER
- jump: ACCEPT
- proto: tcp
- source: {{ ip }}
- dport: 8083
- position: 1
- save: True
#enable_masternode_influxdb_8083_{{ip}}:
# iptables.insert:
# - table: filter
# - chain: DOCKER-USER
# - jump: ACCEPT
# - proto: tcp
# - source: {{ ip }}
# - dport: 8083
# - position: 1
# - save: True
enable_masternode_influxdb_8086_{{ip}}:
iptables.insert:
@@ -217,16 +217,16 @@ enable_salt_minions_3142_{{ip}}:
# Allow Influx DB access to minions so they can send in stats
enable_minion_influxdb_8083_{{ip}}:
iptables.insert:
- table: filter
- chain: DOCKER-USER
- jump: ACCEPT
- proto: tcp
- source: {{ ip }}
- dport: 8083
- position: 1
- save: True
#enable_minion_influxdb_8083_{{ip}}:
# iptables.insert:
# - table: filter
# - chain: DOCKER-USER
# - jump: ACCEPT
# - proto: tcp
# - source: {{ ip }}
# - dport: 8083
# - position: 1
# - save: True
enable_minions_influxdb_8086_{{ip}}:
iptables.insert: