summary refs log tree commit diff
path: root/nixos/tests/munin.nix
Commit message (Collapse)AuthorAge
* treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl2021-01-10
| | | | | The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
* nixos/tests/munin: port to pythonx1232019-12-06
|
* Remove myself as maintainer from packagesFlorian Friesdorf2019-02-22
| | | | I'm currently not maintaining any packages.
* nixos/munin: add disabledPlugins optionBen Kelly2019-02-04
| | | | | | | | 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.
* nixos/tests/munin: fix non-deterministic failureUli Baum2018-08-25
| | | | | | - wait for node to listen before starting munin-cron - increase timeout for munin-cron startup - disable a failing plugin to remove irrelevant error message
* [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-20
|
* munin: fix tests by replacing cron with systemd timerJörg Thalheim2017-03-22
|
* rename iElectric to domenkozar to match GitHubDomen Kožar2016-05-17
|
* all tests: added meta.maintainers sectionJoachim Schiele2015-07-12
|
* nixos: munin/jenkins: specify timeout correctlyDomen Kožar2014-09-28
|
* nixos: increase timeout for jenkins/munin systemd servicesDomen Kožar2014-09-27
|
* Fix munin test evaluationEelco Dolstra2014-09-06
|
* Increase systemd timeout on Jenkins and Munin testsEelco Dolstra2014-09-05
| | | | | | | These were timing out a lot. http://hydra.nixos.org/build/13991108 http://hydra.nixos.org/build/13991107
* name nixos tests, close #3078Florian Friesdorf2014-06-28
|
* Make it easier to run the testsEelco Dolstra2014-04-14
| | | | | | | | | | | 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.)
* munin: add test and fix a bugDomen Kožar2013-10-20