Skip to content
Snippets Groups Projects
Commit 0e08c684 authored by void's avatar void
Browse files

new snmp instance

parent 7ef94188
No related branches found
No related tags found
No related merge requests found
......@@ -16,3 +16,10 @@ influxdb_sysmon:
user: "influx"
password: "influx"
# Zentrale InfluxDb für Snmp Daten
influxdb_snmp:
url: "http://192.168.0.201:28086"
db: "influx"
user: "influx"
password: "influx"
......@@ -18,5 +18,21 @@ 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