check_xi_domain_v2 broken for a specific domain

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
IkaIka
Posts: 34
Joined: Fri Dec 21, 2018 4:37 am

check_xi_domain_v2 broken for a specific domain

Post by IkaIka »

Hello, I ran into some problems with the check_xi_domain_v2 plugin. It seems to work flawlessly with most domains, but for some reason, it returns a useless -17886 value for domains registered with home.pl registrar. I'm not sure if this is due to how this obscure registrar operates or a bug in the plugin. Feel free to check using premium.pl as an example domain registered with home.pl.

Is there a workaround for this problem?
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: check_xi_domain_v2 broken for a specific domain

Post by ssax »

This is likely related to the whois output, what is the output of these commands:

Code: Select all

whois yourdomain.pl
/usr/local/nagios/libexec/check_domain.php -d yourdomain.pl -w 30 -c 10
/usr/local/nagios/libexec/check_domain.php -d yourdomain.pl -w 30 -c 10 -s a-dns.pl
Locked