@cryptotaxi247 / netdata-1 / commits / d417b5303

fix charts.d/sensors leftovers (#18439)

Ilya Mashchenko committed Aug 29, 2024 at 20:46 UTC d417b5303c376f38a58bd4beb3558703923c4ed3
2 files changed +1 -21
docs/developer-and-contributor-corner/pi-hole-raspberry-pi.md
-20
@@ -100,26 +100,6 @@ part of your system might affect another.
100 ![The Netdata dashboard in
101 action](https://user-images.githubusercontent.com/1153921/80827388-b9fee100-8b98-11ea-8f60-0d7824667cd3.gif)
102
103 -### Enable temperature sensor monitoring
104 -
105 -You need to manually enable Netdata's built-in [temperature sensor
106 -collector](/src/collectors/charts.d.plugin/sensors/README.md) to start collecting metrics.
107 -
108 -> Netdata uses a few plugins to manage its [collectors](/src/collectors/REFERENCE.md), each using a different language: Go,
109 -> Python, Node.js, and Bash. While our Go collectors are undergoing the most active development, we still support the
110 -> other languages. In this case, you need to enable a temperature sensor collector that's written in Bash.
111 -
112 -First, open the `charts.d.conf` file for editing. You should always use the `edit-config` script to edit Netdata's
113 -configuration files, as it ensures your settings persist across updates to the Netdata Agent.
114 -
115 -```bash
116 -cd /etc/netdata
117 -sudo ./edit-config charts.d.conf
118 -```
119 -
120 -Uncomment the `sensors=force` line and save the file. Restart Netdata with `sudo systemctl restart netdata` to enable
121 -Raspberry Pi temperature sensor monitoring.
122 -
103 ### Storing historical metrics on your Raspberry Pi
104
105 By default, Netdata allocates 256 MiB in disk space to store historical metrics inside the [database
src/collectors/proc.plugin/README.md
+1 -1
@@ -610,7 +610,7 @@ The `drm` path can be configured if it differs from the default:
610 ```
611
612 > [!NOTE]
613 -> Temperature, fan speed, voltage and power metrics for AMD GPUs can be monitored using the [Sensors](/src/collectors/charts.d.plugin/sensors/README.md) plugin.
613 +> Temperature, fan speed, voltage and power metrics for AMD GPUs can be monitored using the [Sensors](/src/go/plugin/go.d/modules/sensors/README.md) plugin.
614
615 ## IPC
616