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
|
@ -2,9 +2,9 @@
|
|||
# -*- python -*-
|
||||
|
||||
"""
|
||||
=head1 INTRODUCTION
|
||||
=head1 NAME
|
||||
|
||||
Plugin to monitor the MySQL audit log connection count
|
||||
mysql_audit - Plugin to monitor the MySQL audit log connection count
|
||||
|
||||
=head1 APPLICABLE SYSTEMS
|
||||
|
||||
|
@ -41,22 +41,18 @@ Add this to your /etc/munin/plugin-conf.d/munin-node:
|
|||
|
||||
=back
|
||||
|
||||
=head1 HISTORY
|
||||
=head1 AUTHORS
|
||||
|
||||
2017-11-03: v 1.0 Bert Van de Poel <bert@bhack.net>: created
|
||||
2020-07-19: v 1.1 pcy <pcy@ulyssis.org>: added config options
|
||||
Copyright (C) 2017 Bert Van de Poel <bert@bhack.net>
|
||||
|
||||
=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
|
||||
"""
|
||||
|
||||
|
||||
|
|
|
@ -32,21 +32,16 @@ Add this to your /etc/munin/plugin-conf.d/munin-node:
|
|||
|
||||
=back
|
||||
|
||||
=head1 HISTORY
|
||||
=head1 AUTHORS
|
||||
|
||||
2019-07-25: 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
|
||||
"""
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue