summaryrefslogtreecommitdiff
path: root/templates/show
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show')
-rw-r--r--templates/show/ntp/node.def6
-rw-r--r--templates/show/ntp/node.tag/node.def3
2 files changed, 0 insertions, 9 deletions
diff --git a/templates/show/ntp/node.def b/templates/show/ntp/node.def
deleted file mode 100644
index 71c8813..0000000
--- a/templates/show/ntp/node.def
+++ /dev/null
@@ -1,6 +0,0 @@
-help: Show peer status of network time daemon
-run: if ps -C ntpd &>/dev/null ; then
- ntpdc -n -c peers
- else
- echo NTP daemon disabled
- fi
diff --git a/templates/show/ntp/node.tag/node.def b/templates/show/ntp/node.tag/node.def
deleted file mode 100644
index e7bdb6a..0000000
--- a/templates/show/ntp/node.tag/node.def
+++ /dev/null
@@ -1,3 +0,0 @@
-help: Show date and time of specified NTP server
-allowed: awk '/^server/ { print $2 }' /etc/ntp.conf
-run: /usr/sbin/ntpdate -q $3