Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
float
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
16
Issues
16
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ai3
float
Commits
438f4c77
Commit
438f4c77
authored
Mar 21, 2020
by
ale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove http_public probe which is not generic
parent
e3fd86a4
Pipeline
#6158
failed with stage
in 4 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
17 deletions
+0
-17
roles/prometheus/templates/blackbox.yml.j2
roles/prometheus/templates/blackbox.yml.j2
+0
-17
No files found.
roles/prometheus/templates/blackbox.yml.j2
View file @
438f4c77
...
@@ -18,23 +18,6 @@ modules:
...
@@ -18,23 +18,6 @@ modules:
key_file: /etc/credentials/x509/prometheus/client/private_key.pem
key_file: /etc/credentials/x509/prometheus/client/private_key.pem
insecure_skip_verify: false
insecure_skip_verify: false
# HTTP probe for the main public website.
http_public:
prober: http
timeout: 5s
http:
valid_status_codes: [200, 301, 302, 307]
method: GET
headers:
Host: "www.{{ domain_public[0] }}"
fail_if_ssl: false
fail_if_not_ssl: true
preferred_ip_protocol: ip4
tls_config:
server_name: "www.{{ domain_public[0] }}"
ca_file: /etc/ssl/certs/ca-certificates.crt
insecure_skip_verify: false
{% for custom_probe in prometheus_custom_blackbox_probes.get('http', []) %}
{% for custom_probe in prometheus_custom_blackbox_probes.get('http', []) %}
http_{{ custom_probe.name }}:
http_{{ custom_probe.name }}:
prober: http
prober: http
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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