Skip to content

Commit

Permalink
Fixed typo in NRDP abbreviation
Browse files Browse the repository at this point in the history
Fixed typo in NRDP abbreviation on help screen
  • Loading branch information
jvandermeulen authored Dec 8, 2017
1 parent 61c522d commit 21c4eff
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions clients/send_nrdp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,20 @@
# - Fixed script not working with arguments when run as a cron job
# or if being used as a nagios command like obsessive compulsive.
# ... "if [ ! -t 0 ]" was the reason why.
# 2017-12-08 Jørgen van der Meulen (Conclusion Xforce)
# - Fixed typo in NRDP abbreviation


PROGNAME=$(basename $0)
RELEASE="Revision 0.6"
RELEASE="Revision 0.6.1"

print_release() {
echo "$RELEASE"
}

print_usage() {
echo ""
echo "$PROGNAME $RELEASE - Send NRPD script for Nagios"
echo "$PROGNAME $RELEASE - Send NRDP script for Nagios"
echo ""
echo "Usage: send_nrdp.sh -u URL -t token [options]"
echo ""
Expand All @@ -31,7 +33,7 @@ print_usage() {
print_help() {
print_usage
echo ""
echo "This script is used to send NRPD data to a Nagios server"
echo "This script is used to send NRDP data to a Nagios server"
echo ""
echo "Required:"
echo " -u"," URL of NRDP server. Usually http://<IP_ADDRESS>/nrdp/"
Expand Down

0 comments on commit 21c4eff

Please sign in to comment.