Skip to content
Snippets Groups Projects
Commit 69b35401 authored by Karl Kornel's avatar Karl Kornel
Browse files

[os] Added systemd entries to debian filter-syslog

parent 502b6b5c
No related branches found
No related tags found
No related merge requests found
UNRELEASED (2015-06-??) UNRELEASED (2015-06-??)
[os] Start filtering systemd-related messages from syslog (akkornel)
[rpm] re-enable the rhn plugin for bonafide RHEL hosts, since with [rpm] re-enable the rhn plugin for bonafide RHEL hosts, since with
the new licensing, updates will come from RHN classic (jlent) the new licensing, updates will come from RHN classic (jlent)
......
...@@ -60,3 +60,19 @@ ipmievd: /^Waiting for events...$/ ...@@ -60,3 +60,19 @@ ipmievd: /^Waiting for events...$/
# Ignore buggy CPU core power limit notifications from new Dell hardware. # Ignore buggy CPU core power limit notifications from new Dell hardware.
kernel: /^\[[\d. ]+\] CPU\d+: (Core|Package) power limit / kernel: /^\[[\d. ]+\] CPU\d+: (Core|Package) power limit /
# Ignore normal systemd messages
systemd: /^(?:Starting|Stopping) user-\d+\.slice\.$/
systemd: /^(?:Starting|Started) Session \d+ of user \w+\.$/
systemd: /^(?:Created|Removed) slice user-\d+\.slice\.$/
systemd: /^(?:Starting|Stopping) User Manager for UID \d+\.\.\.$/
systemd: /^(?:Started|Stopped) User Manager for UID \d+\.$/
systemd: /^(?:Starting|Stopping|Stopped) (?:target)? (?:Paths|Timers|Sockets|Basic System|Default|Shutdown)\.$/
systemd: /^Reached target (?:Paths|Timers|Sockets|Basic System|Default|Shutdown)\.$/
systemd: /^Startup finished in \d+ms\.$/
systemd-logind: /^New session [0-9a-f]+ of user \w+.$/
systemd: /^Starting Cleanup of Temporary Directories\.\.\.$/
systemd: /^Started Cleanup of Temporary Directories\.$/
systemd: /^Received SIGRTMIN\+24 from PID \d+ \(kill\)\.$/
systemd: /^Starting Exit the Session\.\.\.$/
systemd-logind: /^Removed session [0-9a-f]+\.$/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment