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,7 +315,7 @@ communities:
metadata:
workers: 10
providers:
type: snmp
- type: snmp
credentials:
::/0:
communities:
@@ -329,7 +329,7 @@ And with SNMPv3:
metadata:
workers: 10
providers:
type: snmp
- type: snmp
credentials:
::/0:
user-name: monitoring

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