Commit Graph

2907 Commits

Author SHA1 Message Date
zowoq
34c6caa920 telegraf: 1.28.3 -> 1.28.4
Diff: https://github.com/influxdata/telegraf/compare/v1.28.3...v1.28.4

Changelog: https://github.com/influxdata/telegraf/blob/v1.28.4/CHANGELOG.md
2023-11-15 12:17:32 +10:00
Mario Rodas
a8d053ef4e
Merge pull request #265063 from trofi/net-snmp-leaner-closure
net-snmp: drop build-only references from the closure
2023-11-14 05:02:28 -05:00
Muhammad Falak R Wani
6037e18ff0 prometheus-node-exporter: 1.6.1 -> 1.7.0
Diff: https://github.com/prometheus/node_exporter/compare/v1.6.1...v1.7.0
Changelog: https://github.com/prometheus/node_exporter/blob/v1.7.0/CHANGELOG.md
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2023-11-13 09:21:46 +05:30
Anthony Roussel
3bbf0779d5
thanos: add meta.mainProgram 2023-11-12 11:08:54 +01:00
Anthony Roussel
f5b47791bc
thanos: add anthonyroussel to maintainers 2023-11-12 11:08:53 +01:00
Anthony Roussel
b2c956e071
thanos: add passthru.tests and passthru.updateScript 2023-11-12 11:08:50 +01:00
Anthony Roussel
9b0817cf74
thanos: 0.31.0 -> 0.32.5
https://github.com/thanos-io/thanos/releases/tag/v0.32.0
https://github.com/thanos-io/thanos/releases/tag/v0.32.1
https://github.com/thanos-io/thanos/releases/tag/v0.32.2
https://github.com/thanos-io/thanos/releases/tag/v0.32.3
https://github.com/thanos-io/thanos/releases/tag/v0.32.4

Co-authored-by: Jonathan Davies <jpds@protonmail.com>
2023-11-12 11:08:50 +01:00
Anthony Roussel
c4be620b26 nagios: add anthonyroussel to maintainers 2023-11-10 15:44:55 -08:00
Anthony Roussel
f7d2b2fc0e nagios: add meta.{changelog,mainProgram} 2023-11-10 15:44:55 -08:00
Anthony Roussel
cf57a91e06 nagios: 4.4.6 -> 4.4.14
https://github.com/NagiosEnterprises/nagioscore/releases/tag/nagios-4.4.14
https://github.com/NagiosEnterprises/nagioscore/compare/nagios-4.4.6...nagios-4.4.14
2023-11-10 15:44:55 -08:00
Anthony Roussel
2a3cea1658 nagios: add passthru.updateScript 2023-11-10 15:44:55 -08:00
Anthony Roussel
970efe216b nagios: format with nixpkgs-fmt 2023-11-10 15:44:55 -08:00
OTABI Tomoya
d81d9edc5f
Merge pull request #265306 from r-ryantm/auto-update/prometheus-sql-exporter
prometheus-sql-exporter: 0.4.7 -> 0.5.2
2023-11-10 18:32:05 +09:00
R. Ryantm
08ce0d8880 grafana-agent: 0.37.3 -> 0.37.4 2023-11-07 16:14:30 +00:00
OTABI Tomoya
c95b67d4dc
Merge pull request #264213 from r-ryantm/auto-update/riemann
riemann: 0.3.8 -> 0.3.9
2023-11-05 12:36:01 +09:00
Maximilian Bosch
01d41876d3
Merge pull request #264403 from jpds/systemd_exporter-0.6.0
prometheus-systemd-exporter: 0.5.0 → 0.6.0
2023-11-04 14:41:23 +01:00
Weijia Wang
be39a97192
Merge pull request #262869 from r-ryantm/auto-update/vmagent
vmagent: 1.93.5 -> 1.93.6
2023-11-04 00:45:14 +01:00
R. Ryantm
c1a28a4ea2 prometheus-sql-exporter: 0.4.7 -> 0.5.2 2023-11-03 20:26:24 +00:00
Sergei Trofimovich
ca73360bb7 net-snmp: drop build-only references from the closure
Before the change `net-snmp` embedded it's `./configure` options as is
and retained unneeded dependencies:

    $ nix path-info -rSh $(nix-build -A net-snmp.lib) | nl |& unnix
     1  /<<NIX>>/libunistring-1.1          1.8M
     2  /<<NIX>>/xgcc-12.3.0-libgcc      139.1K
     3  /<<NIX>>/libidn2-2.3.4             2.1M
     4  /<<NIX>>/glibc-2.38-23            31.1M
     5  /<<NIX>>/net-snmp-5.9.4            1.7M
     6  /<<NIX>>/bash-5.2-p15             32.6M
     7  /<<NIX>>/openssl-3.0.11           37.3M
     8  /<<NIX>>/openssl-3.0.11-bin       39.8M
     9  /<<NIX>>/openssl-3.0.11-dev       41.7M
    10  /<<NIX>>/net-snmp-5.9.4-lib       46.2M

