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

update php-fpm check - small changes in output

parent 44b6af8b
No related branches found
No related tags found
No related merge requests found
...@@ -226,7 +226,7 @@ if [ $iQueue -gt 0 ]; then ...@@ -226,7 +226,7 @@ if [ $iQueue -gt 0 ]; then
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 ($iSlowPercent%)... total $iSlowTotal slow req were detected (since last start of fpm service)." echo "WARNING: $iSlow slow requests per $sDeltaunit were found ($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