]> git.treefish.org Git - logalert.git/commitdiff
do not un-alert
authorAlexander Schmidt <alex@treefish.org>
Tue, 6 Oct 2020 08:20:38 +0000 (10:20 +0200)
committerAlexander Schmidt <alex@treefish.org>
Tue, 6 Oct 2020 08:20:38 +0000 (10:20 +0200)
src/logalert.py

index 509b24655197c6c75db861612de69341cfc91fd4..cece7a47eb0988bb9e0924c9788a290d8e055a03 100755 (executable)
@@ -113,8 +113,3 @@ for line in follow(args.logfile):
         if error_state:
             logging.info("Leaving error state.")
             error_state = False
-            feed_handler( create_msg("Log Un-Alert",
-                                     "&#127774;",
-                                     args.logfile,
-                                     "Log is back to normal.",
-                                     lines) )