[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[hobbit] Summary data: pull from upsteam server instead of pushing to
- To: hobbit (at) hswn.dk
- Subject: [hobbit] Summary data: pull from upsteam server instead of pushing to
- From: "Gary Baluha" <gumby3203 (at) gmail.com>
- Date: Mon, 10 Dec 2007 16:50:43 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=/dpssOpP36lSHnz7XaAiT5w99hhnOnbjOkNb4If3nog=; b=apAU7dNWHkjEiLK0Tnjw/ksCMksLflgGQ7RvGSF4gX0ph18TolSpuZGWxDxJeqdtAwd3HEYb/BhpP2QaqpvaVvhhKuBIvR7hD60lGEteU3ZNMN5mdwsPteOqNCjTpnshXLG8SOEDc+zBZtSYujABjLpe1eV1VKpf5pxXCKxsn5U=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=NlKanpQA31UCbmvH0P16AzHl73sx1vlhUkhW1B4Z7u1F+KHzMEqZVH4Dhd9zFhKAuSk4oe7HpZklgkX2DED4yAqcVi47694g5QsVb4wI8lKz+3xA18N+AM/aKNjJLCIK2Kp70y0vwfg9z7oLIw+1RMuaY7zlFshxO8qfTuzvYV8=
Here's the situation. I have one hobbit server running on a DMZ'ed machine,
and another hobbit server running on the internal network (the protected
side of the DMZ). The general policy is to not allow any DMZ host to
initiate connections to the internal servers (security policy and all).
However, I would like to have a summary of the DMZ hobbit server to be
displayed on the internal hobbit server.
According to the bb-hosts man page, the "summary" command pushes data to the
upstream server--in this case, it would be my internal hobbit server. Is
there a way for the upstream server to pull the data instead (i.e. the
internal "upstream" server pull from the DMZ'ed hobbit server)? If not
currently, are there plans to add this feature to a future release of
Hobbit?