You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

 

Introduction

Application "TOPOLOGY HEALTH CHECK" aims to monior those servies with a master-slave structured topology and provide metrics at host level.

 

TypeTOPOLOGY_HEALTH_CHECK
Version0.5.0-version
DescriptionCollect MR,HBASE,HDFS node status and cluster ratio
StreamsTOPOLOGY_HEALTH_CHECK_STREAM
Configuration
  • Topology Health Check Topic (default: topology_health_check)
  • Kafka Broker List (default: sandobox.hortonworks.com:6667)

Setup & Installation

  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

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 

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

     

 

  • No labels