• 1.0.40-pre1 ca16c870c9

    mfreeman451 released this | 3218 commits to main since this release

    Imported from GitHub release.

    Original author: @mfreeman451
    Original URL: https://github.com/carverauto/serviceradar/releases/tag/1.0.40-pre1
    Original published: 2025-05-19T18:30:09Z

    ServiceRadar v1.0.40-pre1

    Release of ServiceRadar network monitoring and surveillance system.

    Whats New

    • Query API endpoint for SRQL (ServiceRadar Query Language) queries
    • AgentID/PollerID propagation through service status check pipeline
    • Bug Fixes
    • Proton - switched from MergeTree to regular Stream engine

    Components

    • serviceradar-dusk-checker: Agent package for monitoring Dusk nodes
    • serviceradar-snmp-checker: SNMP Poller, polls OIDs and graphs results for most counters
    • serviceradar-sysmon-checker: SysMon collects host-based metrics (CPU, memory, filesystem)
    • serviceradar-rperf-checker: RPerf (iperf3-based) bandwidth measurement tool (client)
    • serviceradar-rperf: RPerf server (reflector)
    • serviceradar-agent: Agent performs checks, collects information from external checkers (dusk)
    • serviceradar-poller: Network poller for collecting monitoring data from Agent
    • serviceradar-core: Core service (API)
    • serviceradar-proton: Stream Processing Engine
    • serviceradar-web: Core service (UI)
    • serviceradar-cli: ServiceRadar CLI utility (local-auth password management)
    • serviceradar-nats: NATS JetStream (Durable KV) -- Optional
    • serviceradar-kv: KV API -- Optional
    • serviceradar-sync: KV integrations (NetBox, ARMIS, etc) -- Optional

    Installation

    See the README.md for detailed installation instructions.

    Quick Start

    ServiceRadar provides a simple installation script for deploying all components:

    # All-in-One Installation (interactive mode)
    curl -sSL https://github.com/carverauto/serviceradar/releases/download/1.0.40-pre1/install-serviceradar.sh | bash
    
    # All-in-One Installation (non-interactive mode)
    curl -sSL https://github.com/carverauto/serviceradar/releases/download/1.0.40-pre1/install-serviceradar.sh | bash -s -- --all --non-interactive
    
    # Adding the `sysmon` metrics checker (CPU, memory, filesystem usage)
    curl -sSL https://github.com/carverauto/serviceradar/releases/download/1.0.40-pre1/install-serviceradar.sh | bash -s -- --poller --skip-checker-prompts --checkers=sysmon
    systemctl restart serviceradar-poller
    
    Downloads