summary refs log tree commit diff
path: root/nixos/modules/services/monitoring/grafana.nix
Commit message (Collapse)AuthorAge
* nixos/grafana: add grafana user to group 'grafana'WilliButz2019-07-15
|
* nixos.grafana: fix docstring typoBenjamin Hipple2019-04-27
|
* nixos/grafana: implement dashboard & datasource provisioningAleksandar Topuzović2019-02-06
| | | | Adds the ability to automatically provision datasources and dashboards.
* nixos/grafana: use new default for connMaxLifetimeWilliButz2018-12-05
|
* nixos/grafana: option to configure smtpJörg Thalheim2018-09-20
|
* nixos/grafana: options to store secrets not in nix storeJörg Thalheim2018-09-20
|
* grafana module: allow path for extraConfig valsRobin Gloster2018-09-12
|
* nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink2018-06-30
|
* grafana: support socket protocolBen Wolsieffer2018-04-12
|
* grafana: 5.0.2 -> 5.0.3, fix headless phantomjsWilliButz2018-03-19
|
* grafana: 4.6.3 -> 5.0.0WilliButz2018-03-01
|
* nixos/grafana: Fix type of database.type optionOllie Charles2017-11-28
| | | | | If you want to use grafana with PostgreSQL, the type is `postgres`, not `postgresql`.
* treewide: use boolToString functionFranz Pletz2017-04-11
|
* nixos/grafana: Don't print password warning if no password has been setRickard Nilsson2017-02-13
|
* nixos/grafana: set plugins path, fix image generationFranz Pletz2016-07-19
| | | | Also add options to configure which organization should have anonymous access.
* 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
* 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 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.
* | 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
* grafana module: updateJaka Hudoklin2015-11-16
|
* grafana service: fix package option nameJaka Hudoklin2015-10-03
|
* Manual: Remove store path referencesEelco Dolstra2015-09-24
|
* grafana: fix package namingJaka Hudoklin2015-09-06
|
* goPackages: Split into multiple derivationsWilliam A. Kennington III2015-08-29
| | | | | This should reduce the closure size for end users who only need go binaries as well as reduce the size of closures hydra builders consume.
* fix argument in mkEnableOptionArseniy Seroka2015-06-21
|
* nixos: add grafana moduleJaka Hudoklin2015-06-08