Install nagios probe in the provided installation script.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Wed, 29 Feb 2012 17:21:39 +0000 (17:21 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Wed, 29 Feb 2012 17:21:39 +0000 (17:21 +0000)
org.glite.testsuites.ctb/LB/tests/lb-autonomous-test.sh
org.glite.testsuites.ctb/LB/tests/lb-common-testbeds.sh

index 198979d..7f171df 100755 (executable)
@@ -65,7 +65,8 @@ rpm -i http://emisoft.web.cern.ch/emisoft/dist/EMI/1/sl5/x86_64/base/emi-release
 
 
 
-yum install -y emi-lb --nogpgcheck
+yum install -y --nogpgcheck emi-lb
+yum install -y --nogpgcheck emi-lb-nagios-plugins
 
 cd ~/
 mkdir -m 700 yaim
index 349868c..f3bf93b 100755 (executable)
@@ -44,7 +44,7 @@ echo "Output format:    \$OUTPUT_OPT "
 
 export LBTSTCOLS
 
-${INSTALLCMD} globus-proxy-utils postgresql postgresql-server emi-lb-nagios-plugins voms-clients curl wget sudo bc $INSTALLPKGS
+${INSTALLCMD} globus-proxy-utils postgresql postgresql-server voms-clients curl wget sudo bc $INSTALLPKGS
 
 /etc/init.d/postgresql initdb >/dev/null 2>&1
 /etc/init.d/postgresql start