Update check_available_conntrack - Load environnement file if exist
This commit is contained in:
parent
f81bae86bb
commit
801c928bc6
@ -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
|
# Initialize variables
|
||||||
RESULT=""
|
RESULT=""
|
||||||
PERF_DATA=""
|
PERF_DATA=""
|
||||||
|
Loading…
Reference in New Issue
Block a user