fuel-plugin-lma-infrastruct.../deployment_scripts/puppet/modules/lma_infra_alerting
Swann Croiset 2720efe64a Remove the dummy check if necessary
The dummy check is configured when LMA collector plugin is not
installed, this dummy check has been added to allow LMA infrastructure
alerting plugin to be tested alone by the CI.

Change-Id: Ifaec285e2913f8a382e26c363acc15da0aee0eb0
Closes-bug: #1638546
2016-11-02 13:54:30 +01:00
..
files Modify the cron job to use specific version of the plugin 2016-09-15 16:37:10 +02:00
lib/puppet/parser/functions Support alerting attribute per AFD 2016-10-12 13:59:31 +02:00
manifests Remove the dummy check if necessary 2016-11-02 13:54:30 +01:00
spec Support alerting attribute per AFD 2016-10-12 13:59:31 +02:00
.fixtures.yml Add tests for Puppet modules 2015-08-25 14:53:49 +02:00
.gitignore Update tox environments 2015-09-23 11:31:11 +02:00
Gemfile Pin the puppetlabs_spec_helper version 2016-08-24 11:19:24 +02:00
LICENSE Configure Nagios to manage service status alerts 2015-07-22 10:49:20 +02:00
README Configure Nagios to manage service status alerts 2015-07-22 10:49:20 +02:00
Rakefile Fix Rakefile regarding lint usage 2016-06-21 17:40:43 +02:00
metadata.json Replace 'stackforge' references by 'openstack' 2015-10-23 09:21:36 +02:00

README

LMA Infrastructure Alerting module for Puppet
=============================================

Description
-----------

Puppet module for configuring the Alerting system of the LMA
(Logging, Monitoring and Alerting) toolchain.

Usage
-----

To deploy Nagios server on a host to handle service status alerts
received from the LMA collector.

```puppet
# Configure the common components of the collector service
class {'lma_infra_alerting::nagios':
  openstack_deployment_name => 'openstack-prod',
  openstack_management_vip => '1.1.1.1',
  password => 'supersecret',
  services => ['nova'],
  contact_email => 'foo@42.fr',
  notify_critical => true,
  notify_warning => false,
}

```

Limitations
-----------


License
-------

Licensed under the terms of the Apache License, version 2.0.

Contact
-------

Swann Croiset, <scroiset@mirantis.com>

Support
-------

See the Contact section.