Add a default dashboard

This commit is contained in:
Felix Albrigtsen 2022-12-20 00:38:08 +01:00
parent a2f71ba120
commit ed46e9af61
2 changed files with 23199 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -18,6 +18,15 @@
isDefault = true;
}
];
dashboards.settings.providers = [
{
name = "Node Exporter Full";
type = "file";
url = "https://grafana.com/api/dashboards/1860/revisions/29/download";
options.path = dashboards/node-exporter-full.json;
}
];
};
};