Skip to content
This repository was archived by the owner on Nov 21, 2024. It is now read-only.

StenaIT/cloudops-runscope-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cloudops-runscope-agent

A docker image for running the runscope agent.

Docker Automated build Docker Build Status MicroBadger Size Docker Pulls

Configuration

See the documentation for runscope agent for information on how to get the required configuration values.

Environment Variable Description Default Required
TOKEN The runscope agent token - true
AGENT_ID The runscope agent id - true
TEAM_ID The runscope team id - true
NAME The name of the runscope agent cloudops-runscope-agent false
TIMEOUT Connection idle timeout 20 false
DISCONNECT_TIMEOUT Disconnect timeout 5 false
THREADS Number of worker threads 3 false
CA_FILE CA certificate file - false

Using the docker image

docker run --rm \
  -e NAME=name \
  -e TOKEN=token \
  -e AGENT_ID=agent_id \
  -e TEAM_ID=team_id \
  stena/cloudops-runscope-agent

About

A docker image for running the runscope agent

Resources

Stars

Watchers

Forks

Packages

No packages published