mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
uwsgi_: use better graph title so that all uWSGI graphs are grouped together
This commit is contained in:
parent
f76c34f5c6
commit
2cbac87635
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ fi
|
||||||
|
|
||||||
if [ "$mode" = "memory" ]; then
|
if [ "$mode" = "memory" ]; then
|
||||||
if [ "$1" = "config" ]; then
|
if [ "$1" = "config" ]; then
|
||||||
echo "graph_title Total uWSGI Memory"
|
echo "graph_title uWSGI Total Memory"
|
||||||
echo "graph_vlabel Total RAM"
|
echo "graph_vlabel Total RAM"
|
||||||
echo "graph_category appserver"
|
echo "graph_category appserver"
|
||||||
echo "graph_args --base 1024"
|
echo "graph_args --base 1024"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue