summary refs log tree commit diff
path: root/nixos/modules/services/monitoring
Commit message (Collapse)AuthorAge
* Merge pull request #18511 from ericsagnes/feat/remove-optionSetJoachim F2016-10-01
|\ | | | | modules: optionSet -> submodule
| * ups module: optionSet -> submoduleEric Sagnes2016-09-13
| |
| * smartd module: optionSet -> submoduleEric Sagnes2016-09-13
| |
* | prometheus: add options for alertmanager0ida2016-09-20
| |
* | prometheus alertmanager module: init0ida2016-09-20
| |
* | 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.
* | prometheus.nodeExporter module: improve after feedbackRobin Gloster2016-09-16
| | | | | | | | cc @teh @groxxda @fpletz
* | Merge pull request #18437 from Mic92/telegrafzimbatm2016-09-15
|\ \ | | | | | | Telegraf
| * | telegraf: init at 1.0.0Jörg Thalheim2016-09-14
| |/ | | | | | | Signed-off-by: Jörg Thalheim <joerg@higgsboson.tk>
* | Merge branch 'prometheus-node-exporter' of https://github.com/teh/nixpkgs ↵Robin Gloster2016-09-15
|\ \ | | | | | | | | | into prometheus-nixos-exporter
| * | prometheus-node-exporter: Add module.Tom Hunger2016-09-13
| |/
* / prometheus module: add nodeExporter submoduleRobin Gloster2016-09-15
|/
* prometheus service: move to separate folderFranz Pletz2016-09-11
|
* Merge pull request #18298 from teh/prometheus-serviceFranz Pletz2016-09-11
|\ | | | | Prometheus service
| * prometheus service: rename values to match prometheus 1.0 naming.Tom Hunger2016-09-04
| |
| * prometheus service: addBenjamin Staffin2016-09-04
| | | | | | | | | | This is based on @benleys work: https://github.com/NixOS/nixpkgs/pull/8216 I updated changed the user and group ids.
* | treewide: deprecate ip-up.target (#18319)Alexander Ried2016-09-10
|/ | | | | Systemd upstream provides targets for networking. This also includes a target network-online.target. In this PR I remove / replace most occurrences since some of them were even wrong and could delay startup.
* graphite service: Use correct output of cairoTuomas Tynkkynen2016-08-23
|
* services/graphite: Fix paths to some Python packages.Corbin2016-08-17
| | | | Unbreaks some private Graphite deployments.
* dd-agent: support jmx, needs a separate daemon nowadays.Rob Vermaas2016-07-29
| | | | (cherry picked from commit 1425a1f964adc2e2eb668810f3f158089035cd3d)
* nixos/grafana: set plugins path, fix image generationFranz Pletz2016-07-19
| | | | Also add options to configure which organization should have anonymous access.
* sysstat: Create systemd service for historical sar dataGraham Christensen2016-07-12
| | | | | | | | | Every period, sa1 collects and stores data. Every 24 hours, sa2 aggregates the previous day's data in to a report. Timers and unit configurations were lifted from Fedora's default units.
* Fixes #16181 - using bin output for Go servicesKamil Chmielewski2016-06-13
|
* grafana: 2.6.0 -> 3.0.1 (#15395)Franz Pletz2016-05-13
| | | | | | * grafana: 2.6.0 -> 3.0.1 * grafana module: Fix anonymous auth & add analytics config
* Merge branch 'master' into closure-sizeVladimír Čunát2016-04-01
|\ | | | | | | | | Beware that stdenv doesn't build. It seems something more will be needed than just resolution of merge conflicts.
| * graphite: fix carbonCache graphiteWeb graphiteApimakefu2016-03-12
| | | | | | | | | | | | | | | | | | | | | | This commit implements the changes necessary to start up a graphite carbon Cache with twisted and start the corresponding graphiteWeb service. Dependencies need to be included via python buildEnv to include all recursive implicit dependencies. Additionally cairo is a requirement of graphiteWeb and pycairo is not a standard python package (buildPythonPackage) and therefore cannot be included via buildEnv. It also needs cairo in the Library PATH.
* | Merge master into closure-sizeVladimír Čunát2016-03-08
|\| | | | | | | | | The kde-5 stuff still didn't merge well. I hand-fixed what I saw, but there may be more problems.
| * grafana service: unbreakBjørn Forsman2016-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Accidentally broken by 4fede53c0996938979d2966a69f108782a8c1c12 ("nixos manuals: bring back package references"). Without this fix, grafana won't start: $ systemctl status grafana ... systemd[1]: Starting Grafana Service Daemon... systemd[1]: Started Grafana Service Daemon. grafana[666]: 2016/03/06 19:57:32 [log.go:75 Fatal()] [E] Failed to detect generated css or javascript files in static root (%!s(MISSING)), have you executed default grunt task? systemd[1]: grafana.service: Main process exited, code=exited, status=1/FAILURE systemd[1]: grafana.service: Unit entered failed state. systemd[1]: grafana.service: Failed with result 'exit-code'.
| * nixos/collectd: Fix package optionFranz Pletz2016-02-28
| | | | | | | | Commit ed979124cad7596de539188e86664b3784c363ca was missing some code.
| * Merge #12796: nixos docs: show references to packagesVladimír Čunát2016-02-27
| |\ | | | | | | | | | | | | | | | | | | (version 2) A better implementation of #10039, after #12357. This time I did more thorough checking. See commit messages for details.
| | * nixos manuals: bring back package referencesVladimír Čunát2016-02-03
| | | | | | | | | | | | | | | | | | | | | | | | This reverts most of 89e983786a, as those references are sanitized now. Fixes #10039, at least most of it. The `sane` case wasn't fixed, as it calls a *function* in pkgs to get the default value.
| | * Revert "Merge #12357: nixos docs: show references to packages"Vladimír Čunát2016-02-03
| | | | | | | | | | | | | | | | | | The PR wasn't good enough yet. This reverts commit b2a37ceeea8c38ec71447f8dae1e6890a8cf982d, reversing changes made to 7fa9a1abce623aaf18b22f5dca3fc8a44a494e8d.
| | * Merge #12357: nixos docs: show references to packagesVladimír Čunát2016-02-03
| | |\
| | | * nixos manuals: bring back package referencesVladimír Čunát2016-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts most of 89e983786a, as those references are sanitized now. Fixes #10039, at least most of it. The `sane` case wasn't fixed, as it calls a *function* in pkgs to get the default value.
| * | | New hdapsd moduleEmery2016-02-24
| | | |
| * | | nixos/collectd: add defaultText to package optionBjørn Forsman2016-02-18
| | | | | | | | | | | | | | | | CC @fpletz
| * | | collectd service: Add option packageFranz Pletz2016-02-18
| | | |
| * | | Configure a default trust store for opensslGuillaume Maudoux2016-02-03
| |/ /
* | | Merge recent 'staging' into closure-sizeVladimír Čunát2016-02-03
|\| | | | | | | | | | | Let's get rid of those merge conflicts.
| * | Fix some references to deprecated /etc/ssl/certs/ca-bundle.crtEelco Dolstra2016-01-29
| | |
| * | bosun: Create ledisDir in pre-start scriptRickard Nilsson2016-01-18
| | |
* | | treewide: Mass replace 'cairo}/lib' to refer the 'out' outputTuomas Tynkkynen2016-01-24
| | |
* | | Merge branch 'staging' into closure-sizeVladimír Čunát2016-01-19
|\| |
| * | Add missing 'type', 'defaultText' and 'literalExample' in module definitionsThomas Strobel2016-01-17
| |/ | | | | | | | | | | - add missing types in module definitions - add missing 'defaultText' in module definitions - wrap example with 'literalExample' where necessary in module definitions
| * jobs -> systemd.servicesRobin Gloster2016-01-07
| |
| * Merge pull request #11920 from bjornfor/rename-host-to-listen-addressPeter Simons2016-01-05
| |\ | | | | | | Rename NixOS option names: 'host' to 'listenAddress'
| | * nixos/statsd: rename 'host' to 'listenAddress'Bjørn Forsman2015-12-24
| | | | | | | | | | | | More descriptive option name.
| | * nixos/graphite: rename 'host' to 'listenAddress'Bjørn Forsman2015-12-24
| | | | | | | | | | | | More descriptive option name.
| | * nixos/cadvisor: rename 'host' to 'listenAddress'Bjørn Forsman2015-12-24
| | | | | | | | | | | | More descriptive option name.
| * | liferea, graphite service: fix typo (agregator -> aggregator)Tobias Geerinckx-Rice2016-01-05
| |/