--- monitrc.orig
+++ monitrc
@@ -16,7 +16,7 @@
 ##
 ## Start Monit in the background (run as a daemon):
 #
-# set daemon  120           # check services at 2-minute intervals
+  set daemon  120           # check services at 2-minute intervals
 #     with start delay 240  # optional: delay the first check by 4-minutes (by 
 #                           # default Monit check immediately after Monit start)
 #
@@ -26,13 +26,14 @@
 ## a standalone log file instead, specify the full path to the log file
 #
 # set logfile syslog facility log_daemon                       
+  set logfile /var/media/ftp/uStor01/monit/log/monit.log
 #
 #
 ### Set the location of the Monit id file which stores the unique id for the
 ### Monit instance. The id is generated and stored on first Monit start. By 
 ### default the file is placed in $HOME/.monit.id.
 #
-# set idfile /var/.monit.id
+  set idfile /var/tmp/flash/mod/monit/id
 #
 ### Set the location of the Monit state file which saves monitoring states
 ### on each cycle. By default the file is placed in $HOME/.monit.state. If
@@ -40,7 +41,7 @@
 ### the monitoring state across reboots. If it is on temporary filesystem, the
 ### state will be lost on reboot which may be convenient in some situations.
 #
-# set statefile /var/.monit.state
+  set statefile /var/tmp/flash/mod/monit/state
 #
 ## Set the list of mail servers for alert delivery. Multiple servers may be 
 ## specified using a comma separator. By default Monit uses port 25 - it is
@@ -58,9 +59,9 @@
 ## size using the SLOTS option (if omitted, the queue is limited by space 
 ## available in the back end filesystem).
 #
-# set eventqueue
-#     basedir /var/monit  # set the base directory where events will be stored
-#     slots 100           # optionally limit the queue size
+  set eventqueue
+      basedir /var/media/ftp/uStor01/monit/events # set the base directory where events will be stored
+      slots 50                     # optionally limit the queue size
 #
 #
 ## Send status and events to M/Monit (for more informations about M/Monit 
@@ -243,6 +244,6 @@
 ## It is possible to include additional configuration parts from other files or
 ## directories.
 #
-#  include /etc/monit.d/*
+   include /var/tmp/flash/mod/monit/*
 #
 #
