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
|
@ -8,7 +8,7 @@ Plugin to monitor Gitlab status
|
|||
|
||||
=head1 INSTALLATION
|
||||
|
||||
Usage: Place in /etc/munin/plugins/ (or link it there using ln -s)
|
||||
Place in /etc/munin/plugins/ (or link it there using ln -s)
|
||||
|
||||
=head1 CONFIGURATION
|
||||
|
||||
|
@ -23,23 +23,17 @@ Add this to your /etc/munin/plugin-conf.d/munin-node:
|
|||
|
||||
=back
|
||||
|
||||
=head1 HISTORY
|
||||
=head1 AUTHORS
|
||||
|
||||
2019-10-02: v 1.0 pcy <pcy.ulyssis.org>: created
|
||||
|
||||
=head1 USAGE
|
||||
|
||||
Parameters understood:
|
||||
|
||||
config (required)
|
||||
autoconf (optional - used by munin-config)
|
||||
Copyright (C) 2019 pcy <pcy.ulyssis.org>
|
||||
|
||||
=head1 MAGIC MARKERS
|
||||
|
||||
#%# family=auto
|
||||
#%# capabilities=autoconf
|
||||
"""
|
||||
#%# family=auto
|
||||
#%# capabilities=autoconf
|
||||
|
||||
=cut
|
||||
"""
|
||||
|
||||
import os
|
||||
import json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue