It would be of great value if we could check the gateways in the example with nagios scripts that would reside in
At the moment you can only check your system with commands on the console like
service --status-all 2>&1 | egrep '(bird6|openvpn|fastd|alfred|bat)'
pgrep -lf '(bird6|openvpn|fastd|alfred|bat)'
see ffnord/ffnord-puppet-gateway#99
It would be of great value if we could check the gateways in the example with nagios scripts that would reside in
At the moment you can only check your system with commands on the console like
see ffnord/ffnord-puppet-gateway#99