Commit graph

1775 commits

Author SHA1 Message Date
Franz Pletz 32bdee9489
Merge pull request #157209 from MostAwesomeDude/prometheus-closure 2022-02-15 14:46:27 +01:00
Martin Weinelt 4387ecec59
Merge pull request #159696 from r-ryantm/auto-update/prometheus-nextcloud-exporter 2022-02-14 23:22:55 +01:00
R. Ryantm 9d798e5103 prometheus-nextcloud-exporter: 0.4.0 -> 0.5.0 2022-02-14 21:49:16 +01:00
Bobby Rong 53e29859c3
Merge pull request #159778 from r-ryantm/auto-update/sql_exporter
prometheus-sql-exporter: 0.4.0 -> 0.4.2
2022-02-14 19:46:49 +08:00
Martin Weinelt 2b8ac0e964
Merge pull request #159722 from r-ryantm/auto-update/pihole-exporter 2022-02-13 22:32:32 +01:00
Martin Weinelt dc495b2e15
Merge pull request #159780 from r-ryantm/auto-update/statsd_exporter 2022-02-13 22:19:50 +01:00
R. Ryantm 864919a9b9 mackerel-agent: 0.72.3 -> 0.72.7 2022-02-13 09:38:27 -08:00
Mario Rodas 689639311c
Merge pull request #159747 from r-ryantm/auto-update/sensu-go-agent
sensu-go-agent: 6.4.1 -> 6.6.5
2022-02-13 09:39:25 -05:00
Mario Rodas a05d8ba322
Merge pull request #159697 from r-ryantm/auto-update/promscale
promscale: 0.8.0 -> 0.9.0
2022-02-13 09:33:36 -05:00
R. Ryantm 32a7f9da13 prometheus-statsd-exporter: 0.20.2 -> 0.22.2 2022-02-13 07:35:24 +00:00
R. Ryantm d1138e94e1 prometheus-sql-exporter: 0.4.0 -> 0.4.2 2022-02-13 07:27:24 +00:00
R. Ryantm df066e9f06 prometheus-bird-exporter: 1.2.6 -> 1.4.0 2022-02-12 22:15:35 -08:00
R. Ryantm 19d0256e61 checkSSLCert: 2.19.0 -> 2.20.0 2022-02-12 21:35:13 -08:00
R. Ryantm 62d19c5e98 sensu-go-agent: 6.4.1 -> 6.6.5 2022-02-13 05:17:40 +00:00
Martin Weinelt 1eb1e3bf95
prometheus-pihole-exporter: 0.1.1 -> 0.2.0
https://github.com/eko/pihole-exporter/releases/tag/v0.2.0
2022-02-13 03:21:05 +01:00
R. Ryantm 009b76d8e6 prometheus-pihole-exporter: 0.0.11 -> 0.1.1 2022-02-13 02:13:55 +00:00
R. Ryantm bfcd989454 promscale: 0.8.0 -> 0.9.0 2022-02-13 00:19:34 +00:00
R. Ryantm 9720874192 prometheus-json-exporter: 0.3.0 -> 0.4.0 2022-02-13 00:08:18 +00:00
Franz Pletz dba13f8e2f
Merge pull request #158817 from mweinelt/grafana 2022-02-11 02:04:22 +01:00
Maximilian Bosch 7e003d7fb9
Merge pull request #156640 from fpletz/alertmanager-0.23.0
prometheus-alertmanager: 0.21.0 -> 0.23.0
2022-02-10 01:32:43 +01:00
Martin Weinelt f7364c195c
grafana: 8.3.5 -> 8.3.6 2022-02-09 19:33:32 +01:00
Franz Pletz 5efa1bce17
prometheus-alertmanager: 0.21.0 -> 0.23.0 2022-02-09 15:12:24 +01:00
Franz Pletz 94c73cb74f
grafana: 8.3.4 -> 8.3.5
https://grafana.com/blog/2022/02/08/grafana-7.5.15-and-8.3.5-released-with-moderate-severity-security-fixes

Fixes CVE-2022-21702, CVE-2022-21703, CVE-2022-21713.
2022-02-09 14:38:07 +01:00
zowoq ab07e12988 treewide: drop unnecessary go_1_17, buildGo117{Module,Package} 2022-02-08 08:09:33 +10:00
R. Ryantm 64b39305ae prometheus-redis-exporter: 1.34.1 -> 1.35.0 2022-02-06 16:58:08 -08:00
Corbin f3cc015b87 prometheus: Optionally remove more service discovery.
Almost all service discovery can now be disabled, except for DNS-,
HTTP-, and file-based service discovery, which do not appear to include
extra code in the binary.

