Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
puppetpublic
base
Commits
69b35401
Commit
69b35401
authored
9 years ago
by
Karl Kornel
Browse files
Options
Downloads
Patches
Plain Diff
[os] Added systemd entries to debian filter-syslog
parent
502b6b5c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+2
-0
2 additions, 0 deletions
NEWS
files/os/etc/filter-syslog/debian
+16
-0
16 additions, 0 deletions
files/os/etc/filter-syslog/debian
with
18 additions
and
0 deletions
NEWS
+
2
−
0
View file @
69b35401
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)
...
...
This diff is collapsed.
Click to expand it.
files/os/etc/filter-syslog/debian
+
16
−
0
View file @
69b35401
...
@@ -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]+\.$/
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment