DNS Query
Function | Checks a given DNS record on a DNS server |
---|---|
Alarming | Transfer time, Execution time, Response code |
This job must reside below a device which is itself a DNS server. It will not work on devices where no DNS service is running.
DNS Query detail
DNS Query parameters
Parameter | Description |
---|---|
Record type | Choose from one of the following record types:
|
Argument to check | Depends on the record type |
Expected | Expected answer, depends on the record type. This parameter may contain wildcard characters such as * and ? when used with A and AAAA records. |
DNS Query values and alarm limits
Value / Alarm limit | Description |
---|---|
Transfer time | Time to transfer the information |
Execution time | Time to execute the query |
Response code | 0 No error |
Error code | Generic job error code (see section Job error codes) |
DNS Query examples
Example 1 - Ask for A record
Record type | A (forward) |
---|---|
Argument to check | skoor.com |
Expected | 195.49.42.34 |
Output 1
In case a wrong Expected entry was made or the IP address has changed in the DNS, a warning is returned:
Example 2 - Ask for the IP address mapped to an A record
Record type | PTR (reverse) |
---|---|
Argument to check | 10.1.2.30 |
Expected | repo.junisphere.local |