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
9152fec3
Verified
Commit
9152fec3
authored
4 months ago
by
lelutin
Browse files
Options
Downloads
Patches
Plain Diff
Document a known pitfall with blackbox's http module
parent
ae012619
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#221359
passed with warnings
4 months ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
service/prometheus.md
+15
-0
15 additions, 0 deletions
service/prometheus.md
with
15 additions
and
0 deletions
service/prometheus.md
+
15
−
0
View file @
9152fec3
...
...
@@ -560,6 +560,21 @@ with the same value since that label is used in alerts and graphs to display
information. Finally, the
`__address__`
label is overridden with the address
where Prometheus can reach the exporter.
#### Known pitfalls with blackbox scrape jobs
Some tests that can be performed with blackbox exporter can have some pitfalls,
cases where the monitoring is not doing what you'd expect and thus we're not
receiving the information required for proper monitoring. This is a list of some
known issues that you should look out for:
-
With the
`http`
module, if you let it follow redirections it simplifies some
checks. However, this has the potential side-effect that the metrics
associated with the SSL certificate for that check does _not_ contain
information about the certificate of the domain name of the target, but rather
about the certificate for the domain last visited (after following
redirections). So certificate expiration alerts will not be alerting about
the right thing!
#### Targets
TPA-managed services use puppet exported resources in the appropriate profiles.
...
...
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