diff --git a/docs/configure-harvest-basic.md b/docs/configure-harvest-basic.md index b18bc62f1..2bbc5a825 100644 --- a/docs/configure-harvest-basic.md +++ b/docs/configure-harvest-basic.md @@ -8,7 +8,7 @@ All pollers are defined in `harvest.yml`, the main configuration file of Harvest |------------------------|------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------| | Poller name (header) | **required** | Poller name, user-defined value | | | `datacenter` | **required** | Datacenter name, user-defined value | | -| `addr` | required by some collectors | IPv4 or FQDN of the target system | | +| `addr` | required by some collectors | IPv4, IPv6 or FQDN of the target system | | | `collectors` | **required** | List of collectors to run for this poller | | | `exporters` | **required** | List of exporter names from the `Exporters` section. Note: this should be the name of the exporter (e.g. `prometheus1`), not the value of the `exporter` key (e.g. `Prometheus`) | | | `auth_style` | required by Zapi* collectors | Either `basic_auth` or `certificate_auth` See [authentication](#authentication) for details | `basic_auth` | diff --git a/docs/configure-storagegrid.md b/docs/configure-storagegrid.md index 6cc7dafe7..8909a1872 100644 --- a/docs/configure-storagegrid.md +++ b/docs/configure-storagegrid.md @@ -63,7 +63,7 @@ Parameters in the poller section should define the following required parameters | parameter | type | description | default | |------------------------|----------------------|--------------------------------------------------------------------------------|---------| | Poller name (header) | string, **required** | Poller name, user-defined value | | -| `addr` | string, **required** | address (IP or FQDN) of the ONTAP system | | +| `addr` | string, **required** | IPv4, IPv6 or FQDN of the target system | | | `datacenter` | string, **required** | Datacenter name, user-defined value | | | `username`, `password` | string, **required** | StorageGRID username and password with at least `Tenant accounts` permissions | | | `collectors` | list, **required** | Name of collector to run for this poller, use `StorageGrid` for this collector | |