Removing externally generated columns
list Graham Nayler
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
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
▸
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
Thanks...just the job. Graham Nayler
▸
----- 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