raindrops

module
v0.0.0-...-19730b5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 1, 2019 License: MIT

README

Cloud Monitor

CircleCI

Tool scrapes the status pages of AWS, Azure, GCP and reports the status of each service. It always reports in text format to stdout and can also dump to Mongo.

Prerequisites

Dump to console

None

Dump to Mongo
  • Mongodb server
  • Database created
  • User with read/write access to the database
    • User must be created and auth'd in this database

Usage - status command

usage: raindrops status -r|--report (down|up|all) [-h|--help] -c|--cloud
                 (google|amazon|azure|all) [-m|--mongo-url "<value>"]
                 [-u|--username "<value>"] [-p|--password "<value>"]
                 [-d|--mongo-dbname "<value>"]

                 scrape current statii

Arguments:

  -r  --report        report if services are types.Down, types.Up, or
                      types.All. For the Google platform, we only retrieve if
                      the service is types.Down.
  -h  --help          Print help information
  -c  --cloud         which platforms to report on
  -m  --mongo-url     The url to mongo
  -u  --username      mongo username
  -p  --password      mongo password
  -d  --mongo-dbname  db name to use


Usage - incidents command
usage: raindrops incidents [-h|--help] -c|--cloud (google|amazon|azure|all)
                 [-m|--mongo-url "<value>"] [-u|--username "<value>"]
                 [-p|--password "<value>"] [-d|--mongo-dbname "<value>"]

                 scrape incident descriptions

Arguments:

  -h  --help          Print help information
  -c  --cloud         which platforms to report on
  -m  --mongo-url     The url to mongo
  -u  --username      mongo username
  -p  --password      mongo password
  -d  --mongo-dbname  db name to use

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL