1
0
Fork 0
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:
Lars Kruse 2020-10-06 00:29:38 +02:00
parent 743395a605
commit c6f88968d1
20 changed files with 198 additions and 142 deletions

View file

@ -2,25 +2,27 @@
"""
=head1 NAME
Solr 4.* munin graph plugin
solr4_ - Solr 4.* munin graph plugin
=head1 CONFIGURATION
Plugin configuration parameters:
[solr_*]
env.host_port <host:port>
env.url <default /solr>
env.qpshandler_<handlerlabel> <handlerpath>
[solr_*]
env.host_port <host:port>
env.url <default /solr>
env.qpshandler_<handlerlabel> <handlerpath>
Example:
[solr_*]
env.host_port solrhost:8080
env.url /solr
env.qpshandler_select /select
[solr_*]
env.host_port solrhost:8080
env.url /solr
env.qpshandler_select /select
Install plugins:
ln -s /usr/share/munin/plugins/solr_.py /etc/munin/plugins/solr_numdocs_core_1
ln -s /usr/share/munin/plugins/solr_.py /etc/munin/plugins/solr_requesttimes_select
ln -s /usr/share/munin/plugins/solr_.py /etc/munin/plugins/solr_qps
@ -56,6 +58,7 @@ DEALINGS IN THE SOFTWARE.
Project repo: https://github.com/averni/munin-solr
=cut
"""