From 8ff7e46a761a096dae1c1c22bc8b467a114cd3de Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch>
Date: Mon, 14 Feb 2022 07:25:40 +0100
Subject: [PATCH] check_php-fpm: add $ chr

---
 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 5b4b54e..bd15740 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"
-- 
GitLab