mirror of
https://github.com/unraid/webgui.git
synced 2026-01-29 13:09:05 -06:00
Merge pull request #819 from bergware/master
Do not flag mover messages
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?PHP
|
||||
/* Copyright 2005-2020, Lime Technology
|
||||
* Copyright 2012-2020, Bergware International.
|
||||
/* Copyright 2005-2021, Lime Technology
|
||||
* Copyright 2012-2021, Bergware International.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License version 2,
|
||||
@@ -14,7 +14,7 @@
|
||||
// Color coding for syslog and disk log
|
||||
$match =
|
||||
[['class' => 'text',
|
||||
'text' => ['to the standard error','non[ -]fatal error','correct gpt errors','error handler\b','(kernel|logger): [|+ #-.]','logger: (naming|log)','tainted: (host-cpu|high-privileges)','root: (>f|cd)\+\+\+\+','root: \.d\.\.t\.']
|
||||
'text' => ['to the standard error','non[ -]fatal error','correct gpt errors','error handler\b','(kernel|logger): [|+ #-.]','logger: (naming|log)','tainted: (host-cpu|high-privileges)','root: (>f|cd)\+\+\+\+','root: \.d\.\.t\.','(move: ){2}]
|
||||
],
|
||||
['class' => 'login',
|
||||
'text' => ['(accepted|failed) password','sshd\[\d+\]:',' login user ']
|
||||
|
||||
Reference in New Issue
Block a user