ffnord / ffnord-example

A generic freifunk settings used for example purposes.
5 stars 6 forks source link

add nagios to example #20

Open rubo77 opened 9 years ago

rubo77 commented 9 years ago

It would be of great value if we could check the gateways in the example with nagios scripts that would reside in

/etc/nagios/

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 https://github.com/ffnord/ffnord-puppet-gateway/issues/99