After the change the closure skips `openssl.dev` input and gets rid of
5MB of closure:

    $ nix path-info -rSh $(nix-build -A net-snmp.lib) | nl |& unnix
     1  /<<NIX>>/libunistring-1.1          1.8M
     2  /<<NIX>>/xgcc-12.3.0-libgcc      139.1K
     3  /<<NIX>>/libidn2-2.3.4             2.1M
     4  /<<NIX>>/glibc-2.38-23            31.1M
     5  /<<NIX>>/net-snmp-5.9.4            1.7M
     6  /<<NIX>>/openssl-3.0.11           37.3M
     7  /<<NIX>>/net-snmp-5.9.4-lib       41.8M
2023-11-02 17:28:43 +00:00
Jonathan Davies
0acd1c038f prometheus-xmpp-alerts: 0.5.6 → 0.5.8
Adapted for upstream's pyproject migration.
2023-11-02 16:36:51 +00:00
Nick Cao
92a9bc8600
Merge pull request #264938 from r-ryantm/auto-update/munin
munin: 2.0.74 -> 2.0.75
2023-11-02 08:22:48 -04:00
R. Ryantm
d1a4d2c7d1 munin: 2.0.74 -> 2.0.75 2023-11-02 04:55:46 +00:00
R. Ryantm
976563faec prometheus-nats-exporter: 0.12.0 -> 0.13.0 2023-11-01 16:34:18 +00:00
Maximilian Bosch
330d2db19f
grafana: skip two more flaky tests
See https://logs.ofborg.org/?key=nixos/nixpkgs.263185&attempt_id=5b056a17-67a7-4b74-9dc7-888eb1d6c2dd

Can neither be reproduced locally nor by our Hydra, so it seems very flaky.

Also there's quite a bunch of stuff that's skipped now, so I decided to
move this into a helper which makes it slightly clearer what's
happening in contrast to all the `sed(1)` dances.
2023-10-31 23:58:51 +01:00
Fabian Affolter
f130907945
Merge pull request #264559 from r-ryantm/auto-update/checkSSLCert
checkSSLCert: 2.75.0 -> 2.76.0
2023-10-31 15:38:15 +01:00
Franz Pletz
6e3351493d
Merge pull request #263954 from r-ryantm/auto-update/prometheus-postgres-exporter 2023-10-31 14:00:47 +01:00
R. Ryantm
05839d0c79 checkSSLCert: 2.75.0 -> 2.76.0 2023-10-31 09:55:22 +00:00
R. Ryantm
5886d77561 mimir: 2.10.0 -> 2.10.3 2023-10-31 07:49:49 +00:00
zowoq
0fa36ea34f telegraf: 1.28.2 -> 1.28.3
Diff: https://github.com/influxdata/telegraf/compare/v1.28.2...v1.28.3

