Commit graph

248 commits

Author SHA1 Message Date
Benjamin Hipple
29000587d4 prometheus-wireguard-exporter: upgrade cargo fetcher and cargoSha256 2020-03-07 09:47:19 -05:00
Martin Milata
ade67bd052 prometheus-mikrotik-exporter: init at 2020-02-10 2020-03-06 10:38:57 +01:00
WilliButz
eaef96093a
prometheus-nginx-exporter: 0.5.0 -> 0.6.0 (#81285)
* prometheus-nginx-exporter: 0.5.0 -> 0.6.0

* nixos/prometheus-nginx-exporter: update for 0.6.0

Added new option constLabels and updated virtualHost name in the
exporter's test.
2020-03-02 14:48:40 -05:00
Sergey Lukjanov
bd3319d28c snmp_exporter: 0.15.0 -> 0.17.0 2020-02-20 08:12:32 -08:00
Sergey Lukjanov
c2dc35e6fe
prometheus: 2.15.2 -> 2.16.0 (#80105) 2020-02-14 14:45:21 -05:00
Benjamin Hipple
eb11feaa0b treewide: change fetchCargoTarball default to opt-out
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.

This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.

See #79975 for details.
2020-02-13 22:41:37 -08:00
Sergey Lukjanov
4965950365
prometheus: 2.14.0 -> 2.15.2 (#79400) 2020-02-06 21:36:39 -05:00
Bruno Bigras
78ab6d338f prometheus-alertmanager: 0.19.0 -> 0.20.0 2020-02-05 23:38:05 -05:00
Franz Pletz
add880c5e8
prometheus-xmpp-alerts: init at 0.4.2 2020-02-01 15:04:01 +01:00
Jörg Thalheim
725f85e271
net-snmp: rename from net_snmp 2019-12-21 22:56:08 +00:00
WilliButz
fa16b6a689
prometheus-nginx-exporter: 0.4.2 -> 0.5.0 2019-12-06 21:30:50 +01:00
Graham Christensen
d7ca8feaba
Merge pull request #74987 from delroth/prom-webui
prometheus: bundle the webui assets and build the new React UI
2019-12-06 08:03:33 -05:00
Maximilian Bosch
58aa380671
prometheus-wireguard-exporter: 3.2.1 -> 3.2.2 2019-12-04 23:12:13 +01:00
Pierre Bourdon
a5fc982ea5
prometheus: bundle the webui assets and build the new React UI
v2.14 introduced a new experimental React UI and changed how web assets
are bundled with Prometheus. A separate pre-build command is required to
generate an asset bundle that gets statically linked into the Prometheus
binary.
2019-12-04 15:44:22 +01:00
Robin Gloster
39781e89a4
Merge pull request #74200 from WilliButz/update-varnish-exporter
prometheus-varnish-exporter: 1.5.1 -> 1.5.2
2019-11-27 17:30:10 +01:00
WilliButz
7176ca165b
prometheus-varnish-exporter: 1.5.1 -> 1.5.2 2019-11-25 22:23:54 +01:00
WilliButz
9edd7ad38f
prometheus-postgres-exporter: 0.7.0 -> 0.8.0 2019-11-25 21:59:42 +01:00
Marek Mahut
6c692a29c8 prometheus-nginxlog-exporter: init at 1.3.0 2019-11-15 12:21:39 +01:00
Mario Rodas
c42f58233c
prometheus: 2.13.1 -> 2.14.0
Changelog: https://github.com/prometheus/prometheus/releases/tag/v2.14.0
2019-11-13 04:20:00 -05:00
Renaud
4f3cfc3784
Merge pull request #72273 from Ma27/dnsmasq-exporter-bump
prometheus-dnsmasq-exporter: 0.1.0 -> 0.2.0
2019-11-13 13:34:59 +01:00
WilliButz
ef1d31e53c
prometheus-blackbox-exporter: 0.15.1 -> 0.16.0, disable tests 2019-11-11 19:49:38 +01:00
Maximilian Bosch
1683c4087e
prometheus-wireguard-exporter: 3.2.0 -> 3.2.1
https://github.com/MindFlavor/prometheus_wireguard_exporter/releases/tag/3.2.1
2019-11-08 18:13:43 +01:00
WilliButz
09f823dc83
prometheus-postgres-exporter: 0.6.0 -> 0.7.0, run tests 2019-10-31 23:52:16 +01:00
WilliButz
e3ce6c5902
prometheus-postgres-exporter: 0.5.1 -> 0.6.0 2019-10-30 16:19:43 +01:00
Maximilian Bosch
03ca141a40
prometheus-dnsmasq-exporter: 0.1.0 -> 0.2.0
https://github.com/google/dnsmasq_exporter/releases/tag/v0.2.0
2019-10-29 23:00:57 +01:00
Mario Rodas
096558a0f6
prometheus: 2.13.0 -> 2.13.1
Changelog: https://github.com/prometheus/prometheus/releases/tag/v2.13.1
2019-10-17 18:00:00 -05:00
Robin Gloster
2137b0c8f0
prometheus: fix hash 2019-10-16 00:46:40 +02:00
Robin Gloster
80a671d366
Merge pull request #70461 from marsam/update-prometheus
prometheus: 2.12.0 -> 2.13.0
2019-10-16 00:33:12 +02:00
Maximilian Bosch
d08a743156
prometheus-wireguard-exporter: 3.1.1 -> 3.2.0
https://github.com/MindFlavor/prometheus_wireguard_exporter/releases/tag/3.2.0

Previously, the exporter used `wg show all dump` by default to retrieve
information about wireguard peers. If a wireguard config is set, the interface is
now extracted automatically and the exporter runs `wg show <interface> dump`[1].

The cargo hash didn't change as no dependency updates were done in this
release.

[1] 4e332cb73f
2019-10-13 20:16:03 +02:00
WilliButz
05ed82e6f4
prometheus-nextcloud-exporter: use tagged version
The tag was not pushed when this exporter was added to nixpkgs.
The source hash remains the same, because the tag refers to the
same revision.
2019-10-13 18:50:55 +02:00
WilliButz
a7206ec3d7
prometheus-nextcloud-exporter: init at 2019-10-12 2019-10-12 23:06:24 +02:00
Mario Rodas
aa69f548b7
prometheus: 2.12.0 -> 2.13.0
Changelog: https://github.com/prometheus/prometheus/releases/tag/v2.13.0
2019-10-05 04:20:00 -05:00
Robin Gloster
513a68a723
prometheus-alertmanager: 0.18.0 -> 0.19.0 2019-10-03 21:00:39 +02:00
Maximilian Bosch
beb59b76cf
prometheus-wireguard-exporter: 3.1.0 -> 3.1.1
https://github.com/MindFlavor/prometheus_wireguard_exporter/releases/tag/3.1.1

This release adds a flag `-l` which takes an address where the exporter
is available. The default is `0.0.0.0` (previously, `0.0.0.0` was used
by default).

Please note that there are no dependency changes in Cargo and therefore
the cargo hash didn't change.
2019-09-28 20:55:57 +02:00
Maximilian Bosch
99b12cfc08
prometheus-wireguard-exporter: 3.0.1 -> 3.1.0
Although this is a minor release, this only contains a single, but
improtant bugfix: https://github.com/MindFlavor/prometheus_wireguard_exporter/releases/tag/3.1.0
2019-09-25 22:07:41 +02:00
Jan Hrnko
a203ba2bf1 prometheus-apcupsd-exporter: init at unstable-2019-03-14 2019-09-20 10:34:00 +02:00
WilliButz
ec885ad2a8
prometheus-blackbox-exporter: 0.15.0 -> 0.15.1 2019-09-17 17:35:39 +02:00
WilliButz
9fd90aa825
prometheus-blackbox-exporter: 0.14.0 -> 0.15.0 2019-09-11 15:48:42 +02:00
volth
7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
Frederik Rietdijk
66bc7fc1b3 Merge master into staging-next 2019-09-06 22:46:05 +02:00
WilliButz
283d9a0942
prometheus: remove prometheus_1, rename prometheus_2
As prometheus is no longer developed, nixpkgs now only includes
prometheus 2. Having only one version of prometheus, there is no need
for having the version in the attribute name.
2019-09-06 21:55:19 +02:00
Jan Tojnar
cdf426488b
Merge branch 'master' into staging-next
Fixed trivial conflicts caused by removing rec.
2019-09-06 03:20:09 +02:00
adisbladis
a560ea3736
prometheus-snmp-exporter: 0.13.0 -> 0.15.0 2019-09-05 22:33:39 +01:00
Jan Hrnko
bf9fd00b2e prometheus-process-exporter: init at 0.5.0 2019-09-05 20:21:10 +02:00
Vladimír Čunát
4aad2947f8
Merge branch 'master' into staging-next 2019-09-04 11:00:56 +02:00
Marek Mahut
bdbc922b98 prometheus-aws-s3-exporter: init at 0.3.0 2019-09-03 10:48:27 +02:00
Frederik Rietdijk
ad1d58c622 Merge staging-next into staging 2019-08-31 10:04:20 +02:00
Frederik Rietdijk
fc74ba8291 Merge master into staging-next 2019-08-31 09:50:38 +02:00
Marek Mahut
0c4cb4c102 prometheus-cups-exporter: init at unstable-2019-03-17 2019-08-28 19:56:12 +02:00
volth
08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00