Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Make sure already setup a site (here use a demo site named "sandbox")
  2. Install "Topology Health Check" app in eagle server
    Image Modified
  3. Configure Application settings
    Image Modified
  4. Ensure a kafka topic named topology_health_check (In current guide, it should be topology_health_check 
  5. Click "Install" button then you will see the TOPOLOGY_HEALTH_CHECK_STREAM_{SITE_ID} in StreamsImage Removed
  6. Image Added

Usage

Define Health Check Alert Policy

...

  1. Go to "Define Policy"
  2. Select TOPOLOGY_HEALTH_CHECK related streams
  3. Define SQL-Like policy, for example 

    Code Block
    languagesql
    from TOPOLOGY_HEALTH_CHECK_STREAM_SANDBOX[status=='dead'] select * insert into topology_health_check_stream_out;

     Image Removed     Image Added