Issue
Code backup
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user