Products | Versions |
---|---|
TIBCO LogLogic Log Management Intelligence | 4.9.0.1 to 5.1.0 |
$ mysql -vv -e "update logappconfig.admAlert a, logappconfig.admAlertSystemType s set s.highthreshold = '80' where a.alertId = s.alertId and a.alertName = 'System Alert - CPU temperature' and (s.highthreshold = '70' or s.highthreshold = '65')"
This is corrected in LMI 5.2 for the alert's default threshold.