fuel-plugin-lma-infrastruct.../deployment_scripts/puppet/modules/lma_infra_alerting
Simon Pasquier 63d10cff96 Fix Puppet tests + Samba package version
Change-Id: I5e07c63ea56ca20630a02a487b0fdb9a9088cc12
(cherry picked from commit bb4662bfc4)
2017-03-29 14:40:12 +02: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 Adjust the External Command Check Interval 2017-02-14 10:39:25 +00: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 Fix Puppet tests + Samba package version 2017-03-29 14:40:12 +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.