Juju support for external services?

Benji York benji.york at canonical.com
Fri Aug 10 14:25:25 UTC 2012


On Fri, Aug 10, 2012 at 4:30 AM, Thomas Leonard
<tal at it-innovation.soton.ac.uk> wrote:
> Is it possible to connect juju-deployed services to pre-existing ones?
>
> e.g. something like
>
> juju deploy wordpress
> juju register nagios ...
> juju add-relation wordpress nagios
>
> to monitor a service with a pre-existing Nagios? Of course, we'd expect to
> need a bit of scripting to provide our end of the nagios monitoring
> interface here.

A thought: you could create a faux Nagios charm that intermediates
between charmed services and your pre-existing Nagios deployment.

Then you could do something like this:

juju deploy wordpress
juju deploy nagios-facade
juju add-relation wordpress nagios-facade

And your nagios-facade charm would update the configuration of your
already-running Nagios system.
-- 
Benji York



More information about the Juju mailing list