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:
parent
b9781d98a9
commit
5cc126eebc
@ -21,14 +21,17 @@
|
||||
# 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:
|
||||
# Example:
|
||||
# [solr_*]
|
||||
# env.host_port solrhost:8080
|
||||
# env.url /solr
|
||||
# env.qpshandler_select /select
|
||||
@ -36,10 +39,12 @@
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user