Most Powerful Open Source ERP

How To Monitor ERP5

How To showing how to monitor ERP5 using Zabbix to check if everything is working fine.
  • Last Update:2016-02-09
  • Version:001
  • Language:en

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
  • Caches
  • Related Articles

    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
      

    Related Articles