Skip to content

cgn170/bonfire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Releases

No releases published

Packages

No packages published

Languages