mirror of
https://github.com/Nezumi-2711/uptime-monitoring.git
synced 2026-09-22 13:48:31 +00:00
feat: add AI config for detect error automatically
This commit is contained in:
@@ -17,7 +17,7 @@ export const DEFAULT_MONITOR_INPUT: MonitorInput = {
|
||||
enabled: true,
|
||||
};
|
||||
|
||||
const INTERVAL_OPTIONS = [
|
||||
export const INTERVAL_OPTIONS = [
|
||||
{ value: '300', label: '5 minutes' },
|
||||
{ value: '900', label: '15 minutes' },
|
||||
{ value: '1800', label: '30 minutes' },
|
||||
|
||||
Reference in New Issue
Block a user