summaryrefslogtreecommitdiff
path: root/templates/show/ntp/node.def
blob: 539f22078eb8bd72e983af40d8294cd1ca39fcf9 (plain)
1
2
3
4
5
6
help: Show peer status of network time daemon
run: if ps -C &>/dev/null ; then
	ntpdc -n -c peers
     else
	echo NTP daemon disabled
     fi