From 9346c1a60d62e90e1726932c3e7cbc9137b8c31e Mon Sep 17 00:00:00 2001 From: Pall Sigurdsson Date: Wed, 16 May 2012 10:37:03 +0000 Subject: [PATCH] check_command is now sudo'ed --- check_hpacucli/nrpe.d/check_hpacucli.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_hpacucli/nrpe.d/check_hpacucli.cfg b/check_hpacucli/nrpe.d/check_hpacucli.cfg index 4ec3f0b..5018065 100644 --- a/check_hpacucli/nrpe.d/check_hpacucli.cfg +++ b/check_hpacucli/nrpe.d/check_hpacucli.cfg @@ -1,2 +1,2 @@ -command[check_hpacucli]=/usr/lib/nagios/plugins/check_hpacucli.py +command[check_hpacucli]=sudo /usr/lib/nagios/plugins/check_hpacucli.py