diff --git a/check_php-fpm-status b/check_php-fpm-status index b75805f34122c7d1d257bc6a25f8fbd18d345c0a..6e4d0484181d0409cc0e5ff56ba2e2441dda0a5a 100755 --- a/check_php-fpm-status +++ b/check_php-fpm-status @@ -187,7 +187,7 @@ fi # output # ---------------------------------------------------------------------- ph.status "PHP-FPM: active: $iActive (max: $iMaxActive) .. idle workers: $iIdle .. queue: $iQueue (max: $iMaxQueue) .. speed: $iSpeed req per sec ... slow: $iSlow req per sec (total: $iSlowTotal)" -echo Worker states: running: $iWorkerRunning .. Reading headers: $iWorkerReading .. Idle: $iWorkerIdle +echo Worker states: Running: $iWorkerRunning .. Reading headers: $iWorkerReading .. Idle: $iWorkerIdle echo hint="!! IMPORTANT !! Any non-OK status is still experimmental." if [ $iWorkerIdle -eq 0 ]; then