Skip to content
Snippets Groups Projects
Commit f939af10 authored by Matthias Schnepf's avatar Matthias Schnepf
Browse files

Remove etp.kit.edu and check additional file for belle.cern.ch

parent b85d0193
Branches
No related tags found
No related merge requests found
......@@ -3,8 +3,8 @@
mesg="NODE_IS_HEALTHY = True"
# check CVMFS:
for fs in cms.cern.ch/.cvmfsdirtab etp.kit.edu/test.txt grid.cern.ch/.cvmfsdirtab sft.cern.ch/lcg/mapfile.txt belle.cern.ch/.cvmfsdirtab; do
if ! cat /cvmfs/$fs 2>&1>> /dev/null ; then
for fs in cms.cern.ch/.cvmfsdirtab grid.cern.ch/.cvmfsdirtab sft.cern.ch/lcg/mapfile.txt belle.cern.ch/.cvmfsdirtab belle.cern.ch/tools/b2setup; do
if ! cat /cvmfs/$fs > /dev/null 2>&1 ; then
mesg="NODE_IS_HEALTHY = \"cvmfs ${fs%/*} is not mounted\""
fi
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment