告警设置、告警上报

This commit is contained in:
qiminbao
2025-09-11 18:33:14 +08:00
parent 2c23692f01
commit 2c29156748
12 changed files with 657 additions and 67 deletions
@@ -8,4 +8,6 @@ public interface AgentService {
void switchCollectStart(String data);
void switchCollectStop();
void alarmMonitor();
}