Monitor websites with ease

If your technical support is using AppBeat Live status screen to monitor current performance and availability of your systems, we have new useful feature for you. You can now enable sound alarm which is automatically triggered when “Live status” icon turns red. This additionally minimizes chance for missed alarms (other notifications, such as Slack, PagerDuty, email, SMS are of course also dispatched as configured). You can enable / disable this feature by clicking bell icon as shown below:
Read more →

Integration with PagerDuty - The Incident Resolution Platform

Today we published AppBeat 1.3.0 which implements support for third-party notification providers (from Account / Integrations). We are also happy to announce that first provider to be implemented in AppBeat is PagerDuty (available to all users, even those on Free Plan). You can add PagerDuty to your AppBeat account by following these easy steps: click “Account / Integrations”: click on “PagerDuty” button to add new notification channel (you can add multiple PagerDuty notification types; ServiceKey can be obtained on your PagerDuty website): once you have tested and added your PagerDuty notification please click on “Services & Checks”.
Read more →

How to develop PagerDuty support in C#

We are currently working on version of AppBeat which will have support for PagerDuty (third party incident management tool). Their API is very easy to use. Here is code example from AppBeat which sends PagerDuty notifications: namespace AppBeat.Core.Notifications { class PagerDuty { //NOTE: this is dispatched in separate thread, exception handling is done by NotificationManager public static bool Send(ThirdPartyDispatcher.CustomNotification notification) { var settings = (Types.CustomNotificationPagerDuty)notification.Settings; if (string.IsNullOrWhiteSpace(settings.ServiceKey)) { throw new Exception("ServiceKey is required!
Read more →

Preview version of transaction website monitoring (feedback needed)

Update on May 17th, 2020: please visit synthetic-testing.com for newest information about our synthetic testing Today we published first public preview version of transaction monitoring and it is available from “Automated Web Testing” module. Similar feature is also offered by Ghost Inspector and Pingdom. Please note that this AppBeat functionality is not yet complete (you can’t currently save tests or schedule periodic monitoring). If you don’t have AppBeat account you can sign up here for free.
Read more →

Top 15 Website Monitoring Tools

Our AppBeat application monitor was recently mentioned in article Top 15 Website Monitoring Tools. Free version of our app is available for everyone and you can sign-up here. Our long-term goal is high - to become most reliable, friendly and affordable monitoring solution on market (and from feedback we receive from our users, we think we are on the right track!).
Read more →