diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2020-10-01 08:02:59 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2020-10-01 08:02:59 +0200 |
commit | 115a89cc823e56eb0c2074dc36351606f2346292 (patch) | |
tree | de7b6b120be22fced987028b6e16e3729a7d3987 /docker | |
parent | 31723b259cb414f7fa85842618d45e7e14eacb02 (diff) | |
download | infra-115a89cc823e56eb0c2074dc36351606f2346292.tar.gz infra-115a89cc823e56eb0c2074dc36351606f2346292.tar.bz2 infra-115a89cc823e56eb0c2074dc36351606f2346292.tar.xz infra-115a89cc823e56eb0c2074dc36351606f2346292.zip |
unifi: Telegraf configuration.
Diffstat (limited to 'docker')
-rw-r--r-- | docker/birgitte/unifi/docker-compose.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/birgitte/unifi/docker-compose.yaml b/docker/birgitte/unifi/docker-compose.yaml index 74da9ac..52dfcf2 100644 --- a/docker/birgitte/unifi/docker-compose.yaml +++ b/docker/birgitte/unifi/docker-compose.yaml @@ -19,6 +19,7 @@ services: - 8843:8843 - 8880:8880 - 6789:6789 + - 161:161/udp # snmp network_mode: "host" restart: unless-stopped |