hint="HINT: the non-OK status is still erxperimmental. A warning can be a false positive.\n\n"
hint="HINT: the non-OK status is still erxperimmental. A warning can be a false positive.\n"
if[$iIdle-eq 0 ];then
echo$hint
echo"WARNING: $iIdle idle workers available."
...
...
@@ -163,15 +164,15 @@ if [ $iIdle -eq 0 ]; then
fi
if[$iQueue-gt 0 ];then
echo$hint
echo"WARNING: $iQueue queued requests were found."
echo"WARNING: $iQueue queued requests were found. Maximum of queued items is $iMaxQueue."
fi
if[$iSlow-gt 0 ];then
echo$hint
echo"WARNING: $iSlow slow requests were found."
echo"WARNING: $iSlow slow requests were found... $iSlowTotal since restart of fpm service."
fi
if[$iMaxChilds-gt 0 ];then
echo$hint
echo"WARNING: max. children was reached $iMaxChilds. Max. active were$iMaxActiveworkers - maybe count of allowed workers (pm.max_children) is too low."
echo"WARNING: max. children was reached $iMaxChilds. Maximum of active workers was$iMaxActive - maybe count of allowed workers (pm.max_children) is too low."