Smarts SAM: How can the Topology Device groups be "colored" according to the notifications of a different class (e.g. NetworkConnections), other than Router or Switches
book
Article ID: 332062
calendar_today
Updated On:
Products
VMware Smart Assurance
Environment
VMware Smart Assurance - SMARTS
Resolution
Each Topology group is "Colored" according to the severity of the notifications of the devices inside(UnitaryComputerSystem) the group. However, if the notification is in regards to physical connectivity (NetworkConnections) of the devices, the group is not "colored".
For example: CORE_AREA_0 is not colored, meaning the group does not contain notifications. But when you view this group, there are notifications regarding the physical connectivities amongst different devices.
Viewing inside the CORE_AREA_0
How can the group be "colored" according to the notifications of a different class (e.g. NetworkConnections), other than Router or Switches?
You will need to get the connections into the group to have it "colored" according to NetworkConnection notifications
You must create HierarchicalGroups (can only be created from the conf file). It will not work with SelectiveGroups (created from GUI)
Create Hierarchical groups by editing file: "topology-group.data.template" and adding the groupd such as below:
HierarchicalGroup MyGroup children CORE_Grp EDGE_Grp
The reason why the CORE_AREA_0 is not colored, is because this is a Selective Group which doesn t contain the NetworkConnections only UnitaryComputerSystems. Therefore, CORE_AREA_0 doesn t take the network connections into account, hence it is not colored because the notification is in relation to NetworkConnections and not UnitaryComputerSystems