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
|
@ -44,7 +44,7 @@ which if matched will exclude the matching containers from the memory and cpu gr
|
|||
|
||||
For example
|
||||
|
||||
env.EXCLUDE_CONTAINER_NAME runner
|
||||
env.EXCLUDE_CONTAINER_NAME runner
|
||||
|
||||
Would exclude all containers with the word "runner" in the name.
|
||||
|
||||
|
@ -63,15 +63,17 @@ Would exclude all containers with the word "runner" in the name.
|
|||
This section has been reverse-engineered from git logs
|
||||
|
||||
* Codimp <contact@lithio.fr>: original rewrite
|
||||
|
||||
* Rowan Wookey <admin@rwky.net>: performance improvement
|
||||
* Olivier Mehani <shtrom@ssji.net>: Network support, ClientWrapper, gerenal
|
||||
cleanup
|
||||
|
||||
* Olivier Mehani <shtrom@ssji.net>: Network support, ClientWrapper, gerenal cleanup
|
||||
|
||||
=head1 MAGIC MARKERS
|
||||
|
||||
#%# family=auto
|
||||
#%# capabilities=autoconf suggest
|
||||
#%# family=auto
|
||||
#%# capabilities=autoconf suggest
|
||||
|
||||
=cut
|
||||
"""
|
||||
|
||||
import os
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue