From d448f695366f7881de34d1cda96c509f446d80c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georg=20Sch=C3=B6nberger?= Date: Mon, 20 Oct 2014 13:46:07 +0200 Subject: [PATCH] Updated README and changelog --- README | 8 ++++---- changelog | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README b/README index b90538f..a293d8a 100644 --- a/README +++ b/README @@ -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 \ No newline at end of file +* ./check_lsi_raid -Tw 40 -Tc 50 -LD 0,1 -PD 1 -b 0 diff --git a/changelog b/changelog index 59687ea..74f9409 100644 --- a/changelog +++ b/changelog @@ -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)