ERP5 KM

HowToMonitorERP5

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

HowToMonitorERP5 (last edited 2010-09-29 09:14:25 by kazuhiko)

Page
  • Immutable Page
  • Info
  • Attachments
User
Learn about new ERP5 releases,technical articles, events and more.

Subscribe to the monthly ERP5 Newsletter!