docs: fix pmacct configuration with sfprobe_agentip
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
Update Nix dependency hashes / Update dependency hashes (push) Has been cancelled

See https://github.com/akvorado/akvorado/discussions/2051#discussioncomment-14791269
This commit is contained in:
Vincent Bernat
2025-10-27 20:13:36 +01:00
parent 81360befea
commit 26261eaaef

View File

@@ -561,7 +561,7 @@ Here are a few resources from MikroTik help site to configure a Mikrotik device:
monitoring tools, including an sFlow exporter.
Put the following configuration in `/etc/pmacctd/config.conf`. Replace
`akvorado-inlet-receiver` with the correct IP:
`akvorado-inlet-receiver` and `sfprobe_agentip` with the correct IP.
```yaml
daemonize: false
@@ -572,6 +572,7 @@ pcap_ifindex: map
pcap_interfaces_map: /etc/pmacctd/interfaces.map
pcap_interface_wait: true
sfprobe_agentsubid: 1402
sfprobe_agentip: 10.25.0.1
sampling_rate: 1000
snaplen: 128
```