tripleo-image-elements/elements/nagios3
Gonéri Le Bouder e73cbc8e2b indent using 4 spaces (2/3)
As advised in I072cf8bf6748d0c910fecffdf2282bcc4656d038, code should
use 4 spaces for indentation.
This commit enforces the use of 4 spaces indentation.
In order to simplify the review process, this patch only cover the
following elements:
 - nagios3
 - network-utils
 - neutron-openvswitch
 - nova-api
 - nova-baremetal
 - nova-compute
 - nova-kvm
 - openstack-client
 - openstack-db
 - openstack-ssl

Change-Id: I489746d384c0c2c5a4f2b12444606e3bf8e3ce11
2014-05-23 00:30:26 +02:00
..
install.d indent using 4 spaces (2/3) 2014-05-23 00:30:26 +02:00
os-config-applier/etc/nagios3 Adds Nagios and supporting elements. 2013-06-19 13:08:46 -07:00
os-refresh-config/post-configure.d Add openstack-clients dependency 2013-07-01 16:56:53 -07:00
README.md Remove many references to github 2014-03-18 15:06:23 +11:00
element-deps sort the element-deps to please dib-lint 2014-04-24 15:38:03 +02:00

README.md

Installs Nagios3 from packages.

Includes nova client used to get a list of IPs to monitor. Any found IPs are added to the Nagios "generic-host" group which should provide basic ping and ssh monitoring.

Access via http interface at http:///nagios3. Sets the default web user name as nagiosadmin with a password of nagiosadmin.

Options to set the web password and parse nova list output for initial ip list can be provided via heat. For example:

nagios3:
    adm_web_passwd: nagiosadmin
    nova_host_ip: 192.0.2.1
    nova_os_password: unset
    nova_os_username: admin
    nova_os_tenant_name: admin
    initial_network_split_key: ctlplane

Sample heat template with defaults configured for a boot-stack vm located at: https://git.openstack.org/cgit/openstack/tripleo-heat-templates