Xymon Mailing List Archive search

Depends tag on external tests

6 messages in this thread

list Scot Kreienkamp · Mon, 12 Jan 2015 14:26:02 +0000 ·
Hi everyone,

Does anyone know if the depends tag was ever moved out of the network code and into the core so it works for external tests?  Last time anyone asked that I could find on the mailing list was 2013.

Thanks!

Scot Kreienkamp


This message is intended only for the individual or entity to which it is addressed. It may contain privileged, confidential information which is exempt from disclosure under applicable laws. If you are not the intended recipient, please note that you are strictly prohibited from disseminating or distributing this information (other than to the intended recipient) or copying this information. If you have received this communication in error, please notify us immediately by e-mail or by telephone at the above number. Thank you.
list John Thurston · Mon, 12 Jan 2015 08:22:48 -0900 ·
quoted from Scot Kreienkamp
On 1/12/2015 5:26 AM, Scot Kreienkamp wrote:
Hi everyone,

Does anyone know if the depends tag was ever moved out of the network
code and into the core so it works for external tests?  Last time anyone
asked that I could find on the mailing list was 2013.
Since I find references to 'dephostname', and 'deptestname' in 
xymonnet.c and no references in xymond, I suspect it still lives in 
xymonnet.

-- 
    Do things because you should, not just because you can.

John Thurston    XXX-XXX-XXXX
user-ce4d79d99bab@xymon.invalid
Enterprise Technology Services
Department of Administration
State of Alaska
list Scot Kreienkamp · Mon, 12 Jan 2015 18:48:53 +0000 ·
Thanks John.  Not what I was hoping to hear.  Guess I'll have to live with some spurious alarms.

Scot Kreienkamp
quoted from John Thurston

-----Original Message-----
From: Xymon [mailto:xymon-bounces at xymon.com] On Behalf Of John Thurston
Sent: Monday, January 12, 2015 12:23 PM
To: xymon at xymon.com
Subject: Re: [Xymon] Depends tag on external tests

On 1/12/2015 5:26 AM, Scot Kreienkamp wrote:
Hi everyone,

Does anyone know if the depends tag was ever moved out of the network
code and into the core so it works for external tests?  Last time
anyone asked that I could find on the mailing list was 2013.
Since I find references to 'dephostname', and 'deptestname' in xymonnet.c and no references in xymond, I suspect it still lives in xymonnet.

--
    Do things because you should, not just because you can.

John Thurston    XXX-XXX-XXXX
user-ce4d79d99bab@xymon.invalid
Enterprise Technology Services
Department of Administration
State of Alaska


This message is intended only for the individual or entity to which it is addressed. It may contain privileged, confidential information which is exempt from disclosure under applicable laws. If you are not the intended recipient, please note that you are strictly prohibited from disseminating or distributing this information (other than to the intended recipient) or copying this information. If you have received this communication in error, please notify us immediately by e-mail or by telephone at the above number. Thank you.
list John Thurston · Mon, 12 Jan 2015 10:00:22 -0900 ·
quoted from Scot Kreienkamp
On 1/12/2015 5:26 AM, Scot Kreienkamp wrote:
Hi everyone,

Does anyone know if the depends tag was ever moved out of the network
code and into the core so it works for external tests?  Last time
anyone asked that I could find on the mailing list was 2013.
John Thurston wrote:
Since I find references to 'dephostname', and 'deptestname' in xymonnet.c and no references in xymond, I suspect it still lives in xymonnet.
On 1/12/2015 9:48 AM, Scot Kreienkamp wrote:> Thanks John.  Not what I was hoping to hear.  Guess I'll have to live with some spurious alarms.
Have you considered faking it with "combo" tests? No, they aren't the 
same thing as 'depends' tags, but you might be able to get the job done.

Look in the man pages for COMBO.CFG
quoted from Scot Kreienkamp

-- 
    Do things because you should, not just because you can.

