Conversation
|
Path: @@ -163,7 +163,7 @@
app.kubernetes.io/instance: prometheus-blackbox-exporter
app.kubernetes.io/managed-by: Helm
annotations:
- checksum/config: 974a183b08c17018669fbf9a6e6205d17dc2d575d8623894ebcd6e53ee202e80
+ checksum/config: 0e1c723cc26afcf586e838a65b7c7330c9cb4d36f4abe42590f4527888c8dc18
spec:
automountServiceAccountToken: false
serviceAccountName: blackbox-exporter
@@ -251,21 +251,21 @@
rules:
- alert: BlackboxSslCertificateWillExpireSoon
annotations:
- description: The SSL certificate for {{ $labels.target }} will expire in less than 3 days
+ description: The SSL certificate for {{"{{ $labels.target }}"}} will expire in less than 3 days
expr: probe_ssl_earliest_cert_expiry - time() < 86400 * 3
for: 5m
labels:
severity: critical
- alert: BlackboxSslCertificateExpired
annotations:
- description: The SSL certificate for {{ $labels.target }} has expired
+ description: The SSL certificate for {{"{{ $labels.target }}"}} has expired
expr: probe_ssl_earliest_cert_expiry - time() <= 0
for: 5m
labels:
severity: critical
- alert: BlackboxProbeFailed
annotations:
- description: The host {{ $labels.target }} is currently unreachable
+ description: The host {{"{{ $labels.target }}"}} is currently unreachable
expr: probe_success == 0
for: 5m
labels: |
30d44ac to
a3de6d9
Compare
a3de6d9 to
14c8bf1
Compare
|
Path: @@ -1,42 +1,3 @@
-# Source: prometheus-blackbox-exporter/templates/podsecuritypolicy.yaml
-apiVersion: policy/v1beta1
-kind: PodSecurityPolicy
-metadata:
- name: blackbox-exporter-psp
- namespace: default
- labels:
- app.kubernetes.io/name: prometheus-blackbox-exporter
- app.kubernetes.io/instance: prometheus-blackbox-exporter
- app.kubernetes.io/managed-by: Helm
-spec:
- # Prevents running in privileged mode
- privileged: false
- # Required to prevent escalations to root.
- allowPrivilegeEscalation: false
- volumes:
- - configMap
- - secret
- hostNetwork: false
- hostIPC: false
- hostPID: false
- runAsUser:
- rule: RunAsAny
- seLinux:
- rule: RunAsAny
- supplementalGroups:
- rule: 'MustRunAs'
- ranges:
- # Forbid adding the root group.
- - min: 1
- max: 65535
- fsGroup:
- rule: 'MustRunAs'
- ranges:
- # Forbid adding the root group.
- - min: 1
- max: 65535
- readOnlyRootFilesystem:
----
# Source: prometheus-blackbox-exporter/templates/serviceaccount.yaml
apiVersion: v1
kind: ServiceAccount
@@ -163,7 +124,7 @@
app.kubernetes.io/instance: prometheus-blackbox-exporter
app.kubernetes.io/managed-by: Helm
annotations:
- checksum/config: 974a183b08c17018669fbf9a6e6205d17dc2d575d8623894ebcd6e53ee202e80
+ checksum/config: 482f1ab3a6e46b636805152a0f48836456d30c6f0a84565be4a0461b4fd65670
spec:
automountServiceAccountToken: false
serviceAccountName: blackbox-exporter
@@ -251,21 +212,21 @@
rules:
- alert: BlackboxSslCertificateWillExpireSoon
annotations:
- description: The SSL certificate for {{ $labels.target }} will expire in less than 3 days
+ description: The SSL certificate for {{"{{ $labels.target }}"}} will expire in less than 3 days
expr: probe_ssl_earliest_cert_expiry - time() < 86400 * 3
for: 5m
labels:
severity: critical
- alert: BlackboxSslCertificateExpired
annotations:
- description: The SSL certificate for {{ $labels.target }} has expired
+ description: The SSL certificate for {{"{{ $labels.target }}"}} has expired
expr: probe_ssl_earliest_cert_expiry - time() <= 0
for: 5m
labels:
severity: critical
- alert: BlackboxProbeFailed
annotations:
- description: The host {{ $labels.target }} is currently unreachable
+ description: The host {{"{{ $labels.target }}"}} is currently unreachable
expr: probe_success == 0
for: 5m
labels:
@@ -301,7 +262,6 @@
- sourceLabels: [target]
targetLabel: target
replacement: unifi-icmp
- relabelings:
jobLabel: "prometheus-blackbox-exporter"
selector:
matchLabels: |
14c8bf1 to
ecbdbbd
Compare
|
Path: @@ -1,42 +1,3 @@
-# Source: prometheus-blackbox-exporter/templates/podsecuritypolicy.yaml
-apiVersion: policy/v1beta1
-kind: PodSecurityPolicy
-metadata:
- name: blackbox-exporter-psp
- namespace: default
- labels:
- app.kubernetes.io/name: prometheus-blackbox-exporter
- app.kubernetes.io/instance: prometheus-blackbox-exporter
- app.kubernetes.io/managed-by: Helm
-spec:
- # Prevents running in privileged mode
- privileged: false
- # Required to prevent escalations to root.
- allowPrivilegeEscalation: false
- volumes:
- - configMap
- - secret
- hostNetwork: false
- hostIPC: false
- hostPID: false
- runAsUser:
- rule: RunAsAny
- seLinux:
- rule: RunAsAny
- supplementalGroups:
- rule: 'MustRunAs'
- ranges:
- # Forbid adding the root group.
- - min: 1
- max: 65535
- fsGroup:
- rule: 'MustRunAs'
- ranges:
- # Forbid adding the root group.
- - min: 1
- max: 65535
- readOnlyRootFilesystem:
----
# Source: prometheus-blackbox-exporter/templates/serviceaccount.yaml
apiVersion: v1
kind: ServiceAccount
@@ -163,7 +124,7 @@
app.kubernetes.io/instance: prometheus-blackbox-exporter
app.kubernetes.io/managed-by: Helm
annotations:
- checksum/config: 974a183b08c17018669fbf9a6e6205d17dc2d575d8623894ebcd6e53ee202e80
+ checksum/config: 3cc94d0bd36d7dc468599747d27cce08c76db48477e6cbb71502463088fa5c6a
spec:
automountServiceAccountToken: false
serviceAccountName: blackbox-exporter
@@ -251,21 +212,21 @@
rules:
- alert: BlackboxSslCertificateWillExpireSoon
annotations:
- description: The SSL certificate for {{ $labels.target }} will expire in less than 3 days
+ description: The SSL certificate for {{"{{ $labels.target }}"}} will expire in less than 3 days
expr: probe_ssl_earliest_cert_expiry - time() < 86400 * 3
for: 5m
labels:
severity: critical
- alert: BlackboxSslCertificateExpired
annotations:
- description: The SSL certificate for {{ $labels.target }} has expired
+ description: The SSL certificate for {{"{{ $labels.target }}"}} has expired
expr: probe_ssl_earliest_cert_expiry - time() <= 0
for: 5m
labels:
severity: critical
- alert: BlackboxProbeFailed
annotations:
- description: The host {{ $labels.target }} is currently unreachable
+ description: The host {{"{{ $labels.target }}"}} is currently unreachable
expr: probe_success == 0
for: 5m
labels:
@@ -301,7 +262,6 @@
- sourceLabels: [target]
targetLabel: target
replacement: unifi-icmp
- relabelings:
jobLabel: "prometheus-blackbox-exporter"
selector:
matchLabels: |
ecbdbbd to
9272a37
Compare
|
Path: @@ -1,42 +1,3 @@
-# Source: prometheus-blackbox-exporter/templates/podsecuritypolicy.yaml
-apiVersion: policy/v1beta1
-kind: PodSecurityPolicy
-metadata:
- name: blackbox-exporter-psp
- namespace: default
- labels:
- app.kubernetes.io/name: prometheus-blackbox-exporter
- app.kubernetes.io/instance: prometheus-blackbox-exporter
- app.kubernetes.io/managed-by: Helm
-spec:
- # Prevents running in privileged mode
- privileged: false
- # Required to prevent escalations to root.
- allowPrivilegeEscalation: false
- volumes:
- - configMap
- - secret
- hostNetwork: false
- hostIPC: false
- hostPID: false
- runAsUser:
- rule: RunAsAny
- seLinux:
- rule: RunAsAny
- supplementalGroups:
- rule: 'MustRunAs'
- ranges:
- # Forbid adding the root group.
- - min: 1
- max: 65535
- fsGroup:
- rule: 'MustRunAs'
- ranges:
- # Forbid adding the root group.
- - min: 1
- max: 65535
- readOnlyRootFilesystem:
----
# Source: prometheus-blackbox-exporter/templates/serviceaccount.yaml
apiVersion: v1
kind: ServiceAccount
@@ -163,7 +124,7 @@
app.kubernetes.io/instance: prometheus-blackbox-exporter
app.kubernetes.io/managed-by: Helm
annotations:
- checksum/config: 974a183b08c17018669fbf9a6e6205d17dc2d575d8623894ebcd6e53ee202e80
+ checksum/config: 3cc94d0bd36d7dc468599747d27cce08c76db48477e6cbb71502463088fa5c6a
spec:
automountServiceAccountToken: false
serviceAccountName: blackbox-exporter
@@ -251,21 +212,21 @@
rules:
- alert: BlackboxSslCertificateWillExpireSoon
annotations:
- description: The SSL certificate for {{ $labels.target }} will expire in less than 3 days
+ description: The SSL certificate for {{"{{ $labels.target }}"}} will expire in less than 3 days
expr: probe_ssl_earliest_cert_expiry - time() < 86400 * 3
for: 5m
labels:
severity: critical
- alert: BlackboxSslCertificateExpired
annotations:
- description: The SSL certificate for {{ $labels.target }} has expired
+ description: The SSL certificate for {{"{{ $labels.target }}"}} has expired
expr: probe_ssl_earliest_cert_expiry - time() <= 0
for: 5m
labels:
severity: critical
- alert: BlackboxProbeFailed
annotations:
- description: The host {{ $labels.target }} is currently unreachable
+ description: The host {{"{{ $labels.target }}"}} is currently unreachable
expr: probe_success == 0
for: 5m
labels:
@@ -301,7 +262,6 @@
- sourceLabels: [target]
targetLabel: target
replacement: unifi-icmp
- relabelings:
jobLabel: "prometheus-blackbox-exporter"
selector:
matchLabels: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.0.0->7.1.3⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
prometheus-community/helm-charts
v7.1.3Compare Source
Prometheus Blackbox Exporter
v7.1.2Compare Source
Prometheus Blackbox Exporter
v7.1.1Compare Source
Prometheus Blackbox Exporter
v7.1.0Compare Source
Prometheus Blackbox Exporter
v7.0.1Compare Source
Prometheus Blackbox Exporter
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.