We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9069f74 commit a3ef34bCopy full SHA for a3ef34b
server/src/main/java/com/cloud/server/ManagementServerImpl.java
@@ -5817,13 +5817,6 @@ private LicenseCheckerResponse checkLicense(HostVO host) {
5817
// 라이선스 상태에 따른 에이전트 제어
5818
if (isValid) {
5819
controlHostAgent(host, "start");
5820
- _alertMgr.sendAlert(
5821
- AlertManager.AlertType.ALERT_TYPE_HOST,
5822
- host.getDataCenterId(),
5823
- host.getId(),
5824
- "License valid for host " + host.getName(),
5825
- "The license is valid. Agent has been started for host " + host.getName()
5826
- );
5827
} else {
5828
controlHostAgent(host, "stop");
5829
handleExpiredLicense(host);
0 commit comments