• 1.0.26 d17226f0c1

    mfreeman451 released this | 4295 commits to main since this release

    Imported from GitHub release.

    Original author: @mfreeman451
    Original URL: https://github.com/carverauto/serviceradar/releases/tag/1.0.26
    Original published: 2025-03-17T23:31:53Z

    ServiceRadar v1.0.26

    Release of ServiceRadar network monitoring and surveillance system.

    Whats New

    • UI Update for Network Sweep
    • Network Sweep refactored
    • gRPC healthcheck bug fixes

    Important Breaking Configuration Change (>=1.0.21)

    On your poller node, make sure you update your poller.json and change cloud_address to core_address.

    Components

    • serviceradar-dusk-checker: Agent package for monitoring Dusk nodes
    • serviceradar-snmp-checker: SNMP Poller, polls OIDs and graphs results for most counters
    • 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-web: Core service (UI)

    Installation

    See the README.md for detailed installation instructions.

    Quick Start

    # On Agents:
    sudo dpkg -i serviceradar-agent_1.0.26.deb
    
    # With Dusk Checker (typically installed with agent)
    sudo dpkg -i serviceradar-dusk-checker_1.0.26.deb
    
    # With SNMP Checker (typically installed with agent)
    sudo dpkg -i serviceradar-snmp-checker_1.0.26.deb
    
    # On monitoring host (can co-locate with agent):
    sudo dpkg -i serviceradar-poller_1.0.26.deb
    
    # On core host (can co-locate with poller+agent):
    sudo dpkg -i serviceradar-core_1.0.26.deb
    
    # On core host (can co-locate with poller+agent):
    sudo dpkg -i serviceradar-web_1.0.26.deb
    
    
    Downloads