[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [hobbit] Hobbit: Add new columns





Hi !

On Tue, 24 Feb 2009, Sanu Mathew wrote:

How do i add a new column in my hobbit server?

add your test to the host in the bb-hosts or to the group-directive of
this host ..

http://www.hswn.dk/hobbit/help/hobbit-tips.html#scripts
http://en.wikibooks.org/wiki/System_Monitoring_with_Xymon/Other_Docs/HOWTO#How_can_I_create_a_hobbit_client_custom_test_script.3F

e.g.

bb-hosts:

191.168.2.3 vpnserver.vpn.de # vpn

or

group-only conn cpu  vpn vpnserver
191.168.2.3 vpnserver.vpn.de #


How do i enable the clients to report on this column?

added a task of this test into the clientlaunch.cfg of the client

e.g.

[vpn]
   ENVFILE $HOBBITCLIENTHOME/etc/hobbitclient.cfg
   CMD $HOBBITCLIENTHOME/ext/vpn.sh
   LOGFILE $HOBBITCLIENTHOME/logs/vpn.log
   INTERVAL 5m


cheers,
	martin