My understanding is that historical availability data for node Groups includes the UnManaged status. Is there any way to exclude ALL member statues except DOWN from figuring in to the data?
Where did you get that idea?
A client of mine was told that by SolarWinds Support. Does not make sense to me, so I am trying to verify it and I thought I would have a better chance of doing so here than by calling SolarWinds.
Care to weigh in?
SolarWinds?
the rollup information is stored here:
SELECT * FROM [dbo].[StatusInfo]
if you have it set to 'worst' status then Unmanaged nodes get the value of '29', up nodes the value of '1', and down nodes a value of '0'
so if all nodes in a 'worst status' group are unmanaged the group will be unmanaged
so if some nodes in a 'worst status' group are unmanaged, but any are up or down the group will be up or down