add ntpdate config file

This commit is contained in:
Radovan Garabík 2017-10-09 17:03:06 +02:00
parent 2df1e9725e
commit a734ae32a4
3 changed files with 18 additions and 0 deletions

8
colourfiles/conf.ntpdate Normal file
View File

@ -0,0 +1,8 @@
# time offset
regexp=offset\s([0-9\.,\-]+\ssec)
colours=unchanged,bold green
======
# server ip
regexp=server\s([0-9a-fA-F\.:]+)
colours=unchanged,yellow

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
grc (1.11.2-1) unstable; urgency=low
* add ntpdate configuration command
-- Radovan Garabík <garabik@kassiopeia.juls.savba.sk> Sat, 23 Sep 2017 20:35:33 +0200
grc (1.11.1-1) unstable; urgency=low
* better error handling if command is not found

View File

@ -258,6 +258,10 @@ conf.uptime
(^|[/\w\.]+/)getfacl\s?
conf.getfacl
# ntpdate
(^|[/\w\.]+/)ntpdate\s?
conf.ntpdate
# showmount
(^|[/\w\.]+/)showmount\s?
conf.showmount