Type StateCollection alerts missing in alert view

System SCCM2012R2UR6

We have a custom dashboard with state tiles, and now we disconnected some servers from the network but these servers don't show up in the state tiles, but when we look in the default "Active Alerts" dashboard then they are visible there with type StateCollection and Monitor name Health ServiceHeartbeat Failure and Failed to Connect to Computer.

Is it possible to get these alerts also in the Tile view ? And if yes how ?

Best Regards,

Fabian


August 20th, 2015 12:20pm

We pasted the xml beneath in the MembershipRules section. Now it works!

Make sure you use the right library version.

<MembershipRule>
  <MonitoringClass>$MPElement[Name="SystemCenter!Microsoft.SystemCenter.HealthServiceWatcher"]$</MonitoringClass>
  <RelationshipClass>$MPElement[Name="MicrosoftSystemCenterInstanceGroupLibrary7585010!Microsoft.SystemCenter.InstanceGroupContainsEntities"]$</RelationshipClass>
    <Expression>
      <Contains>
        <MonitoringClass>$MPElement[Name="SystemCenter!Microsoft.SystemCenter.HealthService"]$</MonitoringClass>
        <Expression>
          <Contained>
            <MonitoringClass>$MPElement[Name="Windows!Microsoft.Windows.Computer"]$</MonitoringClass>
            <Expression>
              <Contained>
                <MonitoringClass>$Target/Id$</MonitoringClass>
              </Contained>
            </Expression>
          </Contained>
        </Expression>
      </Contains>
    </Expression>
</MembershipRule>

Free Windows Admin Tool Kit Click here and download it now
September 10th, 2015 8:19am

We pasted the xml beneath in the MembershipRules section. Now it works!

Make sure you use the right library version.

<MembershipRule>
  <MonitoringClass>$MPElement[Name="SystemCenter!Microsoft.SystemCenter.HealthServiceWatcher"]$</MonitoringClass>
  <RelationshipClass>$MPElement[Name="MicrosoftSystemCenterInstanceGroupLibrary7585010!Microsoft.SystemCenter.InstanceGroupContainsEntities"]$</RelationshipClass>
    <Expression>
      <Contains>
        <MonitoringClass>$MPElement[Name="SystemCenter!Microsoft.SystemCenter.HealthService"]$</MonitoringClass>
        <Expression>
          <Contained>
            <MonitoringClass>$MPElement[Name="Windows!Microsoft.Windows.Computer"]$</MonitoringClass>
            <Expression>
              <Contained>
                <MonitoringClass>$Target/Id$</MonitoringClass>
              </Contained>
            </Expression>
          </Contained>
        </Expression>
      </Contains>
    </Expression>
</MembershipRule>

September 10th, 2015 12:18pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics