/[cricket]/ntp/Defaults
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /ntp/Defaults

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Fri Jul 19 07:34:38 2002 UTC (21 years, 9 months ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
monitor ntp servers using ntpq (with multiple servers which has multiple
server/peers -- each ntp server has just one target file)
Based on work of Matthew.Stier@fnc.fujitsu.com

1 dpavlin 1.1 # ntp sub-tree
2     #
3    
4     Target --default--
5     directory-desc = "Network Time Protocol (NTP)"
6     target-type = ntp
7     # ntp = %auto-base%/../cricket/util/parse_ntpq.pl
8     ntp = /data/cricket/parse_ntpq.pl
9    
10    
11     datasource --default--
12     rrd-ds-type = GAUGE
13     rrd-min = U
14     rrd-max = U
15    
16     datasource delay
17     ds-source = "exec:0:%ntp% %server% %peer%"
18    
19     datasource offset
20     ds-source = "exec:1:%ntp% %server% %peer%"
21    
22     datasource displacement
23     ds-source = "exec:2:%ntp% %server% %peer%"
24     rrd-max = 3999
25    
26    
27     targetType ntp
28     ds = "delay, offset, displacement"
29     view = "delay: delay,
30     offset: offset,
31     displacement: displacement"
32    
33    
34     graph --default--
35     si-units = "milli"
36     units = "milliseconds"
37     draw-as = LINE2
38     y-axis = "Milliseconds"
39    
40     graph delay
41    
42     graph offset
43    
44     graph displacement
45    

  ViewVC Help
Powered by ViewVC 1.1.26