capi-to-syslog

command module
v0.0.0-...-47f1c69 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 8, 2017 License: MIT Imports: 13 Imported by: 0

README

CAPI to Syslog

Build Status

Forwards configured events to the downstream syslog via an application instance.

Configure

Edit manifest.yml, setting appropriate values for env variables.

Deploy

cf push

(Optional) Build binary

gox
for i in $(ls capi-to-syslog_*); do
  chmod a+x $i
  tar -cvzf $i.tar.gz $i
  rm $i
done

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL