WilliButz
5be7fd4d86
grafana: 6.1.4 -> 6.1.6
...
Includes security fix for CVE-2018-19039.
2019-04-29 16:48:22 +02:00
Renaud
f00135fd48
Merge pull request #59454 from r-ryantm/auto-update/cadvisor
...
cadvisor: 0.33.0 -> 0.33.1
2019-04-24 20:57:19 +02:00
markuskowa
d0e70ac2d3
Merge pull request #60010 from JohnAZoidberg/https-urls
...
HTTPS urls
2019-04-22 23:37:07 +02:00
Daniel Schaefer
bac4d95aa2
treewide: Change URLs to HTTPS
...
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
2019-04-22 10:19:54 +02:00
Ivan Kozik
46ce4fac18
prometheus-statsd-exporter: 0.4.0 -> 0.9.0
2019-04-21 20:15:12 +00:00
WilliButz
4cec876ba2
grafana: 6.1.3 -> 6.1.4
2019-04-17 08:42:29 -04:00
Kirill Elagin
335373c965
telegraf: 1.9.2 -> 1.10.2
...
Note: For some reason, I had to manually tweak the hash of
ApplicationInsights-Go generated by dep2nix.
2019-04-16 10:22:38 +02:00
Bas van Dijk
b0fbe1df3f
prometheus-pushgateway: 0.7.0 -> 0.8.0
2019-04-15 16:12:14 +02:00
R. RyanTM
caf9e0abe6
cadvisor: 0.33.0 -> 0.33.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cadvisor/versions
2019-04-14 02:59:00 -07:00
WilliButz
a14e37538e
grafana: 6.1.2 -> 6.1.3 ( #59307 )
2019-04-11 19:23:40 +02:00
Bas van Dijk
18925d0ceb
prometheus-alertmanager: 0.15.3 -> 0.16.2
2019-04-10 14:52:31 +02:00
xeji
14eb2745aa
Merge pull request #59183 from WilliButz/grafana-update
...
grafana: 6.1.1 -> 6.1.2
2019-04-08 20:05:17 +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
WilliButz
a9247d09ef
grafana: 6.1.1 -> 6.1.2
2019-04-08 16:55:14 +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
WilliButz
26d41fb0b8
grafana: 6.1.0 -> 6.1.1
2019-04-05 14:21:40 +00:00
WilliButz
cfe5698727
grafana: 6.0.2 -> 6.1.0 ( #58917 )
2019-04-03 22:51:45 +02:00
WilliButz
963ee49032
grafana: 6.0.1 -> 6.0.2
2019-03-19 23:13:28 +01:00
R. RyanTM
1dbf1e4e27
cadvisor: 0.32.0 -> 0.33.0 ( #56606 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cadvisor/versions
2019-03-15 21:20:35 +01:00
Wael M. Nasreddine
09435db08a
cadvisor: export GOCACHE in the buildPhase
...
TMPDIR, in `GOCACHE = "$TMPDIR";`, will not be intepreted when it's set
outside of a phase.
2019-03-11 09:59:19 -07:00
Ryan Mulligan
b7ebfec61f
Merge pull request #55982 from ivan/pushgateway-0.7.0
...
prometheus-pushgateway: 0.4.0 -> 0.7.0
2019-03-08 20:57:43 -08:00
WilliButz
881ab86491
grafana: 6.0.0 -> 6.0.1
2019-03-06 16:26:20 +01:00
Wael M. Nasreddine
6ef04cabd4
go_1_12: init at go 1.12
2019-03-02 14:24:17 -08:00
John Ericson
8293ab8461
Merge pull request #56408 from Mic92/runtime-shell
...
treewide: use runtimeShell instead of stdenv.shell whenever possible
2019-02-26 18:04:27 -05:00
WilliButz
52ea2f59f5
grafana: 5.4.3 -> 6.0.0 ( #56412 )
2019-02-26 20:30:02 +01:00
Jörg Thalheim
dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
...
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
Freezeboy
8f87a61de2
Replace platforms.linux with platforms.darwin for expressions that compile on darwin too (too restrictive platforms)
2019-02-18 10:56:58 +01: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
Jörg Thalheim
d18052fe3e
Merge pull request #54616 from Mic92/net_snmp
...
net_snmp: 5.7.3 -> 5.8
2019-02-08 20:56:49 +00:00
Craig Younkins
c8b2cd51b9
net_snmp: 5.7.3 -> 5.8
2019-02-08 18:00:27 +00:00
Ben Kelly
85cdd06e0c
munin: 2.0.37 -> 2.0.43
...
Also creates the RELEASE file in preBuild so that munin knows its own
version number at runtime.
2019-02-04 20:18:25 -05:00
R. RyanTM
6802d1e3a5
nagios: 4.4.2 -> 4.4.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nagios/versions
2019-02-03 08:54:29 +00:00
Jörg Thalheim
b5c1deca8a
treewide: remove wkennington as maintainer
...
He prefers to contribute to his own nixpkgs fork triton.
Since he is still marked as maintainer in many packages
this leaves the wrong impression he still maintains those.
2019-01-26 10:05:32 +00:00
Jörg Thalheim
777b0f89fd
telegraf: 1.7.0 -> 1.9.2
2019-01-21 11:37:16 +00:00
WilliButz
619c308c69
grafana: 5.4.2 -> 5.4.3
2019-01-15 19:43:15 +00:00
Jörg Thalheim
532c8f954c
check_ssl_cert: update non-determinism patch
2019-01-13 06:12:50 +00:00
Franz Pletz
3db072d823
prometheus-node-exporter: now works with recent go
2019-01-11 07:55:25 +01:00
Franz Pletz
6ac4267ef3
checkSSLCert: 1.79.0 -> 1.80.0, fix build (date impurity)
2019-01-11 04:00:58 +01:00
WilliButz
75b4b5fc99
prometheus-dnsmasq-exporter: unstable-2018-05-05 -> 0.1.0
2019-01-07 17:34:46 +00:00
Frederik Rietdijk
070290bda7
Merge master into staging-next
2018-12-31 12:00:36 +01:00
Frederik Rietdijk
10afccf145
Merge staging-next into staging
2018-12-27 18:11:34 +01:00
Peter Hoeg
010502472f
check-esxi-hardware: 20161013 -> 20181001
2018-12-27 14:22:27 +08:00
R. RyanTM
964342e231
checkSSLCert: 1.78.0 -> 1.79.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/check_ssl_cert/versions
2018-12-26 11:22:36 +01:00
Frederik Rietdijk
e45ca47f14
Merge staging-next into staging
2018-12-26 09:30:32 +01:00
Craig Younkins
4543559aea
net-snmp: Fix broken Gmane URL
...
Fixes : #52898
Fixes : #51260
2018-12-25 23:21:30 -05:00
Peter Hoeg
a6520f6136
uchiwa: 1.3.1 -> 1.5.0
2018-12-24 13:20:37 +08:00
Frederik Rietdijk
9ab61ab8e2
Merge staging-next into staging
2018-12-19 09:00:36 +01:00
volth
fed7914539
Merge branch 'staging' into make-perl-pathd
2018-12-18 17:13:27 +00:00
Jörg Thalheim
1148ce1b60
Merge pull request #52062 from volth/perl526-drop
...
perl526: drop
2018-12-18 17:02:01 +00:00