From e9d2d4d62f007db1594ec4fc48c357ac35b98855 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch> Date: Fri, 1 Oct 2021 12:11:19 +0200 Subject: [PATCH] update php-fpm check using full status now --- check_php-fpm-status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_php-fpm-status b/check_php-fpm-status index b75805f..6e4d048 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 -- GitLab