summary refs log tree commit diff
path: root/nixos/tests/smokeping.nix
Commit message (Collapse)AuthorAge
* Merge pull request #100155 from primeos/nixos-add-fqdn-optionFlorian Klink2021-01-25
|\ | | | | nixos/networking: Add a read-only option for the FQDN
| * nixos/smokeping: Add a PoC for using networking.fqdnMichael Weiss2021-01-23
| |
* | 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/smokeping: port test to pythonFlorian Klink2019-11-08
| | | | cc #72828
* [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-20
|
* Getting rid of the var indirection and using a bin path insteadParnell Springmeyer2017-01-29
|
* Addressing PR feedbackParnell Springmeyer2017-01-28
|
* More fixes and improvementsParnell Springmeyer2017-01-26
|
* smokeping module: fix missing js, broken alertsCasey Ransom2016-10-08
| | | | | | | | | | | | | | | The initial commit accidentally left in some commented code and if you were using alerts, they simply didn't work. Smokeping also includes some JS code for the webui allowing you to zoom into graphs and it was not passed into the homedir. Additionally, generate static html pages for other webservers to serve the cache directory. Add additional options to specify sendmail path or mailhost and verify that both are not set. Add one extra config hook that allows you to bypass all of the invidual config stanzas and just hand it a string.
* smokeping: init at 2.6.11 (#17090)cransom2016-07-21
Includes a module for service setup and a test to verify functionality of both service and pkg.