add monitoring for freifunk nodes
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
19dd29e847
commit
8e54d6eb23
6 changed files with 163 additions and 0 deletions
|
@ -25,6 +25,13 @@ object CheckCommand "dummy_hostalive" {
|
|||
command = [ "true" ]
|
||||
}
|
||||
|
||||
object CheckCommand "check_freifunk_node" {
|
||||
import "plugin-check-command"
|
||||
import "ipv4-or-ipv6"
|
||||
|
||||
command = [ "/usr/local/share/icinga/plugins/check_freifunk_node", "$url$", "$id$" ]
|
||||
}
|
||||
|
||||
object CheckCommand "check_http_wget" {
|
||||
import "plugin-check-command"
|
||||
import "ipv4-or-ipv6"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue