14 Commits

Author SHA1 Message Date
Elyrith
0fe7e5aa90 Limit parsing to only grab the first result found for the sensor. Sometimes you get more than one result for things like CPU cores (Quad core printing as: Core0,Core0,Core1,Core1 on a Toshiba laptop with sensor k8temp-pci-00c3) 2012-12-07 17:38:10 -05:00
Elyrith
6df8362ab0 Put the old sensor parsing back, but commented. It may help somebody. 2012-12-01 21:02:36 -05:00
Elyrith
92a9b70125 Fixed line numbers mentioned in comments due to my comments pushing the code down 2012-11-30 00:29:22 -05:00
Elyrith
7e33e13abc Increased version to 0.7 because of new "advanced" sensor parsing (line 191)
-Added following line edits info to comments at the top and increased version number
-Line 193, modified sensor parsing to cut after the first '+' since all positive temperatures are preceded by a + and the one we want is labeled first
-Line 211, reduced "verbosity" needed to see verbose info (was 2: -v -v)
-Line 229-232, now checks if no sensor data was found and exits with STATE_UNKNOWN
-Fixed 2 typos, one in output and other an in-line comment
-Updated line numbers in previous version info lines in comments since my comments pushed the lines down
2012-11-30 00:08:45 -05:00
Elyrith
add8a481c7 Added myself to THANKS with permission from author. 2012-11-29 18:51:03 -05:00
Elyrith
e4228c22e5 A few typos and mentioning that is uses *nix 'sensors' 2012-11-29 17:56:54 -05:00
Elyrith
3c8ab0cdc2 Added PERFDATA to put Nagios Performance Data when viewing service details. 2012-11-29 17:18:40 -05:00
844218b7d5 Fixed a bug by escaping the -? option v0.6 2012-02-19 23:03:10 +01:00
dc66a71fce Updated README with known forks 2012-01-26 02:13:40 +01:00
807a218cb8 Fixed a typo v0.5 2012-01-26 01:52:21 +01:00
807b725ebc Added a README file and a THANKS file 2012-01-26 01:50:17 +01:00
51cf20921c The new filename 2012-01-23 06:35:36 +01:00
c73641d119 Deleted check_temp due to renamed file with a .sh extension 2012-01-23 06:34:31 +01:00
4e745532ab First entry to the repo, version 0.5 of the plugin 2012-01-23 06:25:35 +01:00