Commit graph

607 commits

Author SHA1 Message Date
Austin Seipp 5e0a6863c8
Merge pull request #57973 from aanderse/monitoring-plugins
monitoring-plugins: compile missing mysql, ldap, dig, procs, and dbi executables
2019-05-14 15:07:33 -05:00
Ivan Kozik f13c5ccc41 prometheus_2: 2.8.1 -> 2.9.2 2019-05-05 20:13:02 +00:00
Mario Rodas d2cf6fde61
Merge pull request #60335 from azazel75/grafana_reporter_upgrade
grafana_reporter: 2.0.1 -> 2.1.0
2019-05-04 20:57:10 -05:00
Florian Klink 8fa2a165ed
prometheus-fritzbox-exporter: 1.0 -> 1.0-32-g90fc0c5 (#60857)
prometheus-fritzbox-exporter: 1.0 -> 1.0-32-g90fc0c5
2019-05-04 16:06:27 +02:00
Alyssa Ross 94f5ae4a34
Merge pull request #60514 from manveru/sensu-update
sensu: 1.0.3 -> 1.7.0, use bundlerApp
2019-05-04 13:02:52 +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
Michael Fellinger 9535e3eb2e riemann-dash: 0.2.12 -> 0.2.14, use bundlerApp 2019-05-03 14:24:13 +02:00
Michael Fellinger 6be7c2be18 sensu: 1.0.3 -> 1.7.0, use bundlerApp 2019-04-30 18:22:28 +02:00
WilliButz 5be7fd4d86
grafana: 6.1.4 -> 6.1.6
Includes security fix for CVE-2018-19039.
2019-04-29 16:48:22 +02:00
Alberto Berti a94bbd1236 grafana_reporter: 2.0.1 -> 2.1.0 2019-04-27 19:19:40 +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
Aaron Andersen 7b78ced1c5 monitoring-plugins: add dbi support 2019-03-20 08:50:47 -04:00
Aaron Andersen 88e830894f monitoring-plugins: add procs support 2019-03-20 08:50:47 -04:00
Aaron Andersen 894b7e9f21 monitoring-plugins: add dig support 2019-03-20 08:50:47 -04:00
Aaron Andersen 96003801d2 monitoring-plugins: add ldap support 2019-03-20 08:50:47 -04:00
Aaron Andersen 7304454f86 monitoring-plugins: add mysql support 2019-03-20 08:50:42 -04: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