tripleo-image-elements/elements/nagios3
Steve Kowalik e9db480214 Remove many references to github
OpenStack's primary git repositories aren't on github, so update the
URLs en-masse to point to git.o.o. There are some references left as
they either reference code that is only on github, or require it,
like the Jenkins element.

Change-Id: Id50f2e0fc0b301b5b2d04f769d032044cd11404c
2014-03-18 15:06:23 +11: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 Drop deps on heat-cfntools. 2013-09-09 00:51:21 +12: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