@cryptotaxi247 / netdata-1 / commits / 2a3b1dc5c

Integrations: Add a note to install charts.d plugin (#15943)

* add a note to install charts.d plugin * change instructions to enable the sensors collector * split install and enable the collector * change install description

Emmanuel Vasilakis committed Sep 14, 2023 at 09:43 UTC 2a3b1dc5c55706c196f007b1b1b7aa1581d66a88
6 files changed +29 -1
collectors/charts.d.plugin/ap/metadata.yaml
+3
@@ -41,6 +41,9 @@ modules:
41 setup:
42 prerequisites:
43 list:
44 + - title: "Install charts.d plugin"
45 + description: |
46 + If [using our official native DEB/RPM packages](https://github.com/netdata/netdata/blob/master/packaging/installer/UPDATE.md#determine-which-installation-method-you-used), make sure `netdata-plugin-chartsd` is installed.
47 - title: "`iw` utility."
48 description: "Make sure the `iw` utility is installed."
49 configuration:
collectors/charts.d.plugin/apcupsd/metadata.yaml
+3
@@ -42,6 +42,9 @@ modules:
42 setup:
43 prerequisites:
44 list:
45 + - title: "Install charts.d plugin"
46 + description: |
47 + If [using our official native DEB/RPM packages](https://github.com/netdata/netdata/blob/master/packaging/installer/UPDATE.md#determine-which-installation-method-you-used), make sure `netdata-plugin-chartsd` is installed.
48 - title: "Required software"
49 description: "Make sure the `apcaccess` and `apcupsd` are installed and running."
50 configuration:
collectors/charts.d.plugin/libreswan/metadata.yaml
+3
@@ -40,6 +40,9 @@ modules:
40 setup:
41 prerequisites:
42 list:
43 + - title: "Install charts.d plugin"
44 + description: |
45 + If [using our official native DEB/RPM packages](https://github.com/netdata/netdata/blob/master/packaging/installer/UPDATE.md#determine-which-installation-method-you-used), make sure `netdata-plugin-chartsd` is installed.
46 - title: "Permissions to execute `ipsec`"
47 description: |
48 The plugin executes 2 commands to collect all the information it needs:
collectors/charts.d.plugin/nut/metadata.yaml
+3
@@ -40,6 +40,9 @@ modules:
40 setup:
41 prerequisites:
42 list:
43 + - title: "Install charts.d plugin"
44 + description: |
45 + If [using our official native DEB/RPM packages](https://github.com/netdata/netdata/blob/master/packaging/installer/UPDATE.md#determine-which-installation-method-you-used), make sure `netdata-plugin-chartsd` is installed.
46 - title: "Required software"
47 description: "Make sure the Network UPS Tools (`nut`) is installed and can detect your UPS devices."
48 configuration:
collectors/charts.d.plugin/opensips/metadata.yaml
+3
@@ -41,6 +41,9 @@ modules:
41 setup:
42 prerequisites:
43 list:
44 + - title: "Install charts.d plugin"
45 + description: |
46 + If [using our official native DEB/RPM packages](https://github.com/netdata/netdata/blob/master/packaging/installer/UPDATE.md#determine-which-installation-method-you-used), make sure `netdata-plugin-chartsd` is installed.
47 - title: "Required software"
48 description: "The collector requires the `opensipsctl` to be installed."
49 configuration:
collectors/charts.d.plugin/sensors/metadata.yaml
+14 -1
@@ -44,7 +44,20 @@ modules:
44 description: ""
45 setup:
46 prerequisites:
47 - list: []
47 + list:
48 + - title: "Install charts.d plugin"
49 + description: |
50 + If [using our official native DEB/RPM packages](https://github.com/netdata/netdata/blob/master/packaging/installer/UPDATE.md#determine-which-installation-method-you-used), make sure `netdata-plugin-chartsd` is installed.
51 + - title: "Enable the sensors collector"
52 + description: |
53 + The `sensors` collector is disabled by default. To enable it, use `edit-config` from the Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md), which is typically at `/etc/netdata`, to edit the `charts.d.conf` file.
54 +
55 + ```bash
56 + cd /etc/netdata # Replace this path with your Netdata config directory, if different
57 + sudo ./edit-config charts.d.conf
58 + ```
59 +
60 + Change the value of the `sensors` setting to `force` and uncomment the line. Save the file and restart the Netdata Agent with `sudo systemctl restart netdata`, or the [appropriate method](https://github.com/netdata/netdata/blob/master/docs/configure/start-stop-restart.md) for your system.
61 configuration:
62 file:
63 name: charts.d/sensors.conf