feat: database health logs

This commit is contained in:
Charles GTE
2026-03-27 23:06:19 +01:00
parent 595ccadfb3
commit 7aecd911c0
5 changed files with 2573 additions and 3 deletions
+1
View File
@@ -13,6 +13,7 @@ export type databaseAgent = {
name: string,
dbms: EDbmsSchema,
generatedId: string
pingStatus: boolean
}
export type Body = {