From a8c2b8afe167fd8a77fcd14c0d316fb26a61651d Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Wed, 14 Oct 2020 21:19:00 +0200 Subject: [PATCH] Plugin loolwsd: categorization * move the plugin to `libreoffice` (should be easier to find for most users) * add the graph category "appserver" --- plugins/{loolwsd => libreoffice}/loolwsd | 2 ++ 1 file changed, 2 insertions(+) rename plugins/{loolwsd => libreoffice}/loolwsd (97%) 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"