https://github.com/mrtazz/sensu-heroku-app
example app to run sensu on heroku
https://github.com/mrtazz/sensu-heroku-app
Last synced: about 1 year ago
JSON representation
example app to run sensu on heroku
- Host: GitHub
- URL: https://github.com/mrtazz/sensu-heroku-app
- Owner: mrtazz
- License: mit
- Created: 2012-07-31T10:44:52.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-07-31T10:47:45.000Z (almost 14 years ago)
- Last Synced: 2024-10-05T06:49:49.152Z (over 1 year ago)
- Language: Ruby
- Size: 88.9 KB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sensu heroku example app
This is an example app how to run [sensu]() on [Heroku]().
## Setup
Initialize the heroku app
```
heroku create --stack cedar
heroku addons:add redistogo
heroku addons:add rabbitmq
git push heroku master
```
## Configuration
The app reads all `*.json` config files on startup. So all configuration can be
dropped in there. By default the sensu server is started. If you want to run
the api, change the executable in `Procfile` to `sensu-api`.
[Heroku]: http://heroku.com
[sensu]: https://github.com/sensu/sensu