DataDog plugin to report sensors metrics
- Install lm-sensors
sudo apt install lm-sensors
- Detect sensors
sudo sensors-detect
(Save the file at the end)
- Install PySensors
/opt/datadog-agent/embedded/bin/pip install PySensors
- Copy over the custom check and check config file to the DataDog agent install directory
cp custom_sensors.yaml /etc/dd-agent/conf.d/
cp custom_sensors.py /etc/dd-agent/checks.d/
- Restart the Datadog agent