Results 1 to 9 of 9

Thread: Help for DNS Ubuntu 10.04 Cache use Bind9

  1. #1
    Join Date
    Oct 2010
    Beans
    6

    Question Help for DNS Ubuntu 10.04 Cache use Bind9

    Hi all, i have setup a server Ubuntu to used DNS Cache. All finised, but now, i want to set up Bind Graph to monitor server.
    I can't find the document about how set up bindgraph on Ubuntu 10.04. It's all about the FreeBSD, Cacti,.. So can you help me? plz..
    Tks so much!

  2. #2
    Join Date
    Oct 2010
    Beans
    6

    Re: Help for DNS Ubuntu 10.04 Cache use Bind9

    Quote Originally Posted by yatyao View Post
    Hi all, i have setup a server Ubuntu to used DNS Cache. All finised, but now, i want to set up Bind Graph to monitor server.
    I can't find the document about how set up bindgraph on Ubuntu 10.04. It's all about the FreeBSD, Cacti,.. So can you help me? plz..
    Tks so much!
    plz help meeeee...............

  3. #3
    Join Date
    Oct 2007
    Beans
    Hidden!

    Re: Help for DNS Ubuntu 10.04 Cache use Bind9

    Ive never heard of bindgraph, but its in the repositories, so installing ought to be trivial (sudo apt-get install bindgraph). Setting it up and using it shouldnt be (very) different from any other distro, especially not debian.

  4. #4
    Join Date
    Oct 2010
    Beans
    6

    Re: Help for DNS Ubuntu 10.04 Cache use Bind9

    Quote Originally Posted by P4man View Post
    Ive never heard of bindgraph, but its in the repositories, so installing ought to be trivial (sudo apt-get install bindgraph). Setting it up and using it shouldnt be (very) different from any other distro, especially not debian.
    tks for answer me ! bindgraph used to see the query to my DNS server (total, in a Day, in a Week, ..)
    DNS statistics RRDtool frontend for BIND9 BindGraph is a very simple DNS statistics RRDtool frontend for BIND9 that produces daily, weekly, monthly and yearly graphs of the DNS server's activity (queries, errors, etc.).

    it's example on FreeBSD:
    http://www.cyberciti.biz/faq/freebsd...configuration/
    but i can't found how set up on Ubuntu !.. Please help me.. tks !

  5. #5
    Join Date
    Oct 2007
    Beans
    Hidden!

    Re: Help for DNS Ubuntu 10.04 Cache use Bind9

    Install it from the repository. Most of the work is done for you. After installing you should already get some empty stats by going to

    http://localhost/cgi-bin/bindgraph.cgi

    The howto you linked to explains editing named.conf. On ubuntu its located in /etc/bind/named.conf. Edit that file to configure your logging.

    From the readme, to start the collector run

    Code:
    nice -20 bindgraph.pl --daemon --logfile /var/log/query.log
    (obviously change the log file to whereever you are logging).

  6. #6
    Join Date
    Oct 2010
    Beans
    6

    Re: Help for DNS Ubuntu 10.04 Cache use Bind9



    plz help me, it's not show pictures?

  7. #7
    Join Date
    Oct 2007
    Beans
    Hidden!

    Re: Help for DNS Ubuntu 10.04 Cache use Bind9

    You did what I wrote in post 3. Now read post 5. I cant be more help than that Im afraid.

  8. #8
    Join Date
    Oct 2010
    Beans
    6

    Re: Help for DNS Ubuntu 10.04 Cache use Bind9

    thank you very much.. i'll try it again!..

  9. #9
    Join Date
    Oct 2010
    Beans
    6

    Re: Help for DNS Ubuntu 10.04 Cache use Bind9

    oh, yeah!.. i did it! so many thanks all!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •