From 16bbe10817a7d26e32923a4bd9f9fe8bbaf4672e Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch> Date: Fri, 24 Sep 2021 09:49:59 +0200 Subject: [PATCH] update php-fpm check --- 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 c3ade0f..7f55346 100755 --- a/check_php-fpm-status +++ b/check_php-fpm-status @@ -163,7 +163,7 @@ fi # ---------------------------------------------------------------------- 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 -hint="!! IMPORTSNT !! Any non-OK status is still experimmental." +hint="!! IMPORTANT !! Any non-OK status is still experimmental." if [ $iIdle -eq 0 ]; then echo $hint echo "WARNING: $iIdle idle workers available." -- GitLab