Xymon Mailing List Archive search

DNS syntax?

2 messages in this thread

list Daniel J McDonald · Thu, 28 Jul 2005 18:02:58 -0500 ·
What is the proper dig syntax?  I tried a couple of things:

0.0.0.0 ns1.example.com #noconn dig:soa=example.com - looked up A record
for foo.com, not the soa.
0.0.0.0 ns2.example.com #noconn dig=soa:example.com - just fails

I think I've got all the rest of the cruft out of my install - it was
running 4.0.1, and had something horribly messed up.  But I've just
deleted everything and rebuilt it from scratch.

I also have a SPEC file that has been relatively successful at setting
up a hobbit-client rpm.  I had to add a couple of things to the tarball
to get it to work, so if anyone is interested, let me know.

-- 
Daniel J McDonald, CCIE # 2495, CNX, CISSP # 78281
Austin Energy

user-290ce4e24e19@xymon.invalid
list Henrik Størner · Sat, 30 Jul 2005 23:39:36 +0200 ·
quoted from Daniel J McDonald
On Thu, Jul 28, 2005 at 06:02:58PM -0500, Daniel J McDonald wrote:
What is the proper dig syntax?  I tried a couple of things:
Hobbit uses "dns" as the keyword.
0.0.0.0 ns1.example.com #noconn dig:soa=example.com
Try
  0.0.0.0 ns1.example.com #noconn dns=soa:example.com


Henrik