From 51a6e74f951eba948381d663757d2001307f2a2d Mon Sep 17 00:00:00 2001 From: flipglif1 <37122664+flipglif1@users.noreply.github.com> Date: Thu, 11 Oct 2018 17:54:13 -0700 Subject: [PATCH] Update README.md --- dns/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dns/README.md b/dns/README.md index 959d71e..6ba3e7e 100644 --- a/dns/README.md +++ b/dns/README.md @@ -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 == @@ -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. | @@ -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. | \ No newline at end of file +|1.0 |17-Jul-2018 |Initial version of the DNS Check Integration. |