-
ServiceRadar v1.0.29 Stable
released this | 3814 commits to main since this release
Imported from GitHub release.
Original author: @mfreeman451
Original URL: https://github.com/carverauto/serviceradar/releases/tag/1.0.29
Original published: 2025-04-07T19:01:23ZServiceRadar v1.0.29
Release of ServiceRadar network monitoring and surveillance system.
Whats New
Nodeshave been renamed toPollersin UI- Poller dashboard improvements
- New service detail dashboards
Important Breaking Configuration Change (>=1.0.28)
If you are coming from <= 1.0.28, due to DB schema changes and the short-term nature of this data in the database, you will need to clear the
/var/lib/serviceradar/directory. In the future we will have DB migration tools.systemctl stop serviceradar-core rm -rf /var/lib/serviceradar/* systemctl start serviceradar-coreYou will also need to make sure to update your nginx.conf --
/etc/nginx/sites-enabled/serviceradar-web.conflocation ~ ^/api/(auth|nodes|status) {Change that line to
location ~ ^/api/(auth|pollers|status) {And be sure to restart nginx:
systemctl restart nginxWe 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.29.deb # With Dusk Checker (typically installed with agent) sudo dpkg -i serviceradar-dusk-checker_1.0.29.deb # With SNMP Checker (typically installed with agent) sudo dpkg -i serviceradar-snmp-checker_1.0.29.deb # On monitoring host (can co-locate with agent): sudo dpkg -i serviceradar-poller_1.0.29.deb # On core host (can co-locate with poller+agent): sudo dpkg -i serviceradar-core_1.0.29.deb # On core host (can co-locate with poller+agent): sudo dpkg -i serviceradar-web_1.0.29.debDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- serviceradar-agent-1.0.29-1.el9.x86_64.rpm
- serviceradar-agent_1.0.29.deb
- serviceradar-core-1.0.29-1.el9.x86_64.rpm
- serviceradar-core_1.0.29.deb
- serviceradar-dusk-checker_1.0.29.deb
- serviceradar-kv-1.0.29-1.el9.x86_64.rpm
- serviceradar-kv_1.0.29.deb
- serviceradar-nats-1.0.29-1.el9.x86_64.rpm
- serviceradar-nats_1.0.29.deb
- serviceradar-poller-1.0.29-1.el9.x86_64.rpm
- serviceradar-poller_1.0.29.deb
- serviceradar-rperf-1.0.29-1.el9.x86_64.rpm
- serviceradar-rperf-checker-1.0.29-1.el9.x86_64.rpm
- serviceradar-rperf-checker_1.0.29.deb
- serviceradar-rperf_1.0.28.deb
- serviceradar-snmp-checker-1.0.29-1.el9.x86_64.rpm
- serviceradar-snmp-checker_1.0.29.deb
- serviceradar-sync-1.0.29-1.el9.x86_64.rpm
- serviceradar-sync_1.0.29.deb
- serviceradar-web-1.0.29-1.el9.x86_64.rpm
- serviceradar-web_1.0.29.deb