Roar: Failed Active SentinelOne Launchpoints
submitted
m
matthew.crowder@liongard.com
Metrics returns a list of active sentinelone launchpoints that are in a failed run state.
Launchpoints[? Inspector.Name ==
sentinelone-inspector
&& RunState.Status != Completed
&& Status != Discovered:Unconfigured
&& Status != Discovered:Configured
] .join(:
,[to_string(FriendlyName),to_string(RunState.Status)])