[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Adding a New Column to my hobbit server
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Adding a New Column to my hobbit server
- From: Stef Coene <stef.coene (at) docum.org>
- Date: Tue, 10 Mar 2009 21:27:12 +0100
- References: <eb8332fa0903101258r3ec34ce4w6ffb52c4cc2dd455 (at) mail.gmail.com>
- User-agent: KMail/1.9.10
On Tuesday 10 March 2009, Sanu Mathew wrote:
> All,
>
> I have followed the method to add a new column from these links.
You can not 'add' a new column.
If you send data to the hobbit server in your script, you have to make sure
the syntax is correct. One of the rules is <client name>.<check name>.
Client name is the name like it appears in bb-hosts, the check name will be
the new column name.
> 1. Is there a way i can debug to find what went wrong?
Dump the bb command you execute in your script to stdout and check for errors.
Try to execute the same command on the command line and check for errors.
> 2. Is there a way to know if the client is able to send the data to the
> hobbit server?
You can search in the data directory of the hobbit server. Each server has a
directory in the histlogs directory. In this directory is a sub-directory
per check/column.
> 3. If the client is able to send the data to the hobbit server, why is it
> not displaying the new column.
You can also check the ghost client list. There is an option in the top menu.
Stef