New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

amq-heartbeat-gui

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amq-heartbeat-gui

Show heartbeat status of services in Web UI

  • 1.4.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-55.56%
Maintainers
1
Weekly downloads
 
Created
Source

This little Web UI shows heartbeat status for messages sent with amqp-heartbeat package to RabbitMA and collected via amqp-heartbeat-to-mongodb package to a MongoDB.

demo screen shot

This is more a demo, how to start a Web GUI for heartbating services.

The GUI uses the Easy-Web-App Node.js package. Please check the docu there, how to add security or change the view or add pages and functionality.

Full Set Up

MongoDB (Docker)

docker pull mongo
docker run --name mongodb -p 27017:27017 -d mongo

Service With Heartbeat

See amqp-heartbeat example

Heartbeat-To-MongoDB Service

See amqp-heartbeat package

Heartbeat Web UI

node index.js --mongoHost=localhost 

Open the URL http://localhost:8888/heartbeat/index.html in your browser.

Run as Docker Container

docker build -t heartbeat/gui .
docker run -d --link mongodb:mongo -p 8888:8888 --name heartbeat-gui heartbeat/gui

Keywords

FAQs

Package last updated on 17 Sep 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc