---
title: "Managing alerts"
---
<!-- licenses: community, platform -->

runZero can trigger automatic ((alerts)) when certain events occur through a combination of ((Channels)) and ((Rules)). 

runZero currently supports
 Internal, ((Email)), ((Email runZero Users)), and ((Webhook)) channel types.

Internal channels store events within the [Alerts](https://console.runzero.com/alerts) list within the runZero Console. Internal alerts support explicit acknowledgement. Internal alerts can be 
bulk acknowledged and cleared from within the runZero Console.

Email channels can be configured to deliver mail to one or more recipients. These email messages contain a summary of the alert and a link to the specifics within the runZero Console. Email is sent from the runZero infrastructure using the ((Sendgrid)) service.

Webhook channels allow runZero to post alerts to internet-reachable web services. The post request contains a standard text message for use with platforms like ((Slack)) and ((Mattermost)), but also additional fields containing the full alert details. Webhooks are a great way to tie runZero alerts
into third-party platforms.

To trigger an alert on a channel, a [Rule](https://console.runzero.com/alerts/rule/create/) must be created. Rules define which events lead to alert on which channels. The name of the rule will be included in the alert content and should describe the type of event that it monitors.

The following are some example event types that can be used to create rules:

* Scan completed
* New assets found
* Assets back online
* Assets now offline
* Assets changed

_Scan completion_ and _assets changed_ rules can be noisy but may be useful to keep a running log of network changes over time. For a typical monitoring use case, a rule would be created to trigger on _Assets now offline_, _Assets back online_, and _New assets found_, automatically alerting an email alias or a Slack channel.

Alert rules, when combined with recurring scans, can be a simple way to track network changes over time.

<iframe src="https://demo.arcade.software/HeTadjRLvRJHfKjnHjfa?embed" loading="lazy" allowfullscreen title="Walkthroughs - Creating Alert"></iframe>
