Tuomas Tynkkynen
c3bcb4e1ce
treewide: Use explicit 'dev' references to glibc
2016-08-30 03:11:09 +03:00
Tuomas Tynkkynen
2ed167b4e3
treewide: Make explicit that 'dev' output of openssl is used
2016-08-23 04:32:21 +03: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
Tuomas Tynkkynen
21f17d69f6
treewide: Add lots of meta.platforms
...
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Graham Christensen
8f4dcd19f6
Merge pull request #17077 from LnL7/fix-newrelic-sysmond
...
newrelic-sysmond: 1.5.1 -> 2.3.0
2016-07-21 20:14:05 +00:00
Daiderd Jordan
4d1c3bd14b
newrelic-sysmond: use archive url
2016-07-19 08:28:35 +02:00
Franz Pletz
febcd39afa
nixos/grafana: set plugins path, fix image generation
...
Also add options to configure which organization should have anonymous access.
2016-07-19 00:18:12 +02:00
cransom
07fe6fa90e
grafana: 3.0.1 -> 3.1.0 ( #17084 )
2016-07-19 00:14:40 +02:00
Daiderd Jordan
774d7a0a79
newrelic-sysmond: 1.5.1 -> 2.3.0
2016-07-18 22:18:05 +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
Rickard Nilsson
e002504422
bosun: 0.5.0-rc4 -> 0.5.0
2016-06-26 05:58:52 +00:00
Benjamin Staffin
b6c6763dab
riemann-dash: 0.2.11 -> 0.2.12
2016-06-15 20:53:14 -04:00
Benjamin Staffin
098e8500d4
riemann-dash: Wrap to keep bundler and sass out of user env
2016-06-15 20:53:13 -04:00
Rickard Nilsson
70338f4981
bosun: 0.5.0-alpha -> 0.5.0-rc4
2016-06-10 08:00:18 +00:00
Kamil Chmielewski
8cd1d4cda5
buildGoPackage: use Go 1.6 by default
2016-06-09 13:08:10 +02:00
Kamil Chmielewski
734d152977
buildGo16Packages: fetchgit -> fetchFromGitHub
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
Kamil Chmielewski
6fe27955fd
consul-alerts: extracted from goPackages
2016-06-09 11:22:02 +02:00
Vladimír Čunát
c4661e9643
Merge: make dev output references explicit
...
This is a rebase of most commits from #14766 ,
resolving conflicts and a few other evaluation problems.
2016-05-22 12:09:23 +02:00
Tuomas Tynkkynen
2a73de6e6c
treewide: Make explicit that 'dev' output of openssl is used
2016-05-19 10:02:23 +02:00
Tuomas Tynkkynen
5eb01cd0ad
treewide: Make explicit that 'dev' output of openldap is used
2016-05-19 10:00:50 +02:00
Tuomas Tynkkynen
d7071caba5
treewide: Make explicit that 'dev' output of libssh2 is used
2016-05-19 10:00:45 +02:00
Domen Kožar
b49bf121b8
rename iElectric to domenkozar to match GitHub
2016-05-17 13:00:47 +01:00
Vladimír Čunát
3e387c3e00
Merge branch 'staging'
...
Darwin isn't in a perfect state, in particular its bootstrap tools won't
build which will block nixpkgs channel. But on the whole it seems
acceptable.
2016-05-13 10:14:53 +02:00
Franz Pletz
df8958435e
grafana: 2.6.0 -> 3.0.1 ( #15395 )
...
* grafana: 2.6.0 -> 3.0.1
* grafana module: Fix anonymous auth & add analytics config
2016-05-13 02:28:24 +02:00
Robin Gloster
9820cb1bf2
use dontBuild instead of hacks
...
changes:
* buildPhase = "true"
* buildPhase = ":"
2016-05-04 10:11:04 +00:00
Vladimír Čunát
ab15a62c68
Merge branch 'master' into closure-size
...
Beware that stdenv doesn't build. It seems something more will be needed
than just resolution of merge conflicts.
2016-04-01 10:06:01 +02:00
Domen Kožar
b4e2172ad4
fix munin (and the test), refs #12801 #13999
...
(cherry picked from commit 7877e33af8c0ec7f3a91c650ae4da6288b7dfe49)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-03-28 10:26:35 +01:00
Vladimír Čunát
09af15654f
Merge master into closure-size
...
The kde-5 stuff still didn't merge well.
I hand-fixed what I saw, but there may be more problems.
2016-03-08 09:58:19 +01:00
zimbatm
17348dc094
Remove all dots at end of descriptions
...
Specially crafted for @JagaJaga
find pkgs -name "*.nix" -exec \
sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
2016-02-27 17:30:29 +00:00
Vladimír Čunát
716aac2519
Merge branch 'staging' into closure-size
2016-01-19 09:55:31 +01:00
Franz Pletz
70e47ab981
grafana: 2.5.0 -> 2.6.0
2016-01-08 17:19:02 +01:00
Vladimír Čunát
f9f6f41bff
Merge branch 'master' into closure-size
...
TODO: there was more significant refactoring of qtbase and plasma 5.5
on master, and I'm deferring pointing to correct outputs to later.
2015-12-31 09:53:02 +01:00
Vladimír Čunát
adb2b803b9
net-snmp: avoid nested list, /cc #11739
2015-12-17 12:35:15 +01:00
michael bishop
88bccd83fe
net-snmp: fix mnttab path when built under chroot
2015-12-15 08:45:58 -04:00
Luca Bruno
cf4b503692
net-snmp: fix references to openssl in multiple-outputs
2015-12-07 16:32:58 +01:00
Rodney Lorrimar
96f81e3be5
longview: Linode metrics collector
...
Longview is a perl script used for sending server metrics to Linode
virtual private server hosting.
2015-11-22 12:37:00 +00:00
Pascal Wittmann
c283a3da68
Replace 'with plaforms; platform' with 'platforms.platform'
2015-11-18 11:34:09 +01:00
Jaka Hudoklin
7955be7a82
Merge pull request #11051 from offlinehacker/pkgs/bosun/update_0.5.0
...
bosun: 0.3.0 -> 0.5.0-alpha, udpate module
2015-11-17 17:17:44 +01:00
Jaka Hudoklin
0667fe29c9
Merge pull request #11061 from offlinehacker/nixos/heapster/add
...
heapster module: init
2015-11-17 17:17:01 +01:00
Jaka Hudoklin
15c76d17fe
heapster: init at 3057a2c07061c8d9ffaf77e5442ffd7512ac0133
2015-11-16 16:58:09 +01:00
Jaka Hudoklin
abda14309f
grafana: 2.0.0-beta1 -> 2.5.0
2015-11-16 14:59:16 +01:00
Jaka Hudoklin
c8d1e900d6
bosun: 0.3.0 -> 0.5.0-alpha
2015-11-16 14:23:54 +01:00
William A. Kennington III
8fe216dd3e
bosun: Move to go-packages
2015-09-04 21:11:42 -07: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
Rickard Nilsson
3afc387b4a
scollector: Update from 20150506172827 to 0.3.0
2015-08-11 13:46:17 +02:00
Rickard Nilsson
9f7cfea070
bosun: Update from 0.2.0 to 0.3.0
2015-08-11 13:46:17 +02: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
Shea Levy
145768bf9b
Unmaintain a bunch of packages
2015-07-01 08:11:05 -04:00
Pascal Wittmann
512225ef81
Fixed some descriptions
2015-06-29 16:20:58 +02:00
Rickard Nilsson
03e4e3e92a
bosun: Update to 0.2.0
2015-06-11 19:55:33 +02:00
Pascal Wittmann
62d62b6588
Fixed some licenses
2015-06-10 13:00:42 +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
Tobias Geerinckx-Rice
158e1cfdd0
Don't use "with licenses;" for single licences
...
And don't use square brackets on such lines.
2015-05-28 19:20:29 +02: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
William A. Kennington III
9b44fcf259
Merge pull request #7964 from benley/riemann-dash-0.2.11
...
riemann-dash: update to 0.2.11
2015-05-23 22:44:50 -07:00
William A. Kennington III
55636defbc
Merge pull request #7961 from benley/prometheus
...
Update Prometheus and its various helper packages
2015-05-23 22:44:21 -07:00
Benjamin Staffin
ec027fbb42
riemann-dash: update to 0.2.11
2015-05-23 18:14:56 -07:00
Benjamin Staffin
34ad0a304a
riemann: update to 0.2.9
2015-05-23 17:51:00 -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