Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CentralNic
rdnsd
Commits
939e78fa
Unverified
Commit
939e78fa
authored
Sep 03, 2019
by
Gavin Brown
Browse files
updated
parent
704cc6c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
939e78fa
...
...
@@ -55,8 +55,8 @@ The directives are explained below.
Default:
`$HOSTNAME`
This value is insterted into the
\`
node
\_
id
\`
column of stats database.
It
disambiguates the source of each row, allowing data from multiple
This value is insterted into the
\`
node
\_
id
\`
column of
the
stats database.
It
disambiguates the source of each row, allowing data from multiple
monitoring nodes to be aggregated losslessly.
If not set, the system's host name is used.
...
...
@@ -174,13 +174,13 @@ down if it does not respond within this amount of time. This value
Default:
`false`
Enable recursion (i.e. set the
\
`
rd
\
`
bit on the queries sent to servers).
Enable recursion (i.e. set the
`rd`
bit on the queries sent to servers).
## `Question QUESTION`
Default:
`example.com. IN A`
Specify the DNS question. The format is
"
QNAME QCLASS QTYPE
"
.
Specify the DNS question. The format is
`
QNAME QCLASS QTYPE
`
.
## `ResponseCode RCODE`
...
...
@@ -194,9 +194,9 @@ accepted.
Default: none
Specify the
servers to be checked. You can either specify
a server name
(which will be resolved to a set of IP addresses), or
literal IPv4 or
IPv6 addresses.
A comma-separated list of
servers to be checked. You can either specify
a server name
(which will be resolved to a set of IP addresses), or
literal IPv4 or
IPv6 addresses.
This directive can't be used at the same time as the
`Domains`
directive.
...
...
@@ -248,9 +248,6 @@ Every `UpdateInterval` seconds, `rdnsd` will write stats to the
database specified by
`Database`
, and, if set, the file specified by
`StatsFile`
.
Once the database has been updated,
`rdnsd`
's internal data is reset,
so subsequent signals will produce fresh statistical data.
## LEGACY STATISTICS FILE FORMAT
Older versions of
`rdnsd`
used a flat file format for statistics, which
...
...
rdnsd
View file @
939e78fa
...
...
@@ -684,8 +684,8 @@ The directives are explained below.
Default: C<$HOSTNAME>
This value is insterted into the `node_id` column of stats database.
It
disambiguates the source of each row, allowing data from multiple
This value is insterted into the `node_id` column of
the
stats database.
It
disambiguates the source of each row, allowing data from multiple
monitoring nodes to be aggregated losslessly.
If not set, the system's host name is used.
...
...
@@ -826,13 +826,13 @@ B<MUST> be less than the value of C<Loop>.
Default: C<false>
Enable recursion (i.e. set the
`
rd
`
bit on the queries sent to servers).
Enable recursion (i.e. set the
C<
rd
>
bit on the queries sent to servers).
=head2 C<Question QUESTION>
Default: C<example.com. IN A>
Specify the DNS question. The format is
"
QNAME QCLASS QTYPE
"
.
Specify the DNS question. The format is
C<
QNAME QCLASS QTYPE
>
.
=head2 C<ResponseCode RCODE>
...
...
@@ -846,9 +846,9 @@ accepted.
Default: none
Specify the
servers to be checked. You can either specify
a server name
(which will be resolved to a set of IP addresses), or
literal IPv4 or
IPv6 addresses.
A comma-separated list of
servers to be checked. You can either specify
a server name
(which will be resolved to a set of IP addresses), or
literal IPv4 or
IPv6 addresses.
This directive can't be used at the same time as the C<Domains>
directive.
...
...
@@ -900,9 +900,6 @@ Every C<UpdateInterval> seconds, C<rdnsd> will write stats to the
database specified by C<Database>, and, if set, the file specified by
C<StatsFile>.
Once the database has been updated, C<rdnsd>'s internal data is reset,
so subsequent signals will produce fresh statistical data.
=head2 LEGACY STATISTICS FILE FORMAT
Older versions of C<rdnsd> used a flat file format for statistics, which
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment