uwsgi_: use better graph title so that all uWSGI graphs are grouped together

This commit is contained in:
Kim B. Heino 2021-03-31 15:15:57 +03:00 committed by Lars Kruse
parent f76c34f5c6
commit 2cbac87635
1 changed files with 1 additions and 1 deletions

View File

@ -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"