Code backup
This commit is contained in:
2026-05-10 16:59:01 +02:00
commit 368d6fafea
796 changed files with 315310 additions and 0 deletions
@@ -0,0 +1,15 @@
// -*- mode: icinga -*-
object CheckCommand "check_watchguard" {
import "plugin-check-command"
command = [ PluginDir + "/check_watchguard.sh" ]
arguments += {
"-C" = "$wgsnmp_community$"
"-H" = "$address$"
"-t" = {
required = true
value = "$wgsnmp_types$"
}
}
vars.wgsnmp_community = "pal-ro"
}