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
  3. Configure Application settings
  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 Streams

...

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;