From 2cbac8763594ee12ca1748295ad3950d25a12c1d Mon Sep 17 00:00:00 2001 From: "Kim B. Heino" Date: Wed, 31 Mar 2021 15:15:57 +0300 Subject: [PATCH] uwsgi_: use better graph title so that all uWSGI graphs are grouped together --- plugins/uwsgi/uwsgi_ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/uwsgi/uwsgi_ b/plugins/uwsgi/uwsgi_ index 09ef3327..49dba9b2 100755 --- a/plugins/uwsgi/uwsgi_ +++ b/plugins/uwsgi/uwsgi_ @@ -19,7 +19,7 @@ fi if [ "$mode" = "memory" ]; then if [ "$1" = "config" ]; then - echo "graph_title Total uWSGI Memory" + echo "graph_title uWSGI Total Memory" echo "graph_vlabel Total RAM" echo "graph_category appserver" echo "graph_args --base 1024"