Image tile

The Image tile can be used for two different use cases:

  • Displaying an image
  • Displaying the rolled up health state of objects (just like you can do with the Status tile) on an image background, such as a map

Tip: If you want to use an image background and display more data than just the health status, like performance metrics and other information, you can use the Surface tile (How to use the Surface tile).

Tip: If you want to show the health state of objects by changing the color of part of an image use an SVG file with the Visio tile (see How to use the Visio tile). For example, you could use a building floorplan and turn each room into a shape in Visio. Then you can connect those shapes to a health indicator, maybe the room's wifi connectivity, and display the image on a dashboard where you can monitor if one of the rooms turns red.

How to configure an Image tile

  1. Add a new tile to a dashboard or perspective and choose the Image tile.
  2. Image:

    Here you can choose one of the provided images or upload your own.
    Tip: If you want a different selection of maps, you can download more at https://freevectormaps.com/

    Supported image formats: png, jpg, jpeg, gif, tif, tiff. svg, bmp
    Tip: SVG images resize best since they are vector images.

    File size limit: 10MB

    Image size: Images fill the size of the tile, which means you can resize the image by adjusting the tile's size. The size of the tile also depends on the screen the dashboard is being viewed on.

  3. Scope:
    If you want to display status icons on the image, you need to define a scope here. Scoped objects will appear straight away and can be dragged into position.

    What you want to select
    What to use as a scope
    All your Distributed Applications (DAs)
    In the advanced section, use a class of either service (system.service) or user created distributed application
    Only your Enterprise Applications (EAs)
    In the advanced section, use a class of Enterprise Application (Base)

  4. Icons:

    Here you can customize the icons on the image:

    • You can change the size of the icons with the slider
    • You can change the shape of the icons (square or circle)
    • You can drag the icons on the image into position
  5. Label:

    none
    Use no label
    name
    Use the object's name
    path / name
    Use the object's name and path
    name (path)
    Use the object's name and path
    custom

    Here you can change the label to a custom label. You can use static text and dynamic properties. Use the mustache picker

    to select dynamic properties from the response data to use them as labels.

    For more information see How to use Custom Labels

  6. Click done to save the tile.

    The tile now shows data according to your settings.

Meaning of the status icons

Healthy
Warning
Critical
Maintenance Mode
(see Putting a SCOM object into maintenance mode). The last known health state is shown as a faded color behind the spanner.
Offline/Unmonitored
The power symbol signifies an object that SCOM has been monitored, but at present the agent is unresponsive. Typically this is because the device is powered off or the agent is broken. The last known health state is shown as a faded color behind the power button. This can often be resolved by restarting the Microsoft Monitoring Agent service on the server itself, or restarting the System Center Data Access service on the SCOM server. To show only objects that are currently offline/unmonitored you can specify IsAvailable = 0 in the Scope > Advanced > Criteria (see How to use criteria when scoping objects)
Unknown/Uninitialized
The gray icon with a question mark signifies an object that has never had a health state, for example a device that has been badly or incompletely discovered. SCOM is aware of the object, but has never recorded any data from it. This covers both objects where SCOM records a health state of 0 (no health state) and those where SCOM has no record for the health state, i.e. the health state is blank or unspecified (NULL).
Tips for scoping tiles to objects with unknown health state (in Scope > Advanced > Criteria, see How to use criteria when scoping objects):
  • To show only objects where SCOM specifies a health state of 0 use HealthState = 0
  • To show objects where there SCOM has no current or last known health state specified use HealthState IS NULL
  • To show all gray objects, both those with unknown health state and those with no known last health state specify HealthState = 0 OR HealthState IS NULL
To resolve groups which show a gray health state see Groups show no health information
Offline, with no last known health state.

Troubleshooting

A group’s health state stays in the gray/uninitialized no health information state

See Groups show no health information.

Was this article helpful?


Have more questions or facing an issue?