feat: add VictoriaMetrics module, update Dovecot Sieve extensions, and fix Grafana service expression

This commit is contained in:
2025-05-31 19:21:56 +02:00
parent 89b2a1cf45
commit 7fc3c3db63
4 changed files with 8 additions and 4 deletions

View File

@@ -68,7 +68,7 @@
datasourceUid = "vm-datasource-uid";
model = {
editorMode = "code";
expr = "node_systemd_unit_state{state=\"active\", name=\"microvm@git-runner-1.service \"} OR on() vector(0)";
expr = "node_systemd_unit_state{state=\"active\", name=\"microvm@git-runner-1.service\"} OR on() vector(0)";
hide = false;
intervalMs = 1000;
legendFormat = "__auto";
@@ -315,4 +315,4 @@
};
}
];
}
}