Page MenuHomeVyOS Platform

show-ntp.xml
No OneTemporary

Size
713 B
Referenced Files
None
Subscribers
None

show-ntp.xml

<?xml version="1.0"?>
<interfaceDefinition>
<node name="show">
<children>
<node name="ntp">
<properties>
<help>Show peer status of NTP daemon</help>
</properties>
<command>if ps -C ntpd &amp;>/dev/null; then ntpdc -n -c peers; else echo NTP daemon disabled; fi</command>
</node>
<tagNode name="ntp">
<properties>
<help>Show date and time of specified NTP server</help>
<completionHelp>
<script>${vyos_completion_dir}/list_ntp_servers.sh</script>
</completionHelp>
</properties>
<command>/usr/sbin/ntpdate -q "$3"</command>
</tagNode>
</children>
</node>
</interfaceDefinition>

File Metadata

Mime Type
text/xml
Expires
Sat, Sep 26, 1:10 PM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4251876
Default Alt Text
show-ntp.xml (713 B)

Event Timeline