From 26261eaaef2185cc8f9fb2cb075e1cb574e6c4b1 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 27 Oct 2025 20:13:36 +0100 Subject: [PATCH] docs: fix pmacct configuration with sfprobe_agentip See https://github.com/akvorado/akvorado/discussions/2051#discussioncomment-14791269 --- console/data/docs/04-operations.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/console/data/docs/04-operations.md b/console/data/docs/04-operations.md index de8e9246..cbb86e93 100644 --- a/console/data/docs/04-operations.md +++ b/console/data/docs/04-operations.md @@ -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 ```