Sygnal Hyperflow
Micro-Consulting
  • 📗Overview
    • Hyperflow v2.0
    • What's New?
  • 📗CORE FEATURES
    • Overview
    • SEO Enhancements
    • Hyperflow 2 API
    • Logging
  • 📗HYPERFLOW APPS
    • Hyperflow Monitor
      • API
      • Alert Setup
    • Hyperflow Locale-Specific Domains
    • Hyperflow LLMS
      • Setting up LLMS.TXT
      • Setting up Markdown Pages
      • Hyperflow LLMS API
      • Future
    • Hyperflow CMS Preview
    • Hyperflow Files
    • Hyperspeed
  • 📗INSTALLATION
    • Hyperflow Setup
    • Cloudflare DNS Setup
      • GoDaddy
    • Hyperflow Installation
    • Micro-service RPC Interface
    • Monitoring & Maintenance Setup
  • 📗HYPERSPEED
    • About Hyperspeed
    • Hyperspeed Releases
    • Hyperspeed Caching Features
      • Purge Cache on Site Publish
    • Hyperspeed Security Features
    • Hyperspeed SEO Features
    • Hyperspeed Advanced & Custom Features
    • Hyperspeed Monitoring & Maintenance
    • Additional Notes
      • Hyperspeed API
      • Monitoring
      • Information
      • JS
      • CSS
      • Hyperflow Purge Cache
        • Purge Triggers
        • Purge HTML Only
        • Quickstart
      • Content Coverage
      • Special File Handling
      • Caching
      • Image Handler
      • Dev Setup
      • Hyperflow Inline SVGs
      • Hyperflow Image Optimization
    • Hyperflow Editor
    • Future
    • Webflow Notes
    • Troubleshooting
  • 📗ADVANCED HYPERSPEED
    • Kingside Castle (O-O)
    • Queenside Castle (O-O-O)
Powered by GitBook
On this page
  • Terminology
  • Monitor Definition
  • Usage Notes
  1. HYPERFLOW APPS

Hyperflow Monitor

Monitor your automations to ensure they're running.

Most website designers think in terms of a website and web hosting. The reality is that modern websites are often an amalgam of services, and you have to begin thinking of it as a system.

Many systems rely on multiple external pieces such as;

  • Automations ( Zapier, Make, n8n, etc. )

  • External API's

  • External file stores, such as S3 buckets

  • External databases

  • External datafeeds ( RSS, XML, etc. )

There are a lot of points of failure where things can go wrong and your site will not function correctly.

Terminology

  • Monitor. An individual monitor, defined by a URL and alerting rules.

  • Alerting Profile. A definition of how to alert you.

Monitor Definition

  • Name. A name for the monitor, for alerting and reporting.

  • ID. The monitor's unique identifier. This is usually an arbitrary UUID that you can create anywhere.

  • Interval ( mins ). The monitoring interval.

  • Expires. Timeout when the next alert would occur.

  • Message.

  • Event Alert. Alert handler for events.

  • Expired Alert. Alert handler for expired alerts.

Usage Notes

At Sygnal we often use Hyperflow Monitor for multiple purposes-

For example, let's suppose we have an important purchasing feature on a client site. Hyperflow Monitor can;

  • Alert us every time a transaction is made, with a positive cha-ching! notification

  • Alert us any time a transaction hasn't been seen for specified period of time, so that we can check the system and ensure everything is working

PreviousLoggingNextAPI

Last updated 8 months ago

📗