Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Releases: marcuspat/rustops

RustOps Lite v0.1.0 - Lightweight AIOps Utility

Choose a tag to compare

@marcuspat marcuspat released this 30 Jan 03:46

RustOps Lite v0.1.0

Lightweight anomaly detection for operations metrics.

Features

  • Multiple Data Sources: System metrics, process metrics, Prometheus, and stdin
  • Detection Algorithms: Z-score, IQR, rolling statistics, and static thresholds
  • Flexible Alerting: Stdout, file, and webhook outputs
  • TOML Configuration: Simple, human-readable configuration
  • Async I/O: Built on Tokio for efficient concurrent operations

Installation (Pre-built Binary)

# Download the binary
curl -L https://github.com/marcuspat/rustops/releases/download/v0.1.0/rustops -o rustops

# Make it executable
chmod +x rustops

# Run it
./rustops --help

Installation (Cargo)

cargo install rustops

Security Fixes in v0.1.0

  • Path traversal vulnerability patched in FileAlerter
  • SSRF protection added to WebhookAlerter and PrometheusCollector
  • Mutex poisoning safety improvements
  • XDG-compliant config paths (no more hardcoded /var/log)
  • Proper error handling throughout

License

MIT OR Apache-2.0

Morty Proxy This is a proxified and sanitized view of the page, visit original site.