Index: branches/releng-11/nanobsd/files/usr/local/etc/monitrc
===================================================================
--- branches/releng-11/nanobsd/files/usr/local/etc/monitrc	(revision 14155)
+++ branches/releng-11/nanobsd/files/usr/local/etc/monitrc	(revision 14156)
@@ -17,6 +17,6 @@
 ## Start Monit in the background (run as a daemon):
 #
-set daemon  60              # check services at 30 seconds intervals
-#   with start delay 240    # optional: delay the first check by 4-minutes (by
+set daemon  60              # check services at 60 seconds intervals
+   with start delay 120     # optional: delay the first check by 2-minutes (by
 #                           # default Monit check immediately after Monit start)
 #
@@ -158,5 +158,5 @@
     allow localhost
 #    allow localhost        # allow localhost to connect to the server and
-
+     allow guest:guest read-only
 ###############################################################################
 ## Services
@@ -278,4 +278,5 @@
     start program  = "/sbin/mount /var"
     stop program  = "/sbin/umount /var"
+    if space usage > 99% then exec /sbin/reboot
 
   check filesystem tmp with path /dev/md2
