-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Pi CPU temps to health check #1956
Comments
you mean send alert when cpu temperature crosses certain threshold ? |
I think that he means to have CPU temp as a Temperature sensor in reef-pi, maybe to control a fan or something else... |
I think that’s the way to do it, pi temp readout as temp sensor |
Is there a way to monitor the CPU Temp at all in Reef-Pi? |
Not right now .
…On Thu, Dec 29, 2022 at 4:38 PM Nicholas White ***@***.***> wrote:
Is there a way to monitor the CPU Temp at all in Reef-Pi?
—
Reply to this email directly, view it on GitHub
<#1956 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACNHEU7DJKQOQBF6WWYTTDWPYVI5ANCNFSM6AAAAAARGSNULI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
But you can do this easily with nodeexporter (to get the metrics ) ,
Prometheus (to store ) and grafana (to vidsualize)
…On Fri, Dec 30, 2022 at 10:05 AM Ranjib Dey ***@***.***> wrote:
Not right now .
On Thu, Dec 29, 2022 at 4:38 PM Nicholas White ***@***.***>
wrote:
> Is there a way to monitor the CPU Temp at all in Reef-Pi?
>
> —
> Reply to this email directly, view it on GitHub
> <#1956 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AACNHEU7DJKQOQBF6WWYTTDWPYVI5ANCNFSM6AAAAAARGSNULI>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***>
>
|
I'm not familiar with Prometheus but I have heard of it since using reef-pi. I will learn all that and see what I can do, thank you!
|
Glances seems to work as well! |
Glances does take up a fair amount of resources, however. But I am also trying out this: |
How did you make it work with nodeexporter? I already have Prometheus and Grafana working.. |
Thank you, if you're only interested in CPU temp in HA you can use the Reef-Pi home assistant integration which already expose the CPU temp... |
How did you configure Glances on Home Assistant? I have make it work on the Rpi but I can't do the same in Home Assistant... |
Thank you very much! |
Yes, I followed this guide: Try it by running the following command and see if you get the browser GUI to load. But you'd prolly want to start this at startup and headless, so create a glances.service file: and add the following information: [Service] [Install] Then: Find RPi IP: This should work! you can try the hostname itself but since I use static IPs, I prefer the IP address. Should add, lemme know if not NOTE: When installing Glances, I believe it updated Python. Before installing, I was playing with custom scripts using |
For water tight enclosures that won’t have air exchange, looking to get a CPU temp readout to the health check
The text was updated successfully, but these errors were encountered: