Xymon Mailing List Archive search

Hobbit: Add new columns

list Sanu Mathew
Tue, 24 Feb 2009 04:43:47 +0530
Message-Id: <user-3d6b15ce9ff4@xymon.invalid>

Thanks Martin,

The second part is pretty clear.
In the first part, i just tried that, but my server doesnt show this column
in the webpage.
is there anything else i need to do.
Tried to add in the columndoc.csv file, but no luck.

Regards,
Sanu

On Tue, Feb 24, 2009 at 4:36 AM, Martin Flemming <user-f286aaa49a76@xymon.invalid>wrote:
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