summary refs log tree commit diff
path: root/nixos/tests/netdata.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.
* nixosTests.netdata: add a sleep before testingIzorkin2019-12-08
|
* nixosTests.netdata: port to pythonOleksii Filonenko2019-11-28
|
* nixos/tests/netdata: fix non-deterministic failureUli Baum2018-08-26
| | | | | | The test sporadically failed on hydra when a request was made before the service was actually listening on its port. Explicitly wait for the port to open.
* netdata: 1.9.0 -> 1.10.0 (#44472)Jesper2018-08-05
| | | | | | | | | | | | The web_access.patch would no longer apply. It disabled a check that required the static files for the web UI to be owned by the user the daemon runs as (not root, so it doesn't work well with nix). Besides updating netdata, this commit removes that patch, changes the netdata service config to set the "web files owner/group" option to "root" and adds a test that checks that the web UI is being served. This allows the web files to be owned by root without patching.
* [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-20
|
* netdata service: fix permissions for apps.pluginCasey Ransom2018-01-02
apps.plugin requires capabilities for full process monitoring. with 1.9.0, netdata allows multiple directories to search for plugins and the setuid directory can be specified here. the module is backwards compatible with older configs. a test is included that verifies data gathering for the elevated privileges. one additional attribute is added to make configuration more generic than including configuration in string form.