openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #04431
Re: Why did the instancemonitor disappear in the Diablo?
They were removed because they no longer worked correctly and they were based on twisted code. There is no current plan to replace them. Rather than generating graphs via internal software, it makes more sense to write very simple plugins for external monitoring services like munin.
Example using nova db calls:
https://github.com/cloudbuilders/openstack-munin/blob/master/nova_floating_ips
Example using custom sql:
https://github.com/cloudbuilders/openstack-munin/blob/master/nova_instance_timing
Existing ones for network and block monitoring:
http://honk.sigxcpu.org/projects/libvirt/
Vish
On Sep 29, 2011, at 2:58 AM, 이준원 (Joonwon Lee) wrote:
> Dear All
>
> Why did the instancemonitor disappear in the Diablo release?
> For example, following files can be found in the Diablo milestone-3. But
> they're removed in the Diablo milestone-4 and the last release.
> bin/nova-instancemonitor
> nova/compute/monitor.py
>
> Can someone explain the reason why these are removed and whether there is
> any plan to replace them.
>
> Joonwon Lee
>
>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openstack
> More help : https://help.launchpad.net/ListHelp
Follow ups
References