Added THANKS file and URL to the BitBucket project
This commit is contained in:
parent
d73db26ece
commit
d4756dfb26
2
README
2
README
@ -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
9
THANKS
Normal 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
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user