@@ -207,13 +209,13 @@ if [ $iWorkerIdle -eq 0 ]; then
...
@@ -207,13 +209,13 @@ if [ $iWorkerIdle -eq 0 ]; then
echo" Or count of allowed workers (pm.max_children) or spare servers (pm.XXX_spare_servers) is too low."
echo" Or count of allowed workers (pm.max_children) or spare servers (pm.XXX_spare_servers) is too low."
echo
echo
fi
fi
if[$iWorkerReading-eq 0 ];then
# if [ $iWorkerReading -eq 0 ]; then
echo$hint
# echo $hint
echo"WARNING: No reading workers available."
# echo "WARNING: No reading workers available."
echo" Maybe there is a current peak only."
# echo " Maybe there is a current peak only."
echo" Or count of allowed workers (pm.max_children) or spare servers (pm.XXX_spare_servers) is too low."
# echo " Or count of allowed workers (pm.max_children) or spare servers (pm.XXX_spare_servers) is too low."
echo
# echo
fi
# fi
if[$iMaxChilds-gt 0 ];then
if[$iMaxChilds-gt 0 ];then
echo$hint
echo$hint
echo"WARNING: Max. count of children was reached: $iMaxChilds. Maximum of active workers was $iMaxActive - maybe count of allowed workers (pm.max_children) is too low."
echo"WARNING: Max. count of children was reached: $iMaxChilds. Maximum of active workers was $iMaxActive - maybe count of allowed workers (pm.max_children) is too low."