about summary refs log tree commit diff
path: root/nixos/tests/munin.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-05-12nixos: remove historical maintainership of modules by eelcoJade Lovelace1-1/+1
Eelco has made several early contributions to NixOS including writing the samba module among other things, but is more or less inactive these days. By my brief inspection, he has not committed to the nixos/ tree since releasing Nix 2.13 in early 2023 and merging a PR to networking tests slightly before that. A lot of these tests/modules are actually unmaintained in practice, so we should update the code to reflect the practical reality so someone can consider picking them up.
2023-12-25munin: fix missing Date::Parse module error & make test fail w/o a fixMidnight Veil1-0/+2
Upstream change: https://github.com/munin-monitoring/munin/pull/1502
2021-01-10treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl1-2/+2
The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
2019-12-06nixos/tests/munin: port to pythonx1231-22/+22
2019-02-22Remove myself as maintainer from packagesFlorian Friesdorf1-1/+1
I'm currently not maintaining any packages.
2019-02-04nixos/munin: add disabledPlugins optionBen Kelly1-3/+1
This is just a set of globs to remove from the active plugins directory after autoconfiguration is complete. I also removed the hard-coded disabling of "diskstats", since it seems to work just fine now.
2018-08-25nixos/tests/munin: fix non-deterministic failureUli Baum1-6/+16
- wait for node to listen before starting munin-cron - increase timeout for munin-cron startup - disable a failing plugin to remove irrelevant error message
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth1-1/+1
2017-03-22munin: fix tests by replacing cron with systemd timerJörg Thalheim1-0/+1
2016-05-17rename iElectric to domenkozar to match GitHubDomen Kožar1-1/+1
2015-07-12all tests: added meta.maintainers sectionJoachim Schiele1-2/+5
2014-09-28nixos: munin/jenkins: specify timeout correctlyDomen Kožar1-1/+1
2014-09-27nixos: increase timeout for jenkins/munin systemd servicesDomen Kožar1-1/+1
2014-09-06Fix munin test evaluationEelco Dolstra1-1/+1
2014-09-05Increase systemd timeout on Jenkins and Munin testsEelco Dolstra1-0/+1
These were timing out a lot. http://hydra.nixos.org/build/13991108 http://hydra.nixos.org/build/13991107
2014-06-28name nixos tests, close #3078Florian Friesdorf1-0/+1
2014-04-14Make it easier to run the testsEelco Dolstra1-7/+6
You can now run a test in the nixos/tests directory directly using nix-build, e.g. $ nix-build '<nixos/tests/login.nix>' -A test This gets rid of having to add the test to nixos/tests/default.nix. (Of course, you still need to add it to nixos/release.nix if you want Hydra to run the test.)
2013-10-20munin: add test and fix a bugDomen Kožar1-0/+31