mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 16:14:43 +00:00
Monitoring Settings API Routes
This commit is contained in:
@@ -128,7 +128,17 @@ model ServerMonitoringNotification {
|
||||
memoryLimit Float
|
||||
diskLimit Float
|
||||
temperatureLimit Float
|
||||
notificationText String
|
||||
notificationTextStatus String
|
||||
notificationTextCpu String
|
||||
notificationTextGpu String
|
||||
notificationTextMemory String
|
||||
notificationTextDisk String
|
||||
notificationTextTemperature String
|
||||
notificationCpu Boolean
|
||||
notificationGpu Boolean
|
||||
notificationMemory Boolean
|
||||
notificationDisk Boolean
|
||||
notificationTemperature Boolean
|
||||
|
||||
@@map("server_monitoring_notifications")
|
||||
}
|
||||
@@ -137,7 +147,9 @@ model ApplicationMonitoringNotification {
|
||||
id Int @id @default(autoincrement())
|
||||
statusChange Boolean
|
||||
latencyLimit Float
|
||||
notificationText String
|
||||
notificationTextStatus String
|
||||
notificationTextLatency String
|
||||
notificationLatency Boolean
|
||||
|
||||
@@map("application_monitoring_notifications")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user