This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
регистрация_событий_в_linux [2026/08/07 07:31] val [Журнал важных сообщений] |
регистрация_событий_в_linux [2026/08/08 17:47] (current) val [Журнал важных сообщений] |
||
|---|---|---|---|
| Line 103: | Line 103: | ||
| *.warning -/var/log/syslog.high;WithSeverityFacility | *.warning -/var/log/syslog.high;WithSeverityFacility | ||
| - | #if (not ($msg contains "EXCLUDE1") and | + | #if (not ($msg contains "PNP0A03") and |
| - | # not ($msg contains "EXCLUDE2") and | + | # not ($msg contains "LPM") and |
| - | # not ($msg contains "EXCLUDE3")) then { | + | # not ($msg contains "vmwgfx") and |
| + | # not ($msg contains "ehci_hcd")) then { | ||
| # *.warning;local3.none -/var/log/syslog.high;WithSeverityFacility | # *.warning;local3.none -/var/log/syslog.high;WithSeverityFacility | ||
| # local3.crit -/var/log/syslog.high;WithSeverityFacility | # local3.crit -/var/log/syslog.high;WithSeverityFacility | ||