Add comment to check_ipsecctl_critiques.sh : how to use

This commit is contained in:
Jérémy Dubois 2021-10-20 16:05:27 +02:00
parent e0129f10b7
commit 218568fc13

View file

@ -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"