Commit graph

28 commits

Author SHA1 Message Date
Frederik Rietdijk 0cd857bffd Merge remote-tracking branch 'upstream/master' into HEAD 2017-11-25 11:38:13 +01:00
Kjetil Orbekk a2dc37c7d1 munin-node: patch to configure plugin-conf.d
Add a new patch (adding_sconfdir_munin-node.patch) to be able to
configure the location of plugin-conf.d (otherwise it has to be
configured at build time).  This patch is very similar to the
existing 'adding_servicedir_munin-node.patch'.
2017-11-25 11:23:56 +01:00
Kjetil Orbekk c164d83536 munin-node: add patch to preserve environment variables 2017-11-25 11:23:56 +01:00
Kjetil Orbekk e36962a002 munin: 2.0.33 -> 2.0.34 2017-11-25 11:23:56 +01:00
John Ericson da19c34d0f stdenv setup: Always use both propagated files
This continues #23374, which always kept around both attributes, by
always including both propagated files: `propgated-native-build-inputs`
and `propagated-build-inputs`. `nativePkgs` and `crossPkgs` are still
defined as before, however, so this change should only barely
observable.

This is an incremental step to fully keeping the dependencies separate
in all cases.
2017-11-21 10:44:44 -05:00
ndowens 2e06a585bc munin: 2.0.30 -> 2.0.33; for CVE-2017-6188 2017-03-21 16:41:38 -05:00
Bjørn Forsman 46e44222d6 munin: add 'bc' (needed by 'acpi' and 'snort_pkts' plugins) 2017-02-25 14:17:08 +01:00
Jean-Pierre PRUNARET fc6622a098 munin: 2.0.29 -> 2.0.30 2017-01-24 15:23:46 +01:00
Jean-Pierre PRUNARET 319879354b munin: fetchurl -> fetchFromGithub 2017-01-24 15:23:43 +01:00
Jean-Pierre PRUNARET 8abce1dbfb munin: 2.0.25 -> 2.0.29 2017-01-18 14:52:46 +01:00
Domen Kožar b49bf121b8 rename iElectric to domenkozar to match GitHub 2016-05-17 13:00:47 +01: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
Bjørn Forsman 412cb5a3a2 munin: remove /usr/{bin,sbin}/ references from plugins
Instead, run things out of $PATH.

Fixes errors like these (on NixOS):
  munin-available-plugins/.mysql_slowqueries-wrapped: line 67: /usr/bin/printf: No such file or directory

(Basically, this unbreaks some plugins.)
2015-01-18 14:39:57 +01:00
William A. Kennington III c82410eeda java: Normalize to the default jre / jdk 2015-01-07 14:55:41 -08:00
Domen Kožar 7f021fe566 munin: 2.0.21 -> 2.0.25 2014-11-30 20:42:06 +01:00
Bjørn Forsman 4f220bd0c3 munin: add missing dependency on 'NetCIDR'
Fixes

  munin-node[30100]: Can't locate Net/CIDR.pm in @INC (@INC contains: [...])

when using the 'cidr_allow' configuration directive.
2014-11-05 22:27:27 +01:00
Domen Kožar f70acd2584 munin: fix test 2014-08-31 16:54:09 +02:00
Bjørn Forsman f2d5fe86bd munin: simplify setting of PERL5PATH
Use lib.makePerlPath instead of manually duplicating
"/lib/perl5/site_perl" all over.
2014-07-18 12:37:36 +02:00
Bjørn Forsman 5e460b2dee munin: update 2.0.20 -> 2.0.21 (bug fix) 2014-05-25 13:55:20 +02:00
Domen Kožar d2efe82eaa munin: 2.0.19 -> 2.0.20 2014-04-09 11:29:47 +02:00
Rok Garbas a39490d709 fixing munin (broken by latest version update) also switch to fetchgit 2014-01-16 18:07:16 +00:00
Nixpkgs Monitor 36c0702156 munin: update from 2.0.17 to 2.0.19, potentially fixes CVE-2013-6048, CVE-2013-6359 2014-01-14 11:59:41 +01:00
Bjørn Forsman 4d6605e882 Whitespace fixes in package expressions I maintain 2014-01-02 17:58:08 +01:00
Domen Kožar 9230ae6522 munin: refactor package and add nixos service 2013-10-20 15:08:07 +02:00
Domen Kožar 43333ae57d munin: 2.0.14 -> 2.0.17 2013-09-29 22:02:45 +02:00
Bjørn Forsman 05bb66ce20 Add myself as maintainer for several packages
And set missing meta.platforms for the packages I've added earlier.
2013-05-20 20:28:15 +02:00
Bjørn Forsman 1578fd3c1f munin: add missing dependencies
* Add needed dependencies:
  coreutils, python, ruby, java and several Perl modules (Time::HiRes
  1.9.724 is no longer available, bump to 1.9725)
* Use sha256 instead of md5 (more secure)
* Wrap munin perl scripts so they find their dependencies at runtime
* Rework meta description attributes.

FIXME/TODO: munin is still not usable; it tries to write log files and
web graphs to its installation path.
2013-05-20 19:10:44 +02:00
Domen Kozar c9bae2bcbe munin: add the package, WIP 2013-05-20 11:18:40 +02:00