all server config

This commit is contained in:
mbecker20
2024-04-03 01:30:05 -07:00
parent 82387e95da
commit ec37bfc0c6

View File

@@ -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: {