Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Oxygem/canaryd

The Service Canary daemon.
https://github.com/Oxygem/canaryd

Last synced: about 1 month ago
JSON representation

The Service Canary daemon.

Awesome Lists containing this project

README

        

# canaryd

[![PyPI version](https://badge.fury.io/py/canaryd.svg)](https://pypi.python.org/pypi/canaryd) [![Travis.CI status](https://travis-ci.org/Oxygem/canaryd.svg?branch=develop)](https://travis-ci.org/Oxygem/canaryd)

[Service Canary](https://servicecanary.com) daemon that collects and uploads system state.

## Development

Requires [Vagrant](https://vagrantup.com) & [pyinfra](https://github.com/Fizzadar/pyinfra) (>=0.5).

```sh
# Up the test VM's:
vagrant up

# Deploy the package in dev mode
pyinfra @vagrant deploy/install_dev.py
```