github carverauto/serviceradar 1.0.28
ServiceRadar v1.0.28

latest releases: 1.0.32, 1.0.31, 1.0.30...
12 days ago

ServiceRadar v1.0.28

Release of ServiceRadar network monitoring and surveillance system.

Whats New

  • NATS JetStream (durable KV)
  • KV API (Key-Value) service
  • Sync service (integration point for KV)
  • Support for reading configs from KV
  • NetBox/ARMIS integrations (KV)
  • RPerf (iperf3-based) bandwidth checker
  • mTLS Updates
  • Bug Fixes

Important Breaking Configuration Change (>=1.0.28)

We have improved support mTLS certificates per gRPC service, in the config. Please check the documentation to see if this affects you.

Components

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

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

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

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

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

# On core host (can co-locate with poller+agent):
sudo dpkg -i serviceradar-core_1.0.28.deb

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

Don't miss a new serviceradar release

NewReleases is sending notifications on new releases.