.ae domains monitoring

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
kalyanpabolu
Posts: 246
Joined: Fri Jul 03, 2020 4:18 am

.ae domains monitoring

Post by kalyanpabolu »

Hello Team,

We want to monitor .ae domains using Nagios XI. We tried using check_domain.php, but it is not working for .ae domains. We are getting "Error running whois" error for them.

The .ae domains license information is located in www.marcaria.com.

Could you please help us to get monitor domain expiration for the same?

Thanks in advance!!
User avatar
vtrac
Posts: 903
Joined: Tue Oct 27, 2020 1:35 pm

Re: .ae domains monitoring

Post by vtrac »

Hi kalyanpabolu,
I have just tested out the "check_domain.sh" and looks like this called the "whois" command.
However, the "whois" server for the ".ae" domain do not have the Expiration date so there is no way for the "check_domain" to figure out.

As you can see from the picture below of "amazon.ae" ..... no "Date" listed.
ae3.png
Here's an example of "amazon.com", which has expiration date showed:
ae4.png
I also used the URL (below) and also noticed that there is no "Date" of registered or expiration.
http://whois.aeda.ae

Here's the picture of my test, looking up for "amazon.ae":
ae1.png
One thing to keep in mind, if you ran this script too many time, you will be put into the "blacklist" as that has just happened to me. You will be blocked by the network solutions.
ae2.png
So, unless you know for sure of the "whois" server database, there is not much you can do here.

Regards,
Vinh
You do not have the required permissions to view the files attached to this post.
kalyanpabolu
Posts: 246
Joined: Fri Jul 03, 2020 4:18 am

Re: .ae domains monitoring

Post by kalyanpabolu »

Hello,

Thanks for your reply!!

I am aware about the "whois" database. The .ae domains are located in www.marcaria.com.
So is there a way we can get some command or plugin to fetch expiration details from here?
User avatar
vtrac
Posts: 903
Joined: Tue Oct 27, 2020 1:35 pm

Re: .ae domains monitoring

Post by vtrac »

Hi kalyanpabolu,
The "www.marcaria.com" is not the "whois" database. It is a new domain registration service.

I have looked every where including "godaddy" for the ".ae" whois database, but I could not find one.

If you know of one (.ae whois database), you can use the "-s" option ..... please see example below:

Code: Select all

./check_domain.sh -d amazon.ae -s XXXXXX
The issue here is all the whois database do not show the expiration date for .ae domain.

Regards,
Vinh
kalyanpabolu
Posts: 246
Joined: Fri Jul 03, 2020 4:18 am

Re: .ae domains monitoring

Post by kalyanpabolu »

Hello,

I am getting below error:

[root@vmaz-nagiosxi libexec]# ./check_domain.php -d ayuni.ae -s www.marcaria.com
connect: Network is unreachable
Error running whois: [root@vmaz-nagiosxi libexec]#
[root@vmaz-nagiosxi libexec]#
[root@vmaz-nagiosxi libexec]# ping www.marcaria.com
PING d3q7y.x.incapdns.net (149.126.72.104) 56(84) bytes of data.
^C
--- d3q7y.x.incapdns.net ping statistics ---
6 packets transmitted, 0 received, 100% packet loss, time 162ms

[root@vmaz-nagiosxi libexec]#
User avatar
vtrac
Posts: 903
Joined: Tue Oct 27, 2020 1:35 pm

Re: .ae domains monitoring

Post by vtrac »

Hi kalyanpabolu,
The "www.marcaria.com" is NOT the "whois" database. It is just a NEW domain registration URL.

You go to "www.marcaria.com" if you want to register a new domain.

Regards,
Vinh
Locked