Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.49 KB

README.md

File metadata and controls

51 lines (38 loc) · 1.49 KB

Contrail Peering Monitor

Install

$ apt-get install nodejs
$ git clone https://github.com/cloudwatt/contrail-peering-monitor
$ npm install

Usage

$ cd ./contrail-peering-monitor
$ vim samples/contrailrc # Edit the rc files if necessary
$ . samples/contrailrc
$ ./contrail-peering-monitor monitor

Help

$ ./contrail-peering-monitor --help

Usage: contrail-peering-monitor [options] [command]


Commands:

monitor [options]   Run the monitoring dashboard on the Contrail cluster
dump [options]      Dump a json object representing the monitoring state of the cluster at a given time
doc                 Generate documentations

 Options:

-h, --help     output usage information
-V, --version  output the version number

Keyboard

  • Control + ⇨ : Move to the next frame
  • Control + ⇦ : Move to the previous frame
  • : Go up across the items
  • : Go down across the items

Version

v.1.3.6

Prerequisites

Node.js dependencies