Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

com.github.groupon.monsoon:monsoon-collector-tcp

Package Overview
Dependencies
Maintainers
0
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.github.groupon.monsoon:monsoon-collector-tcp

  • 2.3.1
  • Source
  • Maven
  • Socket score

Version published
Maintainers
0
Source

Mon-soon

An extensible monitor system that checks java processes and exposes metrics based on them.

The project is extensible and allows for new datasources to be created, so it's not just Java it can monitor.

It should be easy to implement a new processor, to direct monitored data to other systems.

Monsoon supports:

  1. collectd Metrics
  2. JMX local and remote.
  3. URL HTTP (think a simple pingdom)
  4. Scrape a JSON endpoint over HTTP, I.E Hadoop metricz endpoint.
  5. A history module that will write time series to disk.
  6. It has metrics API endpoint for graphing ( work in progress).
  7. It also has a prometheus exporter.
  8. A simple TCP collector (can be used to see if a port is open).

Usage

The system uses processors to hook up to external metric and alerting systems. Processors are what turns the system from a pile of code into a useful component of your production deployment.

Configuration

Please refer to the configuration documentation.


Prometheus Integration

The Prometheus exporter will take all jmx metrics and convert them to a format that Prometheus can scrape prometheus.jar.

Development

Development documentation has its own section.

Build Status

FAQs

Package last updated on 19 Dec 2017

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