From 8e9f578df7730200a32c4e242796a41b53988b28 Mon Sep 17 00:00:00 2001 From: Samuel Clay Date: Wed, 29 May 2013 11:00:07 -0700 Subject: [PATCH] Correcting monit for node. --- config/monit_node.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/monit_node.conf b/config/monit_node.conf index 4aa8cab67..09bbb587c 100644 --- a/config/monit_node.conf +++ b/config/monit_node.conf @@ -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