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