# README
Datadog Process Agent
Run on Linux
Follow the installation steps on http://docs.datadoghq.com/guides/process/ for your OS version.
OR
Grab the latest release from the releases page and run from the command line:
dd-process-agent -config $PATH_TO_PROCESS_CONFIG_FILE
Running in Docker
See our Docker README for the full details.
Running in Kubernetes
See our Kubernetes README for the full details.
Development or running from source
Pre-requisites:
go >= 1.8.3
rake
Check out the repo in your $GOPATH
cd $GOPATH/DataDog
git clone [email protected]:DataDog/dd-process-agent
cd dd-process-agent
Pull down the latest dependencies via glide
:
rake deps
rake install
You can now run the Agent on the command-line:
dd-process-agent -config $PATH_TO_PROCESS_CONFIG_FILE
If you modify any of the .proto
files you must rebuild the *.pb.go files with
rake protobuf
Run on Mac or Windows
Coming soon...