fixed typo in perfdata

This commit is contained in:
Marius Pana 2016-06-27 17:08:58 +03:00
parent 057319b324
commit 682b33b411
1 changed files with 1 additions and 1 deletions

View File

@ -44,5 +44,5 @@ elif len(nscount) > nsargscount:
There are more DNS servers from the WHOIS datbase than in your query."
sys.exit(1)
else:
print("0 Extended_DNS_Check nscount=" + str(nsargscount) + "; whoiscount=" + str(len(nscount)) + " OK - all DNS server match")
print("0 Extended_DNS_Check nscount=" + str(nsargscount) + " whoiscount=" + str(len(nscount)) + " OK - all DNS server match")
sys.exit(0)