fix snmp
This commit is contained in:
parent
c8df5dc592
commit
4a90744993
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ services:
|
|||
snmp-exporter:
|
||||
image: prom/snmp-exporter:v0.26.0
|
||||
volumes:
|
||||
- /docker/appdata/snmp_generator/snmp.yml:/etc/snmp_exporter/snmp.yml
|
||||
- /docker/appdata/snmp:/etc/snmp_exporter
|
||||
command: --config.file=/etc/snmp-exporter/snmp.yml
|
||||
|
||||
node_exporter:
|
||||
image: quay.io/prometheus/node-exporter:v1.8.2
|
||||
|
|
Loading…
Reference in a new issue