Skip to content

Commit

Permalink
doc: clarify IPv6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrinds committed Aug 22, 2024
1 parent bf124b0 commit 5d869b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/configure-harvest-basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
2 changes: 1 addition & 1 deletion docs/configure-storagegrid.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | |
Expand Down

0 comments on commit 5d869b3

Please sign in to comment.