Replies: 1 comment 1 reply
-
|
Hi, and thanks a lot for the suggestion! This is something we’re already aware of and see as part of a broader alerting feature we’d like to add. In the meantime, you might find it useful to take advantage of the ASP.NET Core Health Checks feature and ping that endpoint. From there, you can validate everything you need and, if something isn’t right, trigger a webhook or send an email directly from your solution. This approach should cover most scenarios—except, of course, if the entire site is down. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be useful if hostname monitoring could set up a way to notify the user if the hostname is down, eg. e-mail or add a webhook that can be triggered by it. It would be useful to have something that will notify us the site is down without using third-party tools, and hostname monitoring seems like it's already halfway there.
Beta Was this translation helpful? Give feedback.
All reactions