Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5817,13 +5817,6 @@ private LicenseCheckerResponse checkLicense(HostVO host) {
// 라이선스 상태에 따른 에이전트 제어
if (isValid) {
controlHostAgent(host, "start");
_alertMgr.sendAlert(
AlertManager.AlertType.ALERT_TYPE_HOST,
host.getDataCenterId(),
host.getId(),
"License valid for host " + host.getName(),
"The license is valid. Agent has been started for host " + host.getName()
);
} else {
controlHostAgent(host, "stop");
handleExpiredLicense(host);
Expand Down
Loading