Page 1 of 1

Temperature plugin

Posted: Wed May 06, 2020 3:00 am
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.

Re: Temperature plugin

Posted: Wed May 06, 2020 11:38 am
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

Re: Temperature plugin

Posted: Wed May 06, 2020 10:01 pm
by siddharthasd
Thanks for the help...Any pointers if the clients are windows normal desktop machines.

Re: Temperature plugin

Posted: Thu May 07, 2020 3:31 am
by siddharthasd
Thanks...
We have most of the Infra on Windows 10 machines. Is there a plugin for that?

Re: Temperature plugin

Posted: Fri May 15, 2020 2:12 pm
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