Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
e053721f
Commit
e053721f
authored
Jun 05, 2021
by
Kristian Klausen
🎉
Browse files
prometheus: Scrap Hedgedoc (md.archlinux.org)
parent
9360faf7
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/prometheus/templates/prometheus.yml.j2
View file @
e053721f
...
...
@@ -119,6 +119,13 @@ scrape_configs:
{% endfor %}
- job_name: hedgedoc
scheme: https
authorization:
credentials: {{ vault_hedgedoc_metrics_token }}
static_configs:
- targets: ['md.archlinux.org:443']
{% for module in blackbox_targets.keys() %}
- job_name: 'blackbox_{{ module }}'
metrics_path: /probe
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment