Added info on possible causes of error for openvpn check
This commit is contained in:
parent
a0f8339705
commit
f8a9a86bdd
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ CA_ECHO=""
|
|||
|
||||
error() {
|
||||
if [ $? -eq 2 ] && [ "X$CERT_ECHO" = "X" ] && [ "X$CA_ECHO" = "X" ] ; then
|
||||
echo "CRITICAL - The check exited with an error. Is the conf_file var containing the real conf file location ?"
|
||||
echo "CRITICAL - The check exited with an error. Is the conf_file var containing the real conf file location ? On Debian, is the check executed with sudo ?"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue