-
A few days ago, my server unexpectedly shutdown due to high temp. I've installed glances monitor it and can see the temp readings, but it doesn't appear that an alert or event is raised for temperature. I have previously modified event.py to create syslog messages for events, which are sent over to graylog for centralized alerting. I'd like to do this for my server temp as well. Is there a way to enable this? Or is this something to suggest as a new feature. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Hi @kt-alt yes, you can configure thresholds for the sensors in the Glances configuration file:
|
Beta Was this translation helpful? Give feedback.
-
I look deeper in the code and the current behavor is the following:
Perhaps a enhancement will be:
What do you think ? |
Beta Was this translation helpful? Give feedback.
-
Merged into develop (see #3049) @kt-alt @dot-1q can you test the feature ? |
Beta Was this translation helpful? Give feedback.
Hi @nicolargo,
Thank you for your quickness in viewing this issue and providing help and a solution!
Today I tested your
dev
branch locally and the colors are now being outputted correctly on my machine.I can set colors both globally for the temperature sensor, and also for a specific one (Core 0). I tried to showcase that in the screenshot.
It is working as I would've expected now. Thank you so much again!