diag_logs_ntpd.php 150 Bytes
Newer Older
Ad Schellevis's avatar
Ad Schellevis committed
1
<?php
2

3 4
$logfile = '/var/log/ntpd.log';
$logclog = true;
Ad Schellevis's avatar
Ad Schellevis committed
5

6
require_once 'services.inc';
7
$service_hook = 'ntpd';
Ad Schellevis's avatar
Ad Schellevis committed
8

9
require_once 'diag_logs_template.inc';