volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Maximilian Bosch
f0d6955052
Merge pull request #66470 from WilliButz/update-blackbox-exporter
...
prometheus-blackbox-exporter: 0.12.0 -> 0.14.0, run tests and check config
2019-08-12 19:38:43 +02:00
WilliButz
4d7465126f
prometheus-varnish-exporter: 1.5 -> 1.5.1, use buildGoModule ( #66472 )
2019-08-12 09:23:27 -07:00
WilliButz
dcc12cea9f
prometheus-blackbox-exporter: 0.12.0 -> 0.14.0, run tests
...
Also added myself as maintainer.
2019-08-12 10:53:00 +02:00
WilliButz
d373b3fbb3
prometheus-nginx-exporter: 0.4.1 -> 0.4.2, run tests
2019-08-11 12:30:41 +02:00
Maximilian Bosch
e80b0b2b22
prometheus-wireguard-exporter: 3.0.0 -> 3.0.1
...
https://github.com/MindFlavor/prometheus_wireguard_exporter/releases/tag/3.0.1
2019-08-08 21:47:19 +02:00
WilliButz
c221f9fdf2
Merge pull request #65751 from mayflower/pkgs/prometheus-postgres-exporter
...
prometheus-postgres-exporter: init at 0.5.1
2019-08-02 18:45:32 +02:00
Franz Pletz
e4c60a1e42
prometheus-postgres-exporter: init at 0.5.1
2019-08-02 15:59:29 +02:00
Mario Rodas
96d0fae21e
Merge pull request #65767 from ivan/pushgateway-maintainers
...
prometheus-pushgateway: remove myself from list of maintainers
2019-08-02 02:03:56 -05:00
Ivan Kozik
8b72021519
prometheus-pushgateway: remove myself from list of maintainers
2019-08-02 06:07:42 +00:00
WilliButz
b22a75bf00
prometheus-mail-exporter: init at 2019-07-14
2019-07-30 19:24:26 +02:00
WilliButz
963b18a0cc
prometheus-varnish-exporter: 1.4 -> 1.5
2019-07-25 19:51:45 +02:00
WilliButz
86c884fb5b
prometheus-nginx-exporter: 0.1.0 -> 0.4.1, use official version
...
Use official exporter from nginxinc.
2019-07-22 16:41:10 +02:00
Maximilian Bosch
543ef567d9
prometheus-wireguard-exporter: 2.0.1 -> 3.0.0
...
Two new releases are available:
* https://github.com/MindFlavor/prometheus_wireguard_exporter/releases/tag/3.0.0
* https://github.com/MindFlavor/prometheus_wireguard_exporter/releases/tag/2.0.2
The main new feature is that the exporter exposes all allowed ips and
subnets.
2019-07-21 21:39:48 +02:00
Mario Rodas
338b4c5a9e
prometheus_2: 2.11.0 -> 2.11.1
2019-07-13 04:20:00 -05:00
Mario Rodas
b730ae12af
prometheus_2: 2.10.0 -> 2.11.0
...
Changelog: https://github.com/prometheus/prometheus/releases/tag/v2.11.0
2019-07-09 16:20:00 -05:00
Philipp Riegger
698f3e9040
prometheus-tor-exporter: 0.3 -> 0.4 ( #63891 )
2019-07-05 00:49:04 -04:00
Andrew Childs
a0836849f5
prometheus-node-exporter: 0.17.0 -> 0.18.1
2019-06-25 16:17:51 +09:00
Andrew Childs
42c689d70f
prometheus-node-exporter: set version information
2019-06-25 16:17:46 +09:00
Mario Rodas
4883b078f6
prometheus_2: 2.9.2 -> 2.10.0
2019-06-18 18:00:00 -05:00
Maximilian Bosch
bf09e6a14e
prometheus-wireguard-exporter: init at 2.0.1
...
This is a simple exporter which exports the information
provided by `wg show all dump` to prometheus.
Co-authored-by: Franz Pletz <fpletz@fnordicwalking.de>
2019-06-07 17:40:44 +02:00
Ivan Kozik
f13c5ccc41
prometheus_2: 2.8.1 -> 2.9.2
2019-05-05 20:13:02 +00:00
Florian Klink
92e2659f22
prometheus-fritzbox-exporter: 1.0 -> 1.0-32-g90fc0c5
...
This bumps ndecker/fritzbox_exporter to a more recent fork. This version
also capable of TR64.
2019-05-03 16:59:57 +02:00
Ivan Kozik
46ce4fac18
prometheus-statsd-exporter: 0.4.0 -> 0.9.0
2019-04-21 20:15:12 +00:00
Bas van Dijk
b0fbe1df3f
prometheus-pushgateway: 0.7.0 -> 0.8.0
2019-04-15 16:12:14 +02:00
Bas van Dijk
18925d0ceb
prometheus-alertmanager: 0.15.3 -> 0.16.2
2019-04-10 14:52:31 +02:00
Bas van Dijk
2a722175cd
prometheus_2: 2.6.0 -> 2.8.1
...
See: https://github.com/prometheus/prometheus/releases/tag/v2.8.1
2019-04-08 18:06:00 +02:00
Bas van Dijk
b6fdd1a0fc
prometheus: rename the generic function to buildPrometheus
...
Since the `generic` function is now exported it should have a less
generic name, pun intended.
2019-04-08 16:40:42 +02:00
Jean-Baptiste Giraudeau
670359e8da
Expose prometheus generic builder.
...
So that people can easily try newer prometheus version
in overlays:
self: super: {
prometheus_2 = (super.callPackage <nixpkgs/pkgs/servers/monitoring/prometheus> {}).generic {
version = "2.8.1";
sha256 = "0x8w0qdh4lcf19nmdlhvgzpy08c2a932d3k49cjwhi5npcsf858n";
doCheck = false;
};
}
2019-04-08 14:02:31 +02:00
Ivan Kozik
8b4b12ed7a
prometheus-pushgateway: 0.4.0 -> 0.7.0
...
Add some tests to make sure the --version output includes the values
passed in with -X.
Add myself as a maintainer.
2019-02-18 03:40:06 +00:00
Franz Pletz
3db072d823
prometheus-node-exporter: now works with recent go
2019-01-11 07:55:25 +01:00
WilliButz
75b4b5fc99
prometheus-dnsmasq-exporter: unstable-2018-05-05 -> 0.1.0
2019-01-07 17:34:46 +00:00
Franz Pletz
5fc271257e
prometheus_2: 2.4.3 -> 2.6.0
2018-12-17 23:30:12 +01:00
R. RyanTM
7b8c41e04c
prometheus-node-exporter: 0.16.0 -> 0.17.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/node_exporter/versions
2018-12-15 01:06:41 -08:00
Franz Pletz
3cd66c1263
prometheus-alertmanager: 0.15.2 -> 0.15.3
2018-11-20 13:43:19 +01:00
Pierre Bourdon
86d644f8cc
prometheus-tor-exporter: init at 0.3
...
Upstream: https://github.com/atx/prometheus-tor_exporter
2018-10-13 10:10:29 +02:00
Thilo Uttendorfer
adc6e9c2c4
prometheus_2: 2.3.2 -> 2.4.3 ( #48118 )
2018-10-10 22:22:04 +02:00
Thilo Uttendorfer
dd58c35332
prometheus-alertmanager: 0.15.1 -> 0.15.2 ( #48121 )
2018-10-09 23:39:52 +02:00
WilliButz
b59cd2bc17
prometheus-json-exporter: add patch to support bool parsing
2018-09-18 18:21:00 +02:00
WilliButz
b712736283
prometheus-json-exporter: 2016-09-13 -> 2017-10-06
2018-09-18 18:21:00 +02:00
Maximilian Bode
7c98b3d0d1
prometheus_2: 2.2.1 -> 2.3.2 ( #46333 )
2018-09-17 11:23:12 +02:00
WilliButz
81156549a2
prometheus-snmp-exporter: 0.11.0 -> 0.13.0 ( #46677 )
2018-09-15 02:02:34 +02:00
WilliButz
21324ef0e4
prometheus-dovecot-exporter: 0.1.1 -> 0.1.3
2018-09-13 21:07:21 +02:00
Yegor Timoshenko
c2839a8e1f
prometheus-node-exporter: add comment pointing to upstream bug
2018-08-10 00:52:21 +03:00
Yegor Timoshenko
bdf2850262
prometheus-node-exporter: work around prometheus/node_exporter#870
...
See: https://github.com/prometheus/node_exporter/issues/870
2018-08-09 19:47:56 +03:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Franz Pletz
27b8072a98
prometheus-alertmanager: 0.14.0 -> 0.15.1
2018-07-15 21:41:45 +02:00
Jaka Hudoklin
6cc50b144a
prometheus-jmx-httpserver: init at 0.10 ( #43336 )
...
prometheus-jmx-httpserver: init at 0.10
2018-07-11 21:17:09 +02:00
Mrmaxmeier
e99a869c19
prometheus-node-exporter: 0.15.2 -> 0.16.0
2018-06-18 19:39:07 +02:00
Matthew Justin Bauer
bc7ea93a47
Merge pull request #40028 from WilliButz/add-dnsmasq-exporter
...
prometheus-dnsmasq-exporter: init at 2018-05-05, add module
2018-06-01 23:18:49 -04:00
WilliButz
6c76c4c6d8
prometheus-snmp-exporter: 0.9.0 -> 0.11.0 ( #41363 )
2018-06-01 18:25:08 +02:00
Uli Baum
d44e68c856
prometheus_1: 1.8.1 -> 1.8.2
2018-05-18 23:01:05 +02:00
Pascal Bach
13ceaf66aa
prometheus: correctly set version information ( #40617 )
...
The way prometheus expects the version to be set is not what was currently set.
2018-05-17 00:05:53 +02:00
WilliButz
4b69aab023
prometheus-dnsmasq-exporter: init at unstable-2018-05-05
2018-05-06 13:58:39 +02:00
WilliButz
23d98f9e8f
prometheus-postfix-exporter: 0.1.1 -> 0.1.2
...
With this release systemd support became optional.
It can now be disabled by passing `withSystemdSupport = false` to `callPackage`.
2018-05-04 13:21:50 +02:00
Samuel Leathers
503f85251c
prometheus-surfboard-exporter: init at 2.0.0
2018-05-02 13:04:34 +02:00
WilliButz
4bca8f8d25
prometheus-varnish-exporter: 1.2 -> 1.4
2018-05-01 18:00:53 +02:00
WilliButz
913ec8736c
prometheus-nginx-exporter: 20161107 -> 0.1.0
...
- added myself as maintainer
- fixed license
2018-05-01 15:45:48 +02:00
WilliButz
5d0adad0ca
prometheus-snmp-exporter: 0.3.0 -> 0.9.0
2018-05-01 15:36:19 +02:00
WilliButz
fdee448486
prometheus-postfix-exporter: makeWrapper -> nativeBuildInputs
2018-04-20 20:31:31 +02:00
WilliButz
f45acb6b47
prometheus-postfix-exporter: 2017-06-01 -> 0.1.1
2018-04-19 19:46:07 +02:00
WilliButz
059a2a8c7b
prometheus-dovecot-exporter: 2018-01-18 -> 0.1.1
2018-04-19 00:35:27 +02:00
Maximilian Bode
b34d6f90b1
prometheus: actually run tests
...
as remarked in #36782
2018-04-02 21:04:49 +02:00
Maximilian Bode
cd9b6a5615
prometheus: 2.1.0 -> 2.2.1
2018-04-02 21:04:44 +02:00
Franz Pletz
9152ef910b
prometheus-node-exporter: 0.15.0 -> 0.15.2
2018-03-22 01:05:30 +01:00
Franz Pletz
1497815543
prometheus-blackbox-exporter: 0.11.0 -> 0.12.0
2018-03-22 01:05:26 +01:00
Maximilian Bode
78f50651f9
prometheus: add 2.1.0
2018-03-11 01:08:34 +01:00
Franz Pletz
440c24e247
prometheus-alertmanager: 0.13.0 -> 0.14.0
2018-03-04 16:35:56 +01:00
WilliButz
2f237868ab
prometheus-postfix-exporter: init at 2017-06-01
2018-01-26 20:07:01 +01:00
WilliButz
a7a9653b06
prometheus-dovecot-exporter: init at 2018-01-18
2018-01-26 20:06:35 +01:00
Benjamin Staffin
0a0f8d637d
prometheus-alertmanager: 0.9.1 -> 0.13.0
2018-01-25 17:41:25 -05:00
Pascal Bach
f694b98b8e
prometheus-minio-exporter: 0.1.0 -> 0.2.0
2018-01-21 17:45:30 +01:00
Ollie Charles
f16431b0e2
prometheus-rabbitmq-exporter: init at 0.25.2
2018-01-05 14:50:39 +00:00
Robin Gloster
a0d3ee9fce
prometheus-blackbox-exporter: 0.10.0 -> 0.11.0
2017-12-29 01:13:35 +01:00
Christine Koppelt
821a7a38ea
prometheus-alertmanager: 0.8.0 -> 0.9.1
2017-10-30 17:04:56 +01:00
Franz Pletz
422fd6a2aa
prometheus: 1.7.2 -> 1.8.1
2017-10-24 14:21:05 +02:00
Franz Pletz
8e5a5904c1
prometheus-blackbox-exporter: 0.9.1 -> 0.10.0
2017-10-24 14:21:04 +02:00
Pascal Bach
38a66bb033
prometheus-node-exporter: 0.14.0 -> 0.15.0
2017-10-22 14:45:48 +02:00
Vladimír Čunát
994036d857
Merge branch 'master' into staging
...
Hydra: ?compare=1400181
2017-10-09 11:24:35 +02:00
Dan Peebles
b426c85ce2
Get rid of most @rpath nonsense on Darwin
...
This requires some small changes in the stdenv, then working around the
weird choice LLVM made to hardcode @rpath in its install name, and then
lets us remove a ton of annoying workaround hacks in many of our Go
packages. With any luck this will mean less hackery going forward.
2017-10-08 16:13:46 -04:00
Pascal Bach
9e4be636ba
prometheus-minio-exporter: init at 0.1.0
2017-10-08 12:08:29 +02:00
Franz Pletz
6dc9d21cc8
prometheus-blackbox-exporter: 0.8.1 -> 0.9.1
2017-10-02 20:36:06 +02:00
Franz Pletz
15cca009c1
prometheus: 1.7.1 -> 1.7.2
2017-10-02 20:25:02 +02:00
Daiderd Jordan
56ea313c29
prometheus-node-exported: fix output cycle on darwin
2017-09-13 22:08:25 +02:00
Robin Gloster
20e37eea63
prometheus-statsd-exporter: 0.3.0 -> 0.4.0
2017-08-27 23:18:42 +02:00
Robin Gloster
73885ee330
prometheus-pushgateway: 0.3.1 -> 0.4.0
2017-08-27 23:18:05 +02:00
Robin Gloster
9bacde7cc1
prometheus-haproxy-exporter: 0.7.1 -> 0.8.0
2017-08-27 23:17:35 +02:00
Robin Gloster
44f797fa56
prometheus-mysqld-exporter: 0.9.0 -> 0.10.0
2017-08-27 23:02:25 +02:00
Franz Pletz
3d25e96b1f
prometheus-alertmanager: 0.6.0 -> 0.8.0
2017-08-27 02:33:34 +02:00
Pascal Bach
dd876330be
prometheus-unifi-exporter: 0.4.0 -> 0.4.0 + fixes
...
There were several fixes that make the exporter work with new unifi software
However there is not yet a release so I just updated to the latest master.
2017-08-23 20:25:06 +02:00
Matthew Justin Bauer
2eacddf0dc
treewide: homepage URL fixes ( #28475 )
...
* pgadmin: use https homepage
* msn-pecan: move homepage to github
google code is now unavailable
* pidgin-latex: use https for homepage
* pidgin-opensteamworks: use github for homepage
google code is unavailable
* putty: use https for homepage
* ponylang: use https for homepage
* picolisp: use https for homepage
* phonon: use https for homepage
* pugixml: use https for homepage
* pioneer: use https for homepage
* packer: use https for homepage
* pokerth: usee https for homepage
* procps-ng: use https for homepage
* pycaml: use https for homepage
* proot: move homepage to .github.io
* pius: use https for homepage
* pdfread: use https for homepage
* postgresql: use https for homepage
* ponysay: move homepage to new site
* prometheus: use https for homepage
* powerdns: use https for homepage
* pm-utils: use https for homepage
* patchelf: move homepage to https
* tesseract: move homepage to github
* quodlibet: move homepage from google code
* jbrout: move homepage from google code
* eiskaltdcpp: move homepage to github
* nodejs: use https to homepage
* nix: use https for homepage
* pdf2djvu: move homepage from google code
* game-music-emu: move homepage from google code
* vacuum: move homepae from google code
2017-08-22 20:50:04 +02:00
Franz Pletz
5d2764eb68
prometheus-blackbox-exporter: 0.5.0 -> 0.8.1
2017-08-12 11:05:23 +02:00
Franz Pletz
068feb65c9
prometeus-snmp-exporter: 0.1.0 -> 0.3.0
2017-08-04 08:26:09 +02:00
Robin Gloster
ceee4003d0
prometheus-openvpn-exporter: use fetchFromGitHub to fix meta
2017-08-04 08:26:09 +02:00
Franz Pletz
e54031d323
prometheus-openvpn-exporter: init at 2017-05-15
2017-08-04 08:26:09 +02:00
Silvan Mosberger
f5fa5fa4d6
pkgs: refactor needless quoting of homepage meta attribute ( #27809 )
...
* pkgs: refactor needless quoting of homepage meta attribute
A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.
* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit
* Fixed some instances
2017-08-01 22:03:30 +02:00
Hector Jusforgues
0f2db06540
consul_exporter: init at 0.3.0 ( #27162 )
2017-07-07 10:01:45 +01:00
Robin Gloster
908157c6c5
prometheus-blackbox-exporter: 0.4.0 -> 0.5.0
2017-06-20 12:04:55 +02:00
Franz Pletz
e60c958811
prometheus: 1.5.2 -> 1.7.1
2017-06-20 03:45:45 +02:00
Franz Pletz
bd27594bc6
promtheus-node-exporter: 0.13.0 -> 0.14.0
2017-04-29 11:44:39 +02:00
Benjamin Staffin
faea8776d1
prometheus-alertmanager: 0.5.1 -> 0.6.0
2017-04-25 14:52:41 -07:00
Pascal Bach
3728143cbc
prometheus-unifi-exporter: init at 0.4.0
2017-03-17 15:41:22 +01:00
Pascal Bach
a8cca7037e
prometheus-fritzbox-exporter: init at 1.0
2017-03-15 17:22:36 +01:00
Rene Treffer
5236e23502
prometheus-bind-exporter: init at 20161221
...
prometheus-bind-exporter: init at 20161221
2017-02-18 13:43:59 +01:00
Franz Pletz
a73afa89b4
prometheus: 1.4.2 -> 1.5.2
2017-02-15 09:35:27 +01:00
Robin Gloster
a6cd5cdc15
prometheus-cli: remove due to pkg being obsolete
2017-01-13 14:24:35 +01:00
Robin Gloster
74846b2c71
prometheus-blackbox-exporter: 0.3.0 -> 0.4.0
2017-01-13 14:24:33 +01:00
Corbin
1e5de5fc3c
prometheus-json-exporter: init at 20160913
2017-01-09 15:20:26 +01:00
Corbin
51b247bff8
prometheus-varnish-exporter: init at 20161127.
...
Yeah, I know, it's a git snapshot. Sorry.
2017-01-09 15:20:26 +01:00
oida
8376f5cc3a
prometheus-snmp-exporter: init at v0.1.0
2016-12-29 02:03:12 +01:00
Franz Pletz
e945c7032d
prometheus-pushgateway: 0.3.0 -> 0.3.1
2016-12-01 02:05:00 +01:00
Franz Pletz
398bf54f63
prometheus-nginx-exporter: 20161104 -> 20161107
2016-12-01 02:04:59 +01:00
Franz Pletz
a07912203e
prometheus-mysqld-exporter: 0.8.1 -> 0.9.0
2016-12-01 02:04:59 +01:00
Franz Pletz
30d974e68b
prometheus-haproxy-exporter: 0.7.0 -> 0.7.1
2016-12-01 02:04:58 +01:00
Franz Pletz
b24b6bbfb0
prometheus-blackbox-exporter: init at 0.3.0
2016-12-01 02:04:58 +01:00
Franz Pletz
ad54866896
prometheus-collectd-exporter: extra deps not necessary
2016-12-01 02:02:04 +01:00
Franz Pletz
96137a6abd
prometheus-node-exporter: 0.12.0 -> 0.13.0
2016-12-01 02:02:04 +01:00
Franz Pletz
741bdeea38
prometheus-alertmanager: 0.5.0 -> 0.5.1
2016-12-01 02:02:04 +01:00
Franz Pletz
ca46d05f18
prometheus: 1.3.1 -> 1.4.1
2016-12-01 02:02:03 +01:00
Robin Gloster
605cdd41e2
prometheus-nginx-exporter: 20160524 -> 20161104
2016-11-07 09:47:39 +01:00
Robin Gloster
c5d9bcb1db
prometheus: 1.1.2 -> 1.3.1
2016-11-07 09:47:35 +01:00
Robin Gloster
9deb7821d9
prometheus-alertmanager: 0.4.2 -> 0.5.0
2016-11-07 09:47:29 +01:00
Kamil Chmielewski
914e0e594c
buildGoPackage: deps.json -> deps.nix in NIXON
...
https://github.com/NixOS/nixpkgs/pull/17254#issuecomment-245295541
* update docs to describe `deps.nix`
* include goDeps in nix-shell GOPATH
* NixOS 16.09 rel notes about replacing goPackages
2016-09-16 00:04:55 +01:00
Robin Gloster
64bd8c037d
prometheus: 1.0.0 -> 1.1.2
2016-09-08 15:26:50 +02:00
Robin Gloster
f77191888d
prometheus-alertmanager: 0.3.0 -> 0.4.2
2016-09-08 15:26:49 +02:00
Kamil Chmielewski
da3ddd48e4
buildGoPackage: remove Go deps file libs.json
...
After #16017 there were a lot
of comments saying that `nix` would be better than `JSON`
for Go packages dependency sets.
As said in https://github.com/NixOS/nixpkgs/pull/16017#issuecomment-229624046
> Because of the content-addressable store, if two programs have the
> same dependency it will already result in the same derivation in
> the
> store. Git also has compression in the pack files so it won't make
> much difference to duplicate the dependencies on disk. And finally
> most users will just use the binary builds so it won't make any
> differences to them.
This PR removes `libs.json` file and puts all package dependencies in
theirs `deps.json`.
2016-08-11 23:07:09 +02:00
Franz Pletz
328a77f60b
prometheus: 0.20.0 -> 1.0.0
2016-07-18 20:28:31 +02:00
Franz Pletz
d9f9711f9f
prometheus-collectd-exporter: 0.1.0 -> 0.3.1
2016-07-18 20:28:31 +02:00
Franz Pletz
5647521a2a
prometheus-alertmanager: 0.2.1 -> 0.3.0
2016-07-18 20:28:31 +02:00
Svein Ove Aas
31a8eee841
prometheus: Bump all to newest
...
Disable tests for prometheus-node-exporter because one megacli test fails.
Closes #16575 .
2016-07-18 20:27:53 +02:00
Kamil Chmielewski
8cd1d4cda5
buildGoPackage: use Go 1.6 by default
2016-06-09 13:08:10 +02:00
Kamil Chmielewski
bbc37e0eb7
Moving from fetchgit generated by go2nix to fetchFromGitHub where rev is
...
a tag
2016-06-09 13:08:10 +02:00
Kamil Chmielewski
8dc356c731
prometheus-alertmanager: fetchgit -> fetchFromGitHub
2016-06-09 13:08:10 +02:00
Kamil Chmielewski
7eb671ebcd
no more goPackages
2016-06-09 13:08:00 +02:00
Kamil Chmielewski
5d3f8fec7c
prometheus-statsd-bridge: extracted from goPackages
2016-06-09 11:22:02 +02:00
Kamil Chmielewski
5fec17a3e2
prometheus-pushgateway: extracted from goPackages
2016-06-09 11:22:02 +02:00
Kamil Chmielewski
28b6e9863c
prometheus-node-exporter: extracted from goPackages
2016-06-09 11:22:02 +02:00
Kamil Chmielewski
0f13eab7c8
prometheus-nginx-exporter: extracted from goPackages
2016-06-09 11:22:02 +02:00
Kamil Chmielewski
f44b557476
prometheus-mysqld-exporter: extracted from goPackages
2016-06-09 11:22:02 +02:00
Kamil Chmielewski
485ad053e0
prometheus-mesos-exporter: extracted from goPackages
2016-06-09 11:22:02 +02:00
Kamil Chmielewski
fdebbdb889
prometheus-haproxy-exporter: extracted from goPackages
2016-06-09 11:22:02 +02:00
Kamil Chmielewski
a3cf92fdba
prometheus-collectd-exporter: extracted from goPackages
2016-06-09 11:22:02 +02:00
Kamil Chmielewski
2665cae1f4
prometheus-cli: extracted from goPackages
2016-06-09 11:22:02 +02:00
Kamil Chmielewski
a6cd1321b9
prometheus-alertmanager: extracted from goPackages
2016-06-09 11:22:02 +02:00
Kamil Chmielewski
4bf5a93f2d
prom2json: extracted from goPackages
2016-06-09 11:22:02 +02:00
Kamil Chmielewski
a95e0b9385
prometheus: extracted from goPackages
2016-06-09 11:22:02 +02:00
Benjamin Staffin
395c268ab7
prometheus-statsd-bridge: fold into go-packages.nix
2015-08-30 00:26:10 -07:00
Benjamin Staffin
d17a29a150
prometheus-pushgateway: fold into go-packages.nix
2015-08-30 00:22:09 -07:00
Benjamin Staffin
4c95e49593
prometheus-node-exporter: fold into go-packages.nix
2015-08-30 00:16:00 -07:00
Benjamin Staffin
6122488297
prometheus-nginx-exporter: fold into go-packages.nix
2015-08-30 00:12:09 -07:00
Benjamin Staffin
4f53847ca2
prometheus-mysqld-exporter: fold into go-packages.nix
2015-08-29 23:51:19 -07:00
Benjamin Staffin
52dd6ea9d9
prometheus-mesos-exporter: fold into go-packages.nix
2015-08-29 23:47:13 -07:00
Benjamin Staffin
9001ad4106
prometheus-haproxy-exporter: fold into go-packages.nix
2015-08-29 23:37:48 -07:00
Benjamin Staffin
c5b6f17e1c
prometheus-collectd-exporter: fold into go-packages.nix
2015-08-29 23:30:27 -07:00
Benjamin Staffin
fe5a2b0a39
prom2json: fold into go-packages.nix
2015-08-29 23:19:48 -07:00
Benjamin Staffin
853602fae5
prometheus-cli: fold into go-packages.nix
2015-08-29 23:17:13 -07:00
Benjamin Staffin
87655d9fe8
prometheus-alertmanager: fold into go-packages.nix
2015-08-29 22:55:22 -07:00
Benjamin Staffin
d74e65bd6f
prometheus: fold definition into go-packages.nix
2015-08-29 22:46:57 -07:00
Benjamin Staffin
ff03cf23c6
prometheus-*: trivial cleanup
2015-08-29 22:30:26 -07:00
Benjamin Staffin
e734ce05b8
prometheus-pushgateway: move go-bindata into nativeBuildInputs
...
Thereotically make life easier for a future cross-compilation path.
2015-08-29 22:13:51 -07:00
Benjamin Staffin
94407ad644
prometheus-alertmanager: streamline build, prune buildInputs
...
It turns out it's no longer necessary to run the protoc and
static-asset compile steps ourselves, as those are included in the
upstream repo now.
2015-08-29 22:13:51 -07:00
Benjamin Staffin
a480bd89dc
prometheus-*: fixes to deal with goPackages multiple-outputs changes
2015-08-29 22:13:51 -07:00
Benjamin Staffin
96882b14d5
prometheus: Include console templates and libraries
...
Also tweaked to work with the recent goPackages multiple-outputs stuff.
2015-08-29 22:13:51 -07:00
Benjamin Staffin
86eca38b0c
prometheus: 0.14.0 -> 0.15.1
2015-08-29 00:19:22 -07:00
Benjamin Staffin
bcf990c7fd
prometheus-alertmanager: 0.0.1 -> 0.0.4
2015-07-04 14:05:32 -07:00
Benjamin Staffin
a9c403d38b
prometheus-node-exporter: 0.8.1 -> 0.10.0
2015-07-04 14:05:32 -07:00
Pascal Wittmann
512225ef81
Fixed some descriptions
2015-06-29 16:20:58 +02:00
lethalman
6e0ca8cd11
Merge pull request #8122 from benley/prometheus-0.14
...
Prometheus: update to 0.14.0
2015-06-03 11:09:44 +02:00
Benjamin Staffin
3309a15be9
New package: prometheus-nginx-exporter
...
Adding to the growing collection of prometheus tools...
2015-06-01 15:32:51 -07:00
Benjamin Staffin
23bc70208c
Prometheus: update to 0.14.0
2015-06-01 15:28:47 -07:00
Benjamin Staffin
c40c1be798
prometheus-mesos-exporter: Fix misplaced dependencies
...
goPackages.mesos-stats doesn't actually have any dependencies of its
own; the mesos_exporter app does.
2015-05-30 11:50:59 -07:00
Benjamin Staffin
d3fe5487ad
New package: prometheus-collectd-exporter
2015-05-24 14:33:39 -07:00
Benjamin Staffin
af142824cb
New package: prometheus-mysqld-exporter
2015-05-24 14:08:16 -07:00
Benjamin Staffin
adf59e7110
New package: prom2json
2015-05-24 14:08:16 -07:00
Benjamin Staffin
b2de6ccc8e
Update prometheus and its various helper packages
...
Updates to:
- prometheus
- prometheus-alertmanager
- prometheus-cli
- prometheus-mesos-exporter
- prometheus-node-exporter
- prometheus-pushgateway
- prometheus-statsd-bridge
2015-05-23 17:34:43 -07:00
Shea Levy
e3ed4b590b
Fix tarball
2015-05-20 14:09:15 -04:00
Luca Bruno
76c34a9590
prometheus/pushgateway: fix after golang_protobuf_extensions update
2015-05-19 10:43:06 +02:00
Joachim Fasting
8488d133f3
meta.licenses -> license
2015-04-21 23:10:07 +02:00
Benjamin Staffin
bcc8293cba
New package: prometheus-statsd-bridge
2015-03-23 12:07:22 -07:00
Benjamin Staffin
781dbfb9b8
New package: prometheus-mesos-exporter
2015-03-23 12:07:22 -07:00
Benjamin Staffin
d8c2cebf01
prometheus-node-exporter: update to 0.8.0
2015-03-23 12:07:21 -07:00
Benjamin Staffin
95be71cf91
Prometheus: update to 0.12.0
2015-03-23 12:07:21 -07:00
Benjamin Staffin
5b3254a8d1
New package: prometheus-node-exporter
2015-03-23 12:07:21 -07:00
Benjamin Staffin
d11bb48234
New package: prometheus-cli
2015-03-23 12:07:20 -07:00
Benjamin Staffin
6564dd8199
New package: prometheus-pushgateway
2015-03-23 12:07:20 -07:00
Benjamin Staffin
b2d17977be
New package: prometheus-haproxy-exporter
2015-03-23 12:07:20 -07:00
Benjamin Staffin
92b08cd406
New package: prometheus-alertmanager
2015-03-23 12:07:19 -07:00
Benjamin Staffin
9c1f0b33a3
New package: Prometheus monitoring system
2015-03-23 12:06:57 -07:00