RETIRED, OpenStack Monasca Puppet Module
Go to file
Matt Fischer 4657141992 Sync Gemfile
Sync Gemfile with other OpenStack modules.

Some lint checks are commented out pending fixes.

Change-Id: I0f3dd9bf7b5acb5b0ea4a57b129c6ecf2d7e0f1a
2015-06-22 12:11:49 -06:00
files Update vertica schema, remove id from metrics table 2015-05-08 15:21:40 -06:00
lib/puppet Better generation of nagios check file 2015-05-08 08:25:15 -06:00
manifests Remove more automatic dimensions 2015-05-12 12:03:39 -06:00
spec Add threshold engine config 2014-12-31 15:23:22 -07:00
templates Fix variable access in nagios wrapper config 2015-05-26 18:20:58 +00: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 Refresh stackforge repo 2014-11-18 11:19:30 -07:00
Gemfile Sync Gemfile 2015-06-22 12:11:49 -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