Add check_openvpn

This commit is contained in:
Jan Wagner 2013-11-18 14:49:37 +01:00
parent 8a8d12bd24
commit e3da64769f
5 changed files with 123 additions and 0 deletions

View file

@ -0,0 +1,6 @@
# 'check_openvpn' command definition
define command {
command_name check_openvpn
command_line /usr/lib/monitoring-plugins/check_openvpn -p '$ARG1$' '$HOSTADDRESS$'
}