1
0

hosts/monitoring-3: update changed option names

This commit is contained in:
clerie 2023-02-03 21:23:26 +01:00
parent 230cd17208
commit 44148007fc

View File

@ -372,7 +372,7 @@ in {
provision = { provision = {
enable = true; enable = true;
datasources = [ datasources.settings.datasources = [
{ {
type = "prometheus"; type = "prometheus";
name = "Prometheus"; name = "Prometheus";
@ -380,7 +380,7 @@ in {
isDefault = true; isDefault = true;
} }
]; ];
dashboards = [ dashboards.settings.providers = [
{ {
options.path = ./dashboards; options.path = ./dashboards;
} }