How do I prevent red/purple alert storm from Xymon server ?
list T.J. Yang
New entry added. http://en.wikibooks.org/wiki/System_Monitoring_with_Xymon/Other_Docs/HOWTO#How_do_I_prevent_red.2Fpurple_alert_storm_from_Xymon_server_.3F Please contribute if you have better idea on "how to fix" section. T.J. Yang Express your personality in color! Preview and select themes for Hotmail®. http://www.windowslive-hotmail.com/LearnMore/personalize.aspx?ocid=TXT_MSGTX_WL_HM_express_032009#colortheme
list dOCtoR MADneSs
▸
T.J. Yang a écrit :
New entry added. http://en.wikibooks.org/wiki/System_Monitoring_with_Xymon/Other_Docs/HOWTO#How_do_I_prevent_red.2Fpurple_alert_storm_from_Xymon_server_.3F Please contribute if you have better idea on "how to fix" section. T.J. Yang
Express your personality in color! Preview and select themes for Hotmail®. See how. <http://www.windowslive-hotmail.com/LearnMore/personalize.aspx?ocid=TXT_MSGTX_WL_HM_express_032009#colortheme>;
Nice wiki ! In the "why" section, the alert storm can be "caused by death of a few switches and bad bb-hosts configuration that missing router dependency directive." I didn't find docs about configurint router dependency. Where should I find this ?
list Buchan Milne
On Tuesday 31 March 2009 15:55:08 dOCtoR MADneSs wrote:
T.J. Yang a écrit :New entry added. http://en.wikibooks.org/wiki/System_Monitoring_with_Xymon/Other_Docs/HOWT O#How_do_I_prevent_red.2Fpurple_alert_storm_from_Xymon_server_.3F
▸
Please contribute if you have better idea on "how to fix" section. T.J. Yang Express your personality in color! Preview and select themes for Hotmail®. See how.
<http://www.windowslive-hotmail.com/LearnMore/personalize.aspx?ocid=TXT_M SGTX_WL_HM_express_032009#colortheme>
▸
Nice wiki ! In the "why" section, the alert storm can be "caused by death of a few switches and bad bb-hosts configuration that missing router dependency directive." I didn't find docs about configurint router dependency. Where should I find this ?
man bb-hosts, /route
list Tom Kauffman
-----Original Message----- From: dOCtoR MADneSs [mailto:user-d54077869176@xymon.invalid] Sent: Tuesday, March 31, 2009 9:55 AM To: user-ae9b8668bcde@xymon.invalid Subject: Re: [hobbit] How do I prevent red/purple alert storm from Xymon server ? T.J. Yang a écrit :New entry added.http://en.wikibooks.org/wiki/System_Monitoring_with_Xymon/Other_Docs/HO WTO#How_do_I_prevent_red.2Fpurple_alert_storm_from_Xymon_server_.3F
▸
Please contribute if you have better idea on "how to fix" section. T.J. Yang---Express your personality in color! Preview and select themes for Hotmail®. See how.
<http://www.windowslive- hotmail.com/LearnMore/personalize.aspx?ocid=TXT_MSGTX_WL_HM_express_032009#colortheme>
▸
Nice wiki !
In the "why" section, the alert storm can be "caused by death of a few
switches and bad bb-hosts configuration that missing router dependency
directive."
I didn't find docs about configurint router dependency. Where should I
find this ?The "depends" tag and the "route" tag are described in the man page for bb-hosts. I use the following: route:whq-router1,sdc-router-hsrp,sdv-firewall-1 whq-router-1 is my local router, sdc-router-hsrp is the site router, and sdv-firewall-1 is an internall firewall/router. If connectivity to any of these fails, every test for all systems with this tag will report 'clear' except connectivity -- which will be yellow. Tom CONFIDENTIALITY NOTICE: This email and any attachments are for the exclusive and confidential use of the intended recipient. If you are not the intended recipient, please do not read, distribute or take action in reliance upon this message. If you have received this in error, please notify us immediately by return email and promptly delete this message and its attachments from your computer system. We do not waive attorney-client or work product privilege by the transmission of this message.
list dOCtoR MADneSs
▸
Kauffman, Tom a écrit :
-----Original Message----- From: dOCtoR MADneSs [mailto:user-d54077869176@xymon.invalid] Sent: Tuesday, March 31, 2009 9:55 AM To: user-ae9b8668bcde@xymon.invalid Subject: Re: [hobbit] How do I prevent red/purple alert storm from Xymon server ? T.J. Yang a écrit :New entry added.http://en.wikibooks.org/wiki/System_Monitoring_with_Xymon/Other_Docs/HO WTO#How_do_I_prevent_red.2Fpurple_alert_storm_from_Xymon_server_.3FPlease contribute if you have better idea on "how to fix" section. T.J. Yang---Express your personality in color! Preview and select themes for Hotmail®. See how. <http://www.windowslive-hotmail.com/LearnMore/personalize.aspx?ocid=TXT_MSGTX_WL_HM_express_032 009#colortheme> Nice wiki ! In the "why" section, the alert storm can be "caused by death of a few switches and bad bb-hosts configuration that missing router dependency directive." I didn't find docs about configurint router dependency. Where should I find this ?The "depends" tag and the "route" tag are described in the man page for bb-hosts. I use the following: route:whq-router1,sdc-router-hsrp,sdv-firewall-1 whq-router-1 is my local router, sdc-router-hsrp is the site router, and sdv-firewall-1 is an internall firewall/router. If connectivity to any of these fails, every test for all systems with this tag will report 'clear' except connectivity -- which will be yellow. Tom CONFIDENTIALITY NOTICE: This email and any attachments are for the exclusive and confidential use of the intended recipient. If you are not the intended recipient, please do not read, distribute or take action in reliance upon this message. If you have received this in error, please notify us immediately by return email and promptly delete this message and its attachments from your computer system. We do not waive attorney-client or work product privilege by the transmission of this message.
Tks to you and Buchan Milne !