Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions meta-oe/recipes-support/monit/monit/monitrc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ set daemon 30 # check services at 30 seconds intervals
# # default Monit check immediately after Monit start)
#
#

# set monit files in temporary locations
set pidfile /var/run/.monit.pid
set statefile /var/run/.monit.state
set idfile /var/run/.monit.id

## Set syslog logging. If you want to log to a standalone log file instead,
## specify the full path to the log file
#
Expand Down