[Komodo] admin: Write Compose File: update compose.yaml
This commit is contained in:
parent
b269d1a536
commit
5bc8250582
1 changed files with 11 additions and 0 deletions
11
compose.yaml
11
compose.yaml
|
|
@ -104,6 +104,17 @@ services:
|
|||
networks:
|
||||
- monitoring_network
|
||||
|
||||
snmp-exporter:
|
||||
image: quay.io/prometheus/snmp-exporter
|
||||
ports:
|
||||
- 9116:9116
|
||||
- 116:116/udp
|
||||
volumes:
|
||||
- /app-config/snmp-exporter:/etc/snmp-exporter/
|
||||
restart: always
|
||||
command: --config.file=/etc/snmp-exporter/snmp.yml
|
||||
networks:
|
||||
- monitoring_network
|
||||
|
||||
# InfluxDB
|
||||
influxdb:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue