Releases: marcuspat/rustops
Releases · marcuspat/rustops
Release list
RustOps Lite v0.1.0 - Lightweight AIOps Utility
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 --helpInstallation (Cargo)
cargo install rustopsSecurity 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