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
de2420dd
Unverified
Commit
de2420dd
authored
Aug 05, 2019
by
Gavin Brown
Browse files
documentation update
parent
f96a98f6
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
de2420dd
This diff is collapsed.
Click to expand it.
rdnsd
View file @
de2420dd
...
...
@@ -446,8 +446,8 @@ sub update_stats {
if
(
$sth
)
{
$sth
->
execute
(
lc
(
$CONF
->
{'
NodeID
'}),
strftime
('
%Y-%m-%d %H:%M:%S
',
localtime
(
$UPDATED
)),
# times are in the system's configured time zone
strftime
('
%Y-%m-%d %H:%M:%S
',
localtime
(
time
())),
# times are in the system's configured time zone
strftime
('
%Y-%m-%d %H:%M:%S
',
localtime
(
$UPDATED
)),
strftime
('
%Y-%m-%d %H:%M:%S
',
localtime
(
time
())),
lc
(
$ns
),
lc
(
$GROUPS
->
{
$ns
})
||
'
default
',
int
(
$CONF
->
{'
AddressFamily
'}),
...
...
@@ -825,9 +825,11 @@ C<DTable> directive.
=item * C<node_id> - node ID/hostname
=item * C<start_time> - date+time the monitoring interval began
=item * C<start_time> - date+time the monitoring interval began (in the
system's configured time zone)
=item * C<ends_time> - date+time the monitoring interval ended
=item * C<ends_time> - date+time the monitoring interval ended (in the
system's configured time zone)
=item * C<host> - server name
...
...
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