summary refs log tree commit diff
path: root/pkgs/servers/monitoring/munin/default.nix
Commit message (Collapse)AuthorAge
* remove support for pre-5.26 Perlvolth2018-10-03
|
* munin: fix buildUli Baum2018-08-25
| | | | fallout from perl 5.24 -> 5.28 update
* treewide: fix build with disallowed aliases (#43872)volth2018-07-21
| | | fixes build with disallowed aliases
* munin: 2.0.34 -> 2.0.37R. RyanTM2018-04-17
| | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/munin/versions. These checks were done: - built on NixOS - ran ‘/nix/store/af5ja0gxnyhdhg8qgfnfbvxdf7zl110c-munin-2.0.37/bin/.munin-check-wrapped -h’ got 0 exit code - ran ‘/nix/store/af5ja0gxnyhdhg8qgfnfbvxdf7zl110c-munin-2.0.37/bin/.munin-check-wrapped --help’ got 0 exit code - ran ‘/nix/store/af5ja0gxnyhdhg8qgfnfbvxdf7zl110c-munin-2.0.37/bin/.munin-check-wrapped help’ got 0 exit code - ran ‘/nix/store/af5ja0gxnyhdhg8qgfnfbvxdf7zl110c-munin-2.0.37/bin/munin-check -h’ got 0 exit code - ran ‘/nix/store/af5ja0gxnyhdhg8qgfnfbvxdf7zl110c-munin-2.0.37/bin/munin-check --help’ got 0 exit code - ran ‘/nix/store/af5ja0gxnyhdhg8qgfnfbvxdf7zl110c-munin-2.0.37/bin/munin-check help’ got 0 exit code - ran ‘/nix/store/af5ja0gxnyhdhg8qgfnfbvxdf7zl110c-munin-2.0.37/bin/.munin-cron-wrapped --help’ got 0 exit code - ran ‘/nix/store/af5ja0gxnyhdhg8qgfnfbvxdf7zl110c-munin-2.0.37/bin/munin-cron --help’ got 0 exit code - ran ‘/nix/store/af5ja0gxnyhdhg8qgfnfbvxdf7zl110c-munin-2.0.37/bin/munin-node-configure help’ got 0 exit code - found 2.0.37 with grep in /nix/store/af5ja0gxnyhdhg8qgfnfbvxdf7zl110c-munin-2.0.37 - directory tree listing: https://gist.github.com/44aa9c5969938bba7e7a4e9710568ae9
* Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2017-11-25
|\
| * munin-node: patch to configure plugin-conf.dKjetil Orbekk2017-11-25
| | | | | | | | | | | | | | 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'.
| * munin-node: add patch to preserve environment variablesKjetil Orbekk2017-11-25
| |
| * munin: 2.0.33 -> 2.0.34Kjetil Orbekk2017-11-25
| |
* | stdenv setup: Always use both propagated filesJohn Ericson2017-11-21
|/ | | | | | | | | | | 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.
* munin: 2.0.30 -> 2.0.33; for CVE-2017-6188ndowens2017-03-21
|
* munin: add 'bc' (needed by 'acpi' and 'snort_pkts' plugins)Bjørn Forsman2017-02-25
|
* munin: 2.0.29 -> 2.0.30Jean-Pierre PRUNARET2017-01-24
|
* munin: fetchurl -> fetchFromGithubJean-Pierre PRUNARET2017-01-24
|
* munin: 2.0.25 -> 2.0.29Jean-Pierre PRUNARET2017-01-18
|
* rename iElectric to domenkozar to match GitHubDomen Kožar2016-05-17
|
* fix munin (and the test), refs #12801 #13999Domen Kožar2016-03-28
| | | | | (cherry picked from commit 7877e33af8c0ec7f3a91c650ae4da6288b7dfe49) Signed-off-by: Domen Kožar <domen@dev.si>
* munin: remove /usr/{bin,sbin}/ references from pluginsBjørn Forsman2015-01-18
| | | | | | | | | 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.)
* java: Normalize to the default jre / jdkWilliam A. Kennington III2015-01-07
|
* munin: 2.0.21 -> 2.0.25Domen Kožar2014-11-30
|
* munin: add missing dependency on 'NetCIDR'Bjørn Forsman2014-11-05
| | | | | | | | Fixes munin-node[30100]: Can't locate Net/CIDR.pm in @INC (@INC contains: [...]) when using the 'cidr_allow' configuration directive.
* munin: fix testDomen Kožar2014-08-31
|
* munin: simplify setting of PERL5PATHBjørn Forsman2014-07-18
| | | | | Use lib.makePerlPath instead of manually duplicating "/lib/perl5/site_perl" all over.
* munin: update 2.0.20 -> 2.0.21 (bug fix)Bjørn Forsman2014-05-25
|
* munin: 2.0.19 -> 2.0.20Domen Kožar2014-04-09
|
* fixing munin (broken by latest version update) also switch to fetchgitRok Garbas2014-01-16
|
* munin: update from 2.0.17 to 2.0.19, potentially fixes CVE-2013-6048, ↵Nixpkgs Monitor2014-01-14
| | | | CVE-2013-6359
* Whitespace fixes in package expressions I maintainBjørn Forsman2014-01-02
|
* munin: refactor package and add nixos serviceDomen Kožar2013-10-20
|
* munin: 2.0.14 -> 2.0.17Domen Kožar2013-09-29
|
* Add myself as maintainer for several packagesBjørn Forsman2013-05-20
| | | | And set missing meta.platforms for the packages I've added earlier.
* munin: add missing dependenciesBjørn Forsman2013-05-20
| | | | | | | | | | | | * 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.
* munin: add the package, WIPDomen Kozar2013-05-20