disable monitor
authorCiro Scognamiglio <ciro.scognamiglio@cslash.net>
Wed, 12 Feb 2014 11:27:16 +0000 (12:27 +0100)
committerCiro Scognamiglio <ciro.scognamiglio@cslash.net>
Wed, 12 Feb 2014 11:27:16 +0000 (12:27 +0100)
PlanetLabConf/ntp.conf.php

index 9b8deaa..b687fde 100755 (executable)
@@ -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");