Skip to content
Snippets Groups Projects
Commit 9036facd authored by Christian Elberfeld's avatar Christian Elberfeld
Browse files

removed snmp

parent 972840a0
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ services:
sysmon:
image: influxdb:1.5.3
image: influxdb:1.7.9
restart: always
ports:
- 0.0.0.0:18086:8086
......@@ -18,21 +18,7 @@ services:
INFLUXDB_USER_PASSWORD: "{{influxdb_sysmon.password}}"
INFLUXDB_HTTP_AUTH_ENABLED: "true"
snmp:
image: influxdb:1.5.3
restart: always
ports:
- 0.0.0.0:28086:8086
volumes:
- /srv/influx/sysmon/:/var/lib/influxdb
environment:
INFLUXDB_DB: "{{influxdb_snmp.db}}"
INFLUXDB_ADMIN_USER: "admin"
INFLUXDB_ADMIN_PASSWORD: "{{ influx_admin_pw }}"
INFLUXDB_USER: "{{influxdb_snmp.user}}"
INFLUXDB_USER_PASSWORD: "{{influxdb_snmp.password}}"
INFLUXDB_HTTP_AUTH_ENABLED: "true"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment