Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions dns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This integration monitors the resolvability of and lookup times for any DNS reco

|Metric Name |Type |Labels |Unit |Description |
|-----------------|-------|---------------------------------|-------|-----------------------------------------------------|
|dns.response_time|gauge |hostname, record_type, nameserver|Seconds|The response time of the DNS lookup on the nameserver|
|dns.response_time|gauge |record, record_type, nameserver|Seconds|The response time of the DNS lookup on the nameserver|

== Installation ==

Expand All @@ -18,7 +18,7 @@ takes the following check variables:

|Variable |Default |Required?|Description |
|---------------|------------|---------|--------------------------------------------------------------------------------------------------------------|
|hostname | |Yes |The hostname to look up. |
|record | |Yes |The hostname to look up. |
|record_type |A | |The DNS record type to look up. |
|nameserver | | |Use a specific nameserver otherwise will use the local network settings nameserver. Must be set as IP address.|
|nameserver_port| | |Set the port number of the nameserver if specifying a specific nameserver to use. |
Expand All @@ -28,4 +28,4 @@ takes the following check variables:

|Version|Release Date|Description |
|-------|------------|-----------------------------------------------------|
|1.0 |17-Jul-2018 |Initial version of the DNS Check Integration. |
|1.0 |17-Jul-2018 |Initial version of the DNS Check Integration. |