1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 14:16:00 +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:
Lars Kruse 2020-10-14 21:19:00 +02:00
parent 83323a4727
commit a8c2b8afe1

View file

@ -69,6 +69,7 @@ case $1 in
config) config)
echo "multigraph loolwsd_usage" echo "multigraph loolwsd_usage"
echo "graph_title Libreoffice Online Usage" echo "graph_title Libreoffice Online Usage"
echo "graph_category appserver"
echo "graph_vlabel open documents / active views" echo "graph_vlabel open documents / active views"
echo "graph_info This graph shows currently open documents and active views." echo "graph_info This graph shows currently open documents and active views."
echo "graph_args --base 1000 --lower-limit 0" echo "graph_args --base 1000 --lower-limit 0"
@ -80,6 +81,7 @@ case $1 in
echo "active_views.min 0" echo "active_views.min 0"
echo "multigraph loolwsd_memory" echo "multigraph loolwsd_memory"
echo "graph_title Libreoffice Online Memory Usage" echo "graph_title Libreoffice Online Memory Usage"
echo "graph_category appserver"
echo "graph_vlabel memory usage of libreoffice online" echo "graph_vlabel memory usage of libreoffice online"
echo "graph_info This graph shows currently used memory of libreoffice online." echo "graph_info This graph shows currently used memory of libreoffice online."
echo "graph_args --base 1000 --lower-limit 0" echo "graph_args --base 1000 --lower-limit 0"