Skip to content

affo/sy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A monitoring agent for Docker containers.
Sy pushes information retrieved from sensors both to RabbitMQ queues and a Redis storage --- depending on the sensor's type.

Install

For a quickstart, use the Makefile that uses Docker Compose:

  • make: runs Redis and RabbitMQ containers publishing on ports 9000 and 5672 respectively;
  • make clean: removes -f the composed containers.

Tu use Sy, source syrc and launch sy-agent -d. You can use sy CLI to interact with the daemon.

Running tests

$ python -m unittest discover -v

About

Monitoring agent for Docker containers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published