mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
plugins/redis/redis_: Make used_memory use base 1024 like it should
This commit is contained in:
parent
c2ecfcb772
commit
b6b77ef9d5
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ switch ($0) {
|
|||
print "graph_title Used memory\n";
|
||||
print "graph_vlabel Used memory\n";
|
||||
print "graph_category redis\n";
|
||||
print "graph_args -l 0\n";
|
||||
print "graph_args -l 0 --base 1024\n";
|
||||
print "used_memory.label used memory\n";
|
||||
print "used_memory.draw AREA\n";
|
||||
exit 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue