mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	The new puppet.conf file has to be moved into place manually. (imported from commit 253d9a95386dae8c803a998ce2dc7e8be40c880a)
		
			
				
	
	
		
			32 lines
		
	
	
		
			519 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			519 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Example configuration from
 | 
						|
# https://gist.github.com/tristanbes/4046457#file-example-sh
 | 
						|
[min]
 | 
						|
pattern = \.min$
 | 
						|
xFilesFactor = 0.1
 | 
						|
aggregationMethod = min
 | 
						|
 | 
						|
[max]
 | 
						|
pattern = \.max$
 | 
						|
xFilesFactor = 0.1
 | 
						|
aggregationMethod = max
 | 
						|
 | 
						|
[sum]
 | 
						|
pattern = \.sum$
 | 
						|
xFilesFactor = 0
 | 
						|
aggregationMethod = sum
 | 
						|
 | 
						|
[count]
 | 
						|
pattern = \.count$
 | 
						|
xFilesFactor = 0
 | 
						|
aggregationMethod = sum
 | 
						|
 | 
						|
[count_legacy]
 | 
						|
pattern = ^stats_counts.*
 | 
						|
xFilesFactor = 0
 | 
						|
aggregationMethod = sum
 | 
						|
 | 
						|
[default_average]
 | 
						|
pattern = .*
 | 
						|
xFilesFactor = 0.3
 | 
						|
aggregationMethod = average
 |