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:
parent
123d91cf70
commit
f25c788c3d
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue