Xymon Mailing List Archive search

can't fully clear conn history

3 messages in this thread

list Kris Springer · Thu, 10 Oct 2013 08:25:16 -0700 ·
Hi, I've got a list of websites that we host that I put in a nice
'group-compress' list in my hosts file.  I have 'noconn' set for each one
so xymon doesn't show any ping results on the display page.  On one of my
sites I had 'noping' set instead of 'noconn' and now it shows a single icon
in the 'conn' column that I want to make go away.  I've gone in and
manually removed all the 'hist', 'histlogs', and 'rrd' data for that site
but the lonely icon is still there and won't go away.  What am I missing?
 My goal is to not have a 'conn' column for the sites in that list.

Thank you.
*Kris Springer*
• *
*=======================*
• *
list David Mills · Thu, 10 Oct 2013 15:57:40 +0000 ·
Hey, Kris...

Had to do this just yesterday myself...

// For corroboration, see the xymon(1) man page and search for "drop"

$ $XYMON_HOME/server/bin/xymon 127.0.0.1 "drop <hostname> <testname>"

// Now perform check to make sure it's gone... Sometimes it takes a few seconds:

$ $XYMON_HOME/server/bin/xymon 127.0.0.1 "xymondboard host=<hostname> test=<testname>"

// Should come back empty

Also, double-check your hosts.cfg file to make sure the host+"noconn" is the way it should be. You might also want to do a "kill -HUP <PID of xymond>" to force the xymond daemon to re-read the hosts.cfg file for new config updates.

HTH

david

~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~
David Mills
Systems Administrator
Northrop Grumman
(XXX) XXX-XXXX
quoted from Kris Springer
From: Xymon [xymon-bounces at xymon.com] on behalf of Kris Springer [user-c2caa0a7a8d5@xymon.invalid]
Sent: Thursday, October 10, 2013 10:25 AM
To: xymon at xymon.com
Subject: EXT :[Xymon] can't fully clear conn history

Hi, I've got a list of websites that we host that I put in a nice 'group-compress' list in my hosts file.  I have 'noconn' set for each one so xymon doesn't show any ping results on the display page.  On one of my sites I had 'noping' set instead of 'noconn' and now it shows a single icon in the 'conn' column that I want to make go away.  I've gone in and manually removed all the 'hist', 'histlogs', and 'rrd' data for that site but the lonely icon is still there and won't go away.  What am I missing?  My goal is to not have a 'conn' column for the sites in that list.

Thank you.
Kris Springer

=======================
list Jeremy Laidman · Fri, 11 Oct 2013 10:26:09 +1100 ·
Firstly, did you change the "noping" to "noconn"?  If so, try this:
~xymon/server/bin/xymoncmd sh -c '$XYMON $XYMSRV "drop hostname conn"'

More info in the man page for xymon, look for the "drop" commands.

J
quoted from Kris Springer


On 11 October 2013 02:25, Kris Springer <user-c2caa0a7a8d5@xymon.invalid> wrote:
Hi, I've got a list of websites that we host that I put in a nice
'group-compress' list in my hosts file.  I have 'noconn' set for each one
so xymon doesn't show any ping results on the display page.  On one of my
sites I had 'noping' set instead of 'noconn' and now it shows a single icon
in the 'conn' column that I want to make go away.  I've gone in and
manually removed all the 'hist', 'histlogs', and 'rrd' data for that site
but the lonely icon is still there and won't go away.  What am I missing?
 My goal is to not have a 'conn' column for the sites in that list.

Thank you.
*Kris Springer*
• *
*=======================*
• *