Skip to content

Commit

Permalink
Update smokeping_prober from 0.6.1 to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prometheus-rpm-bot committed Jul 10, 2023
1 parent b81dcdc commit 6b8d225
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions templating.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@ packages:
environment:
DATA_SOURCE_NAME: user=postgres host=/var/run/postgresql/ sslmode=disable
additional_sources:
- path: https://raw.githubusercontent.com/prometheus-community/%{name}/v%{version}/queries.yaml
- path:
https://raw.githubusercontent.com/prometheus-community/%{name}/v%{version}/queries.yaml
dest: '%{_sysconfdir}/prometheus/%{name}_queries.yaml'
from_tarball: false
summary: Prometheus exporter for PostgreSQL server metrics
Expand Down Expand Up @@ -319,7 +320,8 @@ packages:
service_opts:
- --config.file=/etc/prometheus/json_exporter.yml
additional_sources:
- path: https://raw.githubusercontent.com/prometheus-community/%{name}/v%{version}/examples/config.yml
- path:
https://raw.githubusercontent.com/prometheus-community/%{name}/v%{version}/examples/config.yml
dest: '%{_sysconfdir}/prometheus/%{name}.yaml'
from_tarball: false
keepalived_exporter:
Expand Down Expand Up @@ -497,7 +499,7 @@ packages:
<<: *default_context
static:
<<: *default_static_context
version: 0.6.1
version: 0.7.0
license: ASL 2.0
URL: https://github.com/SuperQ/smokeping_prober
service_opts:
Expand Down Expand Up @@ -628,7 +630,8 @@ packages:
package: process-exporter-%{version}.linux-amd64
fix_name: process-exporter
additional_sources:
- path: https://raw.githubusercontent.com/ncabatoff/process-exporter/v%{version}/packaging/conf/all.yaml
- path:
https://raw.githubusercontent.com/ncabatoff/process-exporter/v%{version}/packaging/conf/all.yaml
dest: '%{_sysconfdir}/prometheus/%{name}.yml'
service_opts:
- --config.path=/etc/prometheus/process_exporter.yml
Expand All @@ -648,7 +651,8 @@ packages:
package: '%{name}_%{version}_linux_amd64'
tarball_has_subdirectory: false
additional_sources:
- path: https://raw.githubusercontent.com/ribbybibby/%{name}/v%{version}/examples/%{name}.yaml
- path:
https://raw.githubusercontent.com/ribbybibby/%{name}/v%{version}/examples/%{name}.yaml
dest: '%{_sysconfdir}/prometheus/%{name}.yml'
service_opts:
- --config.file=/etc/prometheus/ssl_exporter.yml
Expand All @@ -669,7 +673,8 @@ packages:
license: BSD
URL: https://github.com/messagebird/sachet
additional_sources:
- path: https://raw.githubusercontent.com/messagebird/%{name}/%{version}/examples/config.yaml
- path:
https://raw.githubusercontent.com/messagebird/%{name}/%{version}/examples/config.yaml
dest: '%{_sysconfdir}/prometheus/%{name}.yml'
mode: 640
group: '%{group}'
Expand Down Expand Up @@ -725,7 +730,8 @@ packages:
service_opts:
- --config.file=/etc/prometheus/ebpf_exporter.yml
additional_sources:
- path: https://raw.githubusercontent.com/cloudflare/%{name}/v%{version}/examples/bio.yaml
- path:
https://raw.githubusercontent.com/cloudflare/%{name}/v%{version}/examples/bio.yaml
dest: '%{_sysconfdir}/prometheus/%{name}.yml'
from_tarball: false
summary: Prometheus exporter for custom eBPF metrics
Expand Down Expand Up @@ -818,7 +824,8 @@ packages:
service_opts:
- --config.file==/etc/prometheus/ipmi.yml
additional_sources:
- path: https://raw.githubusercontent.com/prometheus-community/%{name}/v%{version}/ipmi_local.yml
- path:
https://raw.githubusercontent.com/prometheus-community/%{name}/v%{version}/ipmi_local.yml
dest: '%{_sysconfdir}/prometheus/%{name}.yml'
from_tarball: false
summary: Prometheus exporter for IPMI metrics
Expand Down Expand Up @@ -863,7 +870,8 @@ packages:
dest: '%{_sysconfdir}/prometheus/%{name}.yml'
group: '%{group}'
mode: 640
- path: https://github.com/prometheus-msteams/prometheus-msteams/releases/download/v%{version}/default-message-card.tmpl
- path:
https://github.com/prometheus-msteams/prometheus-msteams/releases/download/v%{version}/default-message-card.tmpl
dest: '%{_sysconfdir}/prometheus/%{name}_message_card.tmpl'
from_tarball: false
summary: Alertmanager to Microsoft Teams gateway
Expand Down

0 comments on commit 6b8d225

Please sign in to comment.