hsato03 opened a new pull request, #8831:
URL: https://github.com/apache/cloudstack/pull/8831

   ### Description
   
   The method that generates the alert e-mail contains code repeated in many 
places and is not formatted properly.
   
   This PR intends to refactor this method.
   
   ### Types of changes
   
   - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
   - [ ] New feature (non-breaking change which adds functionality)
   - [ ] Bug fix (non-breaking change which fixes an issue)
   - [ ] Enhancement (improves an existing feature and functionality)
   - [X] Cleanup (Code refactoring and cleanup, that may add test cases)
   - [ ] build/CI
   
   ### Feature/Enhancement Scale or Bug Severity
   
   #### Feature/Enhancement Scale
   
   - [ ] Major
   - [ ] Minor
   
   #### Bug Severity
   
   - [ ] BLOCKER
   - [ ] Critical
   - [ ] Major
   - [ ] Minor
   - [ ] Trivial
   
   
   ### Screenshots (if appropriate):
   
   
   ### How Has This Been Tested?
   
   I changed the value of many  notification threshold  global settings to 0% 
(`zone.vlan.capacity.notificationthreshold` and 
`cluster.memory.allocated.capacity.notificationthreshold` for example). Then I 
checked through the logs that the messages were created correctly.
   
   ```
   2024-03-25T18:22:03,626 WARN  [c.c.a.AlertManagerImpl] 
(CapacityChecker:[ctx-73e84063]) (logid:0ebef2c9) alertType=[4] 
dataCenterId=[1] podId=[null] clusterId=[null] message=[System Alert: Number of 
unallocated virtual network public IPs is low in availability zone [zn-test].].
   2024-03-25T18:22:04,487 DEBUG [c.c.a.AlertManagerImpl] 
(CapacityChecker:[ctx-73e84063]) (logid:0ebef2c9) Sending alert with subject 
[System Alert: Low Available Secondary Storage in availability zone [zn-test].] 
and content [Available secondary storage space is low, total: 60212 MB, used: 
5476 MB (9.09%).].
   2024-03-25T18:22:04,488 WARN  [c.c.a.AlertManagerImpl] 
(CapacityChecker:[ctx-73e84063]) (logid:0ebef2c9) alertType=[6] 
dataCenterId=[1] podId=[null] clusterId=[null] message=[System Alert: Low 
Available Secondary Storage in availability zone [zn-test].].
   2024-03-25T18:22:04,503 DEBUG [c.c.a.AlertManagerImpl] 
(CapacityChecker:[ctx-73e84063]) (logid:0ebef2c9) Sending alert with subject 
[System Alert: Number of unallocated VLANs is low in availability zone 
[zn-test].] and content [Number of unallocated VLANs is low, total: 101.0, 
allocated: 6.0 (5.94%).].
   2024-03-25T18:22:04,504 WARN  [c.c.a.AlertManagerImpl] 
(CapacityChecker:[ctx-73e84063]) (logid:0ebef2c9) alertType=[18] 
dataCenterId=[1] podId=[null] clusterId=[null] message=[System Alert: Number of 
unallocated VLANs is low in availability zone [zn-test].].
   2024-03-25T18:22:04,534 DEBUG [c.c.a.AlertManagerImpl] 
(CapacityChecker:[ctx-73e84063]) (logid:0ebef2c9) Sending alert with subject 
[System Alert: Number of unallocated private IPs is low in pod Pod-zn-test of 
availability zone [zn-test].] and content [Number of unallocated private IPs is 
low, total: 10.0, allocated: 2.0 (20%)].
   2024-03-25T18:22:04,534 WARN  [c.c.a.AlertManagerImpl] 
(CapacityChecker:[ctx-73e84063]) (logid:0ebef2c9) alertType=[5] 
dataCenterId=[1] podId=[1] clusterId=[null] message=[System Alert: Number of 
unallocated private IPs is low in pod Pod-zn-test of availability zone 
[zn-test].].
   2024-03-25T18:22:06,243 DEBUG [c.c.a.AlertManagerImpl] 
(CapacityChecker:[ctx-73e84063]) (logid:0ebef2c9) Sending alert with subject 
[System Alert: Low Unallocated CPU in cluster [Cluster-zn-test] pod 
[Pod-zn-test] of availability zone [zn-test].] and content [Unallocated CPU is 
low, total: 30000 Mhz, used: 2500 Mhz (8.33%).].
   2024-03-25T18:22:06,244 WARN  [c.c.a.AlertManagerImpl] 
(CapacityChecker:[ctx-73e84063]) (logid:0ebef2c9) alertType=[1] 
dataCenterId=[1] podId=[1] clusterId=[1] message=[System Alert: Low Unallocated 
CPU in cluster [Cluster-zn-test] pod [Pod-zn-test] of availability zone 
[zn-test].].
   2024-03-25T18:22:06,263 DEBUG [c.c.a.AlertManagerImpl] 
(CapacityChecker:[ctx-73e84063]) (logid:0ebef2c9) Sending alert with subject 
[System Alert: Low Available Memory in cluster [Cluster-zn-test] pod 
[Pod-zn-test] of availability zone [zn-test].] and content [System memory is 
low, total: 21914 MB, used: 2560 MB (11.68%).].
   2024-03-25T18:22:06,263 WARN  [c.c.a.AlertManagerImpl] 
(CapacityChecker:[ctx-73e84063]) (logid:0ebef2c9) alertType=[0] 
dataCenterId=[1] podId=[1] clusterId=[1] message=[System Alert: Low Available 
Memory in cluster [Cluster-zn-test] pod [Pod-zn-test] of availability zone 
[zn-test].].
   2024-03-25T18:22:06,292 DEBUG [c.c.a.AlertManagerImpl] 
(CapacityChecker:[ctx-73e84063]) (logid:0ebef2c9) Sending alert with subject 
[System Alert: Low Available Storage in cluster [Cluster-zn-test] pod 
[Pod-zn-test] of availability zone [zn-test].] and content [Available storage 
space is low, total: 19019 MB, used: 4317 MB (22.7%).].
   2024-03-25T18:22:06,293 WARN  [c.c.a.AlertManagerImpl] 
(CapacityChecker:[ctx-73e84063]) (logid:0ebef2c9) alertType=[2] 
dataCenterId=[1] podId=[1] clusterId=[1] message=[System Alert: Low Available 
Storage in cluster [Cluster-zn-test] pod [Pod-zn-test] of availability zone 
[zn-test].].
   2024-03-25T18:22:06,323 DEBUG [c.c.a.AlertManagerImpl] 
(CapacityChecker:[ctx-73e84063]) (logid:0ebef2c9) Sending alert with subject 
[System Alert: Remaining unallocated Storage is low in cluster 
[Cluster-zn-test] pod [Pod-zn-test] of availability zone [zn-test].] and 
content [Unallocated storage space is low, total: 38037 MB, allocated: 20000 MB 
(52.58%)].
   2024-03-25T18:22:06,324 WARN  [c.c.a.AlertManagerImpl] 
(CapacityChecker:[ctx-73e84063]) (logid:0ebef2c9) alertType=[3] 
dataCenterId=[1] podId=[1] clusterId=[1] message=[System Alert: Remaining 
unallocated Storage is low in cluster [Cluster-zn-test] pod [Pod-zn-test] of 
availability zone [zn-test].].
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to