summaryrefslogtreecommitdiffstats
path: root/conf.d/health.d/ram.conf
blob: 216b82fed853517d9d1b97c4d820f16e1e80f4e1 (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)  ? (70) : (80))
    crit: $this > (($status == $CRITICAL) ? (80) : (90))
   delay: down 15m multiplier 1.5 max 1h
    info: system RAM usage
      to: sysadmin