EverydayTech Platform - Developer Reference
Complete Source Code Documentation - All Applications
Loading...
Searching...
No Matches
monitoring.js
Go to the documentation of this file.
1export default {
2 slug: 'monitoring',
3 title: 'Monitoring',
4 icon: 'monitor_heart',
5 summary: 'View metrics from deployed agents and set alert thresholds.',
6 image: '/images/docs/dashboard-monitoring.png',
7 sections: [
8 {
9 heading: 'Signals',
10 list: [
11 'Agents: Deploy to endpoints to report CPU, memory, disk',
12 'Alerts: Configure thresholds in Settings → Notifications',
13 'Incidents: Critical alerts appear on the Dashboard'
14 ]
15 }
16 ]
17};