Paul Meyer
3688b2e901
Merge pull request #318257 from katexochen/consul-alerts/mods
...
consul-alerts: migrate to buildGoModule
2024-06-21 10:28:30 +02:00
h7x4
ad964c4ebf
Merge pull request #318613 from msanft/grafana-reporter/build-go-module
...
grafana-reporter: migrate to buildGoModule
2024-06-21 09:21:09 +02:00
R. Ryantm
0a3203db3c
mtail: 3.0.2 -> 3.0.3
2024-06-21 01:36:39 +00:00
Martin Weinelt
af4cfc1e0f
Merge remote-tracking branch 'origin/staging-next' into staging
2024-06-19 23:28:26 +02:00
Jonathan Davies
6ad116ab0b
prometheus: 2.52.0 → 2.53.0
2024-06-19 12:21:57 +01:00
Maximilian Bosch
8b50e555cc
Merge pull request #320232 from Ma27/bump-grafana-image-renderer
...
grafana-image-renderer: 3.10.5 -> 3.11.0
2024-06-19 10:00:36 +00:00
github-actions[bot]
446fc5bdf3
Merge staging-next into staging
2024-06-19 00:03:05 +00:00
Nick Cao
a33b9f72f6
Merge pull request #320537 from r-ryantm/auto-update/prometheus-junos-czerwonk-exporter
...
prometheus-junos-czerwonk-exporter: 0.12.2 -> 0.12.3
2024-06-18 16:18:12 -04:00
Martin Weinelt
f822b2ba5c
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
- pkgs/development/python-modules/langsmith/default.nix
- pkgs/development/python-modules/rich-pixels/default.nix
- pkgs/servers/teleport/generic.nix
2024-06-18 20:16:19 +02:00
Kartik Gokte
5b23554d4a
grafanaPlugins.grafana-oncall-app: 1.5.1 -> 1.7.1
2024-06-18 19:43:27 +05:30
Kartik Gokte
d1b53c4f6f
grafanaPlugins: added versionPrefix argument
...
Starting with v1.6.2, the plugin `grafana-oncall-app` changed the versioning schema in the upstream grafana plugin repository, adding a prefix "v" to every version. This creates a minor stylistic break in the current `grafanaPlugins` module, since it expects a version with just numbers and decimal points. By adding the versionPrefix arg, we preserve compatibility with other modules, while keeping with nixpkgs conventions.
2024-06-18 19:43:21 +05:30
Paul Meyer
8e45fa8062
Merge pull request #318268 from katexochen/prometheus-surfboard-exporter/mods
...
prometheus-surfboard-exporter: migrate to buildGoModule
2024-06-18 08:24:59 +02:00
R. Ryantm
59131cc40d
prometheus-junos-czerwonk-exporter: 0.12.2 -> 0.12.3
2024-06-17 13:35:14 +00:00
Maximilian Bosch
dd5ba25ecb
grafana-image-renderer: 3.10.5 -> 3.11.0
...
ChangeLog: https://github.com/grafana/grafana-image-renderer/releases/tag/v3.11.0
2024-06-16 12:43:05 +02:00
R. Ryantm
7415018674
nagios: 4.5.2 -> 4.5.3
2024-06-15 01:12:53 +00:00
github-actions[bot]
098fe8ee26
Merge staging-next into staging
2024-06-14 18:01:39 +00:00
Martin Weinelt
abdf5dc772
treewide: remove pythonRelaxDepsHook references
...
It is is now provided automatically, when `pythonRelaxDeps` or
`pythonRemoveDeps` is defined through `mk-python-derivation`.
2024-06-14 14:52:00 +02:00
R. Ryantm
9de38ffd8e
prometheus-knot-exporter: 3.3.5 -> 3.3.6
2024-06-14 12:22:08 +00:00
R. Ryantm
a21bf261a4
mackerel-agent: 0.81.0 -> 0.82.0
2024-06-13 14:18:26 +00:00
R. Ryantm
249871ed19
mtail: 3.0.1 -> 3.0.2
2024-06-12 22:59:21 +00:00
WilliButz
9e302916a6
Merge pull request #318846 from msanft/dovecot_exporter/build-go-module
...
dovecot_exporter: migrate to buildGoModule
2024-06-12 10:59:05 +02:00
R. Ryantm
3b8aed7da7
telegraf: 1.30.3 -> 1.31.0
2024-06-11 12:59:39 +10:00
R. RyanTM
3be88f5dc7
prometheus-pushgateway: 1.8.0 -> 1.9.0 ( #318409 )
2024-06-10 14:44:43 -04:00
Moritz Sanft
14f649e893
dovecot_exporter: migrate to buildGoModule
...
Signed-off-by: Moritz Sanft <58110325+msanft@users.noreply.github.com>
2024-06-10 18:22:23 +02:00
R. Ryantm
d01605f37d
prometheus-redis-exporter: 1.60.0 -> 1.61.0
2024-06-10 01:39:42 +00:00
Alexis Hildebrandt
f8c4a98e8e
treewide: Remove the definite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Alexis Hildebrandt
bf995e3641
treewide: Remove ending period from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
Moritz Sanft
1ddd2fa945
grafana-reporter: migrate to buildGoModule
...
Signed-off-by: Moritz Sanft <58110325+msanft@users.noreply.github.com>
2024-06-09 21:50:26 +02:00
Paul Meyer
7072207806
prometheus-surfboard-exporter: migrate to buildGoModule
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-06-08 14:38:52 +02:00
Paul Meyer
6a11289f14
consul-alerts: migrate to buildGoModule
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-06-08 13:54:09 +02:00
R. Ryantm
27995a7f15
prometheus-fastly-exporter: 8.0.0 -> 8.1.0
2024-06-08 12:51:40 +02:00
emilylange
e3e25fdfba
grafana-agent: 0.41.0 -> 0.41.1
...
https://github.com/grafana/agent/releases/tag/v0.41.1
https://github.com/grafana/agent/blob/v0.41.1/CHANGELOG.md
diff: https://github.com/grafana/agent/compare/v0.41.0...v0.41.1
2024-06-07 20:16:50 +02:00
R. Ryantm
391ba0173e
buildkite-agent-metrics: 5.9.5 -> 5.9.6
2024-06-06 13:37:01 +00:00
Florian Klink
cc6971ae9c
Merge pull request #316736 from emilylange/grafana-agent
...
grafana-agent: 0.40.5 -> 0.41.0
2024-06-04 17:02:43 +02:00
Sigmanificient
d48a9bb622
treewide: remove unused fetchpatch arguments
2024-06-04 12:40:25 +02:00
Jonathan Davies
5adadf25c6
pushgateway: Added nixosTests to passthru.tests
2024-06-03 20:33:30 +01:00
Jonathan Davies
0cb65f8e48
alertmanager: Added nixosTests to passthru.tests
2024-06-03 20:33:29 +01:00
Jonathan Davies
d276f0573b
nixos/prometheus: Renamed existing Prometheus test to Thanos.
2024-06-03 20:33:13 +01:00
emilylange
54bcb9a02a
grafana-agent: 0.40.5 -> 0.41.0
...
Note: Upstream moved a few internal components into their own directory
including the flow web ui (./web/ui -> ./internal/web/ui).
Contains breaking changes.
https://github.com/grafana/agent/releases/tag/v0.41.0
diff: https://github.com/grafana/agent/compare/v0.40.5...v0.41.0
2024-06-02 22:41:44 +02:00
éclairevoyant
aa22306b95
Merge pull request #316432 from teutat3s/maintain-pkgs
...
maintainers: add teutat3s to matrix team + several packages
2024-06-01 18:05:26 +00:00
teutat3s
9d7201ea55
sensu-go-backend: add teutat3s to maintainers
2024-06-01 15:45:56 +02:00
R. Ryantm
310f905235
prometheus-redis-exporter: 1.59.0 -> 1.60.0
2024-05-31 15:08:03 +00:00
Franz Pletz
fe80f2bec1
Merge pull request #315805 from r-ryantm/auto-update/prometheus-nginx-exporter
2024-05-31 03:01:56 +02:00
Maximilian Bosch
ebe59307d4
Merge pull request #308840 from jpds/thanos-0.35.0
...
thanos: 0.34.1 → 0.35.1
2024-05-30 19:03:43 +00:00
Markus Kowalewski
6df7a63b34
Merge pull request #315194 from r-ryantm/auto-update/prometheus-sabnzbd-exporter
...
prometheus-sabnzbd-exporter: 0.1.70 -> 0.1.73
2024-05-30 15:49:40 +00:00
R. Ryantm
38d6ed1f2b
prometheus-nginx-exporter: 1.1.0 -> 1.2.0
2024-05-30 05:45:31 +00:00
Jonathan Davies
3216028519
thanos: 0.35.0 → 0.35.1
2024-05-29 12:01:31 +01:00
R. Ryantm
6f9e47ca5e
checkSSLCert: 2.81.0 -> 2.81.1
2024-05-29 00:35:10 +00:00
R. Ryantm
bf5d659954
prometheus-sabnzbd-exporter: 0.1.70 -> 0.1.73
2024-05-27 21:27:32 +00:00
Nick Cao
dab54f4097
Merge pull request #315085 from r-ryantm/auto-update/buildkite-agent-metrics
...
buildkite-agent-metrics: 5.9.4 -> 5.9.5
2024-05-27 11:11:19 -04:00
Maximilian Bosch
aeb4a1362b
Merge pull request #314939 from Ma27/bump-grafana-image-renderer
...
grafana-image-renderer: 3.10.2 -> 3.10.5
2024-05-27 14:14:26 +00:00
R. Ryantm
58e55739aa
buildkite-agent-metrics: 5.9.4 -> 5.9.5
2024-05-27 13:19:48 +00:00
Maximilian Bosch
a5f800ab48
Merge pull request #311701 from Ma27/bump-grafana
...
grafana: 10.4.2 -> 11.0.0
2024-05-26 20:47:56 +00:00
Maximilian Bosch
8dd0b1d0ab
grafana-image-renderer: 3.10.2 -> 3.10.5
...
ChangeLogs:
* https://github.com/grafana/grafana-image-renderer/releases/tag/v3.10.3
* https://github.com/grafana/grafana-image-renderer/releases/tag/v3.10.4
* https://github.com/grafana/grafana-image-renderer/releases/tag/v3.10.5
2024-05-26 22:19:25 +02:00
Weijia Wang
defedd80f8
Merge pull request #313931 from Lurkki14/gpl2-pkgs-servers
...
pkgs/servers: remove licenses.gpl2
2024-05-26 14:37:45 +02:00
Jussi Kuokkanen
8064d28a4f
pkgs/servers: remove licenses.gpl2
2024-05-23 11:49:42 +03:00
Greaka
254dbdcc62
grafanaPlugins.grafana-oncall-app: init at 1.5.1
2024-05-23 10:26:06 +02:00
R. Ryantm
42e8db26fb
prometheus-node-exporter: 1.8.0 -> 1.8.1
2024-05-22 08:37:22 +02:00
zowoq
e69e710edf
telegraf: only run nixosTests on linux
2024-05-22 15:53:34 +10:00
R. Ryantm
3df8dcc487
telegraf: 1.30.2 -> 1.30.3
2024-05-21 16:00:34 +00:00
Nick Cao
8c6079d115
Merge pull request #312853 from r-ryantm/auto-update/prometheus-cloudflare-exporter
...
prometheus-cloudflare-exporter: 0.0.15 -> 0.0.16
2024-05-19 11:21:45 -04:00
R. Ryantm
a7ea379d4e
prometheus-cloudflare-exporter: 0.0.15 -> 0.0.16
2024-05-19 10:47:38 +00:00
R. Ryantm
46ac1593a8
munin: 2.0.75 -> 2.0.76
2024-05-19 00:33:27 +00:00
Marcus Ramberg
b7d845292c
Merge pull request #308813 from anthonyroussel/update-nagios
...
nagios: 4.5.1 -> 4.5.2
2024-05-19 00:03:53 +01:00
R. Ryantm
a0edee0fea
laurel: 0.6.1 -> 0.6.2
2024-05-17 02:52:31 +00:00
emilylange
3fcda50f63
grafana-agent: 0.40.4 -> 0.40.5
...
https://github.com/grafana/agent/releases/tag/v0.40.5
https://github.com/grafana/agent/blob/v0.40.5/CHANGELOG.md
diff: https://github.com/grafana/agent/compare/v0.40.4...v0.40.5
2024-05-16 20:12:44 +02:00
R. Ryantm
a2d16d34f3
do-agent: 3.16.8 -> 3.16.9
2024-05-16 00:34:23 +00:00
Maximilian Bosch
0118cc1d67
grafana: 10.4.2 -> 11.0.0
...
Announcement: https://grafana.com/docs/grafana/latest/whatsnew/whats-new-in-v11-0/
ChangeLogs:
* https://github.com/grafana/grafana/releases/tag/v11.0.0
* https://github.com/grafana/grafana/blob/v11.0.0/CHANGELOG.md#1100-preview
Legacy notifiers were removed and could thus be removed from the module.
2024-05-14 19:03:25 +02:00
R. Ryantm
ffceed3b20
prometheus-cloudflare-exporter: 0.0.14 -> 0.0.15
2024-05-13 14:45:06 +00:00
Weijia Wang
4d31b389fa
Merge pull request #309302 from r-ryantm/auto-update/prometheus-process-exporter
...
prometheus-process-exporter: 0.7.10 -> 0.8.2
2024-05-12 21:03:36 +02:00
Vladimír Čunát
9447fd7bc8
Merge #309297 : staging-next 2024-05-05
2024-05-12 17:09:49 +02:00
R. Ryantm
a93b5fbd8c
prometheus-snmp-exporter: 0.25.0 -> 0.26.0
2024-05-11 13:40:21 +00:00
Jan Tojnar
4be4408157
Merge branch 'master' into staging-next
...
; Conflicts:
; maintainers/scripts/luarocks-packages.csv
; pkgs/development/lua-modules/generated-packages.nix
2024-05-11 12:47:40 +02:00
WilliButz
2fc0586fd6
Merge pull request #305960 from gmemstr/dnsmasq-exporter
...
prometheus-dnsmasq-exporter: 0.2.0 -> unstable-2024-04-22
2024-05-10 19:11:44 +02:00
Jonathan Davies
e7b8b9c165
prometheus: 2.49.1 -> 2.52.0 ( #310321 )
...
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2024-05-10 13:54:23 +02:00
Aleksana
fe5ec4c141
Merge pull request #307560 from Scrumplex/pkgs/treewide/adopt-some
...
treewide: adopt some orphaned packages
2024-05-10 00:03:44 +08:00
github-actions[bot]
9b1eee6539
Merge master into staging-next
2024-05-07 18:01:11 +00:00
R. Ryantm
aa4f51b469
buildkite-agent-metrics: 5.9.3 -> 5.9.4
2024-05-07 10:11:37 -07:00
Jonathan Davies
eb0a31c259
thanos: 0.34.1 → 0.35.0
2024-05-07 17:28:27 +01:00
Gabriel Simmer
8469556285
prometheus-dnsmasq-exporter: 0.2.0 -> unstable-2024-05-06
2024-05-06 20:52:08 +01:00
github-actions[bot]
ce0d85be7c
Merge master into staging-next
2024-05-06 00:02:18 +00:00
R. Ryantm
af00738aa4
prometheus-process-exporter: 0.7.10 -> 0.8.2
2024-05-05 16:08:28 +00:00
Martin Weinelt
6dffa9ed6c
prometheus-unbound-exporter: 0.4.5 -> 0.4.6
...
https://github.com/letsencrypt/unbound_exporter/releases/tag/v0.4.6
2024-05-05 15:58:30 +02:00
Jan Tojnar
100509c030
Merge branch 'staging-next' into staging
...
Conflicts in luaPackages.luarocks-nix:
- 8b563cd9f9
switched to the new version format (prefixed by 0 since there was no relevant last tag in the branch).
bc4f6fa543
bumped version and switched to the new version format. But the tag used is not part of the branch the commit comes from (master).
Used the new version but replaced the tag prefix with 0.
- b73ec84b9e
removed meta (it is already set in the overridden luarocks). But that would cause the update script to try to update the overridden luarocks (as did the previously used old.meta).
bf311d950e
modified meta to fix the update script properly.
Kept the meta from the latter since it allows update script to work.
2024-05-05 14:50:32 +02:00
Weijia Wang
937e50202a
Merge pull request #308785 from 0xB10C/2024-05-bitcoin-prometheus-exporter-0.7.0
...
bitcoin-prometheus-exporter: 0.5.0 -> 0.7.0
2024-05-04 16:57:51 +02:00
Nick Cao
050c250971
Merge pull request #308961 from r-ryantm/auto-update/prometheus-gitlab-ci-pipelines-exporter
...
prometheus-gitlab-ci-pipelines-exporter: 0.5.7 -> 0.5.8
2024-05-04 10:00:08 -04:00
Weijia Wang
d326098bce
Merge pull request #307003 from r-ryantm/auto-update/vmagent
...
vmagent: 1.100.1 -> 1.101.0
2024-05-04 15:59:56 +02:00
R. Ryantm
15b5d6fe89
prometheus-gitlab-ci-pipelines-exporter: 0.5.7 -> 0.5.8
2024-05-04 03:52:07 +00:00
Anthony Roussel
d4d29642b0
nagios: enable darwin support
2024-05-03 20:40:22 +02:00
Weijia Wang
b4617eb071
Merge branch 'staging-next' into staging
2024-05-03 19:03:51 +02:00
Anthony Roussel
6edec2311c
nagios: add passthru.tests.version
2024-05-03 16:12:26 +02:00
Anthony Roussel
8bb698e4ca
nagios: 4.5.1 -> 4.5.2
...
https://github.com/NagiosEnterprises/nagioscore/releases/tag/nagios-4.5.2
https://github.com/NagiosEnterprises/nagioscore/compare/nagios-4.5.1...nagios-4.5.2
2024-05-03 16:01:07 +02:00
0xb10c
4db633d65c
bitcoin-prometheus-exporter: 0.5.0 -> 0.7.0
...
Drops the https://github.com/jvstein/bitcoin-prometheus-exporter/pull/11
patch and disables building with the make file, as we don't want to
build the docker containers (https://github.com/jvstein/bitcoin-prometheus-exporter/blob/v0.7.0/Makefile ).
2024-05-03 14:04:38 +02:00
R. Ryantm
9d34a25277
mtail: 3.0.0 -> 3.0.1
2024-05-03 05:31:09 +00:00
github-actions[bot]
df0375a9b2
Merge staging-next into staging
2024-05-02 18:01:39 +00:00
Weijia Wang
a6742256e2
Merge pull request #279391 from katexochen/buildGoModule/deprecate-buildflags
...
buildGoModule: announce removal of `buildFlags` and `buildFlagsArray`
2024-05-02 12:58:35 +02:00
R. Ryantm
83227c5e09
mackerel-agent: 0.80.0 -> 0.81.0
2024-05-01 13:36:26 +00:00
R. Ryantm
5f7b2308dd
uptime-kuma: 1.23.12 -> 1.23.13
2024-04-30 09:59:46 +00:00
Sefa Eyeoglu
0efb88dd82
prometheus-tor-exporter: add Scrumplex as maintainer
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-04-28 23:10:19 +02:00