summaryrefslogtreecommitdiffstats
path: root/collectors/python.d.plugin/hpssa
diff options
context:
space:
mode:
authorJoel Hans <joel@netdata.cloud>2021-01-12 08:12:09 -0700
committerGitHub <noreply@github.com>2021-01-12 08:12:09 -0700
commitdc8dc2476ce064ab04095eadef86416b45909643 (patch)
treeacd09a3cb5d05838fb7ca428eab86917ec87078b /collectors/python.d.plugin/hpssa
parentc817387917ec28eabcc45a39c9526858577efc3c (diff)
Add instructions on enabling explicitly disabled collectors (#10418)
* Add enable instructions and fix comment * service -> systemctl * Reverse systemctl order
Diffstat (limited to 'collectors/python.d.plugin/hpssa')
-rw-r--r--collectors/python.d.plugin/hpssa/README.md16
1 files changed, 11 insertions, 5 deletions
diff --git a/collectors/python.d.plugin/hpssa/README.md b/collectors/python.d.plugin/hpssa/README.md
index 426f19c536..2079ff2ad7 100644
--- a/collectors/python.d.plugin/hpssa/README.md
+++ b/collectors/python.d.plugin/hpssa/README.md
@@ -29,15 +29,21 @@ This module produces:
3. Logical drive state
4. Physical drive state and temperature
+## Enable the collector
-## Configuration
-
-**hpssa** is disabled by default. Should be explicitly enabled in `python.d.conf`.
+The `hpssa` collector is disabled by default. To enable it, use `edit-config` from the Netdata [config
+directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`, to edit the `python.d.conf` file.
-```yaml
-hpssa: yes
+```bash
+cd /etc/netdata # Replace this path with your Netdata config directory, if different
+sudo ./edit-config python.d.conf
```
+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 for your system, to finish enabling the `hpssa` collector.
+
+## Configuration
+
Edit the `python.d/hpssa.conf` configuration file using `edit-config` from the Netdata [config
directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.