Skip to content

ServiceRadar v1.0.3

Compare
Choose a tag to compare
@mfreeman451 mfreeman451 released this 23 Jan 00:42
· 509 commits to main since this release
e74de6b

ServiceRadar v1.0.3

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 Agents:
sudo dpkg -i serviceradar-agent_1.0.3.deb

# With Dusk Checker (on agent)
sudo dpkg -i serviceradar-dusk-checker_1.0.3.deb

# On monitoring host (can co-locate with agent):
sudo dpkg -i serviceradar-poller_1.0.3.deb

# On cloud host (can co-locate with poller+agent):
sudo dpkg -i serviceradar-cloud_1.0.3.deb