Correcting monit for node.

This commit is contained in:
Samuel Clay 2013-05-29 11:00:07 -07:00
parent e78895166a
commit 8e9f578df7

View file

@ -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