fixing copy paste error in getting alert type in alert manager

This commit is contained in:
Murali Reddy 2013-12-03 16:14:26 +05:30
parent c39bc04be6
commit d97345f0a2
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ public class AlertManagerImpl extends ManagerBase implements AlertManager, Confi
if (alertType == ALERT_TYPE_MEMORY) {
return "ALERT.MEMORY";
} else if (alertType == ALERT_TYPE_CPU) {
return "ALERT.MEMORY";
return "ALERT.CPU";
} else if (alertType == ALERT_TYPE_STORAGE) {
return "ALERT.STORAGE";
} else if (alertType == ALERT_TYPE_STORAGE_ALLOCATED) {