feat: Add CheckMonitor functionality to trigger immediate health checks for uptime monitors

This commit is contained in:
GitHub Actions
2025-12-02 22:08:58 +00:00
parent 355992e665
commit 078b5803e6
7 changed files with 101 additions and 3 deletions
+1 -1
View File
@@ -54,6 +54,7 @@ export default function Layout({ children }: LayoutProps) {
{ name: 'Remote Servers', path: '/remote-servers', icon: '🖥️' },
{ name: 'Domains', path: '/domains', icon: '🌍' },
{ name: 'Certificates', path: '/certificates', icon: '🔒' },
{ name: 'Uptime', path: '/uptime', icon: '📈' },
{ name: 'Security', path: '/security', icon: '🛡️', children: [
{ name: 'Overview', path: '/security', icon: '🛡️' },
{ name: 'CrowdSec', path: '/security/crowdsec', icon: '🛡️' },
@@ -61,7 +62,6 @@ export default function Layout({ children }: LayoutProps) {
{ name: 'Rate Limiting', path: '/security/rate-limiting', icon: '⚡' },
{ name: 'WAF (Coraza)', path: '/security/waf', icon: '🛡️' },
]},
{ name: 'Uptime', path: '/uptime', icon: '📈' },
{ name: 'Notifications', path: '/notifications', icon: '🔔' },
// Import group moved under Tasks
{