Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spell check #135

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions ssl-cert-check
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ PROGRAMVERSION=4.14
# are documented here: http://mywiki.wooledge.org/BashFAQ/050
#
# Version 4.9
# - Add a signal handler to call the cleanup funtion
# - Add a signal handler to call the cleanup function
# if the script doesn't exit() cleanly -- Timothe Litt
#
# Version 4.8
Expand Down Expand Up @@ -290,7 +290,7 @@ ADMIN="root"
# Email sender address for alarm notifications
SENDER=""

# Number of days in the warning threshhold (cmdline: -x)
# Number of days in the warning threshold (cmdline: -x)
WARNDAYS=30

# If QUIET is set to TRUE, don't print anything on the console (cmdline: -q)
Expand Down Expand Up @@ -582,7 +582,7 @@ set_returncode()
}

########################################################################
# Purpose: Set certificate counters and informations for nagios summary
# Purpose: Set certificate counters and information for nagios summary
# Arguments:
# $1 -> Status of certificate (0: valid, 1: will expire, 2: expired)
# $2 -> Hostname
Expand Down Expand Up @@ -632,7 +632,7 @@ usage()
echo " -N : Run as a Nagios plugin and output one line summary (implies -n, requires -f or -d)"
echo " -p port : Port to connect to (interactive mode)"
echo " -q : Don't print anything on the console"
echo " -s commmon name : Server to connect to (interactive mode)"
echo " -s common name : Server to connect to (interactive mode)"
echo " -S : Print validation information"
echo " -t type : Specify the certificate type"
echo " -V : Print version information"
Expand Down