You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to set the warning an critical temperature returned by the API for the Tctl sensor and ideally only it. I tried many syntax (temperature_Tctl_warning, temperature_tctl_warning, temperature_core_tctl_warning, ...) in the config file, but so far no luck. The documentation has not been helpful either: https://glances.readthedocs.io/en/latest/aoa/sensors.html
[sensors]
disable=False
# Sensors core thresholds (in Celsius...)
# By default values are grabbed from the system
# Overwrite thresholds for a specific sensor
temperature_core_Ambient_careful=45
temperature_core_Ambient_warning=65
temperature_core_Ambient_critical=80
The following config file does not work:
API:
As you can see warning and critical are null for Tctl.
The following config file does work:
Temps are now displayed in purple in the web interface when above 40°C, but the API still doesn't provide the temperature thresholds:
I want to set the warning an critical temperature returned by the API for the Tctl sensor and ideally only it. I tried many syntax (temperature_Tctl_warning, temperature_tctl_warning, temperature_core_tctl_warning, ...) in the config file, but so far no luck. The documentation has not been helpful either: https://glances.readthedocs.io/en/latest/aoa/sensors.html
My glances version:
root@homelab:~/.config/glances# glances --version Glances version: 4.3.0.8 Glances API version: 4 PsUtil version: 6.1.1 Log file: /root/.local/share/glances/glances.log
Running on Debian 12 in a proxmox host.
Please send help :-(
The text was updated successfully, but these errors were encountered: