2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

Comment cleanup

This commit is contained in:
antonio 2013-09-18 13:29:26 +02:00
parent b9781d98a9
commit 5cc126eebc

View File

@ -21,25 +21,30 @@
# DEALINGS IN THE SOFTWARE.
#
# Solr 4.* munin graph plugin
# Plugins configuration parameters:
# Project repo: https://github.com/averni/munin-solr
#
# Plugin configuration parameters:
#
# [solr_*]
# env.host_port <host:port>
# env.url <default /solr>
# env.qpshandler_<handlerlabel> <handlerpath>
#
# ex:
# env.host_port solrhost:8080
# env.url /solr
# env.qpshandler_select /select
# Example:
# [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_core_1_select
# ln -s /usr/share/munin/plugins/solr_.py /etc/munin/plugins/solr_qps
# ln -s /usr/share/munin/plugins/solr_.py /etc/munin/plugins/solr_qps_core_1_select
# ln -s /usr/share/munin/plugins/solr_.py /etc/munin/plugins/solr_indexsize
# ln -s /usr/share/munin/plugins/solr_.py /etc/munin/plugins/solr_memory
#
#
import sys