summaryrefslogtreecommitdiffstats
path: root/conf.d/health.d/ram.conf
blob: d60df75b2040e8f6e4054d540b6be291095cd167 (plain)
1
2
3
4
5
6
7
8
9
10
11
   alarm: ram_in_use
      on: system.ram
    calc: $used * 100 / ($used + $cached + $free)
   units: %
   every: 10s
    warn: $this > (($status >= $WARNING)  ? (80) : (90))
    crit: $this > (($status == $CRITICAL) ? (90) : (98))
   delay: down 15m multiplier 1.5 max 1h
    info: system RAM usage
      to: sysadmin