From: Ciro Scognamiglio Date: Wed, 12 Feb 2014 11:27:16 +0000 (+0100) Subject: disable monitor X-Git-Tag: nodeconfig-5.2-4~1 X-Git-Url: http://git.onelab.eu/?p=nodeconfig.git;a=commitdiff_plain;h=e82b6bdedbb13fee163845c8eaa97b0e385871f1 disable monitor --- diff --git a/PlanetLabConf/ntp.conf.php b/PlanetLabConf/ntp.conf.php index 9b8deaa..b687fde 100755 --- a/PlanetLabConf/ntp.conf.php +++ b/PlanetLabConf/ntp.conf.php @@ -49,6 +49,7 @@ if (!empty($sites)) { print( "# node $hostname site $site_name $mylat $mylong $model\n"); print( "driftfile /var/lib/ntp/ntp.drift\n" ); print( "statsdir /var/log/ntpstats/\n" ); +print( "disable monitor\n" ); print( "# Permit time synchronization with our time source, but do not\n"); print( "# permit the source to query or modify the service on this system.\n"); print( "restrict default kod nomodify notrap nopeer noquery\n");