Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/Oxygem/canaryd
- Owner: Oxygem
- License: mit
- Archived: true
- Created: 2016-11-02T10:53:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-21T08:19:25.000Z (over 4 years ago)
- Last Synced: 2024-08-02T01:27:31.379Z (4 months ago)
- Language: Python
- Homepage: https://servicecanary.com
- Size: 932 KB
- Stars: 8
- Watchers: 5
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-repositories - Oxygem/canaryd - The Service Canary daemon. (Python)
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
```