From: Buchan M. <bg...@st...> - 2008-06-24 15:20:24
|
On Tuesday 24 June 2008 16:49:26 Dmitry S. Makovey wrote: > On June 24, 2008, Buchan Milne wrote: > > On Tuesday 24 June 2008 02:59:26 Dmitry S. Makovey wrote: > > > Hi, > > > > > > I'm not subscribed to the list so CC in reply is highly appreciated. > > > > > > I'm trying to get things going with hobbit+devmon monitoring RedHat > > > machines running snmpd for system load etc. > > > > Is there a reason you aren't using the Hobbit client? E.g.: > > > > http://staff.telkomsa.net/packages/rhel4/hobbit/ > > our network infrastructure and FW policies don't allow for deployment of > active clients. Hobbit 4.2.0 does have a mode of operation where the hobbit server can poll the clients. This is the msgcache/pulldata method. In this mode, you enable the msgcache task on the client, point it at 127.0.0.1 (so it will push any test results to the msgcache daemon), add the 'pulldata' keyword in the bb-hosts file, and enable the hobbitfetch task on the server, then the server's hobbitfetch will connect to the msgcache on each client with the pulldata keyword, and pull the data that was left there. > SNMPd is already there and works so I'm trying to implement > drop-in replacement for our current monitoring system (cricket) that > collects SNMP stats just fine, except it doesn't have (otherwise I haven't > figured out how to enable them) convenience features of hobbit - graph > scaling, alarms, overview screen. > > > At what intervals are you getting updates from devmon? Have you looked at > > Hobbit's rrd-status.log ? > > I did and it's *empty* :-S OK, well this should all be possible. I'll try and get around to seeing if I can implement hobbit-client-like templates for standard unix+snmpd. However, note that in this case, devmon will have to manage thresholds etc (but, hobbit can still do alerting etc.). Regards, Buchan |