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,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
|
||||||
|
Loading…
Reference in New Issue
Block a user