Skip to content

Commit c8df5dc

Browse files
committedOct 14, 2024
init snmp-exporter
1 parent b4b5e7c commit c8df5dc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎docker/grafana/docker-compose.yml

+5
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ services:
2222
volumes:
2323
- /docker/appdata/grafana:/etc/grafana/provisioning/datasources
2424

25+
snmp-exporter:
26+
image: prom/snmp-exporter:v0.26.0
27+
volumes:
28+
- /docker/appdata/snmp_generator/snmp.yml:/etc/snmp_exporter/snmp.yml
29+
2530
node_exporter:
2631
image: quay.io/prometheus/node-exporter:v1.8.2
2732
container_name: node_exporter

0 commit comments

Comments
 (0)
Please sign in to comment.