https://github.com/Oxygem/canaryd
The Service Canary daemon.
https://github.com/Oxygem/canaryd
Last synced: 12 days 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-21T08:19:25.000Z (about 5 years ago)
- Last Synced: 2024-11-09T21:36:41.126Z (6 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
[](https://pypi.python.org/pypi/canaryd) [](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
```