mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
Update documentation
This commit is contained in:
parent
f537b44b9b
commit
0c02e246d2
1 changed files with 9 additions and 7 deletions
|
@ -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
|
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
|
and packets. Which counters and/or values are to be shown can be configured
|
||||||
(see below).
|
(see L<below|"CONFIGURATION">).
|
||||||
|
|
||||||
=head1 REQUIREMENTS
|
=head1 REQUIREMENTS
|
||||||
|
|
||||||
Plugin runs on systems with nftables installed. It makes use of the excellent
|
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<below|"ACKNOWLEDGEMENT">).
|
||||||
|
|
||||||
=head1 CONFIGURATION
|
=head1 CONFIGURATION
|
||||||
|
|
||||||
|
@ -68,11 +68,11 @@ GPLv3
|
||||||
|
|
||||||
=head1 ACKNOWLEDGEMENT
|
=head1 ACKNOWLEDGEMENT
|
||||||
|
|
||||||
This plugin makes use of the excellent PyMunin [2] module by Ali Onur Uyar,
|
This plugin makes use of the excellent pymunin [2] module by Ali Onur Uyar,
|
||||||
adapted to Python3 [3] with the help of 2to3.
|
adapted to Python3 [3] and available on PyPI as PyMunin3 [4].
|
||||||
|
|
||||||
The implementation of nftables interaction is based on the very helpful
|
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
|
=head1 SEE ALSO
|
||||||
|
|
||||||
|
@ -82,9 +82,11 @@ examples [4] provided by Arturo Borrero Gonzalez.
|
||||||
|
|
||||||
=item [2] L<https://github.com/aouyar/PyMunin>
|
=item [2] L<https://github.com/aouyar/PyMunin>
|
||||||
|
|
||||||
=item [3] L<https://github.com/penguinpee/PyMunin/tree/changes_for_python3>
|
=item [3] L<https://github.com/penguinpee/PyMunin3>
|
||||||
|
|
||||||
=item [4] L<https://github.com/aborrero/python-nftables-tutorial>
|
=item [4] L<https://pypi.org/project/PyMunin3>
|
||||||
|
|
||||||
|
=item [5] L<https://github.com/aborrero/python-nftables-tutorial>
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue