You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message NetworkDeviceOrg {
...
AIKapacitor AIKapacitor // Kapacitor configuration for AI
...
}
message AIKapacitor {
int64 SrcID = 1; // SrcID is the ID of the data source
int64 KapaID = 2; // KapaID is the id of the kapacitor this alert is associated with
string KapaURL = 3; // KapaURL is the url ot the kapacitor
...
}
현재 로직
[비활성화 버튼]
Table에서 선택한 장비의 Network Device Organization에 AI Kapacitor가 지정되지 않았다면, Learning Model 버튼을 비활성화하여 장비의 Learning Enabled 상태를 변경할 수 없게 되어 있다.
이 상황은 Apply Monitoring을 통해 Network Device Organization을 생성했을 경우에 발생한다.
문제 상황
1. 사용자가 Alert Setting 페이지에서 Learning Tickscript를 삭제하거나 Status를 'Disabled'로 변경한 경우
전제: Network Device Organization에 AI Kapacitor가 지정되어 있음
Network Device Organization에 AI Kapacitor가 지정되었더라도 사용자가 Learning Tickscript를 삭제하거나 Tickscript 상태를 'disabled'로 변경한 경우, 학습이 진행되지 않는다.
사용자는 장비 테이블의 'Learning Enabled' 상태를 보고 학습이 활성화된 것으로 확인하지만, 실제로는 장비 학습이 진행되지 않는 상황이 발생할 수 있다.
The text was updated successfully, but these errors were encountered:
Network Device Organization Bucket 생성 시점
Network Device Org Bucket
현재 로직
[비활성화 버튼]
문제 상황
1. 사용자가 Alert Setting 페이지에서 Learning Tickscript를 삭제하거나 Status를 'Disabled'로 변경한 경우
The text was updated successfully, but these errors were encountered: