diff options
author | varac <varacanero@zeromail.org> | 2013-01-28 15:26:45 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-01-28 15:26:45 +0100 |
commit | 57a1140b437a8cfb9cfd5d94a5759b1e3ed86d45 (patch) | |
tree | 96de23d3749328b3492bdb6c61d7ad0cb1c8047e /manifests | |
parent | 0b661762ee1c881f31ed673e47c66a0299c24a3f (diff) |
+ check_openvpn_server check_openvpn_server_ip_port
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/defaults/commands.pp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/defaults/commands.pp b/manifests/defaults/commands.pp index 47ac6d8..07d2b1d 100644 --- a/manifests/defaults/commands.pp +++ b/manifests/defaults/commands.pp @@ -23,6 +23,10 @@ class nagios::defaults::commands { command_line => '$USER1$/check_mysql -H $ARG1$ -P $ARG2$ -u $ARG3$ -p $ARG4$ -d $ARG5$'; 'check_ntp_time': command_line => '$USER1$/check_ntp_time -H $HOSTADDRESS$ -w 0.5 -c 1'; + 'check_openvpn_server': + command_line => '$USER1$/check_openvpn_server.pl -H $HOSTADDRESS$ -p 1194'; + 'check_openvpn_server_ip_port': + command_line => '$USER1$/check_openvpn_server.pl -H $ARG1$ -p $ARG2$'; 'check_silc': command_line => '$USER1$/check_tcp -p 706 -H $ARG1$'; 'check_sobby': |