Commit Graph

832 Commits

Author SHA1 Message Date
WilliButz ce74c85ce7
grafana: 6.4.5 -> 6.5.0, build with go 1.13 2019-11-26 10:23:13 +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
WilliButz 12c1f4b785 grafana: 6.4.4 -> 6.4.5 2019-11-25 09:02:06 -08:00
WilliButz a3465d9d10
Merge pull request #73453 from mmahut/prometheus-nginxlog-exporter
prometheus-nginxlog-exporter: init at 1.3.0
2019-11-24 22:32:05 +01:00
Marek Mahut 693c27b111 grafana-loki: 0.4.0 -> 1.0.0
Adding mmahut as maintaner
2019-11-21 13:20:23 +01:00
Marek Mahut 6c692a29c8 prometheus-nginxlog-exporter: init at 1.3.0 2019-11-15 12:21:39 +01:00
Niklas Hambüchen 5245766158 consul-alerts: 0.5.0 -> 0.6.0
Changelog: https://github.com/AcalephStorage/consul-alerts/releases/tag/v0.6.0
2019-11-14 18:12:46 +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
Aaron Andersen 94d4533e94
Merge pull request #72871 from aanderse/zabbix
zabbix: minor version bump
2019-11-06 17:57:25 -05:00
WilliButz d4763639e0
grafana: 6.4.3 -> 6.4.4 2019-11-06 18:51:54 +01:00
Aaron Andersen d433b25d49 zabbix44: 4.4.0 -> 4.4.1 2019-11-05 21:28:30 -05:00
Aaron Andersen e9a37289e0 zabbix40: 4.0.13 -> 4.0.14 2019-11-05 21:27:37 -05:00
WilliButz 09f823dc83
prometheus-postgres-exporter: 0.6.0 -> 0.7.0, run tests 2019-10-31 23:52:16 +01:00
Peter Hoeg e64f741583 check-nwc-health: fix source URL 2019-10-31 12:03:59 +08: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
Andrew Childs ef8d146274 sensu-go: 5.11.0 -> 5.14.1 2019-10-30 02:14:46 +09:00
WilliButz 3236de7b4d
grafana-loki: 0.3.0 -> 0.4.0 2019-10-25 23:37:40 +02:00
R. RyanTM df0aa12e9f riemann: 0.3.3 -> 0.3.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/riemann/versions
2019-10-23 15:55:06 -07:00
Aaron Andersen fdee83d0fb zabbix: init at 4.4.0 2019-10-20 09:16:41 -04:00
Marek Mahut b16f6953a2
Merge pull request #71354 from aanderse/zabbix-update
zabbix: 4.2.6 -> 4.2.7, 4.0.12 -> 4.0.13
2019-10-20 09:30:13 +02:00
Aaron Andersen 76d1658f3f zabbix: 4.2.6 -> 4.2.7, 4.0.12 -> 4.0.13 2019-10-18 14:37:52 -04: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
WilliButz 747172ba60
grafana: 6.4.2 -> 6.4.3 2019-10-16 17:06:01 +02: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
WilliButz 0b549a7a1e
grafana: 6.4.1 -> 6.4.2 2019-10-08 12:58:26 +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
Bas van Dijk 82259b5d54 thanos: 0.6.1 -> 0.7.0 2019-10-05 10:35:52 +02:00
Robin Gloster 513a68a723
prometheus-alertmanager: 0.18.0 -> 0.19.0 2019-10-03 21:00:39 +02:00
Maximilian Bosch 5f22c1487b
Merge pull request #70231 from WilliButz/grafana-update
grafana: 6.4.0 -> 6.4.1
2019-10-03 14:37:32 +02:00
Silvan Mosberger 643a329a4c
do-agent: init at 3.5.6 (#69186)
do-agent: init at 3.5.6
2019-10-02 22:34:26 +02:00
WilliButz dbdb787cce
grafana: 6.4.0 -> 6.4.1 2019-10-02 10:08:44 +02:00
WilliButz 79b99099cf
grafana: 6.3.6 -> 6.4.0 2019-10-01 15:46:52 +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
Aaron Andersen 034bf58d34
Merge pull request #69703 from r-ryantm/auto-update/nagios
nagios: 4.4.4 -> 4.4.5
2019-09-28 07:20:31 -04:00
R. RyanTM b93dd3d2c5 nagios: 4.4.4 -> 4.4.5
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-09-27 14:32:40 -07:00
Dmitry Kalinkin c455adcc42
Merge branch 'master' into staging-next
Fixes eval on darwin after #69072

Resolved conflict in pkgs/tools/security/thc-hydra/default.nix
Basically had to revert a1c0e10564 which
adapts #69210 to master that doesn't yet have
329a88efa7

Tested using maintainers/scripts/eval-release.sh before and after to see
that the fix works
2019-09-25 19:21:46 -04: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
Peter Hoeg e121bf8503
Merge pull request #34250 from peterhoeg/p/wmi
check-wmiplus: init at 1.64
2019-09-25 05:09:19 +08:00
yvt 4fd8034b7d do-agent: Fix modSha256 2019-09-24 17:52:52 +09:00
Peter Hoeg 5426932f7c
check-openvpn: init at 0.0.1 (#69301)
* check-openvpn: init at 0.0.1
2019-09-24 14:53:21 +08:00
Vladimír Čunát eab41878ac
Merge branch 'master' into staging-next 2019-09-24 08:14:34 +02:00
Peter Hoeg 7f0c4d326b check-wmiplus: init at 1.64 2019-09-24 10:48:04 +08:00
WilliButz c846b0a52f
grafana: 6.3.5 -> 6.3.6 2019-09-23 13:42:03 +02:00
yvt 1745ab38a0 nixos/do-agent: Update description 2019-09-23 17:23:58 +09:00
yvt 74e1d473ed do-agent: Use pname instead of name 2019-09-23 17:23:54 +09:00
Vladimír Čunát 22a216849b
Re-Revert "Merge branch 'staging-next'"
This reverts commit f8a8fc6c7c.
2019-09-22 09:38:09 +02:00
Vladimír Čunát f8a8fc6c7c
Revert "Merge branch 'staging-next'"
This reverts commit 41af38f372, reversing
changes made to f0fec244ca.

Let's delay this.  We have some serious regressions.
2019-09-21 20:05:09 +02:00
Vladimír Čunát 41af38f372
Merge branch 'staging-next' 2019-09-21 13:14:09 +02:00
yvt 5ef5852b30 do-agent: init at 3.5.6 2019-09-21 13:16:17 +09:00
Jan Hrnko a203ba2bf1 prometheus-apcupsd-exporter: init at unstable-2019-03-14 2019-09-20 10:34:00 +02:00
Jan Tojnar 62791c3743
Merge branch 'master' into staging-next 2019-09-18 21:15:35 +02:00
Mario Rodas d990f0df4d
telegraf: 1.10.2 -> 1.12.1 2019-09-17 21:16:09 -05:00
WilliButz ec885ad2a8
prometheus-blackbox-exporter: 0.15.0 -> 0.15.1 2019-09-17 17:35:39 +02:00
Vladimír Čunát fa4a3af5a7
Merge branch 'master' into staging-next 2019-09-16 19:24:52 +02:00
Aaron Andersen 908a842c89 zabbix: 4.2.5 -> 4.2.6, 4.0.11 -> 4.0.12 2019-09-16 08:22:05 -04:00
Marwan Aljubeh d88f4efd0b munin: Use `outPath` for packages in `makeFlags`
With this change, evaluating the `makeFlags` attribute does not result in building the referenced packages.

This makes it possible for users to override `buildInputs` and remove inputs they don't want without having to also make a modified copy of the `makeFlags` attribute.

An example use case is to remove the `jre` dependency.
2019-09-16 07:03:49 +02:00
Vladimír Čunát b6c6e1f9e8
Merge branch 'master' into staging-next 2019-09-15 13:18:54 +02:00
Peter Hoeg e6bb0a70b7
Merge pull request #68340 from peterhoeg/p/wmic_bin
wmic-bin: add at 0.5.0
2019-09-13 17:52:25 +08:00
Jan Tojnar a441eaa7b1
Merge branch 'staging-next' into staging 2019-09-12 22:49:43 +02:00
WilliButz 9fd90aa825
prometheus-blackbox-exporter: 0.14.0 -> 0.15.0 2019-09-11 15:48:42 +02:00
Peter Hoeg d8807fa108 check-ups-health: 2.8.2.2 -> 2.8.3.3 2019-09-11 13:08:47 +08:00
Peter Hoeg b2fb72dae3 check-nwc-health: 7.0.1.3 -> 7.10.0.6 2019-09-11 13:08:47 +08:00
Peter Hoeg 3ce644e683 check-mssql-health: 2.6.4.14 -> 2.6.4.15 2019-09-11 13:08:47 +08:00
Peter Hoeg 28abdeb448 glplugin: requirement for check_xx_health 2019-09-11 13:08:47 +08:00
Izorkin 329a88efa7 treewide: replace mysql.connector-c to libmysqlclient 2019-09-09 15:55:34 +03:00
Peter Hoeg 7881e0bcbe wmic-bin: add at 0.5.0 2019-09-09 14:24:14 +08: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
Vladimír Čunát f21211ebfe
Merge branch 'master' into staging 2019-09-02 23:25:24 +02:00
WilliButz c65ec9ed06
grafana: 6.3.4 -> 6.3.5 2019-09-02 13:11:25 +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
WilliButz c323b0ea59
grafana: 6.3.3 -> 6.3.4, update url for static source 2019-08-29 17:16:47 +02:00
WilliButz b602b5c067
Merge pull request #67634 from mmahut/prometheus-cups-exporter
prometheus-cups-exporter: init at unstable-2019-03-17
2019-08-28 21:07:16 +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
WilliButz a377286c8f
Merge pull request #67590 from basvandijk/thanos-0.6.1
thanos: 0.6.0 -> 0.6.1
2019-08-28 11:29:58 +02:00
Mario Rodas 1aee94dc42
cadvisor: 0.33.1 -> 0.34.0 2019-08-27 22:40:43 -05:00
Bas van Dijk 09b1501d7c thanos: 0.6.0 -> 0.6.1 2019-08-28 00:00:14 +02:00
Marek Mahut eee23c116f prometheus-gitlab-ci-pipelines-exporter: init at 0.2.5 2019-08-27 16:39:25 +02:00
Vladimír Čunát 2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
Maximilian Bosch 826b492dc3
Merge pull request #67348 from mayflower/prometheus-exporter-mysqld-0.11.0
prometheus-mysqld-exporter: 0.10.0 -> 0.11.0
2019-08-23 16:44:42 +02:00
Robin Gloster f1512dfea3
prometheus-mysqld-exporter: 0.10.0 -> 0.11.0 2019-08-23 16:06:54 +02:00
Robin Gloster 7d1bd575e8
Merge pull request #67344 from mayflower/alertmanager-0.18.0
alertmanager: 0.16.2 -> 0.18.0
2019-08-23 16:06:44 +02:00