Before this change, bin/prometheus was about 38M and bin/promtool was
51M. Now, bin/prometheus is about 31M and bin/promtool is about 44M.
Assuming all service discovery is disabled, of course.
2022-02-06 15:16:27 -08:00
Artturi 0f491bd7a3
Merge pull request #157264 from FliegendeWurst/disable-broken-parallel 2022-02-03 16:04:57 +02:00
Nick Cao 1fe8015b21
zabbix.agent: fix cross compilation 2022-02-02 11:38:04 +08:00
FliegendeWurst 47e9de5f86 munin: disable parallel build 2022-01-29 11:36:14 +01:00
Maximilian Bosch 8c34466280
Merge pull request #157203 from Ma27/bump-prometheus-postgres-exporter
prometheus-postgres-exporter: 0.10.0 -> 0.10.1
2022-01-29 01:14:36 +01:00
Corbin 175cc7efd2 prometheus: Optionally remove service discovery.
I read this hilarious blog post:

https://wejick.wordpress.com/2022/01/29/can-i-have-a-smaller-prometheus/

We can have a smaller Prometheus too. This patch allows users to remove
service discovery for five public clouds (AWS, Azure, DigitalOcean, GCP,
and Linode) and also Kubernetes, simply by setting the corresponding
enable-flag to `false`. I have tested building with each flag as I added
it to the list. I also tested running with all six flags set to `false`,
and the resulting Prometheus can still handle my orthogonal
service-discovery configuration (files).

To meet Adam Savage's definition of science, I measured the size of the
`prometheus` and `promtool` binaries after adding each flag with
`ls -h`.

flag          | prometheus | promtool
--------------|------------|----------
starting size | 84M        | 74M
AWS           | 72M        | 61M
Azure         | 71M        | 61M
GCE           | 64M        | 53M
k8s           | 40M        | 53M
DO            | 39M        | 52M
Linode        | 38M        | 51M

I did not go as far as the blog post. If folks want, I'll make the rest
of the service discovery optional too.

I did not shrink the build closure, just the output closure; we still
pull all of the various vendored modules into the Nix store during
builds. I don't see how to do this in a neat or easy way.
2022-01-28 15:58:32 -08:00
Maximilian Bosch 46d4c9e6a4
prometheus-postgres-exporter: 0.10.0 -> 0.10.1
ChangeLog: https://github.com/prometheus-community/postgres_exporter/releases/tag/v0.10.1
2022-01-28 23:29:46 +01:00
Solene Rapenne 99e2a13da0 fusionInventory: add missing files
some .ids files normally found in the directory share within the package
were not included.

Help from upstream https://github.com/fusioninventory/fusioninventory-agent/issues/986

Fix https://github.com/NixOS/nixpkgs/issues/156100
2022-01-26 17:29:48 +01:00
R. Ryantm 3b6c07fb36 prometheus-redis-exporter: 1.33.0 -> 1.34.1 2022-01-24 21:38:36 +00:00
ajs124 adf4562eba
Merge pull request #155392 from helsinki-systems/feat/net-snmp-without-perl
net-snmp: General fixup
2022-01-23 16:51:56 +01:00
Mario Rodas 32c6b10b01
Merge pull request #155931 from r-ryantm/auto-update/riemann
riemann: 0.3.7 -> 0.3.8
2022-01-22 06:23:07 -05:00
Aaron Andersen f6723f8d8c
Merge pull request #155296 from aanderse/zabbix
zabbix: package updates
2022-01-21 15:46:20 -05:00
Maximilian Bosch 8ef408765d
Merge pull request #156038 from Ma27/bump-grafana
grafana: 8.3.3 -> 8.3.4
2022-01-21 21:06:06 +01:00
Maximilian Bosch b1a80228a6
grafana: 8.3.3 -> 8.3.4
ChangeLog: https://github.com/grafana/grafana/releases/tag/v8.3.4
2022-01-21 11:05:02 +01:00
R. Ryantm 8dc611fac2 riemann: 0.3.7 -> 0.3.8 2022-01-20 14:44:22 +00:00
0x4A6F 44dceeb0ef
promscale: enable checks 2022-01-19 00:11:44 +01:00
0x4A6F 47d0f19a57
promescale: 0.7.1 -> 0.8.0 2022-01-18 23:42:14 +01:00
Janne Heß 69801692ae
net-snmp: General fixup
- Remove unused inputs (unzip, ncurses)
- Make some buildInputs native
- Fix website
- Wrap the needed perl libraries using `withPackages`
- Make Perl support optional and disable it by default because it didn't
  work previously because net-snmp is built without its perl modules
  (the SNMP module to be specific) which the perl tools need
