Add basic monitoring defintion
This commit is contained in:
commit
48b053bb57
9
monitor.yml
Normal file
9
monitor.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
- host: srv01
|
||||
service: hamburg.freifunk.net
|
||||
exec: curl hamburg.freifunk.net 2> /dev/null | grep -q "hamburg.freifunk.net | Initiative für freie Funknetzwerke in Hamburg"
|
||||
- host: srv01
|
||||
service: formular.hamburg.freifunk.net
|
||||
exec: curl formular.freifunk.net 2> /dev/null | grep -q "Knotenverwaltung"
|
||||
- host: srv01
|
||||
service: graph.hamburg.freifunk.net
|
||||
exec: curl http://graph.hamburg.freifunk.net/graph_compiled.js 2> /dev/null > /dev/null
|
Loading…
Reference in a new issue