https://github.com/hoshinotsuyoshi/sensu-server
sensuの学習
https://github.com/hoshinotsuyoshi/sensu-server
Last synced: 2 months ago
JSON representation
sensuの学習
- Host: GitHub
- URL: https://github.com/hoshinotsuyoshi/sensu-server
- Owner: hoshinotsuyoshi
- Created: 2014-04-27T20:54:43.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-14T14:07:25.000Z (about 11 years ago)
- Last Synced: 2025-03-25T04:13:29.322Z (2 months ago)
- Language: Ruby
- Size: 738 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
sensu-server
============my sensu-server docker app
## Development
### At First```
git submodule init
git submodule update
```## Dependency
https://github.com/sensu/sensu-community-plugins
* https://index.docker.io/u/hoshinotsuyoshi/sensu-base/
https://github.com/hoshinotsuyoshi/sensu-base-docker
## Deployment
### docker build
docker build -t hogehoge .### docker run
docker run -d -p 15672:15672 -p 8080:8080 -p 4567:4567 hogehoge## ssh,etc
see:
https://github.com/petecheslock/sensu-docker/blob/master/README.md