docs: fix static provider configuration in "Operations" chapter
Some checks failed
CI / 🤖 Check dependabot status (push) Has been cancelled
CI / 🐧 Test on Linux (${{ github.ref_type == 'tag' }}, misc) (push) Has been cancelled
CI / 🐧 Test on Linux (coverage) (push) Has been cancelled
CI / 🐧 Test on Linux (regular) (push) Has been cancelled
CI / ❄️ Build on Nix (push) Has been cancelled
CI / 🍏 Build and test on macOS (push) Has been cancelled
CI / 🧪 End-to-end testing (push) Has been cancelled
CI / 🔍 Upload code coverage (push) Has been cancelled
CI / 🔬 Test only Go (push) Has been cancelled
CI / 🔬 Test only JS (${{ needs.dependabot.outputs.package-ecosystem }}, 20) (push) Has been cancelled
CI / 🔬 Test only JS (${{ needs.dependabot.outputs.package-ecosystem }}, 22) (push) Has been cancelled
CI / 🔬 Test only JS (${{ needs.dependabot.outputs.package-ecosystem }}, 24) (push) Has been cancelled
CI / ⚖️ Check licenses (push) Has been cancelled
CI / 🐋 Build Docker images (push) Has been cancelled
CI / 🐋 Tag Docker images (push) Has been cancelled
CI / 🚀 Publish release (push) Has been cancelled

This commit is contained in:
Vincent Bernat
2025-11-14 11:23:39 +01:00
parent 20e931eaf3
commit 96d29524df

View File

@@ -598,21 +598,22 @@ avoid running an SNMP daemon. Use the static metadata provider to match the
exporter and provide interface names and descriptions to Akvorado:
```yaml
inlet:
providers:
- type: static
exporters:
2001:db8:1::1:
name: exporter1
ifindexes:
3:
name: eth0
description: PNI Google
speed: 10000
4:
name: eth1
description: PNI Netflix
speed: 10000
outlet:
metadata:
providers:
- type: static
exporters:
2001:db8:1::1:
name: exporter1
ifindexes:
3:
name: eth0
description: PNI Google
speed: 10000
4:
name: eth1
description: PNI Netflix
speed: 10000
```
#### ipfixprobe