diff --git a/check_php-fpm-status b/check_php-fpm-status index 16261bd584606a1521bf62a421cae1cd6089fabb..f398adee20b78dda8ce8577aa370746e49377cf9 100755 --- a/check_php-fpm-status +++ b/check_php-fpm-status @@ -226,7 +226,7 @@ if [ $iQueue -gt 0 ]; then fi if [ $iSlow -gt 0 ]; then 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 fi