John Thurston    XXX-XXX-XXXX
user-ce4d79d99bab@xymon.invalid
Enterprise Technology Services
Department of Administration
State of Alaska
list Scot Kreienkamp · Mon, 12 Jan 2015 19:55:07 +0000 ·
I have combo tests for failover pairs but I'm not sure how to apply combo here to eliminate the extra notification.

I have an external that pulls status from our load balancer.  If a backend server fails then I would rather be alerted on the backend server only since it is the problem.   I could add a combo status to give me the backend server test results on a separate column on the load balancer VIP, but I still can't silence the existing external test on the load balancer VIP that alerts when a backend server is down because the backend servers could be marked offline in the load balancer for reasons that Xymon can't test for (IE administratively down, troubleshooting, upgrades, etc.).  I don't see any way to use combo to silence the information I don't need in this case.
quoted from John Thurston

Scot Kreienkamp

-----Original Message-----
From: Xymon [mailto:xymon-bounces at xymon.com] On Behalf Of John Thurston
Sent: Monday, January 12, 2015 2:00 PM
To: xymon at xymon.com
Subject: Re: [Xymon] Depends tag on external tests

On 1/12/2015 5:26 AM, Scot Kreienkamp wrote:
Hi everyone,

Does anyone know if the depends tag was ever moved out of the network
code and into the core so it works for external tests?  Last time
anyone asked that I could find on the mailing list was 2013.
John Thurston wrote:
Since I find references to 'dephostname', and 'deptestname' in xymonnet.c and no references in xymond, I suspect it still lives in xymonnet.
On 1/12/2015 9:48 AM, Scot Kreienkamp wrote:> Thanks John.  Not what I was hoping to hear.  Guess I'll have to live with some spurious alarms.
Have you considered faking it with "combo" tests? No, they aren't the same thing as 'depends' tags, but you might be able to get the job done.

Look in the man pages for COMBO.CFG

--
    Do things because you should, not just because you can.

John Thurston    XXX-XXX-XXXX
user-ce4d79d99bab@xymon.invalid
Enterprise Technology Services
Department of Administration
State of Alaska


This message is intended only for the individual or entity to which it is addressed. It may contain privileged, confidential information which is exempt from disclosure under applicable laws. If you are not the intended recipient, please note that you are strictly prohibited from disseminating or distributing this information (other than to the intended recipient) or copying this information. If you have received this communication in error, please notify us immediately by e-mail or by telephone at the above number. Thank you.
list Japheth Cleaver · Mon, 12 Jan 2015 13:13:20 -0800 ·
Correct. 'depends' are purely a this-xymonnet-run-only thing at this point.

Regards,

-jc
quoted from Scot Kreienkamp


On Mon, January 12, 2015 10:48 am, Scot Kreienkamp wrote:
Thanks John.  Not what I was hoping to hear.  Guess I'll have to live with
some spurious alarms.

Scot Kreienkamp

-----Original Message-----
From: Xymon [mailto:xymon-bounces at xymon.com] On Behalf Of John Thurston
Sent: Monday, January 12, 2015 12:23 PM
To: xymon at xymon.com
Subject: Re: [Xymon] Depends tag on external tests

On 1/12/2015 5:26 AM, Scot Kreienkamp wrote:
Hi everyone,

Does anyone know if the depends tag was ever moved out of the network
code and into the core so it works for external tests?  Last time
anyone asked that I could find on the mailing list was 2013.
Since I find references to 'dephostname', and 'deptestname' in xymonnet.c
and no references in xymond, I suspect it still lives in xymonnet.

--
    Do things because you should, not just because you can.

John Thurston    XXX-XXX-XXXX
user-ce4d79d99bab@xymon.invalid
Enterprise Technology Services
Department of Administration
State of Alaska


This message is intended only for the individual or entity to which it is
addressed. It may contain privileged, confidential information which is
exempt from disclosure under applicable laws. If you are not the intended
recipient, please note that you are strictly prohibited from disseminating
or distributing this information (other than to the intended recipient) or
copying this information. If you have received this communication in
error, please notify us immediately by e-mail or by telephone at the above
number. Thank you.