154359Sroberto# sample configuration and control file for ntploowatch
254359Sroberto#
354359Sroberto# delay:	sampling interval in seconds
454359Srobertodelay=60
554359Sroberto# samples:	use only last # samples
654359Srobertosamples=600
754359Sroberto# DO NOT USE srcprefix in shared config files
854359Sroberto# srcprefix:	name of file to read samples from
954359Sroberto#  		current time suffix (month name) is appended
1054359Sroberto#		defaults to "./var@$STATHOST/loopstats."
1154359Sroberto#		The string "$STATHOST"is replaced by the name of the host
1254359Sroberto#		being monitored
1354359Sroberto#srcprefix=./var@$STATHOST/loopstats.
1454359Sroberto#
1554359Sroberto# showoffs:	yes/no control display of offset values
1654359Srobertoshowoffs=yes
1754359Sroberto#
1854359Sroberto# showfreq:	yes/no control display of frequency values
1954359Srobertoshowfreq=yes
2054359Sroberto#
2154359Sroberto# showcmpl:	yes/no control display of compliance values
2254359Srobertoshowcmpl=no
2354359Sroberto#
2454359Sroberto# showoreg:	yes/no control display of linear regression of offset values
2554359Srobertoshoworeg=no
2654359Sroberto#
2754359Sroberto# showfreg:	yes/no control display of linear regression of frequency values
2854359Srobertoshowfreg=no
2954359Sroberto#
3054359Sroberto# timebase:	dynamic/ISO_DATE_TIME point of zero for linear regression
3154359Sroberto#		ISO_DATE_TIME:  yyyy-mm-dd_hh:mm:ss.ms
3254359Sroberto#		values are interpreted using local time zone
3354359Sroberto#		parts omitted from front default to current date/time
3454359Sroberto#		parts omitted from end  default to lowest permitted values
3554359Sroberto#		to get aa:bb being interpreted as minutes:seconds use aa:bb.0
3654359Sroberto#		for dynamic '00:00:00.0 of current day' is used
3754359Srobertotimebase=dynamic
3854359Sroberto#
3954359Sroberto# freqbase:	dynamic/<baseval> 
4054359Sroberto#		if a number is given, subtract this from sampling values for display
4154359Sroberto#		if dynamic is selected, freqbase is adjusted to fit into the range of
4254359Sroberto#		offset values
4354359Srobertofreqbase=dynamic
4454359Sroberto#
4554359Sroberto# cmplscale:	dynamic/<scaling>
4654359Sroberto#		if a number is given, the sampling values are divided by this number
4754359Sroberto#		if dynamic is selected, cmplscale is adjusted to fit into the range of
4854359Sroberto#		offset values
4954359Srobertocmplscale=dynamic
5054359Sroberto#
5154359Sroberto# DumbScale:	0/1
5254359Sroberto#		0 enables dynamic adjust of value ranges for freqbase and cmplscale
5354359Sroberto#		  timescale is labeled with human readable times
5454359Sroberto#		1 only uses explicit scaling for numbers
5554359Sroberto#		  timescale is labeled with hours relative to timebase
5654359SrobertoDumbScale=0
5754359Sroberto#
5854359Sroberto# StartTime:	none/ISO_DATE_TIME
5954359Sroberto#		ignore any samples before the specified date
6054359SrobertoStartTime=none
6154359Sroberto#
6254359Sroberto# EndTime:	none/ISO_DATE_TIME
6354359Sroberto#		ignore any samples after the specified date
6454359Sroberto#
6554359Sroberto#		if both StartTime and EndTime are specified
6654359Sroberto#		the value specified for samples is ignored
6754359SrobertoEndTime=none
6854359Sroberto#
6954359Sroberto# MaxOffs:	none/<number>
7054359Sroberto#		limit display (y-axis) to values not larger than <number>
7154359SrobertoMaxOffset=none
7254359Sroberto#
7354359Sroberto# MinOffs:	none/<number>
7454359Sroberto#		limit display (y-axis) to values not smaller than <number>
7554359SrobertoMinOffset=none
7654359Sroberto
7754359Sroberto#
7854359Sroberto# verbose:	<number>
7954359Sroberto# 		specify level for debugging 
8054359Sroberto#		default is 0 for printing and 1 for monitoring
8154359Sroberto#		level 1 will just print a timestamp for any display update
8254359Sroberto#		(this is every delay seconds)
8354359Srobertoverbose=1
8454359Sroberto#
8554359Sroberto# deltaT:	<seconds>
8654359Sroberto#		mark `holes' in the sample data grater than <seconds>
8754359Sroberto#		by a break in the plot
8854359Sroberto#		default: 512 seconds
8954359SrobertodeltaT=512
90