monitoring: install snmp_exporter

This commit is contained in:
Gregor Michels 2022-11-21 02:56:59 +01:00
parent 5017cb5dfb
commit 5fa5b13da7
2 changed files with 5 additions and 0 deletions

View File

@ -6,3 +6,6 @@ pass on wg2 proto ospf
# allow prometheus on wg2 # allow prometheus on wg2
pass on wg2 proto tcp from any to self port 9100 pass on wg2 proto tcp from any to self port 9100
# allow outgoing snmp on wg2
pass out on wg2 proto udp from self to any port snmp

View File

@ -61,6 +61,7 @@
package: package:
name: name:
- prometheus - prometheus
- snmp_exporter
- alertmanager - alertmanager
- grafana - grafana
@ -148,6 +149,7 @@
state: started state: started
with_items: with_items:
- prometheus - prometheus
- snmp_exporter
- alertmanager - alertmanager
- grafana - grafana