Thomas Harold
2006-Nov-03 20:16 UTC
[Xen-users] Monitoring software - run in Dom0 or a DomU
So if we''re going to setup Nagios to monitor our network, do you think we should set it up in a DomU (the current plan) or put it into a Dom0? (I''m leaning towards a DomU.) _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Tim Post
2006-Nov-04 02:20 UTC
Re: [Xen-users] Monitoring software - run in Dom0 or a DomU
On Fri, 2006-11-03 at 15:16 -0500, Thomas Harold wrote:> So if we''re going to setup Nagios to monitor our network, do you think > we should set it up in a DomU (the current plan) or put it into a Dom0? > > (I''m leaning towards a DomU.)Are you talking about the ideal place to put NRPE? Or where to put the nagios install itself? Bad idea to run any more public services than you have to on dom-0 .. so yes, best if Nagios resides on a dom-u. nrpe running on dom-0 shouldn''t cause any problems, though it is rather inefficient about how it gets the server vitals. iirc, nrpe will malloc() quite a bit of room than needed to store the output it scrapes from system() calls to things like vmstat, rather than just going right to /proc (and dentry with file handles) to get what it needs. Kind of silly for the monitor to have to branch into dirty paging, contiguous blocks of cache on dom-0 is prime real estate. SNMP is also sort of bloated. That''s only undesirable if dom-0 doesn''t have much elbow room to begin with. This little tidbit is a little more sane for use on dom-0: http://dev1.netkinetics.net/xmlpulse/ Its inspired by the phpsysinfo project, but is only a 7k executable. The XML it produces is easily parsed. I hope to bundle it with a script to install a small version of lighttpd to make a more dom-0 friendly resource monitor, and add some of the libxenstat functions to it so it includes the data you''d find in xentop. You can also just run it with conventional ssh key pairs established. Note : I''m probably way over-paranoid about how applications preform (especially on dom-0) .. but it does lend to better solutions in the long run :) Best, -Tim> _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Thomas von Steiger
2006-Nov-04 07:50 UTC
AW: [Xen-users] Monitoring software - run in Dom0 or a DomU
I have setup http://cacti.net in domU to monitor all the guest''s other nodes and dom0. It''s a great solution. Thomas -----Ursprüngliche Nachricht----- Von: xen-users-bounces@lists.xensource.com [mailto:xen-users-bounces@lists.xensource.com] Im Auftrag von Thomas Harold Gesendet: Freitag, 3. November 2006 21:16 An: Xen Users Betreff: [Xen-users] Monitoring software - run in Dom0 or a DomU So if we''re going to setup Nagios to monitor our network, do you think we should set it up in a DomU (the current plan) or put it into a Dom0? (I''m leaning towards a DomU.) _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.409 / Virus Database: 268.13.27/517 - Release Date: 03.11.2006 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Frank Pikelner
2006-Nov-19 04:25 UTC
[Xen-users] Re: AW: Monitoring software - run in Dom0 or a DomU
Thomas von Steiger <thomas.vonsteiger <at> bluewin.ch> writes:> > > I have setup http://cacti.net in domU to monitor all the guest''s other nodes > and dom0. It''s a great solution. > > Thomas > > -----Ursprüngliche Nachricht----- > Von: xen-users-bounces <at> lists.xensource.com > [mailto:xen-users-bounces <at> lists.xensource.com] Im Auftrag von ThomasHarold> Gesendet: Freitag, 3. November 2006 21:16 > An: Xen Users > Betreff: [Xen-users] Monitoring software - run in Dom0 or a DomU > > So if we''re going to setup Nagios to monitor our network, do you think > we should set it up in a DomU (the current plan) or put it into a Dom0? > > (I''m leaning towards a DomU.) > > _______________________________________________ > Xen-users mailing list > Xen-users <at> lists.xensource.com > http://lists.xensource.com/xen-users >You might want to try our Versiera Core hosted monitoring/management system (free). It is agent based and uses SSL. You can get an account at www.versiera.com - will be up and running a couple of minutes (support for most OS/platforms) Cheers, Frank _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users