# Seasonal Event Interface

This interface helps detect **repetitive or expected downtimes** by analyzing historical event data over a defined period. This module enables users to fine-tune event handling and suppress alerts that do not require operational attention by identifying patterns such as weekly device shutdowns or routine maintenance windows.

## **What Do You See on the Screen**

This view-only interface presents recurring downtime patterns across selected assets and resources. Users can apply filters (Asset, Resource, Statistic, Time Range) to analyze suppression candidates based on frequency, duration, and matching time windows.

{% hint style="info" %}
Suppression logic must be configured through the ARC (Advanced Resource Configuration) module.
{% endhint %}

**Seasonal Event Suppression |** Basic Details

<table data-header-hidden><thead><tr><th valign="top"></th><th valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top"><strong>Label</strong></td><td valign="top"><strong>Action</strong></td><td valign="top"><strong>Description / Example</strong></td></tr><tr><td valign="top"><strong>Filters</strong></td><td valign="top"></td><td valign="top"></td></tr><tr><td valign="top"><strong>Asset</strong></td><td valign="top">Select from the drop-down.</td><td valign="top">Choose the monitored asset for which you want to analyze recurring event patterns.</td></tr><tr><td valign="top"><strong>Resource</strong></td><td valign="top">Select from the drop-down.</td><td valign="top">Select the component or resource under the asset (e.g., Ethernet, Storage).</td></tr><tr><td valign="top"><strong>Statistics</strong></td><td valign="top">Select from the drop-down.</td><td valign="top">Choose the relevant performance metric associated with the asset (e.g., Availability, Packet Loss).</td></tr><tr><td valign="top"><strong>Select Time Filter</strong></td><td valign="top">Select from the drop-down.</td><td valign="top">Filters the event analysis to a specific timeframe. Example: Current Week, Last Week, Current Month, etc.</td></tr><tr><td valign="top"><strong>Basic Details</strong></td><td valign="top"></td><td valign="top"></td></tr><tr><td valign="top"><strong>Suppression Time</strong></td><td valign="top">View-only</td><td valign="top">Displays the recurring time window where the event pattern typically occurs (e.g., every Sunday, 2:00 AM – 4:00 AM).</td></tr><tr><td valign="top"><strong>Asset Name</strong></td><td valign="top">View-only</td><td valign="top">Name of the monitored asset from which the event originated.</td></tr><tr><td valign="top"><strong>IP Address</strong></td><td valign="top">View-only</td><td valign="top">IP address associated with the asset.</td></tr><tr><td valign="top"><strong>Resource Name</strong></td><td valign="top">View-only</td><td valign="top">The specific resource/component within the asset.</td></tr><tr><td valign="top"><strong>Statistics</strong></td><td valign="top">View-only</td><td valign="top">The selected metric is used for suppression analysis.</td></tr><tr><td valign="top"><strong>Down Minutes</strong></td><td valign="top">View-only</td><td valign="top">Total duration (in minutes) the asset/resource was reported as down during the selected timeframe.</td></tr><tr><td valign="top"><strong>Check</strong></td><td valign="top">View-only</td><td valign="top">Number of occurrences or polling cycles checked during the selected analysis window.</td></tr><tr><td valign="top"><strong>Frequency</strong></td><td valign="top">View-only</td><td valign="top">Number of times a similar downtime pattern has been observed over the selected window.</td></tr><tr><td valign="top"><strong>Action</strong></td><td valign="top">View-only</td><td valign="top">Displays the inference (e.g., "Suppression Candidate") indicating if the recurring pattern qualifies for suppression tagging.</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.infraon.io/infraon-help/infinity-user-guide/infraon-configuration/it-operations/seasonal-event-interface.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
