bug(sync): Armis updater incorrectly reporting availability #391

Closed
opened 2026-03-28 04:24:07 +00:00 by mfreeman451 · 0 comments
Owner

Imported from GitHub.

Original GitHub issue: #1195
Original author: @mfreeman451
Original URL: https://github.com/carverauto/serviceradar/issues/1195
Original created: 2025-07-07T16:28:57Z


		if result, exists := resultMap[ip]; exists {
			attributes["SERVICERADAR_COMPLIANT"] = result.Available
		}

Needs to mark that field as non compliant (false) if host is availale

Imported from GitHub. Original GitHub issue: #1195 Original author: @mfreeman451 Original URL: https://github.com/carverauto/serviceradar/issues/1195 Original created: 2025-07-07T16:28:57Z --- ```golang if result, exists := resultMap[ip]; exists { attributes["SERVICERADAR_COMPLIANT"] = result.Available } ``` Needs to mark that field as non compliant (false) if host is availale
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#391
No description provided.