DevOps Zone
DevOps Zone is brought to you in partnership with:
spacer spacer Joe Miller
  • Bio
  • Website
  • @miller_joe
  • spacer

Sys engineer with a passion for finding new ways to use Operations to enable business to move faster and more effectively. Key buzzwords and areas of interest: linux, ruby, cloud, webops, devops, kanban! Joe is a DZone MVB and is not an employee of DZone and has posted 18 posts at DZone. You can read more from them at their website. View Full User Profile

Testing DNS Servers with Python - dns_compare.py

06.28.2012
| 3144 views |
  • Tweet
  • spacer

Recommended Links

Deployment Automation: The Basics

DevOps Deployment: Applying Agile and Lean

Beyond the Buzzwords: Continuous Delivery & DevOps

Create Virtual Environments, Not Just Machines

Continuous Delivery: The Book!

Like this piece? Share it with your friends:

| More

Sometimes it might be nice to be able to test a DNS server’s output, such as with a continuous monitoring system, or as a validation tool when migrating to a different DNS server (or service.)

$ dns_compare.py -z example.com --file example.com.zone --server 10.1.1.1
....X...X..done
Results:
Matches:      9
Mis-matches:  2

To see more examples or download the code, goto: https://github.com/joemiller/dns_compare

Posted Wednesday, December 22nd, 2010 under dns, testing.
Published at DZone with permission of Joe Miller, author and DZone MVB. (source)

(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)

Tags:
  • dns
  • Tips and Tricks
  • Python
  • Networking
  • Got a story? Tell us!

Recommended Links

Deployment Automation: The Basics

DevOps Deployment: Applying Agile and Lean

Share, Learn, Discuss Workflow

Continuous Delivery: The Book!

Why Your CI Server Isn't Good Enough

  • DZone
    • Refcardz
    • Book Reviews
    • Tech Library
    • IT Questions
gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.