Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Docker Stack deployment for cAdvisor & node-exporter.

Notifications You must be signed in to change notification settings

YouMightNotNeedKubernetes/promagents

Repository files navigation

promagents

Docker Stack deployment for cAdvisor & node-exporter.

Getting Started

You might need to create swarm-scoped overlay network called dockerswarm_monitoring for all the stacks to communicate if you haven't already.

$ docker network create --scope swarm --driver overlay --attachable dockerswarm_monitoring

Deployment

To deploy the stack, run the following command:

$ make deploy

Destroy

To destroy the stack, run the following command:

$ make destroy

About

Docker Stack deployment for cAdvisor & node-exporter.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published