fuel-plugin-lma-infrastruct.../deployment_scripts/puppet/modules/nagios
Guillaume Thouvenin f2a441bf82 Allow to pass a list of LDAP servers
Change-Id: Ie4fcd0e20132dd040d465199e77668d4b983b3bc
Closes-Bug: #1624002
2016-09-28 15:05:39 +00:00
..
files Fix SMTP without authentication 2016-07-19 09:51:51 +00:00
manifests Allow to pass a list of LDAP servers 2016-09-28 15:05:39 +00:00
spec Allow to pass a list of LDAP servers 2016-09-28 15:05:39 +00:00
templates Fix SMTP without authentication 2016-07-19 09:51:51 +00: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

Nagios module for Puppet
========================

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

Puppet module for configuring Nagios server and Nagios CGI.

Usage
-----

To deploy Nagios server on a host and activate the web interface.

```puppet
class {'::nagios':
  accept_passive_service_checks => true,
  accept_passive_host_checks => false,
  use_syslog => true,
  enable_notifications => true,
}

class { 'nagios::cgi':
  cgi_user => $http_user,
  cgi_password => $http_password,
}

```

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


License
-------

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

Contact
-------

Swann Croiset, <scroiset@mirantis.com>

Support
-------

See the Contact section.