hosts/monitoring-3: update changed option names
This commit is contained in:
parent
230cd17208
commit
44148007fc
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user