Skip to content

rodrigobb/mike-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mike-monitor

Proof of concept for a Dashboard feed by RabbitMQ

Setting up

Requirements

Installation

  • Clone project
  • run composer install (npm install will be run after composer install automatically)
$ composer install

Starting socket server

Run

npm start

Structure

Exchange declaration

$channel->exchange_declare('mike_monitor', 'topic', false, false, false);

TOPIC Structure

<source>.<section>.<level>

Examples:

  • monitor.ping.info
  • monitor.homepage.error

TO DO

About

Proof of concept for a Dashboard feed by RabbitMQ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published