Commit Graph

  • 2a500f3339 Bumped the version to 1.2 after Onkobu's updates master v1.2 Jack-Benny Persson 2021-01-11 01:30:47 +01:00
  • 56edc7a786 Updated the list of very kind people Jack-Benny Persson 2021-01-11 01:13:26 +01:00
  • 3c0407dc11
    Merge pull request #7 from onkobu/master Jack-Benny Persson 2021-01-11 01:08:36 +01:00
  • 1853626e49 Fix multi-sensor with identical thresholds onkobu 2021-01-07 22:10:25 +01:00
  • 9a3f4cc3a9 Overlay new filtering and fix multi-sensor call onkobu 2020-12-27 10:30:32 +01:00
  • b504956f4f Argument order irrelevant/ sensor parsing improved onkobu 2020-12-12 13:41:10 +01:00
  • c60b88813a
    Merge pull request #6 from lucaswall/patch-1 Jack-Benny Persson 2020-04-17 19:46:40 +02:00
  • b6241fd46d
    Correctly handle -s argument with spaces. Lucas Wall 2020-04-17 14:27:49 -03:00
  • b618a2cc8d Bumped version and updated HISTORY & THANKS v1.0 Jack-Benny Persson 2019-05-30 21:05:21 +02:00
  • d166498290
    Merge pull request #4 from kikniknik/master Jack-Benny Persson 2019-05-30 20:20:48 +02:00
  • bb88a0a5af Add support for multiple sensors kikniknik 2019-05-28 19:48:14 +03:00
  • 1912395135 Enrich performance data output kikniknik 2019-05-28 02:24:23 +03:00
  • 8e88c82517 Change the way that temperature is retrieved kikniknik 2019-05-28 02:09:07 +03:00
  • 2286e23d19 Changed the Performace Data Field Jack-Benny Persson 2017-06-29 05:24:15 +02:00
  • 52670df1be Removed /etc from whereis-path v0.94 Jack-Benny Persson 2014-09-20 10:47:26 +02:00
  • fcb2be369d Merge pull request #3 from Elyrith/master Jack-Benny Persson 2014-09-20 10:10:36 +02:00
  • aa68be9a5a Add more acceptable paths to whereis command, as per further testing. Ryan Loudfoot 2014-09-06 17:46:11 -04:00
  • 615089a044 Now use whereis to find the sensors program instead of assuming a path. Also mention help in the readme if the program is not found. Ryan Loudfoot 2014-09-06 16:36:21 -04:00
  • 75b4a1c6d6 Run through shellcheck.net. Converted all printf to echo since it's easier, may convert back later if given good reason. Ryan Loudfoot 2013-11-02 13:18:46 -04:00
  • 32252b61ea Add utils.sh checking code. Ryan Loudfoot 2013-11-02 12:38:43 -04:00
  • b2e2301067 Forgot to update version number last update. Fixed. Ryan Loudfoot 2013-11-02 12:30:25 -04:00
  • dc34595ff0 Merge pull request #2 from Elyrith/0.9 Jack-Benny Persson 2013-10-06 00:51:56 -07:00
  • b8f3e6a283 Merge branches 'master' and '0.9' Elyrith 2013-10-05 23:39:52 -04:00
  • 6b1c3b0d95 Fix typo: If lm-sensors is not installed, it would exit with OK instead of UNKNOWN. Elyrith 2013-10-05 23:39:34 -04:00
  • 664cac6965 Typo and changed 'sensors' to 'lm-sensors' in message if it's not installed. Elyrith 2013-10-05 23:37:59 -04:00
  • bf12a45ab9 README and THANKS updates. Elyrith 2013-10-05 23:33:19 -04:00
  • a8382bf6c5 Added instructions for OpenSUSE Jack-Benny Persson 2013-06-08 14:23:39 +02:00
  • 85be1e7ccd Merge pull request #1 from Elyrith/master Jack-Benny Persson 2013-06-06 20:40:09 -07:00
  • c19869c89f Update repo link. Elyrith 2013-06-04 17:30:16 -04:00
  • 39313dffac Add help instructions and where to find them. Elyrith 2013-06-04 17:27:50 -04:00
  • f2acaea98b Changed version to 0.8 and moved version history to HISTORY file v0.8 Jack-Benny Persson 2012-12-08 07:19:28 +01:00
  • 41d103ab22 Limit parsing to only grab the first line of output for performance data Jack-Benny Persson 2012-12-08 06:57:26 +01:00
  • c594f1768f Merged in elyrith/check_temp (pull request #5) Jack-Benny Persson 2012-12-08 00:15:33 +01:00
  • 877d08b166 Merge remote-tracking branch 'jackbenny/check_temp/master' Elyrith 2012-12-07 17:59:54 -05:00
  • 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) Elyrith 2012-12-07 17:38:10 -05:00
  • e9c10b3f54 Fixed tabs/spaces in THANKS file and added URL to the BitBucket project v0.7 Jack-Benny Persson 2012-12-06 05:05:10 +01:00
  • 6df8362ab0 Put the old sensor parsing back, but commented. It may help somebody. Elyrith 2012-12-01 21:02:36 -05:00
  • 95a7d33142 Merged in elyrith/check_temp (pull request #3) Jack-Benny Persson 2012-12-01 03:09:30 +01:00
  • 92a9b70125 Fixed line numbers mentioned in comments due to my comments pushing the code down Elyrith 2012-11-30 00:29:22 -05:00
  • 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 Elyrith 2012-11-30 00:08:45 -05:00
  • 3223933494 Merged in elyrith/check_temp (pull request #2) Jack-Benny Persson 2012-11-30 00:55:10 +01:00
  • add8a481c7 Added myself to THANKS with permission from author. Elyrith 2012-11-29 18:51:03 -05:00
  • 37b8e9db82 Merged in elyrith/check_temp (pull request #1) A few typos and mentioning that is uses *nix 'sensors' Added PERFDATA to put Nagios Performance Data when viewing service details Jack-Benny Persson 2012-11-30 00:35:45 +01:00
  • e4228c22e5 A few typos and mentioning that is uses *nix 'sensors' Elyrith 2012-11-29 17:56:54 -05:00
  • 3c8ab0cdc2 Added PERFDATA to put Nagios Performance Data when viewing service details. Elyrith 2012-11-29 17:18:40 -05:00
  • 844218b7d5 Fixed a bug by escaping the -? option v0.6 Jack-Benny Persson 2012-02-19 23:03:10 +01:00
  • dc66a71fce Updated README with known forks Jack-Benny Persson 2012-01-26 02:13:40 +01:00
  • 807a218cb8 Fixed a typo v0.5 Jack-Benny Persson 2012-01-26 01:52:21 +01:00
  • 807b725ebc Added a README file and a THANKS file Jack-Benny Persson 2012-01-26 01:50:17 +01:00
  • 51cf20921c The new filename Jack-Benny Persson 2012-01-23 06:35:36 +01:00
  • c73641d119 Deleted check_temp due to renamed file with a .sh extension Jack-Benny Persson 2012-01-23 06:34:31 +01:00
  • 4e745532ab First entry to the repo, version 0.5 of the plugin Jack-Benny Persson 2012-01-23 06:25:35 +01:00