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

riemann-aged-process-monitor

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

riemann-aged-process-monitor

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Riemann Aged Process Monitoring

Utility for monitoring processes that have been running too long or are hung.

The process monitoring was built to keep track of sub processes spawned by our CD tooling that would get hung and then, over time, impede the ability for similar processes to get kicked off (since the tool would 'see' that the same process was already running). It applies three filters on the Process tree and, if any processes match those filters, will then report back the number, a description that includes the details of the processes and mark the setup as 'critical'.

Usage

./riemann-aged-process-monitor --host riemann.server.host --port port --age '5d' --username 'jenkins' --process 'svn'

Where:

  • host - Riemann server host ip or hostname
  • port - Riemann server event collection port
  • age - Process age to filter on
  • username - Process owner to filter on
  • process - Process name to filter on

In the case above, a 'critical' event would be sent if any svn processes, owned by jenkins that are older than 5 days were found. Otherwise 'ok' events are sent.

FAQs

Package last updated on 27 Nov 2015

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