1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

Remove "[GB]" from graph title.

This commit is contained in:
Jens Jahnke 2012-08-24 17:24:40 +02:00
parent 123d91cf70
commit f25c788c3d

View file

@ -21,8 +21,8 @@ exit 0
fi
if [ "$1" = "config" ]; then
echo "graph_title PHP CGI [GB]";
echo "graph_vlabel PHP CGI Memory usage";
echo "graph_title PHP CGI Memory";
echo "graph_vlabel PHP CGI Memory usage in GB";
echo "graph_category apache";
echo "graph_args -l 0";
echo "php_cgi_ram.label PHP CGI Used RAM";