Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Wiki Replica
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
The Tor Project
TPA
Wiki Replica
Commits
4a7d81f4
Verified
Commit
4a7d81f4
authored
2 months ago
by
anarcat
Browse files
Options
Downloads
Patches
Plain Diff
puppet: delay in propagating changes is actually 4 hours
parent
97abcf43
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#239207
passed with warnings
2 months ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
howto/puppet.md
+10
-4
10 additions, 4 deletions
howto/puppet.md
with
10 additions
and
4 deletions
howto/puppet.md
+
10
−
4
View file @
4a7d81f4
...
...
@@ -1805,10 +1805,12 @@ The runs are executed every 4 hours, with a random (but fixed per
host, using
`FixedRandomDelay`
) 4 hour delay to spread the runs across
the fleet.
Because the additional delay is fixed, changes should propagate to the
entire Puppet fleet within 4 hours. A Prometheus alert
(
`PuppetCatalogStale`
) will raise an alarm for hosts that have not run
for more than 24 hours.
Because the additional delay is fixed, any given host should have any
given change applied within the next 4 hours. It follows that a change
propagates across the fleet within 4 hours as well.
A Prometheus alert (
`PuppetCatalogStale`
) will raise an alarm for
hosts that have not run for more than 24 hours.
### LDAP integration
...
...
@@ -1921,6 +1923,10 @@ by Puppet agent to the Puppet server and writes metrics to the
Prometheus node exporter textfile collector, in
`/var/lib/prometheus/node-exporter`
.
There is an alert (
`PuppetCatalogStale`
) raised for hosts that have
not run for more than 24 hours, and another (
`PuppetAgentErrors`
) if a
given node has errors running its catalog.
We were previously checking Puppet
*twice*
when we were running
Icinga:
...
...
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