|
From: | Martin Pala |
Subject: | Re: Load alert failed during auditd backlog |
Date: | Mon, 31 Oct 2016 08:14:40 +0100 |
Hello TJ, thank you for data. The problem is, that monit updates the state file after each test cycle with blocking write ... when the filesystem freezes, monit is blocked by the state file update and wasn't able to continue monitoring until the filesystem becomes writable again. I have created an issue to track this problem, we'll fix it: https://bitbucket.org/tildeslash/monit/issues/493/state-file-refactor-to-non-blocking-read Workaround is to place the statefile to a filesystem which won't freeze (tmpfs should work), you can set the location using "set statefile" statement: set statefile /run/monit.state Best regards, Martin
|
[Prev in Thread] | Current Thread | [Next in Thread] |