Update check_available_conntrack - Load environnement file if exist

This commit is contained in:
Alban VIDAL 2019-09-29 22:36:15 +02:00
parent f81bae86bb
commit 801c928bc6

View File

@ -27,6 +27,11 @@ fi
################################################################################
# If environnement file exist, we load it
if [ -f /etc/env_check_nrpe ] ; then
source /etc/env_check_nrpe
fi
# Initialize variables
RESULT=""
PERF_DATA=""