Socket
Socket
Sign inDemoInstall

crossmon-collect

Package Overview
Dependencies
13
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    crossmon-collect

Gattering service for crossmon-server


Version published
Maintainers
1
Created

Readme

Source

Description

Crossmon-collect is the gattering service for crossmon-server. Crossmon-collect starts periodically the collecting modules and send the collected datas to the crossmon-server.

This service only works on conclusion with at least one collecting module like crossmon-cpu.

A sample configuration file can be found in the module directory. At the startup crossmon-collect searches for a configuration file. This is the search order:

  • /etc/crossmon/collect_config.json
  • [module-home-directory]/collect_config.json
  • [module-home-directory]/collect_config.sample.json

Requirements

  • node.js -- v0.8.0 or newer
  • A running crossmon-server

Installation

You can install the collecting service simply by running:

npm install crossmon-collect -g

You have to set the IP-Address or hostname and the port of the storage service (crossmon-server).

crossmon-collect setup server value 127.0.0.1
crossmon-collect setup port value 7654

At minimum you will need one collecting module like crossmon-cpu.

npm install crossmon-cpu -g

After the module installation you can set up the service. At first you must enable the module.

crossmon-collect enable crossmon-cpu

After that you can setup the module by running.

crossmon-collect setup crossmon-cpu

Depending on the installed module the setup will guide you thru the configuration.

Running

You can start the service with.

crossmon-collect start

You can stop the service with.

crossmon-collect stop

You can restart the service with.

crossmon-collect restart

Help

The following command shows you the options for crossmon-collect.

crossmon-collect --help

Keywords

FAQs

Last updated on 22 Nov 2013

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc