Xymon Mailing List Archive search

Removing externally generated columns

3 messages in this thread

list Graham Nayler · Tue, 7 Oct 2008 22:54:21 +0100 ·
Hi all,

Probably a bit of a newbie question here.

While I've been setting up tests using the external script mechanism (and working out how to drive it) I've generated a few random columns. (In case anyone doesn't know, using BBWin as a client, placing a file into BBWin's transmit folder causes a column to be created automatically in the Hobbit display with the name of that file.)

Now I've done my experimentation these random columns are redundant. I've deleted all the /rrd, /hist and /histlogs files that support the pages, but the columns won't go away. Anyone know how I purge these redundant columns (and where the data driving them are held)?

Graham Nayler
list Ralph Mitchell · Tue, 7 Oct 2008 20:38:09 -0500 ·
Normally you'd use "drop" to get rid of a service and/or host that's no
longer being reported:
   server/bin/bb localhost "drop host.domain.com testname"

If you leave out the "testname", it drops everything for that particular
host.

Ralph Mitchell
quoted from Graham Nayler


On Tue, Oct 7, 2008 at 4:54 PM, Graham Nayler <user-4eb117b3c67e@xymon.invalid>wrote:
Hi all,

Probably a bit of a newbie question here.

While I've been setting up tests using the external script mechanism (and
working out how to drive it) I've generated a few random columns. (In case
anyone doesn't know, using BBWin as a client, placing a file into BBWin's
transmit folder causes a column to be created automatically in the Hobbit
display with the name of that file.)

Now I've done my experimentation these random columns are redundant. I've
deleted all the /rrd, /hist and /histlogs files that support the pages, but
the columns won't go away. Anyone know how I purge these redundant columns
(and where the data driving them are held)?

Graham Nayler

list Graham Nayler · Wed, 8 Oct 2008 13:19:57 +0100 ·
Thanks...just the job.

Graham Nayler
quoted from Ralph Mitchell

----- Original Message ----- 
From: Ralph Mitchell
To: user-ae9b8668bcde@xymon.invalid
Sent: Wednesday, October 08, 2008 2:38 AM
Subject: Re: [hobbit] Removing externally generated columns


Normally you'd use "drop" to get rid of a service and/or host that's no 
longer being reported:


   server/bin/bb localhost "drop host.domain.com testname"


If you leave out the "testname", it drops everything for that particular 
host.


Ralph Mitchell