mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
Plugin loolwsd: categorization
* move the plugin to `libreoffice` (should be easier to find for most users) * add the graph category "appserver"
This commit is contained in:
parent
83323a4727
commit
a8c2b8afe1
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,7 @@ case $1 in
|
|||
config)
|
||||
echo "multigraph loolwsd_usage"
|
||||
echo "graph_title Libreoffice Online Usage"
|
||||
echo "graph_category appserver"
|
||||
echo "graph_vlabel open documents / active views"
|
||||
echo "graph_info This graph shows currently open documents and active views."
|
||||
echo "graph_args --base 1000 --lower-limit 0"
|
||||
|
@ -80,6 +81,7 @@ case $1 in
|
|||
echo "active_views.min 0"
|
||||
echo "multigraph loolwsd_memory"
|
||||
echo "graph_title Libreoffice Online Memory Usage"
|
||||
echo "graph_category appserver"
|
||||
echo "graph_vlabel memory usage of libreoffice online"
|
||||
echo "graph_info This graph shows currently used memory of libreoffice online."
|
||||
echo "graph_args --base 1000 --lower-limit 0"
|
Loading…
Add table
Add a link
Reference in a new issue