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

English comment

This commit is contained in:
Damien Alexandre 2013-06-07 17:43:34 -04:00
parent 0f672f4c83
commit 52f29a4c9b

View file

@ -5,7 +5,7 @@
# Output number of documents per Sphinx Index # Output number of documents per Sphinx Index
# Need indextool (since version 0.9.9 ) # Need indextool (since version 0.9.9 )
# Index path (where sphx files are) # Index path (where .sphx files are)
idxpath=/var/lib/sphinxsearch/data/ idxpath=/var/lib/sphinxsearch/data/
# #
@ -14,8 +14,8 @@ idxpath=/var/lib/sphinxsearch/data/
case $1 in case $1 in
config) config)
cat <<'EOM' cat <<'EOM'
graph_title Documents par index graph_title Documents per index
graph_vlabel nombre graph_vlabel number
graph_scale no graph_scale no
graph_category sphinx graph_category sphinx
graph_info Report number of documents (using indextool) by Sphinx Index. graph_info Report number of documents (using indextool) by Sphinx Index.