Skip to content

ServiceRadar v1.0.20

Latest
Compare
Choose a tag to compare
@mfreeman451 mfreeman451 released this 02 Mar 05:13
· 18 commits to main since this release
94b83ff

ServiceRadar v1.0.20

Release of ServiceRadar network monitoring and surveillance system.

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-cloud: Cloud service (API)
  • serviceradar-web: Cloud service (UI)

Installation

See the README.md for detailed installation instructions.

Quick Start

# On Agents:
sudo dpkg -i serviceradar-agent_1.0.20.deb

# With Dusk Checker (typically installed with agent)
sudo dpkg -i serviceradar-dusk-checker_1.0.20.deb

# With SNMP Checker (typically installed with agent)
sudo dpkg -i serviceradar-snmp-checker_1.0.20.deb

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

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

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