init snmp-exporter
This commit is contained in:
parent
b4b5e7c53e
commit
c8df5dc592
1 changed files with 5 additions and 0 deletions
|
@ -22,6 +22,11 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- /docker/appdata/grafana:/etc/grafana/provisioning/datasources
|
- /docker/appdata/grafana:/etc/grafana/provisioning/datasources
|
||||||
|
|
||||||
|
snmp-exporter:
|
||||||
|
image: prom/snmp-exporter:v0.26.0
|
||||||
|
volumes:
|
||||||
|
- /docker/appdata/snmp_generator/snmp.yml:/etc/snmp_exporter/snmp.yml
|
||||||
|
|
||||||
node_exporter:
|
node_exporter:
|
||||||
image: quay.io/prometheus/node-exporter:v1.8.2
|
image: quay.io/prometheus/node-exporter:v1.8.2
|
||||||
container_name: node_exporter
|
container_name: node_exporter
|
||||||
|
|
Loading…
Reference in a new issue