mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-28 19:59:46 -05:00
all server config
This commit is contained in:
@@ -28,7 +28,15 @@ export const ServerConfig = ({ id }: { id: string }) => {
|
||||
region: true,
|
||||
enabled: true,
|
||||
auto_prune: true,
|
||||
},
|
||||
},
|
||||
alerts: {
|
||||
alerts: {
|
||||
send_unreachable_alerts: true,
|
||||
send_cpu_alerts: true,
|
||||
send_disk_alerts: true,
|
||||
send_mem_alerts: true,
|
||||
send_temp_alerts: true,
|
||||
},
|
||||
},
|
||||
warnings: {
|
||||
|
||||
Reference in New Issue
Block a user