Xymon Mailing List Archive search

Warning: Flapping Status

2 messages in this thread

list Cure4All · Thu, 15 Aug 2013 08:42:08 -0700 ·
How do I completely disable "Flapping Status" on my Xymon 4.3.11?  I have
the following settings on my tasks.cfg, but I'm still seeing "Flapping
Status".  Please help.  Thank you.

[xymond]
        ENVFILE /home/xymon/server/etc/xymonserver.cfg
        CMD xymond --pidfile=$XYMONSERVERLOGS/xymond.pid \
                --restart=$XYMONTMP/xymond.chk
--checkpoint-file=$XYMONTMP/xymond.chk --checkpoint-interval=600 \
                --log=$XYMONSERVERLOGS/xymond.log \
                --admin-senders=127.0.0.1,$XYMONSERVERIP \
                --store-clientlogs=!msgs
                --flap-count=0

John
list Paul Root · Thu, 15 Aug 2013 15:49:17 +0000 ·
You missed the \ on the store-clientlogs line. The -flap-count=0 is being ignored.
quoted from Cure4All

From: Xymon [mailto:xymon-bounces at xymon.com] On Behalf Of Cure4All
Sent: Thursday, August 15, 2013 10:42 AM
To: xymon at xymon.com
Subject: [Xymon] Warning: Flapping Status

How do I completely disable "Flapping Status" on my Xymon 4.3.11?  I have the following settings on my tasks.cfg, but I'm still seeing "Flapping Status".  Please help.  Thank you.

[xymond]
        ENVFILE /home/xymon/server/etc/xymonserver.cfg
        CMD xymond --pidfile=$XYMONSERVERLOGS/xymond.pid \
                --restart=$XYMONTMP/xymond.chk --checkpoint-file=$XYMONTMP/xymond.chk --checkpoint-interval=600 \
                --log=$XYMONSERVERLOGS/xymond.log \
                --admin-senders=127.0.0.1,$XYMONSERVERIP \
                --store-clientlogs=!msgs
                --flap-count=0

John