mirror of
https://github.com/thomas-krenn/check_lsi_raid.git
synced 2026-03-01 23:28:42 +01:00
Trim file header to 80 chars
This commit is contained in:
@@ -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 <http://www.gnu.org/licenses/>.
|
||||
# ======================================================================================
|
||||
# ==============================================================================
|
||||
use strict;
|
||||
use warnings;
|
||||
use Getopt::Long qw(:config no_ignore_case);
|
||||
|
||||
Reference in New Issue
Block a user