How to monitor ERP5?
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).
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
Number of active kumofs nodes
UserParameter=kumo.activenodes,kumoctl (manager_host):(manager_port) status|grep active|wc -l