tripleo-image-elements/elements/nagios3
Gonéri Le Bouder 9481784a11 sort the element-deps to please dib-lint
Since I43fd90647acba400cea11c665fb587856514b0ee dib-lint
ensure the elment-deps file is properly sorted.

Change-Id: Ie0347951d99a227fe60530645eeda0f4aa55c325
2014-04-24 15:38:03 +02:00
..
install.d Install latest version of pip and virtualenv 2014-03-10 10:06:59 +00: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