[Pdns-users] Can the zone data be edited from passing mysql queries?

2013-07-22 Thread Manish Rane
Hi Folks, Wondering if I can edit/change the static zone file as a result of certain bash script. Since the backend is Mysql can we really pass mysql statement by which I can update the zone file? Well, I am trying to write a script which will monitor the server on certain ports and it if fails

Re: [Pdns-users] Can the zone data be edited from passing mysql queries?

2013-07-23 Thread Blason rock
Hi there, Yes i know it completely has a sql backend hence asking if I can edit the database to change the A record. Well i am trying to implement DNS system monitoring by which my servers will be monitored on particular port and if it couldnt connect then edit the zone file or remove the record

Re: [Pdns-users] Can the zone data be edited from passing mysql queries?

2013-07-23 Thread Ton van Rosmalen
Hi, Op 23-7-2013 11:05, Blason rock schreef: > > Hi there, > > Yes i know it completely has a sql backend hence asking if I can edit > the database to change the A record. Well i am trying to implement > DNS system monitoring by which my servers will be monitored on > particular port and if it cou

Re: [Pdns-users] Can the zone data be edited from passing mysql queries?

2013-07-23 Thread Michael Loftis
PowerDNS is database driven. Read the docs, or even just the features. On Monday, July 22, 2013, Manish Rane wrote: > Hi Folks, > > Wondering if I can edit/change the static zone file as a result of certain > bash script. Since the backend is Mysql can we really pass mysql statement > by which I