mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Improve perlpod formatting for multiple plugins
Escpecially the final marker ("=cut") was missing in these plugins.
This commit is contained in:
parent
743395a605
commit
c6f88968d1
20 changed files with 198 additions and 142 deletions
|
@ -28,28 +28,41 @@ A <host> may be an IPv4 address, an IPv6 address (enclosed in square brackets) o
|
|||
resolved via DNS.
|
||||
|
||||
Examples for <token>:
|
||||
* 192.168.1.4
|
||||
* foo=192.168.1.4
|
||||
* [fe80::1a:2b:3c:cafe]
|
||||
* bar=[fe80::1a:2b:3c:cafe]
|
||||
* feinstaubsensor-12345.local
|
||||
* baz=feinstaubsensor-12345.local
|
||||
|
||||
=over 4
|
||||
|
||||
=item 192.168.1.4
|
||||
|
||||
=item foo=192.168.1.4
|
||||
|
||||
=item [fe80::1a:2b:3c:cafe]
|
||||
|
||||
=item bar=[fe80::1a:2b:3c:cafe]
|
||||
|
||||
=item feinstaubsensor-12345.local
|
||||
|
||||
=item baz=feinstaubsensor-12345.local
|
||||
|
||||
=back
|
||||
|
||||
|
||||
=head1 AUTHOR
|
||||
|
||||
Lars Kruse <devel@sumpfralle.de>
|
||||
Lars Kruse <devel@sumpfralle.de>
|
||||
|
||||
|
||||
=head1 LICENSE
|
||||
|
||||
GPLv3
|
||||
GNU General Public License v3.0 or later
|
||||
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
|
||||
=head1 MAGIC MARKERS
|
||||
|
||||
#%# family=manual
|
||||
|
||||
=cut
|
||||
"""
|
||||
|
||||
import collections
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue