fixed typo in perfdata
This commit is contained in:
parent
057319b324
commit
682b33b411
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user