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
e930fb1a
Commit
e930fb1a
authored
9 years ago
by
Adam Lewenberg
Browse files
Options
Downloads
Patches
Plain Diff
ignore some systemd log messages using filter-syslog
parent
1f40cf96
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
NEWS
+11
-7
11 additions, 7 deletions
NEWS
files/syslog/etc/filter-syslog/systemd
+5
-0
5 additions, 0 deletions
files/syslog/etc/filter-syslog/systemd
manifests/syslog.pp
+6
-0
6 additions, 0 deletions
manifests/syslog.pp
with
22 additions
and
7 deletions
NEWS
+
11
−
7
View file @
e930fb1a
UNRELEASED (2015-06-??)
[syslog] Have filter-syslog ignore some systemd log messages. (adamhl)
release/004.045 (2015-06-02)
[rpm] Removing the ensures that continue to push out the
RHEL OS repositories previously hosted on yum, since we no
no longer have our RedHat licensing agreement. Any one-off
hosts with new keys will need to point at a cloud-based
instance anyway (jlent)
[rpm] Removing the ensures that continue to push out the
RHEL OS repositories previously hosted on yum, since we no
no longer have our RedHat licensing agreement. Any one-off
hosts with new keys will need to point at a cloud-based
instance anyway (jlent)
[os/centos] Changing the group name for GID 37 back to
rpm, as it is in RedHat proper (jlent)
[os/centos] Changing the group name for GID 37 back to
rpm, as it is in RedHat proper (jlent)
release/004.044 (2015-05-21)
...
...
This diff is collapsed.
Click to expand it.
files/syslog/etc/filter-syslog/systemd
0 → 100644
+
5
−
0
View file @
e930fb1a
# Filter some innocuous systemd messages
systemd: /Stopping Munin Node/
systemd: /Start\S+ Munin Node/
systemd: /Start\S+ Cleanup of Temporary Directories/
This diff is collapsed.
Click to expand it.
manifests/syslog.pp
+
6
−
0
View file @
e930fb1a
...
...
@@ -57,4 +57,10 @@ class base::syslog {
file
{
'/etc/filter-syslog/syslog'
:
source
=>
'puppet:///modules/base/syslog/etc/filter-syslog/syslog'
,
}
# Install filter-syslog rules to ignore some messages from
# systemd.
file
{
'/etc/filter-syslog/systemd'
:
source
=>
'puppet:///modules/base/syslog/etc/filter-syslog/systemd'
,
}
}
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