2022-01-17 17:44:09 +01:00
Aaron Andersen 8ede4d3977 zabbix: 5.0.17 -> 5.0.19 2022-01-16 22:39:36 -05:00
Aaron Andersen e868f509bb zabbix: 4.0.35 -> 4.0.37 2022-01-16 22:37:45 -05:00
Fabian Affolter e924bc681e
Merge pull request #155043 from fabaff/bump-check_ssl_cert
checkSSLCert: 1.80.0 -> 2.19.0
2022-01-16 15:18:30 +01:00
Mario Rodas 88451b906d
Merge pull request #154445 from r-ryantm/auto-update/do-agent
do-agent: 3.12.0 -> 3.13.0
2022-01-15 13:51:38 -05:00
Fabian Affolter 1ab055c4fb checkSSLCert: add homepage 2022-01-14 22:38:36 +01:00
Fabian Affolter 3e9e968275 checkSSLCert: 1.80.0 -> 2.19.0 2022-01-14 22:36:55 +01:00
Yt 2b7f369026
grafana-loki: 2.4.1 -> 2.4.2 (#154835) 2022-01-14 09:23:44 +09:00
Roosembert Palacios 8efd3bacc2
prometheus-bind-exporter: 0.4.0 -> 0.5.0
Signed-off-by: Roosembert Palacios <roosemberth@posteo.ch>
2022-01-11 07:45:39 +01:00
R. Ryantm 13e40916ac do-agent: 3.12.0 -> 3.13.0 2022-01-11 06:03:55 +00:00
github-actions[bot] b48a41c77c
Merge master into staging-next 2022-01-07 06:01:27 +00:00
Ben Siraphob 0f050a1236
treewide: replace http://github.com with https://github.com 2022-01-07 09:58:36 +07:00
Martin Weinelt 11a0b61783 Merge remote-tracking branch 'origin/master' into staging-next 2022-01-03 23:21:08 +01:00
Maximilian Bosch b9b0cc6b9b
Merge pull request #153203 from Ma27/bump-prometheus-openldap-exporter
prometheus-openldap-exporter: 2.1.4 -> 2.2.0
2022-01-02 23:09:33 +01:00
Maximilian Bosch f562adfab8
prometheus-openldap-exporter: 2.1.4 -> 2.2.0
ChangeLog: https://github.com/tomcz/openldap_exporter/releases/tag/v2.2.0
2022-01-02 13:35:55 +01:00
R. RyanTM 2942abd63d
riemann: 0.3.6 -> 0.3.7
(#149229)
2022-01-01 23:25:25 +01:00
zowoq 36b5fc4b36 buildGoModule packages: remove unnecessary runVend 2022-01-01 15:55:33 +10:00
github-actions[bot] 2e759d4fd0
Merge master into staging-next 2021-12-28 12:01:23 +00:00
Jörg Thalheim 41ed5dc048
Merge pull request #152212 from K900/prometheus-fix
prometheus: build with node 14
2021-12-28 09:55:47 +00:00
Jörg Thalheim 41b600d5a1
Merge pull request #151993 from r-ryantm/auto-update/redis_exporter
prometheus-redis-exporter: 1.32.0 -> 1.33.0
2021-12-28 08:50:27 +00:00
K900 b117c46188 prometheus: build with node 14
node2nix is still broken on 16.

see: 4c60ee3da1
2021-12-26 14:03:07 +03:00
Dmitry Kalinkin 2ddda43924
Merge branch 'staging' into staging-next
Conflicts:
	pkgs/os-specific/linux/kernel/common-config.nix
2021-12-25 17:16:26 -05:00
R. Ryantm cb2ee2dc83 prometheus-redis-exporter: 1.32.0 -> 1.33.0 2021-12-24 10:03:05 +00:00
R. Ryantm c594375b56 thanos: 0.23.1 -> 0.24.0 2021-12-24 05:59:06 +00:00
Jonathan Ringer 182e07f0d9
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/development/libraries/webkitgtk/default.nix
	pkgs/development/python-modules/pylast/default.nix
	pkgs/development/python-modules/pymavlink/default.nix
2021-12-23 10:16:42 -08:00
Maximilian Bosch d03f439013
Merge pull request #151314 from Ma27/bump-grafana
grafana: 8.3.2 -> 8.3.3
2021-12-21 01:15:50 +01:00
Graham Christensen d3aee09b99 prometheus-fastly-exporter: 6.1.0 -> 7.0.1 2021-12-20 10:50:29 -05:00
Aaron Andersen 36f81e47da
Merge pull request #150862 from aanderse/zabbix
zabbix: enable ipv6
2021-12-19 12:47:17 -05:00
Maximilian Bosch 8af12f8ebd
grafana: 8.3.2 -> 8.3.3
ChangeLog: https://github.com/grafana/grafana/releases/tag/v8.3.3

Note: I had to copy `defaults.ini` from the Git repo rather than from
`srcStatic`. This is because the `srcStatic`-variant missed some config
changes[1] which caused the test to fail like this:

    postgresql # [   24.754735] grafana-start[900]: Failed to start grafana. error: section "tracing.opentelemetry.jaeger" does not exist
    postgresql # [   24.756013] grafana-start[900]: section "tracing.opentelemetry.jaeger" does not exist
    postgresql # [   24.762057] systemd[1]: grafana.service: Main process exited, code=exited, status=1/FAILURE
    postgresql # [   24.765443] systemd[1]: grafana.service: Failed with result 'exit-code'.
    postgresql # [   24.767419] systemd[1]: grafana.service: Consumed 1.598s CPU time, no IP traffic.

[1] d993b12415 (diff-0c326c4f02797b088fc566e64fbfe2162390f52f2fec1483ec3a413a7f11c910)
2021-12-19 15:44:17 +01:00
Aaron Andersen 8fa93e369a zabbix: enable ipv6 2021-12-15 10:53:48 -05:00
github-actions[bot] 83750a4f3d
Merge staging-next into staging 2021-12-14 18:01:49 +00:00
Tom Herbers 7ea4ffd640
prometheus-mikrotik-exporter: 2020-02-10 -> 2021-08-10 2021-12-13 23:44:59 +01:00
github-actions[bot] f73f987c8a
Merge staging-next into staging 2021-12-12 18:01:48 +00:00
Maximilian Bosch 3c8f6c5407
grafana: 8.3.1 -> 8.3.2, fix CVE-2021-43813, CVE-2021-43815
ChangeLog: https://github.com/grafana/grafana/releases/tag/v8.3.2
2021-12-12 13:04:35 +01:00
Dmitry Kalinkin 07a8ae0c5a
Merge branch 'staging-next' into staging
Conflicts:
	pkgs/development/libraries/log4cplus/default.nix
2021-12-11 14:01:19 -05:00
R. Ryantm 0181cd9654 cadvisor: 0.38.7 -> 0.40.0 2021-12-11 15:48:25 +00:00
lewo ba1b1d162e
Merge pull request #149830 from r-ryantm/auto-update/munin
munin: 2.0.66 -> 2.0.69
2021-12-10 22:20:00 +01:00
Maximilian Bosch c7b1cff390
Merge pull request #149226 from r-ryantm/auto-update/redis_exporter
prometheus-redis-exporter: 1.29.0 -> 1.32.0
2021-12-10 12:14:04 +01:00
R. Ryantm 13b412d44c net-snmp: 5.9 -> 5.9.1 2021-12-09 11:40:05 +00:00
R. Ryantm 1ae96f0cb4 munin: 2.0.66 -> 2.0.69 2021-12-09 10:40:03 +00:00
Florian Klink 0d85aadbf6 grafana-agent: 0.21.1 -> 0.21.2
Fixes CVE-2021-41090
2021-12-08 21:22:46 +01:00
R. Ryantm 1fe9e52a1b grafana-agent: 0.20.0 -> 0.21.1 2021-12-08 21:22:46 +01:00
Jörg Thalheim d9e5ac7f68
Merge pull request #149619 from r-ryantm/auto-update/node_exporter
prometheus-node-exporter: 1.3.0 -> 1.3.1
2021-12-08 14:54:40 +00:00
Jörg Thalheim 717d08115c
Merge pull request #149511 from luizribeiro/telegraf-1.20.4
telegraf: 1.20.3 -> 1.20.4
2021-12-08 14:41:11 +00:00
Jörg Thalheim 9beb5ac06a
Merge pull request #149609 from JamesGuthrie/jg/update-promscale-0.7.1
promscale: 0.6.2 -> 0.7.1
2021-12-08 14:40:28 +00:00
Mario Rodas 44992a6a1b
Merge pull request #149020 from r-ryantm/auto-update/do-agent
do-agent: 3.11.0 -> 3.12.0
2021-12-08 09:10:16 -05:00
James Guthrie 1f8a8bd75a promscale: 0.6.2 -> 0.7.1 2021-12-08 14:43:07 +01:00
R. Ryantm 73a4286e3b prometheus-node-exporter: 1.3.0 -> 1.3.1 2021-12-08 13:18:25 +00:00
Luiz Ribeiro 8ac241805d
telegraf: 1.20.3 -> 1.20.4 2021-12-07 23:09:15 -06:00
Thomas Gerbet b207a9d87d grafana: 8.3.0 -> 8.3.1
Fixes CVE-2021-43798.
https://grafana.com/docs/grafana/latest/release-notes/release-notes-8-3-1/
2021-12-07 18:52:51 +01:00
Yureka a7a662bf3d
matrix-alertmanager: fix and re-run update script
The update script wrote the updated dependency files to the wrong
location.
2021-12-07 11:49:23 +01:00
Yureka 784fae488c
matrix-alertmanager: fix homepage url 2021-12-07 11:49:20 +01:00
Yureka 38937b7a78 matrix-alertmanager: init at 0.5.0 2021-12-07 10:20:21 +01:00
R. Ryantm 44f97f94e3 prometheus-redis-exporter: 1.29.0 -> 1.32.0 2021-12-07 03:37:05 +00:00
R. Ryantm 363c5a0759 do-agent: 3.11.0 -> 3.12.0 2021-12-06 14:01:52 +00:00
R. Ryantm 56aadd1e53 alertmanager-irc-relay: 0.4.2 -> 0.4.3 2021-12-05 17:56:50 +00:00
Martin Weinelt 0c008f9c0d
Merge pull request #147056 from mweinelt/smartctl-exporter 2021-12-05 03:00:48 +01:00
Maximilian Bosch 05f3d0b587
grafana: 8.2.5 -> 8.3.0
ChangeLog: https://github.com/grafana/grafana/releases/tag/v8.3.0
2021-12-02 17:24:19 +01:00
YI 6da3d9a749 prometheus-node-exporter: 1.2.2 -> 1.3.0 2021-11-26 00:59:12 +08:00
Martin Weinelt 0f4340da1d
prometheus-smartctl-exporter: init at unstable-2020-11-14
Includes a rebased version of
https://github.com/prometheus-community/smartctl_exporter/pull/18 which
collided with other patchsets.
2021-11-23 11:30:23 +01:00
Maximilian Bosch 4418f362e6
Merge pull request #146890 from Ma27/bump-grafana-image-renderer
grafana-image-renderer: 3.2.1 -> 3.3.0
2021-11-22 18:04:06 +01:00
Maximilian Bosch 0eddc8707d
grafana: 8.2.4 -> 8.2.5
ChangeLog: https://github.com/grafana/grafana/releases/tag/v8.2.5
2021-11-21 20:54:57 +01:00
Maximilian Bosch 6f8cb0dc00
grafana-image-renderer: 3.2.1 -> 3.3.0
ChangeLog: https://github.com/grafana/grafana-image-renderer/releases/tag/v3.3.0
2021-11-21 17:18:57 +01:00
Janne Heß b246e28902
icinga2: Fix infinite loop regression 2021-11-19 13:33:54 +01:00
Janne Heß 52188a4cbf
icinga2: Fix path to icinga2 binary
I broke it in my LTO PR :-(
2021-11-19 11:46:51 +01:00
Janne Heß eaab9909ca
icinga2: Enable LTO and tests + cleanup doc
Also enable unity build because it makes LTO more efficient - we don't
need the non-unity fix then.

Also move the docs into their own output because most people using
Icinga in a cluster only need the docs on one machine.

Also clean the vim output to use `runCommand`
2021-11-18 22:16:39 +01:00
ajs124 2d9a53ab49
Merge pull request #146379 from helsinki-systems/upd/icinga2
icinga2: 2.13.1 -> 2.13.2
2021-11-17 23:17:34 +01:00
Janne Heß e0661862ff
icinga2: 2.13.1 -> 2.13.2 2021-11-17 21:50:53 +01:00
Martin Weinelt 37fa1e7c1d treewide: pass and inherit writeShellScript in node2nix packages 2021-11-16 16:08:23 +01:00
Maximilian Bosch d635496f3a
grafana: 8.2.3 -> 8.2.4, fix CVE-2021-41244 (#146164)
ChangeLog: https://github.com/grafana/grafana/releases/tag/v8.2.4
2021-11-15 18:27:25 +01:00
Maximilian Bosch 236d081ccd
Merge pull request #144588 from Ma27/grafana-cve-2021-41174
grafana: 8.1.6 -> 8.2.3, fix CVE-2021-41174, enable `buildGo117Module`
2021-11-11 00:29:41 +01:00
Janne Heß 159ed1e4f0
Merge pull request #145075 from happysalada/update_loki
loki: 2.4.0 -> 2.4.1
2021-11-08 18:35:18 +01:00
Sandro c9e33de347
Merge pull request #144445 from r-ryantm/auto-update/mackerel-agent 2021-11-08 16:17:40 +01:00
happysalada 51bdef748e loki: 2.4.0 -> 2.4.1 2021-11-08 09:05:12 -05:00
Bas van Dijk 3e019f7577
Merge pull request #141477 from eyJhb/prometheus-2.3.3
prometheus: 2.27.1 -> 2.30.3
2021-11-07 15:02:53 +01:00
happysalada db34ebb557 loki: 2.3.0 -> 2.4.0 2021-11-07 18:40:42 +09:00
Maximilian Bosch 7733d9cae9
grafana: 8.1.6 -> 8.2.3, fix CVE-2021-41174
ChangeLogs:
* https://github.com/grafana/grafana/releases/tag/v8.1.7
* https://github.com/grafana/grafana/releases/tag/v8.2.0
* https://github.com/grafana/grafana/releases/tag/v8.2.1
* https://github.com/grafana/grafana/releases/tag/v8.2.2
* https://github.com/grafana/grafana/releases/tag/v8.2.3

Apart from a few new features, most notably is CVE-2021-41174[1]. Darwin
is temporarily marked as unsupported because Go 1.17 doesn't support the
Apple SDK versions used in `nixpkgs`.

[1] https://nvd.nist.gov/vuln/detail/CVE-2021-41174
2021-11-06 23:30:50 +01:00
Aaron Andersen e9c11eddbe zabbix.agent2: update vendorSha256 2021-11-04 12:39:15 -04:00
R. Ryantm f7f3780473 mackerel-agent: 0.72.2 -> 0.72.3 2021-11-03 12:57:42 +00:00
Aaron Andersen a325e50cff
Merge pull request #143706 from aanderse/zabbix
zabbix: package updates
2021-11-01 16:25:21 -04:00
Maximilian Bosch 8713cfb52a
Merge pull request #143376 from r-ryantm/auto-update/thanos
thanos: 0.22.0 -> 0.23.1
2021-10-31 23:14:41 +01:00
Maximilian Bosch 4606a9c4a5
Merge pull request #143549 from r-ryantm/auto-update/redis_exporter
prometheus-redis-exporter: 1.23.1 -> 1.29.0
2021-10-31 23:03:33 +01:00
Artturi 59ac93db0f
Merge pull request #143799 from r-ryantm/auto-update/telegraf 2021-10-30 19:50:17 +03:00
R. Ryantm 80881aa033 telegraf: 1.20.2 -> 1.20.3 2021-10-30 05:04:42 +00:00
R. Ryantm 16c44bdd0a grafana-agent: 0.18.4 -> 0.20.0 2021-10-29 21:17:14 +00:00
Aaron Andersen 5501521875 zabbix: 5.0.15 -> 5.0.17 2021-10-29 13:35:04 -04:00
Aaron Andersen c1ca4ad12b zabbix: 4.0.33 -> 4.0.35 2021-10-29 13:34:18 -04:00
R. Ryantm da665b7e6e prometheus-redis-exporter: 1.23.1 -> 1.29.0 2021-10-29 03:28:46 +00:00
R. Ryantm 7e90cdb3b1 thanos: 0.22.0 -> 0.23.1 2021-10-28 12:43:00 +00:00
eyjhb c319107a93
prometheus: 2.27.1 -> 2.30.3 2021-10-22 17:24:35 +02:00
figsoda a3e639c784 sensu-go-{cli,backend,agent}: set meta.mainProgram, format 2021-10-21 08:55:33 -04:00
0x4A6F 5753211e2b
promscale: 0.6.0 -> 0.6.2 2021-10-20 21:37:20 +02:00
Leo Maroni 406d817304
telegraf: 1.20.0 -> 1.20.2 2021-10-19 10:47:39 +02:00
Martin Weinelt 3760e1bd71
Merge pull request #141285 from eyJhb/node-exporter-1.2.2 2021-10-16 03:31:50 +02:00
eyjhb 7051b2014b
prometheus-node-exporter: 1.1.2 -> 1.2.2 2021-10-11 22:02:16 +02:00
Maximilian Bosch decdfee17a
grafana-image-renderer: 3.2.0 -> 3.2.1
ChangeLog: https://github.com/grafana/grafana-image-renderer/releases/tag/v3.2.1
2021-10-09 20:51:00 +02:00
Alexandre Iooss 0b6148fae9 prometheus-openvpn-exporter: mark as broken
Prometheus OpenVPN exporter has been broken since OpenVPN 2.5.0 changed
the format of the datetime to ISO8601. After submitting an issue to
upstream, the upstream decided to no longer maintain this exporter.
2021-10-07 10:19:55 +02:00
Thomas Gerbet 471c673d71 grafana: 8.1.5 -> 8.1.6
Fixes CVE-2021-39226.
https://grafana.com/blog/2021/10/05/grafana-7.5.11-and-8.1.6-released-with-critical-security-fix/
2021-10-06 08:14:34 +02:00
Sandro Jäckel 4d76247ef9
unify-poller: remove default platform 2021-10-05 17:32:06 +02:00
Artturi b3953ba7fd
Merge pull request #138891 from r-ryantm/auto-update/do-agent 2021-10-05 15:36:29 +03:00
Bobby Rong 82cb230c42
Merge pull request #135152 from r-ryantm/auto-update/unifi-poller
unifi-poller: 2.1.0 -> 2.1.3
2021-10-05 17:56:53 +08:00
0x4A6F b095376aab
promscale: 0.5.1 -> 0.6.0 2021-09-30 22:46:39 +02:00
Graham Christensen 6c88e85807
Merge pull request #133726 from deshaw/fastly-exporter
prometheus-fastly-exporter: init at v6.1.0
2021-09-27 11:09:33 -04:00
Alexander Rezvov d6069f5c5e zabbix: add IPMI support 2021-09-25 01:35:39 +03:00
Bernardo Meurer 91874d9239
prometheus-unbound-exporter: unstable-2021-03-17 -> unstable-2021-09-18 2021-09-22 16:37:53 -07:00
Jörg Thalheim 3df838929c
Merge pull request #138898 from r-ryantm/auto-update/telegraf
telegraf: 1.19.3 -> 1.20.0
2021-09-22 07:18:55 +01:00
R. RyanTM 722a4c1a54 telegraf: 1.19.3 -> 1.20.0 2021-09-22 05:29:41 +00:00
R. RyanTM 98ec5aaff9 do-agent: 3.10.0 -> 3.11.0 2021-09-22 04:51:06 +00:00
Maximilian Bosch d321f8ba39
grafana: 8.1.4 -> 8.1.5
ChangeLog: https://github.com/grafana/grafana/releases/tag/v8.1.5
2021-09-21 16:04:53 +02:00
Maximilian Bosch c15c531311
Merge pull request #138471 from Ma27/bump-grafana-image-renderer
grafana-image-renderer: 3.0.0 -> 3.2.0
2021-09-21 14:02:49 +02:00
Souvik Sen 2f669293bf prometheus-fastly-exporter: init at v6.1.0 2021-09-21 04:05:18 -04:00
Maximilian Bosch c76fbe82b6
grafana-image-renderer: 3.0.0 -> 3.2.0
ChangeLogs:
* https://github.com/grafana/grafana-image-renderer/releases/tag/v3.0.1
* https://github.com/grafana/grafana-image-renderer/releases/tag/v3.1.0
* https://github.com/grafana/grafana-image-renderer/releases/tag/v3.2.0
2021-09-19 01:02:58 +02:00
R. RyanTM b8d708318d mackerel-agent: 0.72.1 -> 0.72.2 2021-09-17 10:00:06 +00:00
Sandro c8d8f2b563
Merge pull request #138144 from aanderse/zabbix 2021-09-16 20:24:49 +02:00
Sandro 088f2accbc
Merge pull request #138154 from Ma27/bump-grafana 2021-09-16 20:13:22 +02:00
Maximilian Bosch 72a064fb98
grafana: 8.1.3 -> 8.1.4
ChangeLog: https://github.com/grafana/grafana/releases/tag/v8.1.4
2021-09-16 17:01:51 +02:00
Aaron Andersen 94683a072a zabbix50: 5.0.12 -> 5.0.15 2021-09-16 09:35:38 -04:00
Aaron Andersen 68e2c5e22d zabbix40: 4.0.31 -> 4.0.33 2021-09-16 09:26:24 -04:00
R. RyanTM fea9321b05 grafana-agent: 0.18.2 -> 0.18.4 2021-09-16 10:06:19 +00:00
Maximilian Bosch 427403fc3b
grafana: 8.1.2 -> 8.1.3
ChangeLog: https://github.com/grafana/grafana/releases/tag/v8.1.3
2021-09-08 17:44:42 +02:00
Kira Bruneau 8666c95a0e grafana: add meta.mainProgram 2021-09-05 16:41:57 -04:00
Kira Bruneau a7bf9ea8b5 grafana: support darwin 2021-09-04 13:27:07 -04:00
Mario Rodas 2250e82c70
Merge pull request #135796 from r-ryantm/auto-update/sensu-go-backend
sensu-go-backend: 6.2.7 -> 6.4.1
2021-08-28 08:06:05 -05:00
R. RyanTM b0d9437ce5 sensu-go-backend: 6.2.7 -> 6.4.1 2021-08-26 13:27:14 +00:00
zowoq 3360a376cb buildGoModule: warn if buildFlagsArray is used 2021-08-26 21:35:06 +10:00
zowoq 13ea123c74 treewide: buildFlagsArray -> ldflags 2021-08-26 21:35:06 +10:00
zowoq e6494966dd treewide: buildFlagsArray -> ldflags 2021-08-26 15:43:28 +10:00
Martin Weinelt 6b77988f96
treewide: prometheus_client -> prometheus-client 2021-08-26 02:21:59 +02:00
Maximilian Bosch cc0b233780
Merge pull request #135190 from r-ryantm/auto-update/thanos
thanos: 0.19.0 -> 0.22.0
2021-08-25 22:46:02 +02:00
Maximilian Bosch 5e37ccce7d
prometheus-knot-exporter: 2020-01-30 -> 2021-08-21
The only change that is relevant for us is that my Knot fix is now part
of the repo itself[1], so no need apply a patch anymore.

[1] b18eb7db73
2021-08-23 12:29:22 +02:00
ajs124 a6908fe95b
Merge pull request #135169 from r-ryantm/auto-update/icinga2
icinga2: 2.13.0 -> 2.13.1
2021-08-22 20:18:42 +02:00
R. RyanTM bac10a57e9 thanos: 0.19.0 -> 0.22.0 2021-08-22 05:35:45 +00:00
R. RyanTM cba087a88e icinga2: 2.13.0 -> 2.13.1 2021-08-22 03:16:22 +00:00
R. RyanTM f04bc18c56 unifi-poller: 2.1.0 -> 2.1.3 2021-08-22 01:17:04 +00:00
Sandro a7a97c9a97
Merge pull request #135041 from qowoz/go-buildflags 2021-08-21 20:40:18 +02:00
Florian Klink b80bcc97a4
Merge pull request #135003 from sbruder/update-fritzbox-exporter
prometheus-fritzbox-exporter: 1.0-32-g90fc0c5 -> unstable-2021-04-13
2021-08-21 10:40:40 +02:00
zowoq 6c6db42378 telegraf: buildFlagsArray -> ldflags 2021-08-21 18:23:48 +10:00
Simon Bruder f115e51587
prometheus-fritzbox-exporter: 1.0-32-g90fc0c5 -> unstable-2021-04-13
This also changes the derivation to use buildGoModule instead of the
legacy buildGoPackage and updates the homepage meta URL to point to the
fork we use.
2021-08-20 23:07:39 +02:00
Jörg Thalheim 0b84a79b9f telegraf: 1.19.1 -> 1.19.3 2021-08-20 22:57:21 +02:00
Sandro 57547596b4
Merge pull request #134925 from qowoz/go-buildflags 2021-08-20 12:40:34 +02:00
zowoq f058b02a17 alertmanager-bot: buildFlagsArray -> ldflags 2021-08-20 17:14:30 +10:00
Leo Maroni 1775c0bf12
grafana: 8.1.1 -> 8.1.2 2021-08-20 09:13:45 +02:00
R. RyanTM 4c1f5a6391 promscale: 0.4.1 -> 0.5.1 2021-08-17 15:07:34 +00:00
Robert Hensing a201246bac treewide: runCommandNoCC -> runCommand in generated code
This has been synonymous for ~5y.

Note that many of these runCommand bindings are unused, but that's
ok for generated code.
2021-08-15 17:36:41 +02:00
R. RyanTM acf8071927 grafana-agent: 0.18.1 -> 0.18.2 2021-08-13 10:59:16 +00:00
Maximilian Bosch 314fa1c0e6 grafana: 8.1.0 -> 8.1.1
ChangeLog: https://github.com/grafana/grafana/releases/tag/v8.1.1
2021-08-11 11:07:44 +09:00
R. RyanTM f8c133f977 grafana-agent: 0.18.0 -> 0.18.1 2021-08-09 19:56:53 +00:00
Raphael Megzari 42b315fa79
grafana-loki: 2.2.1 -> 2.3.0 (#133011)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-08-08 05:31:09 +02:00
zowoq b2fe4752a4 prometheus-postfix-exporter: buildFlags -> tags 2021-08-08 10:17:23 +10:00
zowoq 4db0983ae4 prometheus: buildFlags{,Array} -> ldflags, tags 2021-08-08 10:17:23 +10:00
Maximilian Bosch 93644ca084 grafana: 8.0.6 -> 8.1.0
ChangeLogs:
* https://github.com/grafana/grafana/releases/tag/v8.1.0
* https://github.com/grafana/grafana/releases/tag/v8.1.0-beta3
* https://github.com/grafana/grafana/releases/tag/v8.1.0-beta2
* https://github.com/grafana/grafana/releases/tag/v8.1.0-beta1
2021-08-07 20:35:54 +09:00
zowoq ef3483ad74 telegraf: use proxyVendor 2021-08-06 09:10:09 +10:00
Florian Klink aeda3e09c6
Merge pull request #132502 from r-ryantm/auto-update/grafana-agent
grafana-agent: 0.17.0 -> 0.18.0
2021-08-05 10:32:17 +02:00
Sandro d6b5e988fb
Merge pull request #132065 from NukaDuka/grafadruid-druid-datasource 2021-08-05 09:50:36 +02:00
R. RyanTM 1b4503cfaa icinga2: 2.12.5 -> 2.13.0 2021-08-04 07:45:14 +00:00
R. RyanTM 71691444a6 grafana-agent: 0.17.0 -> 0.18.0 2021-08-03 06:38:53 +00:00
Ben Siraphob 2f94991628 treewide: fix redirected URLs
Using the script in maintainers/scripts/update-redirected-urls.sh
2021-08-01 00:01:50 +07:00
Kartik Gokte db90da3482 grafanaPlugins.grafadruid-druid-datasource: init at 1.2.0 2021-07-30 18:28:14 +05:30