Inactive domains

liorm

Verified User
Joined
Feb 2, 2012
Messages
25
Hello,

Your assistance please;
Is there a way to analyze domains to see if they are active?
Is it possible to notify/report of inactive ones?

Thanks!!
 
Hello,

Inactive by what means? Have zero or near to zero bandwidth? Not-delegated? Not-registered? Or what?

Whatever you mean, there is no built-in directadmin feature to monitor any these listed statuses. To monitor it and sent notifications or alerts you need to have your own or 3-rd party script. In case you need assistance in writing such a script, you might want to hire somebody of us here, including me.
 
If by active you mean actually pointed to your DirectAdmin server, then you can create a script which will for every domain on your server, do:
Code:
dig example.com +short
and then check the output to see if it's an IP# pointed to your server.

If not, add the domain to a list, and at the end, send your list to you via email.

Easy enough to script; we and other administrators who post here can write it for you as a commercial service.

Jeff
 
Back
Top