1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51:03 +00:00

Comment cleanup

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

View file

@ -21,14 +21,17 @@
# 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:
# [solr_*]
# env.host_port solrhost:8080 # env.host_port solrhost:8080
# env.url /solr # env.url /solr
# env.qpshandler_select /select # env.qpshandler_select /select
@ -36,10 +39,12 @@
# 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