0b7b5a5e5d6497b86c5be07a8bf1676be5e3f69c
[project/luci.git] / libs / uvl / root / lib / uci / schema / default / ntpclient
1 package ntpclient
2
3 config package
4         option title 'Time Synchronisation'
5
6 config section
7         option name 'ntpclient'
8         option package 'ntpclient'
9         option title 'General'
10         option unique true
11         option required true
12
13 config variable
14         option name 'interval'
15         option section 'ntpclient.ntpclient'
16         option title 'Update Interval (in s)'
17         option datatype uint
18
19 config variable
20         option name 'count'
21         option section 'ntpclient.ntpclient'
22         option title 'Count of Time Measurements'
23         option datatype uint
24
25 config section
26         option name 'ntpdrift'
27         option package 'ntpclient'
28         option title 'Clock Adjustment'
29         option unique true
30
31 config variable
32         option name 'freq'
33         option section 'ntpclient.ntpdrift'
34         option title 'Offset Frequency'
35         option datatype float
36
37 config section
38         option name 'ntpserver'
39         option package 'ntpclient'
40         option title 'Time Server'
41
42 config variable
43         option name 'hostname'
44         option section 'ntpclient.ntpserver'
45         option title 'Hostname'
46         option required true
47         option datatype host
48
49 config variable
50         option name 'port'
51         option section 'ntpclient.ntpserver'
52         option title 'Port'
53         option datatype port