How to suppress all alerts during maintenance window irrespective of CI'sIssue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Description When a Change is within its change window and is moved into the implementation phase, the CI for that change is automatically moved into maintenance. If any events related to these CI's are generated, the alert rules will not be processed for them. However, you can also suppress all the alerts that come in during a maintenance window irrespective of the CI's being in maintenance mode Procedure Event Management has some advance Script Includes that you can use to inject your own logic in between the Event processing and Alert creation (search for EvtMgmtCustom_*): Components installed with Event Management [Madrid]In these Script includes, if you return false, the event will be marked as 'Processed' and ignored. In this way, incident creation can be stopped during maintenance windows. Additional Information Alert Suppression During Maintenance Windows and Change Implementations [Community blog]