1
0
mirror of https://github.com/opinkerfi/nagios-plugins.git synced 2026-02-05 22:55:17 +01:00

Fixed script name

This commit is contained in:
Tómas Edwardsson
2010-11-21 14:12:55 +00:00
parent b9a7724ba1
commit cd27b85e97

View File

@@ -1,4 +1,4 @@
define command {
command_name check_brocade_san_env
command_line $USER1$/check_brocade_env.pl -H $HOSTADDRESS$ -c public -l
command_line $USER1$/check_brocade_env -H $HOSTADDRESS$ -c public -l
}