Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
I have a question. I try to display something like this: "used_mem from total_mem", but i have only free_mem and total_mem values. I want calculate used_mem like this: used_mem=total_mem-free_mem
I try something this:
NODE ifsapp_RAM
TARGET scale/www/cacti/rra/35/1678.rrd:mem_free:- scale/www/cacti/rra/35/1679.rrd:-:mem_total
INFOURL /cacti/graph.php?rra_id=all&local_graph_id=1436
OVERLIBGRAPH /cacti/graph_image.php?local_graph_id=1436&rra_id=0&graph_height=120&graph_width=500&g_start=4&g_end=0
POSITION ifsapp_RAM_icon 0 +27
LABEL {node:this:bandwidth_out:%0.2k-node:this:bandwidth_in:%0.2k} from {node:this:bandwidth_out:%0.2k}
MAXVALUE 4300000000
Or maybe from more sources like this:
"(mem_total-mem_free-mem_buffer-mem_cache) from mem_total"