monitoring: install snmp_exporter

master
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
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:
name:
- prometheus
- snmp_exporter
- alertmanager
- grafana
@ -148,6 +149,7 @@
state: started
with_items:
- prometheus
- snmp_exporter
- alertmanager
- grafana