Skip to content

It runs sensu-api, sensu-server, redis, rabbitmq-server, uchiwa and ssh processes

License

Notifications You must be signed in to change notification settings

juliomauro/docker-sensu-uchiwa-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-sensu-uchiwa-server

CentOS and sensu. It runs sensu-api, sensu-server, redis, rabbitmq-server, uchiwa and ssh processes.

Installation

Install from docker index or build from Dockerfile

Docker pull

docker pull juliomauro/docker-sensu-uchiwa-server

or

Git clone + docker build

git clone https://github.com/juliomauro/docker-sensu-uchiwa-server.git
cd docker-sensu-uchiwa-server
docker build -t yourname/docker-sensu-uchiwa-server .

Run

docker run -d -p 10022:22 -p 3000:3000 -p 4567:4567 -p 5671:5671 -p 15672:15672 juliomauro/docker-sensu-uchiwa-server

How to access via browser and sensu-client

- rabbitmq console

- uchiwa

- sensu-client

To run sensu-client, create client.json (see example below), then just run sensu-client process.

These are examples of sensu-client configuration.

  • /etc/sensu/config.json
{
  "rabbitmq": {
    "host": "sensu-server-ipaddr",
    "port": 5671,
    "vhost": "/sensu",
    "user": "sensu",
    "password": "password",
    "ssl": {
      "cert_chain_file": "/etc/sensu/ssl/cert.pem",
      "private_key_file": "/etc/sensu/ssl/key.pem"
    }
  }
}
  • /etc/sensu/conf.d/client.json
{
  "client": {
    "name": "sensu-client-node-hostname",
    "address": "sensu-client-node-ipaddr",
    "subscriptions": [
      "common",
      "web"
    ]
  },
  "keepalive": {
    "thresholds": {
      "critical": 60
    },
    "refresh": 300
  }
}

ssh login

ssh mauro@localhost -p 10022
password: mauro

License

MIT

About

It runs sensu-api, sensu-server, redis, rabbitmq-server, uchiwa and ssh processes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published