mirror of https://github.com/Icinga/icinga2.git
parent
d1f5118c55
commit
fc34afbbeb
|
@ -1340,76 +1340,76 @@ object CheckCommand "snmpv3" {
|
|||
|
||||
arguments = {
|
||||
"-H" = {
|
||||
value = "$snmpv3_address$"
|
||||
description = "Host name, IP Address, or unix socket (must be an absolute path)"
|
||||
value = "$snmpv3_address$"
|
||||
description = "Host name, IP Address, or unix socket (must be an absolute path)"
|
||||
}
|
||||
"-p" = {
|
||||
value = "$snmpv3_port$"
|
||||
description = "Port number"
|
||||
value = "$snmpv3_port$"
|
||||
description = "Port number"
|
||||
}
|
||||
"-n" = {
|
||||
set_if = "$snmpv3_getnext$"
|
||||
description = "Use SNMP GETNEXT instead of SNMP GET"
|
||||
set_if = "$snmpv3_getnext$"
|
||||
description = "Use SNMP GETNEXT instead of SNMP GET"
|
||||
}
|
||||
"-P" = {
|
||||
value = 3
|
||||
description = "SNMP protocol version"
|
||||
value = 3
|
||||
description = "SNMP protocol version"
|
||||
}
|
||||
"-L" = {
|
||||
value = "$snmpv3_seclevel$"
|
||||
description = "SNMPv3 securityLevel"
|
||||
value = "$snmpv3_seclevel$"
|
||||
description = "SNMPv3 securityLevel"
|
||||
}
|
||||
"-a" = {
|
||||
value = "$snmpv3_auth_alg$"
|
||||
description = "SNMPv3 auth proto"
|
||||
value = "$snmpv3_auth_alg$"
|
||||
description = "SNMPv3 auth proto"
|
||||
}
|
||||
"-U" = {
|
||||
value = "$snmpv3_user$"
|
||||
description = "SNMPv3 username"
|
||||
value = "$snmpv3_user$"
|
||||
description = "SNMPv3 username"
|
||||
}
|
||||
"-A" = {
|
||||
value = "$snmpv3_auth_key$"
|
||||
description = "SNMPv3 authentication password"
|
||||
value = "$snmpv3_auth_key$"
|
||||
description = "SNMPv3 authentication password"
|
||||
}
|
||||
"-X" = {
|
||||
value = "$snmpv3_priv_key$"
|
||||
description = "SNMPv3 privacy password"
|
||||
value = "$snmpv3_priv_key$"
|
||||
description = "SNMPv3 privacy password"
|
||||
}
|
||||
"-o" = {
|
||||
value = "$snmpv3_oid$"
|
||||
description = "Object identifier(s) or SNMP variables whose value you wish to query"
|
||||
value = "$snmpv3_oid$"
|
||||
description = "Object identifier(s) or SNMP variables whose value you wish to query"
|
||||
}
|
||||
"-x" = {
|
||||
value = "$snmpv3_priv_alg$"
|
||||
description = "SNMPv3 priv proto (default DES)"
|
||||
value = "$snmpv3_priv_alg$"
|
||||
description = "SNMPv3 priv proto (default DES)"
|
||||
}
|
||||
"-w" = {
|
||||
value = "$snmpv3_warn$"
|
||||
description = "Warning threshold range(s)"
|
||||
value = "$snmpv3_warn$"
|
||||
description = "Warning threshold range(s)"
|
||||
}
|
||||
"-c" = {
|
||||
value = "$snmpv3_crit$"
|
||||
description = "Critical threshold range(s)"
|
||||
value = "$snmpv3_crit$"
|
||||
description = "Critical threshold range(s)"
|
||||
}
|
||||
"-s" = {
|
||||
value = "$snmpv3_string$"
|
||||
description = "Return OK state (for that OID) if STRING is an exact match"
|
||||
value = "$snmpv3_string$"
|
||||
description = "Return OK state (for that OID) if STRING is an exact match"
|
||||
}
|
||||
"-r" = {
|
||||
value = "$snmpv3_ereg$"
|
||||
description = "Return OK state (for that OID) if extended regular expression REGEX matches"
|
||||
value = "$snmpv3_ereg$"
|
||||
description = "Return OK state (for that OID) if extended regular expression REGEX matches"
|
||||
}
|
||||
"-R" = {
|
||||
value = "$snmpv3_eregi$"
|
||||
description = "Return OK state (for that OID) if case-insensitive extended REGEX matches"
|
||||
value = "$snmpv3_eregi$"
|
||||
description = "Return OK state (for that OID) if case-insensitive extended REGEX matches"
|
||||
}
|
||||
"--invert-search" = {
|
||||
set_if = "$snmpv3_invert_search$"
|
||||
description = "Invert search result and return CRITICAL if found"
|
||||
set_if = "$snmpv3_invert_search$"
|
||||
description = "Invert search result and return CRITICAL if found"
|
||||
}
|
||||
"-l" = {
|
||||
value = "$snmpv3_label$"
|
||||
description = "Prefix label for output from plugin"
|
||||
value = "$snmpv3_label$"
|
||||
description = "Prefix label for output from plugin"
|
||||
}
|
||||
"-m" = {
|
||||
value = "$snmpv3_miblist$"
|
||||
|
|
Loading…
Reference in New Issue