mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
English comment
This commit is contained in:
parent
0f672f4c83
commit
52f29a4c9b
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
# Output number of documents per Sphinx Index
|
||||
# Need indextool (since version 0.9.9 )
|
||||
|
||||
# Index path (where sphx files are)
|
||||
# Index path (where .sphx files are)
|
||||
idxpath=/var/lib/sphinxsearch/data/
|
||||
|
||||
#
|
||||
|
@ -14,8 +14,8 @@ idxpath=/var/lib/sphinxsearch/data/
|
|||
case $1 in
|
||||
config)
|
||||
cat <<'EOM'
|
||||
graph_title Documents par index
|
||||
graph_vlabel nombre
|
||||
graph_title Documents per index
|
||||
graph_vlabel number
|
||||
graph_scale no
|
||||
graph_category sphinx
|
||||
graph_info Report number of documents (using indextool) by Sphinx Index.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue