Updated README and changelog

This commit is contained in:
Georg Schönberger
2014-10-20 13:46:07 +02:00
parent dc5369119b
commit d448f69536
2 changed files with 6 additions and 6 deletions

8
README
View File

@@ -22,7 +22,7 @@
--------
* The LSI RAID Monitoring Plugin is a Nagios/Icinga to check the LSI RAID
Controller for warnings or critical errors.
* It is written in Perl and uses the Storage Command Line Tool ("storcli")
* It is written in Perl and uses the storage command line tool storcli to
interact with the RAID Controller.
Mailing List:
@@ -35,7 +35,7 @@
----------------
* The current version of the check_lsi_raid plugin is available at the
Thomas Krenn git-server:
* http://git.thomas-krenn.com/check_lsi_raid.git
http://git.thomas-krenn.com/check_lsi_raid.git
Further information:
--------------------
@@ -104,7 +104,7 @@
* libfile-which-perl
* storcli
Requirements:
Requirements for Icinga/Nagios:
-------------
* On the system to be monitored:
** check_lsi_raid plugin
@@ -118,4 +118,4 @@ Requirements:
Parameter usage (example):
--------------------------
* ./check_lsi_raid -Tw 40 -Tc 50 -LD 0,1 -PD 1 -b 0
* ./check_lsi_raid -Tw 40 -Tc 50 -LD 0,1 -PD 1 -b 0

View File

@@ -3,7 +3,7 @@ Changelog for check_lsi_raid, a Nagios/Icinga plugin to check LSI RAID
controllers
###############################################################################
Version 2.0 20141006
Version 2.0 20141020
* Completed refactoring of all check methods, the plugin now seperates
value gathering and status checking.
* The /c0 show all command is no longer used, as it influences the IO
@@ -34,8 +34,8 @@ Version 1.0 20131028
* Fix temperature check for a real integer
List of contributors:
* Georg Schoenberger (gschoenberger@thomas-krenn.com)
* Grubhofer Martin (s1110239013@students.fh-hagenberg.at)
* Scheipner Alexander (s1110239032@students.fh-hagenberg.at)
* Werner Sebastian (s1110239038@students.fh-hagenberg.at)
* Georg Schoenberger (gschoenberger@thomas-krenn.com)
* Jonas Meurer (jmeurer@inet.de)