summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/monit/monit/monitrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/monit/monit/monitrc b/meta-oe/recipes-support/monit/monit/monitrc
index f8d6a4388f..af7bd2be53 100644
--- a/meta-oe/recipes-support/monit/monit/monitrc
+++ b/meta-oe/recipes-support/monit/monit/monitrc
@@ -21,6 +21,12 @@ set daemon 30 # check services at 30 seconds intervals
21# # default Monit check immediately after Monit start) 21# # default Monit check immediately after Monit start)
22# 22#
23# 23#
24
25# set monit files in temporary locations
26set pidfile /var/run/.monit.pid
27set statefile /var/run/.monit.state
28set idfile /var/run/.monit.id
29
24## Set syslog logging. If you want to log to a standalone log file instead, 30## Set syslog logging. If you want to log to a standalone log file instead,
25## specify the full path to the log file 31## specify the full path to the log file
26# 32#