Skip to content

Commit 4a90744

Browse files
committedOct 14, 2024
fix snmp
1 parent c8df5dc commit 4a90744

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎docker/grafana/docker-compose.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ services:
2525
snmp-exporter:
2626
image: prom/snmp-exporter:v0.26.0
2727
volumes:
28-
- /docker/appdata/snmp_generator/snmp.yml:/etc/snmp_exporter/snmp.yml
28+
- /docker/appdata/snmp:/etc/snmp_exporter
29+
command: --config.file=/etc/snmp-exporter/snmp.yml
2930

3031
node_exporter:
3132
image: quay.io/prometheus/node-exporter:v1.8.2

0 commit comments

Comments
 (0)
Please sign in to comment.