,
This commit is contained in:
parent
f744025a98
commit
5a37345ad1
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ function get_memory_label {
|
|||
print "total_memory.label total memory";
|
||||
print "used_memory.label used memory";
|
||||
print "free_memory.label free memory";
|
||||
print "graph_info Total, Used & free RAM.",
|
||||
print "graph_info Total, Used & free RAM.";
|
||||
gsub(/MiB/,"",$2);
|
||||
print "used_memory.critical " $2*0.9;
|
||||
print "used_memory.warning " $2*0.7 }'
|
||||
|
|
Loading…
Reference in a new issue