Temperature plugin

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
siddharthasd
Posts: 3
Joined: Mon Apr 08, 2019 10:00 pm

Temperature plugin

Post by siddharthasd »

Can anyone suggest how can I collect data of CPU temperature from Nagios Core? Is there any good plugin available for it?

Thanks.
User avatar
jbrunkow
Posts: 441
Joined: Fri Mar 13, 2020 10:45 am

Re: Temperature plugin

Post by jbrunkow »

I suppose the best plugin for this depends on what type of sensor you are using.

After a little bit of research, these are the resources that I've found. There is some software on the Nagios Exchange and GitHub that I think might suit your needs.

https://exchange.nagios.org/directory/P ... mp/details
https://github.com/jackbenny/check_temp
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
siddharthasd
Posts: 3
Joined: Mon Apr 08, 2019 10:00 pm

Re: Temperature plugin

Post by siddharthasd »

Thanks for the help...Any pointers if the clients are windows normal desktop machines.
siddharthasd
Posts: 3
Joined: Mon Apr 08, 2019 10:00 pm

Re: Temperature plugin

Post by siddharthasd »

Thanks...
We have most of the Infra on Windows 10 machines. Is there a plugin for that?
User avatar
jdunitz
Posts: 235
Joined: Wed Feb 05, 2020 2:50 pm

Re: Temperature plugin

Post by jdunitz »

Siddhartha,

If you can use WMI on your desktop machines, this plugin is pretty handy:
https://exchange.nagios.org/directory/P ... us/details

It will show you a pretty good amount of stuff right out of the box, plus you can configure more.

Between that and this:
https://stackoverflow.com/questions/457 ... hrough-wmi
...you should be able to get what you're after.

Hope that helps!

--Jeffrey
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked