# /etc/kuwatcher/conf.d/auto-alix-check-free-ram
#
# ::copy::
# ::maintainer::
# ::do_not_edit::
#
# check various tmpfs to avoid RAM exaustion, trig set to 4 MiB,
# then a reboot is forced (this platform usually is an "always on"
# appliance, better a temporary down service due a reboot than a
# permanent stuck)
#
[check.auto-alix-check-free-ram]
  savestate	false
  interval	90
  test		FREE_SPACE /var/log 4096 /tmp 4096 /var/run 4096 /var/cache 4096
  action_fail	delayed_reboot
