RETIRED, OpenStack Monasca Puppet Module
Go to file
Jeremy Stanley 2424490641 Update .gitreview file for project rename
Change-Id: I04b499432e9df41c0512cfedeebe561a8b4f9a77
2015-06-30 01:07:07 +00:00
files Update vertica projections for better performance 2015-06-22 13:56:17 -06:00
lib/puppet Better generation of nagios check file 2015-05-08 08:25:15 -06:00
manifests Lint fixes for defined types 2015-06-29 17:14:33 -06:00
spec Add threshold engine config 2014-12-31 15:23:22 -07:00
templates Add vertica utility vsql script 2015-06-23 14:10:32 -06:00
tests CIRRUS-1326: initial cut at storm install 2014-10-06 14:06:50 -06:00
.fixtures.yml Add threshold engine config 2014-12-31 15:23:22 -07:00
.gitignore Add threshold engine config 2014-12-31 15:23:22 -07:00
.gitreview Update .gitreview file for project rename 2015-06-30 01:07:07 +00:00
Gemfile Update vertica projections for better performance 2015-06-22 13:56:17 -06:00
LICENSE Changes to publish puppet-monasca to stackforge 2014-11-14 14:41:49 -07:00
Modulefile Initial puppet module files 2014-10-06 09:05:39 -06:00
README.md Changes to publish puppet-monasca to stackforge 2014-11-14 14:41:49 -07:00
Rakefile Add threshold engine config 2014-12-31 15:23:22 -07:00
metadata.json Fix syntax errors in metadata.json 2015-05-26 20:15:19 +00:00

README.md

puppet-monasca

Table of Contents

  1. Overview - What is the monasca module?
  2. Module Description - What does the module do?
  3. Setup - The basics of getting started with monasca
  4. Implementation - An under-the-hood peek at what the module is doing
  5. Limitations - OS compatibility, etc.
  6. Development - Guide for contributing to the module
  7. Contributors - Those with commits
  8. Release Notes - Notes on the most recent updates to the module

Overview

The monasca module is a part of Stackforge, and is meant to assist with the installation and configuration of monasca itself, and its dependent services (mentioned below).

Module Description

Setup

What the monasca module affects:

  • monasca, monitoring as a service for Openstack.
  • storm, Apache's distributed realtime computational system.
  • kafka, Apache's publish-subscribe messaging system.
  • influxdb, a stand-alone open-source distributes time series database.

Implementation

monasca

monasca is a combination of Puppet manifest that configures the monasca client and server configuration, as well as monasca's dependent services.

Limitations

This module currently only supports debian based installs.

Development

Developer documentation for the entire puppet-openstack project.

Contributors

Release Notes