File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,18 @@ services:
51
51
networks :
52
52
- grafana
53
53
54
+ alertmanager :
55
+ image : prom/alertmanager:v0.27.0
56
+ restart : unless-stopped
57
+ volumes :
58
+ - /docker/appdata/alertmanager/alertmanager.yml:/etc/alertmanager/alertmanager.yml
59
+ ports :
60
+ - 9093:9093
61
+ networks :
62
+ - grafana
63
+
64
+
65
+ # # Exporters
54
66
snmp-exporter :
55
67
image : prom/snmp-exporter:v0.26.0
56
68
container_name : snmp-exporter
@@ -154,6 +166,15 @@ services:
154
166
networks :
155
167
- grafana
156
168
169
+ speedtest-exporter :
170
+ image : ghcr.io/miguelndecarvalho/speedtest-exporter:v3.5.4
171
+ container_name : speedtest-exporter
172
+ ports :
173
+ - 9798:9798
174
+ restart : unless-stopped
175
+ networks :
176
+ - grafana
177
+
157
178
networks :
158
179
grafana :
159
180
You can’t perform that action at this time.
0 commit comments