From cd27b85e97a7ec432de385720a00e2d9d5438255 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=B3mas=20Edwardsson?= Date: Sun, 21 Nov 2010 14:12:55 +0000 Subject: [PATCH] Fixed script name --- check_brocade/trunk/examples/commands.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_brocade/trunk/examples/commands.cfg b/check_brocade/trunk/examples/commands.cfg index 38b1e91..2ae0a85 100644 --- a/check_brocade/trunk/examples/commands.cfg +++ b/check_brocade/trunk/examples/commands.cfg @@ -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 }