Search found 5 matches
- Tue Apr 30, 2013 4:16 pm
- Forum: Open Source Nagios Projects
- Topic: Nagiosgraph - check_gputemp not returning status correctly
- Replies: 5
- Views: 2322
Re: Nagiosgraph - check_gputemp not returning status correct
When I ran that command I received this message: sudo -u nagios ./check_ati-gpu-temp-graph --adapter 0 -w 75 -c 90 cat: /home/h3x/gpu_temps.txt: Permission denied expr: non-integer argument GPU0 OK: degrees | degrees= I moved the file to /tmp/ and changed my scripts to point to that location and the...
- Tue Apr 30, 2013 10:59 am
- Forum: Open Source Nagios Projects
- Topic: Nagiosgraph - check_gputemp not returning status correctly
- Replies: 5
- Views: 2322
Re: Nagiosgraph - check_gputemp not returning status correct
Hi Gary!
Thanks for the reply! When I run the command on the server I get:
Thanks for the reply! When I run the command on the server I get:
Looks like that is the problem. Is there a way I need to configure nrpe and/or the server to send/receive the temperature information?./check_nrpe -H <host_IP> -c check_atigputemp0
GPU0 OK: degrees | degrees=
- Tue Apr 30, 2013 9:32 am
- Forum: Open Source Nagios Projects
- Topic: Nagiosgraph - check_gputemp not returning status correctly
- Replies: 5
- Views: 2322
Nagiosgraph - check_gputemp not returning status correctly
Hi all! I have been working on creating a modified version of the check_gputemp (http://exchange.nagios.org/directory/Plugins/Operating-Systems/Linux/check_gputemp/details) plugin but I am having problems with the status information it is returning. (I am modifying the check_gputemp because I was ha...
- Thu Apr 25, 2013 3:55 pm
- Forum: Open Source Nagios Projects
- Topic: ATI Radeon 6990 Temperature Monitoring Issue
- Replies: 2
- Views: 1720
Re: ATI Radeon 6990 Temperature Monitoring Issue
Thank you scottwilkerson! It looks like that fixed it! I am now getting "GPU 0 OK - Temperature is " as the Status Information. Sorry to ask another question but are you familiar with this plugin? Any idea why the temperature is not being displayed in the Status Information? The script dis...
- Thu Apr 25, 2013 2:37 pm
- Forum: Open Source Nagios Projects
- Topic: ATI Radeon 6990 Temperature Monitoring Issue
- Replies: 2
- Views: 1720
ATI Radeon 6990 Temperature Monitoring Issue
Hi everyone! How can I specify that a plugin script needs to be run on a client machine and not the server? Details: I am working on configuring my Nagios Core server (CentOS) to monitor the temperatures of an ATI graphics card in one of the client systems (Ubuntu), but I am having some problems. I ...