Page 1 of 1
DNS CRITICAL
Posted: Mon Jul 15, 2013 2:03 am
by kobi
DNS CRITICAL - expected 'xxx.xxx.xx.x' but got 'xxx.xxx.xx.xx,xxx.xxx.xx.x'
the ip address is the same I just put "x" instead of the actual ip address.
if its the same why the dns error ?
Thanks.
dns error
Posted: Mon Jul 15, 2013 4:52 am
by kobi
DNS CRITICAL - expected '149.128.11.9' but got '149.128.11.6,149.126.11.9'
why I get this error ?
(I change the real ip addresses)
Re: DNS CRITICAL
Posted: Mon Jul 15, 2013 9:34 am
by abrist
What is your full DNS check command? You are receiving 2 ips in the dns results, so you will need to add the other one as well. It is most likely just a string comparison check, so the results have to be exact.
Re: DNS CRITICAL
Posted: Mon Jul 15, 2013 10:05 am
by kobi
how can I check it ?
Re: DNS CRITICAL
Posted: Mon Jul 15, 2013 10:46 am
by abrist
Go to the CCM in XI. Go to the service ion question and post its full check command and arguments. There is a good chance that one of the arguments needs to be edited, adding the second ip address.
Re: DNS CRITICAL
Posted: Tue Jul 16, 2013 1:22 am
by kobi
$USER1$/check_dns -H $HOSTNAME$ $ARG1$
Re: DNS CRITICAL
Posted: Tue Jul 16, 2013 10:15 am
by abrist
What is the actual service check set to? What are the arguments?
Re: DNS CRITICAL
Posted: Wed Jul 17, 2013 1:23 am
by kobi
check_xi_service_dns
$USER1$/check_dns -H $HOSTADDRESS$ $ARG1$
$ARG1$ -a xxx.xxx.xxx.xxx
Re: DNS CRITICAL
Posted: Wed Jul 17, 2013 10:13 am
by abrist
kobi wrote:
$ARG1$ -a xxx.xxx.xxx.xxx
Try adding the whole string (both ips, comma separated) returned from the dns check:
Code: Select all
$ARG1$ -a xxx.xxx.xxx.xxx,xxx.xxx.xxx.xxx