bundles/icinga2: add check_usv_snmp
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
1360a36a95
commit
019d658442
4 changed files with 90 additions and 0 deletions
|
@ -105,3 +105,11 @@ object CheckCommand "check_smtp" {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
object CheckCommand "check_usv" {
|
||||
import "plugin-check-command"
|
||||
import "ipv4-or-ipv6"
|
||||
|
||||
command = [ "/usr/local/share/icinga/plugins/check_usv_snmp", "$address$", "$snmp_community$" ]
|
||||
vars.snmp_community = "public"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue