From e82b6bdedbb13fee163845c8eaa97b0e385871f1 Mon Sep 17 00:00:00 2001 From: Ciro Scognamiglio Date: Wed, 12 Feb 2014 12:27:16 +0100 Subject: [PATCH] disable monitor --- PlanetLabConf/ntp.conf.php | 1 + 1 file changed, 1 insertion(+) 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"); -- 2.43.0