From e4228c22e5f8b50c906c86bcc9f2253c003a2090 Mon Sep 17 00:00:00 2001 From: Elyrith Date: Thu, 29 Nov 2012 17:56:54 -0500 Subject: [PATCH] A few typos and mentioning that is uses *nix 'sensors' --- README | 6 +++--- THANKS | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 68f5b75..cc490a6 100644 --- a/README +++ b/README @@ -1,13 +1,13 @@ check_temp A small Nagios plugin that checks the CPU (or M/B) temperature with lm-sensors. -It's written in Bash and uses some sed & awk. -Default is to check the CPU temperature but this can be changed to for example +It's written in Bash and uses *nix "sensors" and some sed & awk. +Default is to check the CPU temperature but this can be changed to, for example, the motherboard temperature with a "--sensor" argument. The plugin complies with the guidelines, for example uses -w -c -v arguments etc. It also does some basic sanity checks and has a exit 3 catchall. -The plugin were submitted to Nagios Exchange in 2011. +The plugin was submitted to Nagios Exchange in 2011. Known forks of check_temp: There is a very good Perl fork of check_temp written by Chad Columbus. It's diff --git a/THANKS b/THANKS index 10a22d0..413af22 100644 --- a/THANKS +++ b/THANKS @@ -1,7 +1,7 @@ check_temp THANKS file check_temp was originally written by Jack-Benny Persson. -Some kind people has been contributing by reporting problems, suggesting +Some kind people have been contributing by reporting problems, suggesting improvements or submitting code. Here is a list of these kind people.