This website requires JavaScript.
Explore
Help
Sign In
dom
/
telegraf
Watch
1
Star
0
Fork
You've already forked telegraf
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
fcb038d352
telegraf
/
plugins
/
inputs
/
nats
/
nats_freebsd.go
4 lines
37 B
Go
Raw
Normal View
History
Unescape
Escape
Build the nats input on freebsd when cgo is enabled (#6658)
2019-11-13 22:45:56 +00:00
// +build freebsd,!cgo
Do not build nats input on freebsd This plugin can work on freebsd, but will only build with cgo enabled. For now, disable this plugin to avoid this requirement.
2018-01-30 20:03:16 +00:00
package
nats