Added THANKS file and URL to the BitBucket project

This commit is contained in:
Jack-Benny Persson 2012-12-06 04:59:59 +01:00
parent d73db26ece
commit d4756dfb26
3 changed files with 14 additions and 1 deletions

2
README
View File

@ -17,3 +17,5 @@ bugfixes and corrections for check_temp. Without check_temp their would never
have been check_gputemp. have been check_gputemp.
This plugin was submitted to Nagios Exchange in January 2012. This plugin was submitted to Nagios Exchange in January 2012.
Version 1.3
Thanks to Ryan Loudfoot who added performance data to check_gputemp.

9
THANKS Normal file
View File

@ -0,0 +1,9 @@
check_temp THANKS file
check_gputemp was originally written by Jack-Benny Persson.
Some kind people have been contributing by reporting problems, suggesting
improvements or submitting code.
Here is a list of these kind people.
Chad Columbus ccolumbu@hotmail.com
Ryan Loudfoot elyrith@gmail.com

View File

@ -25,10 +25,12 @@
# Nagios plugin to monitor GPU temperature with aticonfig. # # Nagios plugin to monitor GPU temperature with aticonfig. #
# This only works on ATI cards with the proprietary driver (fglrx). # # This only works on ATI cards with the proprietary driver (fglrx). #
# Written in Bash (and uses sed & awk). # # Written in Bash (and uses sed & awk). #
# Latest version of check_gputemp can be found at the below URL: #
# https://bitbucket.org/jackbenny/check_gputemp #
# # # #
############################################################################### ###############################################################################
VERSION="Version 1.2" VERSION="Version 1.3"
AUTHOR="(c) 2011 Jack-Benny Persson (jack-benny@cyberinfo.se)" AUTHOR="(c) 2011 Jack-Benny Persson (jack-benny@cyberinfo.se)"
# Sensor program # Sensor program