X-Git-Url: http://git.onelab.eu/?p=nodeconfig.git;a=blobdiff_plain;f=PlanetLabConf%2Fntp.conf.php;fp=PlanetLabConf%2Fntp.conf.php;h=b687fde8db6ce9458466a0d931e2906b5401bd0d;hp=9b8deaa9f2c4654b037282b39da266f80c199fc7;hb=e82b6bdedbb13fee163845c8eaa97b0e385871f1;hpb=ee99be9498f2b373f9e2191aafb757018bf142e4 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");