about summary refs log tree commit diff
path: root/nixos/modules/services/monitoring/grafana.nix
AgeCommit message (Expand)AuthorFilesLines
2024-05-14grafana: 10.4.2 -> 11.0.0Maximilian Bosch1-94/+6
2024-04-15treewide: nuke remaining mdDoc leftoversK9001-1/+1
2024-04-13nixos: remove all uses of lib.mdDocstuebinm1-172/+172
2023-12-06nixos/grafana: fix deprecation warning by using grafana server instead of gra...Sandro Jäckel1-1/+1
2023-12-06nixos/grafana: create plugins directory in provisioningSandro Jäckel1-1/+1
2023-11-27treewide: use `mkPackageOption`h7x41-6/+1
2023-11-15nixos/grafana: Set systemd unit to restart on failureJonathan Davies1-0/+1
2023-11-11treewide: fix redirected and broken URLsAnthony Roussel1-2/+2
2023-09-14nixos/grafana: remove hacky deprecation helper from dashbaords & datasourcesMaximilian Bosch1-22/+2
2023-06-28nixos/grafana: disable updater by default (#240323)Sandro1-1/+1
2023-06-23Merge pull request #239348 from Ma27/bump-grafanaFranz Pletz1-1/+1
2023-06-23nixos/grafana: clarify that there's still a bit of time until notifiers are r...Maximilian Bosch1-1/+1
2023-06-20nixos/grafana: Fix and adjust config optionsJoscha1-26/+73
2023-06-18nixos/grafana: update and add settingsJoscha1-21/+556
2023-06-18nixos/grafana: reformatJoscha1-80/+96
2023-06-07nixos/grafana: add jsonData datasource option (#234364)Jacob Moody1-0/+5
2023-04-06nixos/grafana: fix assertions leaking into YAMLKFears1-12/+0
2023-03-11treewide: fix lintsArtturin1-1/+1
2023-01-09nixos/grafana: fix spellingRoss Gardiner1-1/+1
2022-12-29nixos/grafana: listen on localhost by default (again)Sandro Jäckel1-2/+8
2022-12-20Merge pull request #204537 from squalus/grafana-roleMaximilian Bosch1-1/+1
2022-12-13nixos/grafana: allow @chown syscalls when using unix socketsD Anzorge1-1/+4
2022-12-04nixos/grafana: add Admin to valid auto_assign_org_role valuessqualus1-1/+1
2022-11-20nixos/grafana: review fixesMaximilian Bosch1-2/+2
2022-11-20nixos/grafana: make warning more clearMaximilian Bosch1-2/+2
2022-11-20nixos/grafana: allow using both directories or single YAML files for non-Nix ...Maximilian Bosch1-32/+36
2022-11-20nixos/grafana: fix w/o datasources or dashboard provisioningMaximilian Bosch1-3/+14
2022-11-20nixos/grafana: fix secret-related warningsMaximilian Bosch1-42/+45
2022-11-20nixos/grafana: get rid of unnecessary `flatten` for warningsMaximilian Bosch1-6/+5
2022-11-20nixos/grafana: mark `services.grafana.extraOptions` as removedMaximilian Bosch1-0/+4
2022-11-20nixos/grafana: `provision.{datasources,dashboards}` can't be a list anymoreMaximilian Bosch1-62/+49
2022-10-27nixos/grafana: add default value back to settings.server.socketSandro Jäckel1-1/+1
2022-10-26nixos/grafana: fix secrets-related warningsKFears1-5/+11
2022-10-24nixos/grafana: fix issues with rfc42 refactoringKFears1-16/+16
2022-10-22nixos/grafana: refactor settings for RFC42KFears1-449/+324
2022-10-22nixos/grafana: fix markdown docsKFears1-8/+8
2022-10-22nixos/grafana: add alertingKFears1-1/+490
2022-10-22nixos/grafana: deprecate notifiersKFears1-2/+14
2022-10-22nixos/grafana: refactor datasources for RFC42KFears1-61/+125
2022-10-21nixos/grafana: refactor dashboards for RFC42KFears1-35/+74
2022-10-13nixos/grafana: ensure that declarative prometheus data-sources don't use dire...Maximilian Bosch1-0/+6
2022-09-09nixos/grafana: fix description text errorErik Skytthe1-6/+6
2022-09-06nixos/grafana: loosen systemd syscall sandboxingPierre Bourdon1-1/+1
2022-08-31nixos/*: automatically convert option descriptionspennae1-3/+3
2022-07-30treewide: automatically md-convert option descriptionspennae1-94/+94
2022-06-13Merge pull request #175330 from jtojnar/grafana-uidMaximilian Bosch1-0/+5
2022-05-29nixos/grafana: Allow setting UID for datasourceJan Tojnar1-0/+5
2022-05-18nixos/grafana: add disableLoginForm optionKristoffer Føllesdal1-0/+8
2022-05-18nixos/grafana: add serveFromSubPath optionKristoffer Føllesdal1-0/+9
2022-05-16nixos/grafana: add Azure AD OAuth optionsKristoffer Føllesdal1-0/+63