Changelog: https://github.com/influxdata/telegraf/blob/v1.28.3/CHANGELOG.md
2023-10-31 08:19:32 +01:00
Jonathan Davies
753b33c620 prometheus-systemd-exporter: 0.5.0 → 0.6.0 2023-10-30 16:57:12 +00:00
R. Ryantm
f327c74c30 riemann: 0.3.8 -> 0.3.9 2023-10-29 18:23:40 +00:00
Maximilian Bosch
9f689d42a7
Merge pull request #263185 from Ma27/bump-grafana
grafana: 10.1.5 -> 10.2.0
2023-10-29 18:06:46 +01:00
Florian Klink
7eb7684374
Merge pull request #263823 from emilylange/grafana-agent
grafana-agent: 0.37.2 -> 0.37.3
2023-10-28 16:54:44 +03:00
R. Ryantm
94e7c46cab prometheus-postgres-exporter: 0.14.0 -> 0.15.0 2023-10-28 12:20:07 +00:00
Felix Bühler
b48c676462
Merge pull request #263361 from Ma27/bump-grafana-image-renderer
grafana-image-renderer: 3.8.3 -> 3.8.4
2023-10-28 13:34:10 +02:00
Weijia Wang
2e4206dbaf
Merge pull request #260801 from r-ryantm/auto-update/prometheus-junos-czerwonk-exporter
prometheus-junos-czerwonk-exporter: 0.12.0 -> 0.12.2
2023-10-28 03:00:51 +02:00
emilylange
b9474c24a4
grafana-agent: 0.37.2 -> 0.37.3
https://github.com/grafana/agent/releases/tag/v0.37.3
https://github.com/grafana/agent/blob/v0.37.3/CHANGELOG.md
diff: https://github.com/grafana/agent/compare/v0.37.2...v0.37.3
2023-10-27 19:33:06 +02:00
Maximilian Bosch
281b61397a
grafana-image-renderer: 3.8.3 -> 3.8.4
ChangeLog: https://github.com/grafana/grafana-image-renderer/releases/tag/v3.8.4
2023-10-27 17:33:41 +02:00
R. Ryantm
14e6e441ad exportarr: 1.5.5 -> 1.6.0 2023-10-26 22:43:24 +00:00
R. Ryantm
fc6a781a40 prometheus-bird-exporter: 1.4.2 -> 1.4.3 2023-10-26 14:27:24 +00:00
Nick Cao
f95371c3f4
Merge pull request #263216 from r-ryantm/auto-update/prometheus-statsd-exporter
prometheus-statsd-exporter: 0.24.0 -> 0.25.0
2023-10-25 09:40:11 -04:00
R. Ryantm
0c4251aa78 prometheus-statsd-exporter: 0.24.0 -> 0.25.0 2023-10-24 19:48:14 +00:00
Maximilian Bosch
68f42d70de
grafana: 10.1.5 -> 10.2.0
ChangeLog: https://github.com/grafana/grafana/releases/tag/v10.2.0
2023-10-24 18:12:50 +02:00
Robin Gloster
e5d552f5b9
treewide: update globin's maintainership 2023-10-24 13:09:45 +02:00
Thiago Kenji Okada
7359dcf561
Merge pull request #262852 from lucasew/20231022-byname
treewide: housekeeping of packages maintained by lucasew
2023-10-23 15:48:21 +01:00
Martin Weinelt
46b989f924
prometheus-knot-exporter: 2021-08-21 -> 3.3.2
The knot upstream forked this exporter and is now maintaining it
alongside Knot DNS itself.
2023-10-23 13:19:51 +02:00
R. Ryantm
3a81a607ab vmagent: 1.93.5 -> 1.93.6 2023-10-23 06:57:08 +00:00
lucasew
185d0d9900 cockpit: move to by-name
Signed-off-by: lucasew <lucas59356@gmail.com>
2023-10-22 20:43:42 -03:00
0x4A6F
a990f74cf8
treewide: sha256 -> hash (#262801)
* tumpa: sha256 -> hash

* qubes-core-vchan-xen: sha256 -> hash

* qdmr: sha256 -> hash

* w_scan2: sha256 -> hash

* libcdada: sha256 -> hash

* eidolon: sha256 -> hash

* freenukum: sha256 -> hash

* promscale: sha256 -> hash

* tacacsplus: sha256 -> hash

* blflash: sha256 -> hash

* silicon: sha256 -> hash

* nethoscope: sha256 -> hash

* pmacct: sha256 -> hash

* tayga: sha256 -> hash

* alejandra: sha256 -> hash

* igrep: sha256 -> hash

* cwm: sha256 -> hash

* dasel: sha256 -> hash
2023-10-23 00:38:33 +02:00
K900
207363df69 cadvisor: unstable-2023-07-28 -> unstable-2023-10-22
Fixes crash on startup.
2023-10-22 13:43:51 +03:00
github-actions[bot]
fb3e2499b7
Merge master into staging-next 2023-10-21 00:02:17 +00:00
Jenny
7cd0bd5cbb
librenms: remove fixed package name (#261395) 2023-10-21 01:24:46 +02:00
github-actions[bot]
cfc75eec46
Merge master into staging-next 2023-10-20 18:00:54 +00:00
R. Ryantm
d586480ace telegraf: 1.28.1 -> 1.28.2 2023-10-20 15:35:02 +01:00
Artturin
3342d1a9a9 Merge branch 'master' into staging-next 2023-10-20 09:29:36 +03:00
Martin Weinelt
d042a29613
Merge pull request #253764 from linj-fork/fix-ping-wrapper
nixos/network-interfaces: stop wrapping ping with cap_net_raw
2023-10-20 00:57:55 +02:00
github-actions[bot]
4b9cf6ff6e
Merge master into staging-next 2023-10-19 00:02:21 +00:00
Florian Klink
3825d37fef
Merge pull request #261894 from emilylange/grafana-agent
grafana-agent: 0.37.1 -> 0.37.2
2023-10-18 22:40:32 +01:00
emilylange
24ed484401
grafana-agent: 0.37.1 -> 0.37.2
https://github.com/grafana/agent/releases/tag/v0.37.2
https://github.com/grafana/agent/blob/v0.37.2/CHANGELOG.md
diff: https://github.com/grafana/agent/compare/v0.37.1...v0.37.2
2023-10-18 21:39:38 +02:00
R. Ryantm
d97ec147f2 prometheus-ipmi-exporter: 1.6.1 -> 1.7.0 2023-10-18 17:18:07 +00:00
github-actions[bot]
bf597f79ed
Merge master into staging-next 2023-10-18 06:01:16 +00:00
Jonathan Davies
d4334f64b2 prometheus: 2.47.1 -> 2.47.2 2023-10-17 16:52:03 +01:00
Alyssa Ross
acf111d42b
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/development/python-modules/flask-wtf/default.nix
	pkgs/development/python-modules/unstructured-inference/default.nix
	pkgs/development/python-modules/unstructured/default.nix
	pkgs/development/python-modules/velbus-aio/default.nix
2023-10-17 13:05:40 +00:00
R. Ryantm
26e4c27cd6 grafana-loki: 2.9.1 -> 2.9.2 2023-10-17 10:16:43 +00:00
github-actions[bot]
3a75845d38
Merge master into staging-next 2023-10-16 18:01:26 +00:00
Nick Cao
50e430afc6
Merge pull request #261407 from r-ryantm/auto-update/prometheus-nextcloud-exporter
prometheus-nextcloud-exporter: 0.6.1 -> 0.6.2
2023-10-16 12:16:19 -04:00
Jennifer Graul
df77975e68 prometheus-junos-czerwonk-exporter: change maintainters to wdz team 2023-10-16 15:19:02 +02:00
R. Ryantm
ce498282e6 prometheus-nextcloud-exporter: 0.6.1 -> 0.6.2 2023-10-16 12:46:12 +00:00
github-actions[bot]
cb4734193d
Merge master into staging-next 2023-10-16 12:01:25 +00:00
Jennifer Graul
d4b59bcdb0 nixos/librenms: add nixos test 2023-10-16 13:28:22 +02:00
Jennifer Graul
6328874039 librenms: init at 23.9.1 2023-10-16 13:28:22 +02:00
Janik
c2ff411cb0
Merge pull request #259152 from totoroot/update/kapacitor-unstable-2023-08-18 2023-10-16 12:47:08 +02:00
Matthias Thym
d635e36bc6
Update pkgs/servers/monitoring/kapacitor/default.nix
Remove platforms meta attribute as this is automatically set for GoModules.
2023-10-16 08:01:15 +02:00
Martin Weinelt
94c8c31bee
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/numba/default.nix
2023-10-15 22:31:34 +02:00
Luke Granger-Brown
cfa9514f78
Merge pull request #260979 from lukegb/grafana
grafanaPlugins: updates
2023-10-15 21:24:29 +01:00
Matthias Thym
e5d88c521d kapacitor: 1.5.7 -> 1.7.0 2023-10-15 21:47:52 +02:00
Mario Rodas
b679d0db5d
Merge pull request #261245 from JulienMalka/uptime-kuma-clean
uptime-kuma: remove useless .npmrc
2023-10-15 13:27:01 -05:00
Julien Malka
2a4e6feab1
uptime-kuma: remove useless .npmrc 2023-10-15 18:11:19 +02:00
lewo
ddb7a95927
Merge pull request #260949 from Ma27/bump-grafana
grafana: 10.1.1 -> 10.1.5
2023-10-15 09:18:08 +02:00
Weijia Wang
e39aad56c2 Merge branch 'master' into staging-next 2023-10-14 16:33:49 +02:00
Nick Cao
8ff5857b67
Merge pull request #261044 from r-ryantm/auto-update/prometheus-zfs-exporter
prometheus-zfs-exporter: 2.3.1 -> 2.3.2
2023-10-14 10:10:36 -04:00
OTABI Tomoya
94b909b50f
Merge pull request #260334 from r-ryantm/auto-update/mackerel-agent
mackerel-agent: 0.77.1 -> 0.78.0
2023-10-14 22:23:18 +09:00
Thomas Gerbet
09246068b1
Merge pull request #260183 from JulienMalka/bump-uptime-kuma
uptime-kuma: 1.23.2 -> 1.23.3
2023-10-14 14:38:25 +02:00
R. Ryantm
7e443ccf57 prometheus-zfs-exporter: 2.3.1 -> 2.3.2 2023-10-14 11:39:22 +00:00
github-actions[bot]
57667077ed
Merge master into staging-next 2023-10-14 06:00:57 +00:00
Luke Granger-Brown
83021be1ec grafanaPlugins.redis-datasource: 2.1.1 -> 2.2.0 2023-10-14 02:08:20 +00:00
Luke Granger-Brown
0f08edda05 grafanaPlugins.grafana-worldmap-panel: 1.0.3 -> 1.0.6 2023-10-14 02:08:04 +00:00
Luke Granger-Brown
62d4c67908 grafanaPlugins.grafana-polystat-panel: 2.0.4 -> 2.1.4 2023-10-14 02:07:46 +00:00
Luke Granger-Brown
f380b578a3 grafanaPlugins.grafana-clock-panel: 2.1.2 -> 2.1.3 2023-10-14 02:07:28 +00:00
Luke Granger-Brown
f0b753203f grafanaPlugins.grafana-clickhouse-datasource: 3.1.0 -> 3.3.0 2023-10-14 02:07:10 +00:00
Maximilian Bosch
fc063b39a4
grafana-image-renderer: 3.7.2 -> 3.8.3
ChangeLog: https://github.com/grafana/grafana-image-renderer/releases/tag/v3.8.0
ChangeLog: https://github.com/grafana/grafana-image-renderer/releases/tag/v3.8.1
ChangeLog: https://github.com/grafana/grafana-image-renderer/releases/tag/v3.8.2
ChangeLog: https://github.com/grafana/grafana-image-renderer/releases/tag/v3.8.3
2023-10-13 23:38:11 +02:00
Maximilian Bosch
dc14787542
grafana: 10.1.1 -> 10.1.5
ChangeLog: https://github.com/grafana/grafana/releases/tag/v10.1.4
ChangeLog: https://github.com/grafana/grafana/releases/tag/v10.1.5

10.1.3 doesn't seem to exist and 10.1.2 only changed the docker images.
2023-10-13 23:11:37 +02:00
github-actions[bot]
8a68e0b5f5
Merge master into staging-next 2023-10-13 06:01:14 +00:00
Sarah Brofeldt
7ba31c7a91
Merge pull request #260802 from r-ryantm/auto-update/prometheus-redis-exporter
prometheus-redis-exporter: 1.54.0 -> 1.55.0
2023-10-13 06:18:05 +02:00
R. Ryantm
01f1cc2388 prometheus-redis-exporter: 1.54.0 -> 1.55.0 2023-10-13 01:38:07 +00:00
R. Ryantm
f0f081a621 prometheus-junos-czerwonk-exporter: 0.12.0 -> 0.12.2 2023-10-13 01:20:44 +00:00
github-actions[bot]
58485aaddb
Merge master into staging-next 2023-10-13 00:02:24 +00:00
Weijia Wang
1f51f18e01 prometheus-imap-mailstat-exporter: vendorSha256 -> vendorHash 2023-10-12 22:51:40 +02:00
Alyssa Ross
1bb67a90ba
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/development/python-modules/bambi/default.nix
	pkgs/development/python-modules/jaxopt/default.nix
2023-10-12 09:08:12 +00:00
maxine
5c98324d0c
Merge pull request #260056 from deshaw/upstream-dcgm-3.2.5-upgrade 2023-10-12 09:54:38 +02:00
Arnout Engelen
6071292b2a
Merge pull request #243338 from raboof/prometheus-imap-mailstat-exporter-init-at-2023-06-20
prometheus-imap-mailstat-exporter: init at 0.0.1
2023-10-11 17:33:25 -03:00
github-actions[bot]
b8d473b6d2
Merge master into staging-next 2023-10-11 18:01:06 +00:00
Florian Klink
5434390aeb
Merge pull request #260225 from emilylange/grafana-agent
grafana-agent: 0.36.2 -> 0.37.1
2023-10-11 18:35:41 +02:00
emilylange
101d8a8f8e
grafana-agent: 0.36.2 -> 0.37.1
https://github.com/grafana/agent/releases/tag/v0.37.0
https://github.com/grafana/agent/blob/v0.37.0/CHANGELOG.md
diff: https://github.com/grafana/agent/compare/v0.36.2...v0.37.0

https://github.com/grafana/agent/releases/tag/v0.37.1
https://github.com/grafana/agent/blob/v0.37.1/CHANGELOG.md
diff: https://github.com/grafana/agent/compare/v0.37.0...v0.37.1

grafana-agent, starting with 0.37.0, requires go >= 1.21.
In nixpkgs (unstable), `buildGoModule` still refers to
`buildGo120Module`. Which, as the name suggests, uses go 1.20, and thus
does not meet the requirement, so we have to manually override it in
`all-packages.nix`.

This override can be dropped very soon again, as commit
2598cb64c1 titled
`go, buildGoModule, buildGoPackage: default to 1.21` is already in
`staging-next` and will land in `master` soon.
2023-10-11 17:58:28 +02:00
github-actions[bot]
0e9411554d
Merge master into staging-next 2023-10-11 12:01:09 +00:00
R. Ryantm
cb9e968437 munin: 2.0.73 -> 2.0.74 2023-10-11 13:19:27 +02:00
R. Ryantm
e7470b1761 mackerel-agent: 0.77.1 -> 0.78.0 2023-10-11 02:26:50 +00:00
Julien Malka
4539770a46
uptime-kuma: 1.23.2 -> 1.23.3 2023-10-10 11:58:11 +02:00
Elliot Cameron
a7b7ef9fea dcgm: add note about keeping dcgm and prometheus-dcgm-exporter in sync 2023-10-09 16:04:57 -04:00
github-actions[bot]
75d4639be3
Merge master into staging-next 2023-10-09 18:00:59 +00:00
maxine
c673db4ed2
Merge pull request #259192 from r-ryantm/auto-update/prometheus-smartctl-exporter
prometheus-smartctl-exporter: 0.10.0 -> 0.11.0
2023-10-09 18:45:13 +02:00
maxine
c4a0205c55
Merge pull request #258919 from r-ryantm/auto-update/prometheus-dcgm-exporter
prometheus-dcgm-exporter: 3.1.8-3.1.5 -> 3.2.5-3.1.7
2023-10-09 18:37:09 +02:00
github-actions[bot]
8443de20df
Merge master into staging-next 2023-10-09 06:01:20 +00:00
Weijia Wang
1c0c8f4832 prometheus-pgbouncer-exporter: vendorSha256 -> vendorHash 2023-10-09 01:41:04 +02:00
Fabián Heredia Montiel
2f0e87732c Merge remote-tracking branch 'origin/master' into staging-next 2023-10-08 10:14:51 -06:00
R. Ryantm
4d9c11435f exportarr: 1.5.3 -> 1.5.5 2023-10-08 13:17:51 +00:00
github-actions[bot]
7520bf436a
Merge master into staging-next 2023-10-07 12:00:58 +00:00
Mario Rodas
5103716b44
Merge pull request #252800 from 1000101/prometheus-pgbouncer-exporter
prometheus-pgbouncer-exporter: init at 0.7.0
2023-10-07 06:37:06 -05:00
1000101
3b094812b1 prometheus-pgbouncer-exporter: init at 0.7.0 2023-10-07 11:44:40 +02:00
github-actions[bot]
e2801b1fcf
Merge master into staging-next 2023-10-07 06:00:59 +00:00
R. Ryantm
4deff14bf0 vmagent: 1.93.0 -> 1.93.5 2023-10-06 17:19:35 -07:00
github-actions[bot]
b7d8867fd1
Merge master into staging-next 2023-10-07 00:02:14 +00:00
Artturin
92bd8d6783 alerta-server: 8.7.0 -> 9.0.1 2023-10-05 22:41:40 +03:00
Artturin
663a4022e5 alerta: 8.5.1 -> 8.5.2 2023-10-05 22:41:32 +03:00
Jonathan Davies
887ba1746b prometheus: 2.47.0 -> 2.47.1 2023-10-05 19:59:10 +01:00
R. Ryantm
4c68546feb prometheus-smartctl-exporter: 0.10.0 -> 0.11.0 2023-10-05 14:27:19 +00:00
Nick Cao
b3cc38bf7a
Merge pull request #258925 from r-ryantm/auto-update/buildkite-agent-metrics
buildkite-agent-metrics: 5.7.0 -> 5.8.0
2023-10-04 10:00:52 -04:00
Franz Pletz
fb0b874a51
Merge pull request #258724 from mfrw/mfrw/prometheus-2.47.0 2023-10-04 10:20:25 +02:00
R. Ryantm
247ca81f41 buildkite-agent-metrics: 5.7.0 -> 5.8.0 2023-10-04 04:29:44 +00:00
R. Ryantm
2f1a0ad85c prometheus-dcgm-exporter: 3.1.8-3.1.5 -> 3.2.5-3.1.7 2023-10-04 04:08:02 +00:00
Nick Cao
eaccf998c6
Merge pull request #258732 from r-ryantm/auto-update/prometheus-pushgateway
prometheus-pushgateway: 1.6.0 -> 1.6.2
2023-10-03 09:56:07 -04:00
R. Ryantm
5ab0f73463 prometheus-pushgateway: 1.6.0 -> 1.6.2 2023-10-03 06:20:16 +00:00
Muhammad Falak R Wani
78204e9206 prometheus: 2.46.0 -> 2.47.0
Diff: https://github.com/prometheus/prometheus/compare/v2.46.0...v2.47.0
Changelog: https://github.com/prometheus/prometheus/blob/v2.47.0/CHANGELOG.md
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2023-10-03 10:36:28 +05:30
Enno Richter
8d58b64400 checkSSLCert: add darwin support 2023-10-03 06:52:59 +02:00
Maximilian Bosch
fddfad1f51
Merge pull request #258169 from VergeDX/wireguard-exporter
wireguard-exporter: fix static build
2023-10-01 12:47:12 +02:00
Fabian Affolter
5f8e82948b
Merge pull request #258241 from fabaff/checkSSLCert-bump
checkSSLCert: 2.74.0 -> 2.75.0
2023-10-01 09:52:00 +02:00
Vanilla
4d93f6e3a3
wireguard-exporter: fix static build 2023-10-01 09:48:30 +08:00
Weijia Wang
3b84675305
Merge pull request #256817 from r-ryantm/auto-update/prometheus-junos-czerwonk-exporter
prometheus-junos-czerwonk-exporter: 0.10.1 -> 0.12.0
2023-10-01 00:44:17 +02:00
Weijia Wang
0424e8391f
Merge pull request #256248 from r-ryantm/auto-update/unpoller
unpoller: 2.8.3 -> 2.9.2
2023-10-01 00:40:42 +02:00
Fabian Affolter
7e8df41fb9 checkSSLCert: 2.74.0 -> 2.75.0
Diff: https://github.com/matteocorti/check_ssl_cert/compare/refs/tags/v2.74.0...v2.75.0

Changelog: https://github.com/matteocorti/check_ssl_cert/releases/tag/v2.75.0
2023-09-30 19:40:58 +02:00
WilliButz
2d30a37d9f
Merge pull request #248925 from FugiMuffi/prometheus-sabnzbd-exporter
prometheus-sabnzbd-exporter: init at 0.1.70
2023-09-25 12:09:36 +02:00
R. Ryantm
6dc0545c8a do-agent: 3.16.6 -> 3.16.7 2023-09-23 07:28:08 +00:00
R. Ryantm
84ec00c0cb prometheus-junos-czerwonk-exporter: 0.10.1 -> 0.12.0 2023-09-23 04:55:18 +00:00
Robert Scott
52d101e019
Merge pull request #252963 from risicle/ris-zabbix-6.0.21-et-al
zabbix: 6.0.14 -> 6.0.21, zabbix50: 5.0.33 -> 5.0.37, zabbix40: 4.0.44 -> 4.0.48
2023-09-22 20:28:27 +01:00
Florian Klink
b1508f6cd1
Merge pull request #256716 from emilylange/grafana-agent
grafana-agent: 0.36.1 -> 0.36.2
2023-09-22 20:54:10 +03:00
Robert Scott
794923fa9b zabbix40: 4.0.44 -> 4.0.48 2023-09-22 18:51:28 +01:00
Robert Scott
5aeb05945f zabbix50: 5.0.33 -> 5.0.37 2023-09-22 18:51:23 +01:00
Robert Scott
bb61e2ac06 zabbix: 6.0.14 -> 6.0.21 2023-09-22 18:50:30 +01:00
emilylange
a572ece5d1
grafana-agent: 0.36.1 -> 0.36.2
https://github.com/grafana/agent/releases/tag/v0.36.2
https://github.com/grafana/agent/blob/v0.36.2/CHANGELOG.md
diff: https://github.com/grafana/agent/compare/v0.36.1...v0.36.2
2023-09-22 17:39:47 +02:00
Jonathan Davies
71c3bba768 prometheus-systemd-exporter: Updated metadata to point at
prometheus-community.
2023-09-22 09:46:31 +02:00