Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_gputemp

Current Version
1.3
Last Release Date
2012-12-03
Compatible With
  • Nagios 3.x
License
GPL
Hits
77275
Files:
FileDescription
check_gputemp.shUpdated version (1.3). Added performance data.
READMESimple README file
THANKSTHANKS
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
check_gputemp is a Bash script which checks the GPU temperature of ATI based graphics card. It uses the aticonfig tool from ATI's proprietary driver fglrx.
This script checks the GPU temperature of ATI based graphics card using the aticonfig tool from their proprietary driver fglrx.
The script is written in Bash and complies with the Nagios development guidelines. For example it uses the -w, -c and -v arguments, has some basic sanity checks and has an exit 3 catch all code. The script should behave like any other Nagios plugin.
This plugin is based on check_temp which I wrote earlier this year. The code is almost identical.