Fix path to check_dig
This commit is contained in:
parent
a7c3271b6b
commit
10c4c85a53
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
# Default values
|
# Default values
|
||||||
STUNNEL_EXEC=${STUNNEL_EXEC:-/usr/bin/stunnel}
|
STUNNEL_EXEC=${STUNNEL_EXEC:-/usr/bin/stunnel}
|
||||||
CHECK_DIG_EXEC=${CHECK_DIG_EXEC:-/usr/lib/nagios/plugins/check_dig}
|
CHECK_DIG_EXEC=${CHECK_DIG_EXEC:-/usr/lib64/nagios/plugins/check_dig}
|
||||||
lport=8443
|
lport=8443
|
||||||
|
|
||||||
ARGS=""
|
ARGS=""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue