mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-12 06:24:10 +01:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user