Skip to content

CanopyTax/vividcortex-agent-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

To use:

just set these env var:

VC_API_TOKEN : api token that vividcortex gives you
VC_HOSTNAME (optional): host name to use, to override using docker/k8s given hostname
VC_DRV_MANUAL_HOST_URI (optional): comma-separated list of database URLs to monitor. You can still add hosts using VividCortex's web app. example: <schema>://[<user>[:<password>]@]<host>:<port>[/<db>][?key1=value1&...]

example

docker run -e VC_API_TOKEN={token} canopytax/vividcortex

or use a k8s deployment:

kubectl run vividcortex --env VC_API_TOKEN={token_here} --image=canopytax/vividcortex --requests=cpu=200m

About

Docker image for vivid-cortex

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published