System info: Home Assistant OS
Core 2025.11.1
Supervisor 2025.11.2
Operating System 16.3
UI 20250531.3
Prometheus Node Exporter version: 2025.11.2
I did a clean install and I get an error "not a valid value" when I start it up.
I tried simple configurations from the example in the documentation, but it didn't work.
# Enable/disable specific collectors
collectors:
cpu: true # CPU usage and utilization
meminfo: true # Memory statistics
diskstats: true # Disk I/O statistics
netdev: true # Network interface stats
netstat: true # Network connection stats
filesystem: true # Filesystem usage
loadavg: true # System load average
time: true # Current time metrics
wifi: false # WiFi statistics (if applicable)
hwmon: true # Hardware monitoring (temperature/fans)
# Ignore specific mount points or network devices
ignore_mount_points:
- "/tmp"
- "/run"
ignore_network_devices:
- "docker0"
- "veth*"
# Custom command line arguments for node_exporter
cmdline_extra_args: "--collector.disable-defaults --collector.cpu"
I use this instructions https://github.com/racksync/hass-addons-suite/blob/main/node-exporter/DOCS.md
System info: Home Assistant OS
Core 2025.11.1
Supervisor 2025.11.2
Operating System 16.3
UI 20250531.3
Prometheus Node Exporter version: 2025.11.2
I did a clean install and I get an error "not a valid value" when I start it up.
I tried simple configurations from the example in the documentation, but it didn't work.
I use this instructions https://github.com/racksync/hass-addons-suite/blob/main/node-exporter/DOCS.md