Skip to content

Latest commit

 

History

History
 
 

remote-collector-musl

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

OverOps Remote Collector Example - Alpine (musl)

This is a simple example of an OverOps SaaS deployment using a Remote Collector. The docker-compose.yml contains the following services:

  • collector - an OverOps Collector running in a dedicated container (aka Remote Collector)
  • agent - an OverOps Agent and sample event generator app

Getting Started

To begin, you must first create a overops-key.env file and place it in the same directory as the Dockerfile. Below is a sample overops-key.env file. Be sure to update the value for TAKIPI_SECRET_KEY.

overops-key.env

TAKIPI_SECRET_KEY=your-very-own-overops-secret-key

overops-agent.env

TAKIPI_COLLECTOR_HOST=collector
TAKIPI_COLLECTOR_PORT=6060

Docker Compose

Start the Containers

docker-compose up

Stop and Destroy the Containers

docker-compose down

Docker Images