From ed93ba9f5dd6dff12ca006c821dde31d571c322e Mon Sep 17 00:00:00 2001 From: Tristan PILAT Date: Fri, 22 Mar 2019 17:32:20 +0100 Subject: [PATCH] This is not required anymore --- evocheck.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/evocheck.sh b/evocheck.sh index 61275f3..d54193b 100755 --- a/evocheck.sh +++ b/evocheck.sh @@ -307,12 +307,6 @@ if [ "$IS_POSTGRESQL" = 1 ]; then fi if [ "$IS_NRPE" = 1 ]; then -fi - -if [ "$IS_NRPEDAEMON" = 1 ]; then - grep -q "echo -n ' nrpe'; /usr/local/sbin/nrpe -d" /etc/rc.local || echo 'IS_NREPEDAEMON FAILED!' -fi - ( pkg_info | grep -q monitoring-plugins && pkg_info | grep -q nrpe ) || echo 'IS_NRPE FAILED!' if [[ "$VERBOSE" == 1 ]]; then echo "nrpe and/or monitoring-plugins are not installed! Please add with pkg_add nrpe monitoring-plugins"