docs: use a list for metadata providers

This is not mandatory, but it should help understand than more than one
metadata provider is supported.
This commit is contained in:
Vincent Bernat
2025-09-27 14:33:53 +02:00
parent 3aaca8f540
commit eaecdcc408
2 changed files with 15 additions and 14 deletions

View File

@@ -315,12 +315,12 @@ communities:
metadata:
workers: 10
providers:
type: snmp
credentials:
::/0:
communities:
- private
- "@private"
- type: snmp
credentials:
::/0:
communities:
- private
- "@private"
```
And with SNMPv3:
@@ -329,14 +329,14 @@ And with SNMPv3:
metadata:
workers: 10
providers:
type: snmp
credentials:
::/0:
user-name: monitoring
authentication-protocol: SHA
authentication-passphrase: "d$rkSec"
privacy-protocol: AES192
privacy-passphrase: "Cl0se"
- type: snmp
credentials:
::/0:
user-name: monitoring
authentication-protocol: SHA
authentication-passphrase: "d$rkSec"
privacy-protocol: AES192
privacy-passphrase: "Cl0se"
```
#### gNMI provider

View File

@@ -13,6 +13,7 @@ identified with a specific icon:
## Unreleased
- 🩹 *inlet*: disable kernel timestamping on Linux kernel older than 5.1
- 🩹 *doc*: fix documentation for SNMPv3 configuration
## 2.0.0 - 2025-09-22