summary refs log tree commit diff
path: root/nixos/modules/services/monitoring/cadvisor.nix
Commit message (Collapse)AuthorAge
* 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