diff --git a/check_lsi_raid b/check_lsi_raid index 253e2e3..6747c6b 100755 --- a/check_lsi_raid +++ b/check_lsi_raid @@ -1,9 +1,9 @@ #!/usr/bin/perl -w -# ====================================================================================== +# ============================================================================= # check_lsi_raid: Nagios/Icinga plugin to check LSI Raid Controller status -# -------------------------------------------------------------------------------------- -# Created as part of a semester project at the University of Applied Sciences Hagenberg -# (http://www.fh-ooe.at/en/hagenberg-campus/) +# ----------------------------------------------------------------------------- +# Created as part of a semester project at the University of Applied Sciences +# Hagenberg (http://www.fh-ooe.at/en/hagenberg-campus/) # # Copyright (c) 2013-2014: # Georg Schoenberger (gschoenberger@thomas-krenn.com) @@ -24,7 +24,7 @@ # # You should have received a copy of the GNU General Public License along with # this program; if not, see . -# ====================================================================================== +# ============================================================================== use strict; use warnings; use Getopt::Long qw(:config no_ignore_case);