ERP5 is now using lots of components, and it is getting more complicated to check if everything is working fine.
Here are several tips to monitor ERP5 using Zabbix.
(to be written more).
Table of Contents
OS generic¶
- Free memory including buffer
Description
Available memory
Type
Calculated
Key
mem.available
Formula
last("vm.memory.size[free]")+last("vm.memory.size[buffers]")+last("vm.memory.size[cached]")
- Free memory including buffer in %
Description
Available memory in %
Type
Calculated
Key
mem.available
Formula
100*last("mem.available")/last("vm.memory.size[total]")
Caches¶
Related Articles¶