Merge remote-tracking branch 'jackbenny/check_temp/master'

This commit is contained in:
Elyrith
2012-12-07 17:59:54 -05:00
2 changed files with 6 additions and 3 deletions

View File

@@ -24,6 +24,9 @@
# #
# Nagios plugin to monitor CPU and M/B temperature with sensors. #
# Written in Bash (and uses sed & awk). #
# Latest version of check_temp can be found at the below URL: #
# https://bitbucket.org/jackbenny/check_temp #
# #
# Version 0.2: Line 103, fixed the missing "-n" option (Thanks to Chad who #
# pointed this out for me). Also added a "shopt -s extglob". (Thx to Chad) #
# Version 0.5: Line 168, fixed a typo (EXIT_UNKNOWN to STATE_UNKNOWN) #