
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
crossmon-server
Advanced tools
Crossmon services contains of two services. crossmon-server acts as http and storage server for the collected datas. The http server presents all the collected data in graphs trough the website. The second service crossmon-collect run on every machine you want to observe. This service starts periodically the collecting modules and send the collected datas to the crossmon-server.
A sample configuration file can be found in the module directory. At the startup crossmon-server searches for a configuration file.
This is the search order:
Depending on your configuration you need to install a database module:
npm install crossmon-server -g
To start with a sample configuration gattering the cpu usage of the current machine you can use the simple setup script:
crossmon-server simplesetup
To configure the hole service including the allowed collecting machines (clients), you can run:
crossmon-server setup
You can start the service with
crossmon-server start
Stop the service with
crossmon-server stop
Restarting the service with
crossmon-server restart
Getting information of the current configuration
crossmon-server info
FAQs
Graphical monitoring service
We found that crossmon-server demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.