mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
11 lines
No EOL
323 B
Text
11 lines
No EOL
323 B
Text
set daemon 120
|
|
|
|
set logfile /var/log/monit.log
|
|
|
|
set eventqueue
|
|
basedir /var/monit # set the base directory where events will be stored
|
|
slots 100 # optionally limit the queue size
|
|
|
|
check process redis-server matching "redis-server"
|
|
stop "/etc/init.d/redis stop"
|
|
start "/etc/init.d/redis start" |