about summary refs log tree commit diff
path: root/nixos/tests/smokeping.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-10-25nixos/smokeping: Don't show `413 Forbidden` on thttpd `/`. Fixes #197704Niklas Hambüchen1-0/+2
2021-01-25Merge pull request #100155 from primeos/nixos-add-fqdn-optionFlorian Klink1-0/+1
nixos/networking: Add a read-only option for the FQDN
2021-01-23nixos/smokeping: Add a PoC for using networking.fqdnMichael Weiss1-0/+1
2021-01-10treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl1-1/+1
The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
2019-11-08nixos/smokeping: port test to pythonFlorian Klink1-8/+8
cc #72828
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth1-1/+1
2017-01-29Getting rid of the var indirection and using a bin path insteadParnell Springmeyer1-1/+1
2017-01-28Addressing PR feedbackParnell Springmeyer1-1/+1
2017-01-26More fixes and improvementsParnell Springmeyer1-1/+1
2016-10-08smokeping module: fix missing js, broken alertsCasey Ransom1-1/+3
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.
2016-07-21smokeping: init at 2.6.11 (#17090)cransom1-0/+31
Includes a module for service setup and a test to verify functionality of both service and pkg.