bundles/icinga2: add check_usv_snmp
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-04-25 08:02:04 +02:00
parent 1360a36a95
commit 019d658442
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 90 additions and 0 deletions

View file

@ -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"
}