This commit is contained in:
Michael Grote 2021-09-22 09:31:17 +02:00
parent f744025a98
commit 5a37345ad1

View file

@ -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 }'