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