bug(sync-integration): missing availability data when merged with netbox #385

Closed
opened 2026-03-28 04:24:04 +00:00 by mfreeman451 · 1 comment
Owner

Imported from GitHub.

Original GitHub issue: #1184
Original author: @mfreeman451
Original URL: https://github.com/carverauto/serviceradar/issues/1184
Original created: 2025-07-07T04:07:01Z


lost our sweep results / ping check availability data with the netbox integration overwriting it or the core service not merging it correctly

Imported from GitHub. Original GitHub issue: #1184 Original author: @mfreeman451 Original URL: https://github.com/carverauto/serviceradar/issues/1184 Original created: 2025-07-07T04:07:01Z --- lost our sweep results / ping check availability data with the netbox integration overwriting it or the core service not merging it correctly
Author
Owner

Imported GitHub comment.

Original author: @mfreeman451
Original URL: https://github.com/carverauto/serviceradar/issues/1184#issuecomment-3043427133
Original created: 2025-07-07T04:17:54Z


this appears to be a caching issue in the UI, the integration is merging data correctly with the data from the ping sweep/tcp scan, the device integration data appears as well

{
  "icmp_available": "false",
  "icmp_packet_loss": "100.000000",
  "icmp_round_trip_ns": "0",
  "integration_id": "7",
  "integration_type": "netbox",
  "netbox_device_id": "7",
  "role": "hypervisors",
  "site": "carver"
}
Imported GitHub comment. Original author: @mfreeman451 Original URL: https://github.com/carverauto/serviceradar/issues/1184#issuecomment-3043427133 Original created: 2025-07-07T04:17:54Z --- this appears to be a caching issue in the UI, the integration is merging data correctly with the data from the ping sweep/tcp scan, the device integration data appears as well ```json { "icmp_available": "false", "icmp_packet_loss": "100.000000", "icmp_round_trip_ns": "0", "integration_id": "7", "integration_type": "netbox", "netbox_device_id": "7", "role": "hypervisors", "site": "carver" } ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
carverauto/serviceradar#385
No description provided.