-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathprotocol.json
More file actions
30 lines (30 loc) · 812 Bytes
/
Copy pathprotocol.json
File metadata and controls
30 lines (30 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "RealTimeMonitoringProtocol",
"version": "1.0.0",
"entryPoint": "mcp_server.protocols.monitoring.real_time_monitor.RealTimeMonitorProtocol",
"type": "Monitoring",
"description": "Comprehensive real-time monitoring and compliance stack for the SIM-ONE Framework",
"dependencies": [
"psutil>=5.8.0",
"numpy>=1.21.0"
],
"resourceRequirements": {
"cpu": "100m",
"memory": "128Mi"
},
"capabilities": [
"real_time_monitoring",
"system_health_tracking",
"performance_analysis",
"five_laws_compliance",
"alert_management",
"predictive_analysis"
],
"configuration": {
"monitoring_level": "standard",
"collection_interval": 1.0,
"data_retention_hours": 24,
"enable_predictive_analysis": true,
"enable_auto_recovery": true
}
}