@@ -26,8 +26,10 @@ CHECK_HOST(){
fi
}
echo $1
echo ${noheader}
if [[ "${noheader}" != *"${1}"* ]]; then
echo 'not found'
check=`ssh root@10.5.10.53 "systemctl is-active --quiet haproxy"`
echo "HERE: '${check}'"
if [ "${check}") = "" ]; then
echo 'yes'
else
echo 'no'
The note is not visible to the blocked user.