We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6c890f commit 2129e0eCopy full SHA for 2129e0e
ansible/files/scripts-syslog.conf
@@ -88,6 +88,7 @@ ruleset(name="zroot" queue.type="Direct") {
88
if ($msg startswith ' User child is on pid ') then stop
89
if (re_match($msg, '^ Accepted \\S+ public key \\S+ from \\S+$')) then stop
90
if ($msg startswith ' error: maximum authentication attempts exceeded for ') then stop
91
+ if ($msg startswith ' Unable to negotiate with') then stop
92
}
93
if (re_match($msg, '^ Transferred: sent \\d+, received \\d+ bytes$')) then stop
94
if ($msg == ' Setting tty modes failed: Invalid argument') then stop
0 commit comments