diff --git a/check_php-fpm-status b/check_php-fpm-status
index 5b4b54e1a3e790b7ad94f84e2220d6a5cc2453c4..bd157405b7238736f742c5965ffa6e339579a337 100755
--- a/check_php-fpm-status
+++ b/check_php-fpm-status
@@ -200,7 +200,7 @@ fi
 # ----------------------------------------------------------------------
 # output
 # ----------------------------------------------------------------------
-ph.status "PHP-FPM service: running: iWorkerRunning .. active: $iActive (max: $iMaxActive) .. idle workers: $iIdle .. queue: $iQueue .. speed: $iSpeed req per $sDeltaunit ... slow: $iSlow req per $sDeltaunit ($iSlowPercent%; total: $iSlowTotal)"
+ph.status "PHP-FPM service: running: $iWorkerRunning .. active: $iActive (max: $iMaxActive) .. idle workers: $iIdle .. queue: $iQueue .. speed: $iSpeed req per $sDeltaunit ... slow: $iSlow req per $sDeltaunit ($iSlowPercent%; total: $iSlowTotal)"
 echo "Workers:               Running: $iWorkerRunning"
 echo "               Reading headers: $iWorkerReading"
 echo "                          Idle: $iWorkerIdle"