The host map widget graphs any metric across your hosts using the same visualization available from the main Host Map page.

Hierarchy

  • HostMapWidgetDefinition

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
customLinks?: WidgetCustomLink[]

List of custom links.

group?: string[]

List of tag prefixes to group by.

noGroupHosts?: boolean

Whether to show the hosts that don’t fit in a group.

noMetricHosts?: boolean

Whether to show the hosts with no metrics.

nodeType?: WidgetNodeType

Which type of node to use in the map.

notes?: string

Notes on the title.

List of definitions.

scope?: string[]

List of tags used to filter the map.

The style to apply to the widget.

title?: string

Title of the widget.

titleAlign?: WidgetTextAlign

How to align the text on the widget.

titleSize?: string

Size of the title.

Type of the host map widget.

Generated using TypeDoc