From 0c02e246d22814d6046fb4c8636e46f4bbedd035 Mon Sep 17 00:00:00 2001 From: Sandro Date: Thu, 30 Jun 2022 23:23:35 +0200 Subject: [PATCH] Update documentation --- plugins/network/nft_counters | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/plugins/network/nft_counters b/plugins/network/nft_counters index 0abf717b..09b145a2 100755 --- a/plugins/network/nft_counters +++ b/plugins/network/nft_counters @@ -12,12 +12,12 @@ nft_counters - Munin Plugin for monitoring counters in nftables Plugin reads counters [1] from nftables and shows the associated values in bytes and packets. Which counters and/or values are to be shown can be configured -(see below). +(see L). =head1 REQUIREMENTS Plugin runs on systems with nftables installed. It makes use of the excellent -PyMunin module, so that needs to be installed as well. +pymunin module, so that needs to be installed as well (see L). =head1 CONFIGURATION @@ -68,11 +68,11 @@ GPLv3 =head1 ACKNOWLEDGEMENT -This plugin makes use of the excellent PyMunin [2] module by Ali Onur Uyar, -adapted to Python3 [3] with the help of 2to3. +This plugin makes use of the excellent pymunin [2] module by Ali Onur Uyar, +adapted to Python3 [3] and available on PyPI as PyMunin3 [4]. The implementation of nftables interaction is based on the very helpful -examples [4] provided by Arturo Borrero Gonzalez. +examples [5] provided by Arturo Borrero Gonzalez. =head1 SEE ALSO @@ -82,9 +82,11 @@ examples [4] provided by Arturo Borrero Gonzalez. =item [2] L -=item [3] L +=item [3] L -=item [4] L +=item [4] L + +=item [5] L =back