10 lines
		
	
	
		
			327 B
		
	
	
	
		
			Go
		
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			327 B
		
	
	
	
		
			Go
		
	
	
	
// +build !windows,!darwin,!freebsd
 | 
						|
 | 
						|
package poller
 | 
						|
 | 
						|
// DefaultConfFile is where to find config if --config is not prvided.
 | 
						|
const DefaultConfFile = "/config/unifi-poller.conf,/etc/unifi-poller/up.conf"
 | 
						|
 | 
						|
// DefaultObjPath is the path to look for shared object libraries (plugins).
 | 
						|
const DefaultObjPath = "/usr/lib/unifi-poller"
 |