check_rpi_temperature / nconf / missing critical temperature

Having issues? Post them here, and help other users.
CrispyChicken
Junior Member
Posts: 4
Joined: Mon Jul 09, 2018 3:31 am

RE: check_rpi_temperature / nconf / missing critical temperature

Post by CrispyChicken »

Hi All
For those of you that still want to monitor your raspberry pi(s) temperature I will share how i have done this.
Step 1:
navigate to the Nems NConf and go to the 'Checkcommands' ( this is under the additional Items section ) and select show

and look for the 'check_rpi_temperature' command and select edit.
Change the amount of params from 1 to 2 then select Submit


Step 2:
Go to services and add a new service.
Now we want to use the check command we just edited , select 'check_rpi_temperature' from the drop down list.


and then go down to the bottom and add the two values for ARG1 and ARG2 and then select submit.
*Note* ARG1 will be the Warning Temperature and ARG2 will be the Critical Temperature.

For me I add a value of 65 for ARG1 and a value of 75 for ARG2

To test if this works change value of ARG1 to a lower value, submit a check or wait and then change the value back to original value and submit a check.
Repeat this process for ARG2
Last edited by CrispyChicken on Mon Dec 31, 2018 7:24 pm, edited 1 time in total.
User avatar
Robbie Ferguson
Posting Freak
Posts: 835
Joined: Wed Mar 07, 2012 3:23 pm
Location: Ontario, Canada
Contact:

RE: check_rpi_temperature / nconf / missing critical temperature

Post by Robbie Ferguson »

Thanks, CrispyChicken.

Just a note that check_rpi_temperature is deprecated in NEMS Linux 1.5, replaced with a significantly improved "modified version" that I worked on a couple months back (which works on other Single Board Computers, such as the ODROID lineup). It also is pre-included in NEMS Nconf in NEMS 1.5+. But this is excellent information for those on older versions of NEMS, thank you!

Cheers!
Robbie
Robbie Ferguson // The Bald Nerd

Did I help you out? Appreciate what I do? Please consider saying thanks:
ottl05
Junior Member
Posts: 4
Joined: Thu Oct 03, 2019 7:38 am

Re: check_rpi_temperature / nconf / missing critical temperature

Post by ottl05 »

could I check the temperature of other rapis in my network?
Post Reply