Skip to content

Subscribes to NATs message bus and forwards messages to remote Syslog server

License

Notifications You must be signed in to change notification settings

logsearch/nats_to_syslog

Repository files navigation

nats_to_syslog

Subscribes to NATs message bus and forwards messages to remote Syslog server

Testing

Dependencies

go get github.com/onsi/ginkgo/ginkgo
go get github.com/nats-io/gnatsd

godep go test

Build Instructions

  • Ensure you have go 1.6.x installed
  • To cross compile for linux on a mac:
cd nats_to_syslog/
GOOS=linux GOARCH=amd64 go build
  • Omit the env vars if building on linux:

cd nats_to_syslog/ && go build

About

Subscribes to NATs message bus and forwards messages to remote Syslog server

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages