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

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

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