1
0
mirror of https://github.com/opinkerfi/nagios-plugins.git synced 2024-10-05 20:03:45 +02: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 { define command {
command_name check_brocade_san_env 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
} }