diff --git a/plugins/loolwsd/loolwsd b/plugins/libreoffice/loolwsd similarity index 97% rename from plugins/loolwsd/loolwsd rename to plugins/libreoffice/loolwsd index 26ff3dd9..81df86d6 100755 --- a/plugins/loolwsd/loolwsd +++ b/plugins/libreoffice/loolwsd @@ -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"