Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 718 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 718 Bytes

Example Sensu Deployment

ℹ️ Last verified with Sensu 0.26.1-1.

Server node

  • create a server VM
  • install and configure sensu-server along with dependencies
  • install uchiwa

Client node

  • create a client VM
  • install and configure sensu-client
  • install example plugin

Deployment diagram

Deployment Diagram for Vagrant

Deployment Diagram for Vagrant

Deployment Diagram for Docker

Deployment Diagram for Docker

How to run

vagrant

Just run vagrant up and open https://127.0.0.1:3000

docker-compose

Just run docker-compose up and open https://127.0.0.1:3000