Add comment to check_ipsecctl_critiques.sh : how to use
This commit is contained in:
parent
e0129f10b7
commit
218568fc13
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Use : ./check_ipsecctl_critiques.sh
|
||||
# check_ipsecctl.sh must be installed
|
||||
# Do not forget to also set variables under "Additional check with ping" : $VPNS + Definition of destination IPs + IPs in "case $vpn in"
|
||||
|
||||
# Variables
|
||||
|
||||
CHECK_IPSECCTL="/usr/local/libexec/nagios/check_ipsecctl.sh"
|
||||
|
|
Loading…
Reference in a new issue