1
0
Fork 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
1 changed files with 2 additions and 2 deletions

View File

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