From 817de16024505ecfafe11c3b7408974c1f047e40 Mon Sep 17 00:00:00 2001 From: miloschwartz Date: Tue, 28 Apr 2026 11:58:07 -0700 Subject: [PATCH] add edition banners --- manage/alerting/alert-rules.mdx | 4 ++++ manage/alerting/health-checks.mdx | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/manage/alerting/alert-rules.mdx b/manage/alerting/alert-rules.mdx index 3a58309..007ba90 100644 --- a/manage/alerting/alert-rules.mdx +++ b/manage/alerting/alert-rules.mdx @@ -7,6 +7,10 @@ import PangolinCloudTocCta from "/snippets/pangolin-cloud-toc-cta.mdx"; + +Only available in [Pangolin Cloud](https://app.pangolin.net/auth/signup) and [Enterprise Edition](/self-host/enterprise-edition). + + Alert rules let you react to changes in Pangolin: you pick a source (what to watch), a trigger (which change matters), and one or more actions (what to do). For example, when a site moves from online to offline, email your admins and support; when a [health check](/manage/alerting/health-checks) or resource becomes unhealthy, call a webhook so a tool like Zapier can fan out the event. ## Where to create rules diff --git a/manage/alerting/health-checks.mdx b/manage/alerting/health-checks.mdx index d0c1b4e..c27dede 100644 --- a/manage/alerting/health-checks.mdx +++ b/manage/alerting/health-checks.mdx @@ -25,6 +25,10 @@ Under Alerting → Health checks for your organization, you get a single view of ### Arbitrary Health Checks + +Arbitrary health checks are only available in [Pangolin Cloud](https://app.pangolin.net/auth/signup) and [Enterprise Edition](/self-host/enterprise-edition). Health checks attached to public resource targets are available in all editions. + + In addition to target-linked checks, you can create standalone health checks that are not attached to any routable resource target. They work the same way at the probe layer, with the same protocols and timing concepts, but only represent reachability for an address your sites can reach (for example an IP or hostname on a remote LAN). You choose which site runs the check so it stays within an addressable range for that connector. These are useful when you care about whether a system is up, even if it is not modeled as a Pangolin resource like a network printer, an IP camera, a legacy server, or anything else that should be watched from the site’s network. Pair them with [Alert rules](/manage/alerting/alert-rules) to send notifications when something goes unhealthy or recovers.