/node-monitor

A pure python APM tool

Primary LanguagePythonApache License 2.0Apache-2.0

node_monitor

A pure python performance monitor tool

Introduction

Archtecture

node-monitor has two major components which are master and agent, master is the centralized controller to manager all agent and receive system/application health metrics which collected by agent.

Quickstart

  • Checkout/download code to master node
  • Install python libs
  • Install agent to remote nodes
  • Start master
  • Login to UI

Deploy Master in Docker