@cryptotaxi247 / netdata-1 / commits / ef48d88a1

Integrations: Add a note to enable the collectors (#15945)

note to enable the collectors

Emmanuel Vasilakis committed Sep 12, 2023 at 14:40 UTC ef48d88a118188f6cb4f6a00172d782a2eba8e8c
3 files changed +23
collectors/python.d.plugin/go_expvar/metadata.yaml
+10
@@ -39,6 +39,16 @@ modules:
39 setup:
40 prerequisites:
41 list:
42 + - title: "Enable the go_expvar collector"
43 + description: |
44 + The `go_expvar` 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 `python.d.conf` file.
45 +
46 + ```bash
47 + cd /etc/netdata # Replace this path with your Netdata config directory, if different
48 + sudo ./edit-config python.d.conf
49 + ```
50 +
51 + Change the value of the `go_expvar` setting to `yes`. 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.
52 - title: "Sample `expvar` usage in a Go application"
53 description: |
54 The `expvar` package exposes metrics over HTTP and is very easy to use.
collectors/python.d.plugin/hpssa/metadata.yaml
+10
@@ -40,6 +40,16 @@ modules:
40 setup:
41 prerequisites:
42 list:
43 + - title: 'Enable the hpssa collector'
44 + description: |
45 + The `hpssa` 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 `python.d.conf` file.
46 +
47 + ```bash
48 + cd /etc/netdata # Replace this path with your Netdata config directory, if different
49 + sudo ./edit-config python.d.conf
50 + ```
51 +
52 + Change the value of the `hpssa` setting to `yes`. 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.
53 - title: 'Allow user netdata to execute `ssacli` as root.'
54 description: |
55 This module uses `ssacli`, which can only be executed by root. It uses `sudo` and assumes that it is configured such that the `netdata` user can execute `ssacli` as root without a password.
collectors/python.d.plugin/tor/metadata.yaml
+3
@@ -39,6 +39,9 @@ modules:
39 setup:
40 prerequisites:
41 list:
42 + - title: 'Required python module'
43 + description: |
44 + The `stem` python library needs to be installed.
45 - title: 'Required Tor configuration'
46 description: |
47 Add to /etc/tor/torrc: