|
@@ -35,14 +35,22 @@ Add to `sudoers`:
|
|
|
netdata ALL=(root) NOPASSWD: /path/to/arcconf
|
|
|
```
|
|
|
|
|
|
-## configuration
|
|
|
+## Configuration
|
|
|
|
|
|
- **adaptec_raid** is disabled by default. Should be explicitly enabled in `python.d.conf`.
|
|
|
+**adaptec_raid** is disabled by default. Should be explicitly enabled in `python.d.conf`.
|
|
|
|
|
|
```yaml
|
|
|
adaptec_raid: yes
|
|
|
```
|
|
|
|
|
|
+Edit the `python.d/adaptec_raid.conf` configuration file using `edit-config` from the your agent's [config
|
|
|
+directory](../../../docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
|
|
|
+
|
|
|
+```bash
|
|
|
+cd /etc/netdata # Replace this path with your Netdata config directory, if different
|
|
|
+sudo ./edit-config python.d/adaptec_raid.conf
|
|
|
+```
|
|
|
+
|
|
|
### Screenshot:
|
|
|
|
|
|

|