From 04243442fd15f75499c2ad29ef4de6ec8060c770 Mon Sep 17 00:00:00 2001 From: Ramil Valitov Date: Tue, 26 Nov 2019 18:26:39 +0300 Subject: [PATCH] [del] remove debug file output --- zabbix/zabbix_php_fpm_status.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/zabbix/zabbix_php_fpm_status.sh b/zabbix/zabbix_php_fpm_status.sh index 44dd877..7837398 100644 --- a/zabbix/zabbix_php_fpm_status.sh +++ b/zabbix/zabbix_php_fpm_status.sh @@ -28,7 +28,6 @@ fi POOL_URL=$1 POOL_PATH=$2 -echo "$POOL_URL $POOL_PATH" > /tmp/test.txt #connecting to socket or address, https://easyengine.io/tutorials/php/directly-connect-php-fpm/ PHP_STATUS=`SCRIPT_NAME=$POOL_PATH \ SCRIPT_FILENAME=$POOL_PATH \