<div dir="ltr">Hi Brad,<div><br></div><div>Thanks for looking into it. I think things should actually work out of the box as they are now. So,</div><div><br></div><div><div>juju deploy nrpe nrpe-glance</div><div>juju deploy nrpe nrpe-cinder</div><div>juju deploy nagios</div><div>juju deploy glance</div><div>juju deploy cinder</div><div>juju add-relation nrpe-glance glance</div><div>juju add-relation nrpe-glance nagios</div><div>juju add-relation nrpe-cinder cinder</div><div>juju add-relation nrpe-cinder nagios</div></div><div><br></div><div>Should add nagios checks for glance and cinder to the juju deployed nagios. (Taken from <a href="https://wiki.ubuntu.com/OpenStack/OpenStackCharms/ReleaseNotes1504#Monitoring">https://wiki.ubuntu.com/OpenStack/OpenStackCharms/ReleaseNotes1504#Monitoring</a> ).</div><div><br></div><div>Ideally we would rename the nrpe-external-master interface to local-monitor (or add it as an additional interface) but that is not needed to get it up and running.</div><div><br></div><div>Thanks</div><div>Liam </div></div><div class="gmail_extra"><br><div class="gmail_quote">On 18 January 2017 at 16:07, Brad Marshall <span dir="ltr"><<a href="mailto:brad.marshall@canonical.com" target="_blank">brad.marshall@canonical.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
We're looking at adding the monitor interface to the openstack charms to<br>
enable us to use the nagios charm, rather than via an external nagios<br>
using nrpe-external-master.<br>
<br>
I believe this will just be a matter of adding in the interface, adding<br>
an appropriate monitor.yaml that defines the checks, and updating<br>
charmhelpers.contrib.<wbr>charmsupport.nrpe so that when it adds checks, it<br>
passes the appropriate information onto the relationship.<br>
<br>
Are there any concerns with this approach? Any suggestions on things to<br>
watch out for?  It does mean touching every charm, but I can't see any<br>
other way around it.<br>
<br>
Thanks,<br>
Brad<br>
<span class="HOEnZb"><font color="#888888">--<br>
Brad Marshall<br>
Cloud Reliability Engineer<br>
Bootstack Squad, Canonical<br>
<br>
______________________________<wbr>______________________________<wbr>______________<br>
OpenStack Development Mailing List (not for usage questions)<br>
Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" rel="noreferrer" target="_blank">OpenStack-dev-request@lists.<wbr>openstack.org?subject:<wbr>unsubscribe</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" rel="noreferrer" target="_blank">http://lists.openstack.org/<wbr>cgi-bin/mailman/listinfo/<wbr>openstack-dev</a><br>
</font></span></blockquote></div><br></div>