> ## Documentation Index
> Fetch the complete documentation index at: https://help.gorelo.io/llms.txt
> Use this file to discover all available pages before exploring further.

# 告警的工作原理

> 了解 Gorelo 告警如何呈现资产、可用性和脚本问题，以便你创建工单、忽略某次发生的告警以及订阅关键通知。

[代理资产](/group-assets-with-tags)、[可用性](/create-an-uptime-check) 和 [脚本](/write-and-test-a-script) 都能够生成告警。Gorelo 生成告警后，你可以：

1. 从中创建工单。
2. 忽略该告警的特定一次发生。

## 使用告警

<Columns cols={2}>
  <Card title="生成测试告警" href="/generate-a-test-alert">
    使用示例命令测试告警。
  </Card>

  <Card title="从告警创建工单" href="/create-tickets-from-alert">
    使用已生成的告警创建工单。
  </Card>
</Columns>

<Columns cols={2}>
  <Column>
    <Card title="忽略告警" href="/dismiss-alerts">
      从告警菜单中忽略。
    </Card>
  </Column>

  <Column>
    <Card title="从告警创建自定义视图" href="/filter-data-with-views-and-client-focus#create-a-view-from-alerts">
      使用告警筛选数据。
    </Card>
  </Column>
</Columns>
