mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Correcting monit for node.
This commit is contained in:
parent
e78895166a
commit
8e9f578df7
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ set eventqueue
|
|||
slots 100 # optionally limit the queue size
|
||||
|
||||
# If no real-time updates in last 10 minutes, something is wrong
|
||||
check file node-newsblur.log with path /srv/newsblur/logs/newsblur.log
|
||||
check file node-newsblur.log with path /srv/newsblur/logs/unread_counts.log
|
||||
if timestamp > 10 minutes then exec "/srv/newsblur/utils/kill_node.sh"
|
||||
# as uid sclay and gid sclay
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue