summary refs log tree commit diff
path: root/nixos/modules/services/monitoring/cadvisor.nix
Commit message (Collapse)AuthorAge
* nixos/cadvisor: add zfs to path when zfs enabledArtturin2021-11-17
| | | | fixes https://github.com/NixOS/nixpkgs/issues/105139
* nixos/modules: remove trailing whitespaceJörg Thalheim2020-08-07
| | | | | This leads to ci failure otherwise if the file gets changed. git-blame can ignore whitespace changes.
* nixos/cadvisor: don't enable dockertilpner2019-10-18
| | | | | cadvisor has usecases that don't involve docker, and it's entirely unexpected for a monitoring service to enable docker.
* nixos/cadvisor: allow passing custom argumentstilpner2019-08-19
|
* cadviser: add storageDriverPasswordFile optionBas van Dijk2017-04-08
| | | | | This gives users the option of storing the storageDriverPassword outside the world-readable Nix store.
* cadvisor test: fix (#18671)Eric Sagnes2016-09-16
| | | | | | | | | * influxdb module: add postStart * cadvisor module: increase TimeoutStartSec Under high load, the cadvisor module can take longer than the default 90 seconds to start. This change should hopefully fix the test on Hydra.
* Merge branch 'staging' into closure-sizeVladimír Čunát2016-01-19
|\
| * nixos/cadvisor: rename 'host' to 'listenAddress'Bjørn Forsman2015-12-24
| | | | | | | | More descriptive option name.
* | curl: split into multiple outputsVladimír Čunát2015-10-13
|/ | | | Also use pkgconfig to be safer and fix (some) referrers.
* nixos/cadvisor: fixesJaka Hudoklin2015-03-18
| | | | | - run as non root user, because of docker - run docker by default
* Fix user-facing typos (mainly in descriptions)Tobias Geerinckx-Rice2014-12-30
|
* nixos: add cadvisor serviceJaka Hudoklin2014-12-28