Page 1 of 1

XI 2012 CCM Variables not being passed

Posted: Tue Oct 30, 2012 3:34 pm
by arnab.roy
Hi Guys ,

I have service def which looks like $USER1$/./check_aruba_khipu.pl -C public -H $HOSTADDRESS$ -c ap_clients -x $HOSTNAME$ , it seems its no longer passing the $HOSTNAME$ variable to the check command can someone check this ..its wreaking havoc on our environment as all our wireless controller monitoring has gone off... :(

Re: XI 2012 CCM Variables not being passed

Posted: Tue Oct 30, 2012 4:31 pm
by arnab.roy
OK BUG CONFIRMED, if $HOSTNAME$ has space in it then it goes pop....can you put this in for a fix...many thanks Arnab

Re: XI 2012 CCM Variables not being passed

Posted: Tue Oct 30, 2012 4:54 pm
by scottwilkerson
Arnab.roy,

Can you change the command for this to wrap $HOSTNAME$ with single quotes

i.e.

Code: Select all

$USER1$/check_aruba_khipu.pl -C public -H $HOSTADDRESS$ -c ap_clients -x '$HOSTNAME$'

Re: XI 2012 CCM Variables not being passed

Posted: Fri Nov 02, 2012 3:18 pm
by arnab.roy
yup that did the trick ..thanks scott