[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[hobbit] What is the word on the "depends" tag?
- To: hobbit (at) hswn.dk
- Subject: [hobbit] What is the word on the "depends" tag?
- From: "Gary Baluha" <gumby3203 (at) gmail.com>
- Date: Fri, 2 Mar 2007 11:44:35 -0500
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=qP6zAD9v2t1YnctOzarUrGADk2QmaNVcIINC+mZXeaz+J3/dGSBAAnWFBm1jmjlmtrOGz2ede1D8UhwAHEvb4UVC8F9KfuUQ3ylZA+3Fi3C617d8ggKvXAryMpsNP5hSbULhthfbeYcrhEQ2sn34H8eFYxLAIRW7sOevu8Jp7IA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=UwVRY2l81GkkG30zvlNACNx8E3E/AgFx1BknNbjUoS8kl0s6t7mLQeMSND35oKfJ0G27wRTnrVlkOTdU8otE6O8MgGw5R93dGu1xfzNTMSuLEcNQ33uwNWmRiLMGtezSy22Gnqjlsy2oYX2CsIOJGqKSr8Cx4Dls4C1lZ5eUd+A=
What is the word on the "depends" tag? Does it work or not? It seems there
are a number of posts that seem to suggest it doesn't work properly.
Essentially, what I'm trying to do is set up a dependency for a website
content check so that if the physical machine that it runs on is down for
maintenance, the website content check won't go red. When we schedule
maintenance for a machine, we generally disable the tests for that machine
in Hobbit so we don't get unnecessarily paged. What I'd like to have happen
is if I disable the tests for "webserver", then the "web-test" content check
will also be disabled (or at least not page). An example of what I'm trying
to set up is below:
1.2.3.4 webserver
0.0.0.0 web-test # cont=<blah> depends=(cont:webserver/conn)
My question is, first, will the use of the "depends" tag as I have above
accomplish what I want? And second, does the "depends" tag actually work,
or should I try using some other dependency-type tag in Hobbit?