New alert system and panel de control page
This commit is contained in:
@@ -101,6 +101,12 @@ class CloneOrchestrator:
|
||||
required=False, # Optional - provides orchestration run history
|
||||
timeout=15.0 # Standard timeout for orchestration data
|
||||
),
|
||||
ServiceDefinition(
|
||||
name="alert_processor",
|
||||
url=os.getenv("ALERT_PROCESSOR_SERVICE_URL", "http://alert-processor-api:8010"),
|
||||
required=False, # Optional - provides alert and prevented issue history
|
||||
timeout=15.0 # Standard timeout for alert data
|
||||
),
|
||||
]
|
||||
|
||||
async def clone_all_services(
|
||||
|
||||
Reference in New Issue
Block a user