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
|
@ -5,8 +5,7 @@
|
|||
|
||||
=head1 NAME
|
||||
|
||||
vhost_requests_ - Wildcard-plugin to monitor http requests by response status code
|
||||
to a particular virtual host.
|
||||
vhost_requests_ - Wildcard-plugin to monitor http requests by response status code to a particular virtual host.
|
||||
|
||||
=head1 CONFIGURATION
|
||||
|
||||
|
@ -34,13 +33,13 @@ on a particular virtual host, link vhost_requests_<desired_access_log_filename>
|
|||
|
||||
E.g.
|
||||
|
||||
# ln -s /usr/share/munin/plugins/vhost_requests_ \
|
||||
/etc/munin/plugins/vhost_requests_host.org-access_log
|
||||
ln -s /usr/share/munin/plugins/vhost_requests_ /etc/munin/plugins/vhost_requests_host.org-access_log
|
||||
|
||||
=head1 AUTHOR
|
||||
|
||||
Roberto Rodriguez
|
||||
|
||||
=cut
|
||||
END
|
||||
|
||||
# This is the format that date will use to generate access_log like entries
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue