mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
grafana: Enable datasources and dashboards intelligently
This commit is contained in:
parent
81a08c60a0
commit
2ae08dc9c5
2 changed files with 24 additions and 20 deletions
|
|
@ -65,16 +65,6 @@
|
|||
grafana = {
|
||||
enable = true;
|
||||
domain = "grafana.${privateDomain}";
|
||||
datasources = {
|
||||
prometheus.enable = true;
|
||||
victoriametrics.enable = true;
|
||||
victorialogs.enable = true;
|
||||
};
|
||||
dashboards = {
|
||||
nodeExporter.enable = true;
|
||||
victoriametrics.enable = true;
|
||||
victorialogs.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
victoriametrics = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue