이슈 타입
컴포넌트 이름
ABLESTACK 버전
구성
OS / 환경
이슈 내용
netdive agent service를 enable하는 단계를 삭제하고
모니터링을 구성하는 단계에서 하도록 합니다.
현재 kickstart 소스에서는 systemctl enable netdive-agent 명령어를 실행하는 부분을 삭제합니다.
재현 과정
ablestack-ks.cfg 파일 아래 해당부분 삭제
```
echo "systemctl enable --now netdive-agent" |& tee -a /var/log/ABLESTACK_install.log
systemctl enable --now netdive-agent |& tee -a /var/log/ABLESTACK_install.log
```
기대한 결과
실제 결과
`systemctl enable netdive-agent` -> 삭제
이슈 타입
컴포넌트 이름
ABLESTACK 버전
구성
OS / 환경
이슈 내용
netdive agent service를 enable하는 단계를 삭제하고
모니터링을 구성하는 단계에서 하도록 합니다.
현재 kickstart 소스에서는
systemctl enable netdive-agent명령어를 실행하는 부분을 삭제합니다.재현 과정
기대한 결과
실제 결과