grafana: Refactor dashboard options

This commit is contained in:
SebastianStork 2025-10-18 14:03:34 +02:00
parent 199f0e3eb8
commit bfac8a286a
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
2 changed files with 12 additions and 12 deletions

View file

@ -64,10 +64,10 @@
victorialogs.enable = true;
};
dashboards = {
nodeExporter = true;
victoriametrics = true;
victorialogs = true;
crowdsec = true;
nodeExporter.enable = true;
victoriametrics.enable = true;
victorialogs.enable = true;
crowdsec.enable = true;
};
};