[Pdns-users] ★ pdns-users Users, Roman Gaufman left a message for you

2014-05-28 Thread Roman Gaufman
Roman Gaufman left a message for you Its sender and content will be shown only to you and you can delete it at any time. You can instantly reply to it, using the message exchange system. To find out what was written to you, just follow this link: http://eu1.badoo.com/roman.gaufman/in/Q6fY

Re: [Pdns-users] PowerDNS backend

2013-02-04 Thread Roman Gaufman
gt; Thank for the reply. If using pipebackend/bindbackend, is the performance > acceptable when comparing within mysql/pgsql? > > - rbk > > > > Roman Gaufman-2 wrote: > > > > I really love the simplicity of pipe backend and why I use powerdns > > instead > &

Re: [Pdns-users] PowerDNS backend

2013-02-04 Thread Roman Gaufman
I really love the simplicity of pipe backend and why I use powerdns instead of say bind, all you need to really do is add this to your pdns.conf: launch=pipe,bind pipe-command=/etc/powerdns/dns_pipe.rb And in your script, you can have something as simple as: require 'powerdns_pipe' PowerDNS::Pip

Re: [Pdns-users] Monitoring with Monit

2013-01-28 Thread Roman Gaufman
e-dir=/usr/lib/powerdns query-logging=yes setgid=pdns setuid=pdns socket-dir=/var/run launch=pipe,bind pipe-command=/etc/powerdns/dns_pipe.rb pipebackend-abi-version=2 pipe-timeout=5000 distributor-threads=1 On 28 January 2013 14:31, Peter van Dijk wrote: > Hello Roman, > > On Jan 28, 201

Re: [Pdns-users] Monitoring with Monit

2013-01-28 Thread Roman Gaufman
rsion Any ideas? On 28 January 2013 14:06, Peter van Dijk wrote: > Hello Roman, > > On Jan 28, 2013, at 12:33 , Roman Gaufman wrote: > > > If I do that I get: > > > > # dig ns . @127.0.0.1 > >root@zanview > &g

Re: [Pdns-users] Monitoring with Monit

2013-01-28 Thread Roman Gaufman
-- Is there any way to make powerdns reply to such a request? On 28 January 2013 10:53, Aki Tuomi wrote: > It seems to ask for root records. So basically it does > > dig ns . @ip > > Aki > > On Mon, Jan 28, 2013 at 10:44:40AM +, Roman Gaufman wrote: > &g

Re: [Pdns-users] Monitoring with Monit

2013-01-28 Thread Roman Gaufman
My pipe backend responds to all records, it just answers all questions with: answer name: question.name, type: 'A', ttl: 120, content: 89.207.135.250 I also added: loglevel=9 log-dns-details=yes log-failed-updates=yes query-logging=yes But nothing at all is logged in syslog at all when monit ch

[Pdns-users] Monitoring with Monit

2013-01-28 Thread Roman Gaufman
I'm trying to monitor my pdns instance with monit. Main reason is I've been having some trouble with the pipe backend: it stops resolving requests after a few days (even when using the pdns guardian option). The official monit documentation says to do this for DNS: if failed host 127.0.0.1 po

Re: [Pdns-users] Pipe Backend not working correctly

2013-01-28 Thread Roman Gaufman
gt; http://doc.powerdns.com/from3.**1to3.2.html<http://doc.powerdns.com/from3.1to3.2.html> > > Am 27.01.2013 23:17, schrieb Roman Gaufman: > >> Hi :) >> >> This is the pipe-command related stuff in my pdns.conf (rest is default): >> >> launch=pipe,bind

[Pdns-users] Pipe Backend not working correctly

2013-01-27 Thread Roman Gaufman
Hi :) This is the pipe-command related stuff in my pdns.conf (rest is default): launch=pipe,bind pipe-command=/etc/powerdns/dns_pipe.rb pipebackend-abi-version=2 pipe-timeout=5 distributor-threads=1 When I use the vanilla Ubuntu package that comes in Precise, it works for a few days, then it sto