From 807b725ebcc84ee002133aa4b882f65786b83bf0 Mon Sep 17 00:00:00 2001 From: Jack-Benny Persson Date: Thu, 26 Jan 2012 01:50:17 +0100 Subject: [PATCH] Added a README file and a THANKS file --- README | 10 ++++++++++ THANKS | 9 +++++++++ 2 files changed, 19 insertions(+) create mode 100644 README create mode 100644 THANKS diff --git a/README b/README new file mode 100644 index 0000000..97a911e --- /dev/null +++ b/README @@ -0,0 +1,10 @@ +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 +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. diff --git a/THANKS b/THANKS new file mode 100644 index 0000000..dc6602a --- /dev/null +++ b/THANKS @@ -0,0 +1,9 @@ +check_temp THANKS file + +check_temp was originally written by Jack-Benny Persson. +Some kind people has been contributing by reporiting problems, suggesting +improvements or submitting code. +Here is a list of these kind people. + +Chad Columbus ccolumbu@hotmail.com +