From 3d8ae87368210f449dd1b576c3bdfd3c047c45da Mon Sep 17 00:00:00 2001 From: William Hirigoyen Date: Fri, 12 May 2023 12:38:40 +0200 Subject: [PATCH] nagios-nrpe: add double quotes to input var in check-local --- nagios-nrpe/files/check-local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nagios-nrpe/files/check-local b/nagios-nrpe/files/check-local index 4d96c639..73db2c66 100755 --- a/nagios-nrpe/files/check-local +++ b/nagios-nrpe/files/check-local @@ -7,6 +7,6 @@ fi -/usr/lib/nagios/plugins/check_nrpe -H 127.0.0.1 -c check_$1 +/usr/lib/nagios/plugins/check_nrpe -H 127.0.0.1 -c "check_$1"