Code Monkey home page Code Monkey logo

bonfire's Introduction

Bonfire

bonfire is an open source Monitoring and IT Operations as code framework that automates the process of deployment of custom alarms and documentation in cloud providers also can be used as part of an Infrastructure as Code pipeline.

Installation

You can download bonfire by cloning the Git repository:

git clone --depth 1 https://github.com/cgn170/bonfire.git bonfire-dev

and install the dependencies of the requirements.txt file:

cd bonfire-dev
pip install -r requirements.txt

bonfire works with Python version 2.7.x on any platform.

Usage

To get a list of basic options and switches use:

python bonfire.py -h
Usage:
    bonfire.py [-v | -vv | -vvv] [-f] [--dry-run] [--config path] [--mf format] <Command> [<Deploy>]
    bonfire.py -h | --help | --version
Options:
  -h --help              - Show this message
  -f                     - Force command actions
  -v                     - Verbose mode (vvv for more detail level)
  --dry-run              - Create configuration files only, does not upload any configuration
  --config               - Configuration file path
  --version              - Version
Command:
  init                   - Create configuration files and directories.
  deploy                 - Deploy monitoring stack.
  remove                 - Remove all configurations and stack deployed.
  plugins                - Show a list of available plugins.
Deploy:
  all                    - Default option (Can be empty), deploy everything.
  alerts                 - Deploy only alerts.
  documentation          - Create the alert matrix and upload all documentation (Deploy only documentation).
  operations             - Deploy operation stack configuration.
Documentation:
  --mf format            - Define which alert matrix format to use (xlsx, csv, wiki. default: wiki)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.