Skip to content
Snippets Groups Projects
Commit 44b6af8b authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

update php-fpm check - small changes in output

parent eadfbc96
No related branches found
No related tags found
No related merge requests found
...@@ -221,12 +221,12 @@ if [ $iMaxChilds -gt 0 ]; then ...@@ -221,12 +221,12 @@ if [ $iMaxChilds -gt 0 ]; then
fi fi
if [ $iQueue -gt 0 ]; then if [ $iQueue -gt 0 ]; then
echo $hint echo $hint
echo "WARNING: $iQueue queued requests were found. Maximum of queued items is $iMaxQueue." echo "WARNING: $iQueue queued requests were found. Maximum of queued items is $iMaxQueue (since last start of fpm service)."
echo echo
fi fi
if [ $iSlow -gt 0 ]; then if [ $iSlow -gt 0 ]; then
echo $hint echo $hint
echo "WARNING: $iSlow slow requests were found per $sDeltaunit ... $iSlowTotal since restart of fpm service." echo "WARNING: $iSlow slow requests were found per $sDeltaunit ($iSlowPercent%)... total $iSlowTotal slow req were detected (since last start of fpm service)."
echo echo
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment