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
The hostname generated by socket.gethostname() can contain non-alphanumeric symbols, e.g. when a domain is added: hostname.domain.com
Currently, the cpu, ram and sensor monitoring fail due to incomplete string sanitation.
Solution:
Better string sanitation for all common_diagnostics nodes (also adds more consistent behavior)
The text was updated successfully, but these errors were encountered:
The hostname generated by
socket.gethostname()
can contain non-alphanumeric symbols, e.g. when a domain is added: hostname.domain.comCurrently, the cpu, ram and sensor monitoring fail due to incomplete string sanitation.
Solution:
Better string sanitation for all common_diagnostics nodes (also adds more consistent behavior)
The text was updated successfully, but these errors were encountered: