• 1.0.2 1883f08917

    mfreeman451 released this | 5032 commits to main since this release

    Imported from GitHub release.

    Original author: @mfreeman451
    Original URL: https://github.com/carverauto/serviceradar/releases/tag/1.0.2
    Original published: 2025-01-19T05:30:15Z

    ServiceRadar v1.0.2

    Release of ServiceMon monitoring system.

    Components

    • serviceradar-dusk-checker: Agent package for monitoring Dusk nodes
    • serviceradar-agent: Agent performs checks, collects information from external checkers (dusk)
    • serviceradar-poller: Network poller for collecting monitoring data from Agent
    • serviceradar-cloud: Cloud service with web interface and alerts

    Installation

    See the README.md for detailed installation instructions.

    Quick Start

    # On Dusk nodes:
    sudo dpkg -i serviceradar-agent_1.0.2.deb
    sudo dpkg -i serviceradar-dusk-checker_1.0.2.deb
    
    # On monitoring host (can co-locate with agent):
    sudo dpkg -i serviceradar-poller_1.0.2.deb
    
    # On cloud host (can co-locate with poller+agent):
    sudo dpkg -i serviceradar-cloud_1.0.2.deb
    
    Downloads