Can anyone suggest how can I collect data of CPU temperature from Nagios Core? Is there any good plugin available for it?
Thanks.
Temperature plugin
Re: Temperature plugin
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
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!
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
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
Thanks...
We have most of the Infra on Windows 10 machines. Is there a plugin for that?
We have most of the Infra on Windows 10 machines. Is there a plugin for that?
Re: Temperature plugin
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
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!
Be sure to check out our Knowledgebase for helpful articles and solutions!