mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-07-09 16:00:59 +00:00
Nodes that set up SSH temperature monitoring before v6.0.0-rc.6 have an authorized_keys entry locked to `sensors -j`, so the pulse-sensors wrapper never runs and SMART (SATA/SAS) disk temperatures silently never arrive; only NVMe shows via kernel hwmon (what the #1471 reporters hit). The server already detected the legacy payload but only logged it. - models.Temperature gains LegacySensorsFormat, set by parseSensorsJSON when the payload is raw sensors -j, and preserved across the host-agent merge; it rides the existing temperatureDetails projection on unified node resources. - New PlatformOutdatedSensorSetupNotice on the Proxmox page, data-gated: collection succeeded AND payload was legacy AND the node has SATA/SAS disks without temperatures, so nodes whose disk temps arrive via a host agent stay clean. Copy points at re-running the node setup script, which replaces the locked key entry and installs the wrapper. - monitoring.md contract extended with the legacy-format marker behavior. |
||
|---|---|---|
| .. | ||
| account_roles.go | ||
| ceph_cluster_identity.go | ||
| ceph_pool_storage_test.go | ||
| concurrency_test.go | ||
| converters.go | ||
| converters_additional_test.go | ||
| converters_test.go | ||
| deepcopy.go | ||
| deepcopy_test.go | ||
| disk_summary.go | ||
| disk_summary_test.go | ||
| metrics_types.go | ||
| metrics_types_test.go | ||
| models.go | ||
| models_frontend.go | ||
| models_frontend_test.go | ||
| models_helpers_test.go | ||
| node_aliases_test.go | ||
| organization.go | ||
| organization_additional_test.go | ||
| profile_validation.go | ||
| profile_validation_additional_test.go | ||
| profile_validation_test.go | ||
| profiles.go | ||
| snapshot_provider.go | ||
| state_additional_test.go | ||
| state_docker_test.go | ||
| state_host_test.go | ||
| state_snapshot.go | ||
| state_snapshot_additional_test.go | ||
| state_snapshot_concurrency_test.go | ||
| state_snapshot_frontend_test.go | ||
| state_snapshot_merge_test.go | ||