summaryrefslogtreecommitdiffstats
path: root/conf.d/health.d/ram.conf
blob: 1d368112838464466a7231f54c412649282a6092 (plain)
1
2
3
4
5
6
7
8
9
   alarm: used_ram_pcent
      on: system.ram
    calc: $used * 100 / ($used + $cached + $free)
   every: 10s
    warn: $this > 80
    crit: $this > 90
   units: %
    info: system RAM usage