From a928b14967d80cf45253937659c3565ac3dde28a Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch> Date: Fri, 1 Oct 2021 16:26:51 +0200 Subject: [PATCH] update php-fpm check - small changes in output --- 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 16261bd..f398ade 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 -- GitLab