Cisco Intersight Metrics

Cisco Intersight metrics in this repo are exposed to AppDynamics through a Prometheus-compatible endpoint and mapped into AppDynamics custom metrics for the Intersight dashboard.

The examples in this page are reference templates. Replace the environment-specific values before deployment.

Prerequisites

Ensure that:

  • Cisco Intersight API access is configured upstream
  • the Intersight collector path is deployed from intersight-otel-appd-values-template.yaml
  • network is reachable to the exported Prometheus service
  • the Intersight collector pod is deployed first so that Infrastructure Visibility has a live scrape target

Configure the Upstream Intersight Collector

The AppDynamics scrape layer does not query Cisco Intersight directly. It scrapes a Prometheus endpoint exposed by the upstream Intersight collector.

Use intersight-otel-appd-values-template.yaml as the repo reference and update the subsequent example blocks as templates.

The upstream flow for this integration is:

  • intersight-otel polls Cisco Intersight APIs
  • it sends the OpenTelemetry protocol (OTLP) metrics to the downstream collector
  • the downstream collector exports Prometheus metrics
  • Infrastructure Visibility scrapes that Prometheus endpoint

Template the following values for your environment:

  • Intersight API key ID
  • Intersight private key Secret name
  • organization name
  • OTLP endpoint for the downstream collector
  • collector namespace
  • Prometheus service name exposed by the collector

Template workflow:

  1. Create a Secret for the Intersight API credentials.
  2. Create a ConfigMap containing the intersight-otel.toml collector configuration.
  3. Deploy the intersight-otel-appd collector Deployment.
  4. Verify that the collector can send OTLP metrics to the downstream collector service.
  5. Verify that the downstream collector exports Prometheus metrics that Infrastructure Visibility can scrape.
Template Secret:
CODE
apiVersion: v1
kind: Secret
metadata:
  name: intersight-api-credentials
  namespace: appdynamics
type: Opaque
stringData:
  intersight-key-id: "<intersight-key-id>"
data:
  intersight-key: "<base64-encoded-private-key>"
Template collector ConfigMap:
JSON
apiVersion: v1
kind: ConfigMap
metadata:
  name: intersight-otel-appd-config
  namespace: appdynamics
data:
  intersight-otel.toml: |
    otel_collector_endpoint = "http://<downstream-otlp-service>.<collector-namespace>.svc.cluster.local:4317"

    [[pollers]]
    name = "intersight.alarms.count"
    otel_attributes = { severity = "critical", "intersight.organization" = "<organization>" }
    api_query = "api/v1/cond/Alarms?$filter=Acknowledge eq 'None' and Severity eq 'Critical'&$count=true"
    aggregator = "result_count"
    interval = 60

    [[tspollers]]
    name = "ucs_host_temperature"
    datasource = "PhysicalEntities"
    dimensions = ["host.name"]
    field_names = ["intersight.ucs.host.temperature"]
    otel_dimension_to_attribute_map = { "host.name" = "intersight.host.name" }
    otel_attributes = { "intersight.organization" = "<organization>" }
    interval = 60

While deploying the template and service:

  • deploy the collector in the namespace used by your telemetry pipeline
  • mount the ConfigMap at /etc/intersight-otel
  • mount the credentials Secret into the collector pod
  • expose the downstream Prometheus endpoint through a Kubernetes Service

Replace the following values:

  • Intersight API key ID
  • private key Secret contents
  • organization name
  • OTLP collector endpoint
  • namespace and service names if they differ from the repo example

Validate the following before AppDynamics scraping:

  • run the oc get deploy,pod,svc -n <collector-namespace> | grep intersight-otel-appd command to list Kubernetes resources
  • verify that the collector pod is running
  • verify that the downstream collector service is reachable from that pod
  • verify that the AppDynamics scrape target returns Prometheus text at http://<intersight-prometheus-service>:9464/metrics

Enable Prometheus Scraping for Cisco Intersight

The following are example values from this repo:

  • service: intersight-appd-prometheus-service
  • namespace: appdynamics
  • port: 9464
  • path: /metrics

Replace these values with the service name and namespace used by your collector deployment.

Configure Machine Agent Ingestion

Infrastructure Visibility Prometheus monitoring reads the exporter include list from prometheus-config-template.yaml and loads the ready-to-use example from exporter-yamls/intersight-exporter.yaml.

To activate this path:

  • include the Intersight exporter YAML in the prometheus-exporters ConfigMap
  • ensure that the main include list references that exporter file
  • apply the ConfigMap update and re-run the InfraViz Helm upgrade

Before enabling the scrape, update the exporter YAML service discovery fields to the service name and namespace used by your collector deployment.

Exporter YAML Contract

  • ready-to-use exporter file: exporter-yamls/intersight-exporter.yaml
  • source metrics include:
    • intersight_advisories_security_count
    • intersight_advisories_security_affected_objects
    • intersight_advisories_nonsecurity_affected_objects
    • intersight_alarms_count
    • intersight_ucs_host_temperature
    • intersight_ucs_host_power
    • intersight_ucs_network_transmit_rate
    • intersight_ucs_network_receive_rate
    • intersight_ucs_network_utilization_average
    • intersight_ucs_fan_speed
    • intersight_vm_count
  • custom metric family: Custom Metrics|Intersight|...

Expected AppDynamics Custom Metric Paths

  • Custom Metrics|Intersight|Security Advisory Count
  • Custom Metrics|Intersight|Security Advisories Affected
  • Custom Metrics|Intersight|Non-Security Advisories Affected
  • Custom Metrics|Intersight|Alarm Count
  • Custom Metrics|Intersight|{intersight_organization}|{severity}|Alarm Count
  • Custom Metrics|Intersight|{intersight_organization}|{intersight_host_name}|Host Temperature (C)
  • Custom Metrics|Intersight|{intersight_organization}|{intersight_name}|Host Power
  • Custom Metrics|Intersight|{intersight_organization}|{intersight_host_name}|Network Transmit Rate
  • Custom Metrics|Intersight|{intersight_organization}|{intersight_host_name}|Network Receive Rate
  • Custom Metrics|Intersight|{intersight_organization}|{intersight_host_name}|Network Utilization (%)
  • Custom Metrics|Intersight|{intersight_host_name}|Fan Speed

Dashboard Dependencies

appd_intersight_dashboard.json
JSON
{
    "schemaVersion": null,
    "dashboardFormatVersion": "4.0",
    "name": "dashboard-ai-pod-intersight",
    "description": null,
    "properties": null,
    "templateEntityType": "APPLICATION_COMPONENT_NODE",
    "associatedEntityTemplates": null,
    "timeRangeSpecifierType": "GLOBAL",
    "minutesBeforeAnchorTime": -1,
    "startDate": null,
    "endDate": null,
    "refreshInterval": 120000,
    "backgroundColor": 15856629,
    "color": 15856629,
    "height": 768,
    "width": 1024,
    "canvasType": "CANVAS_TYPE_GRID",
    "layoutType": "",
    "widgetTemplates": [
        {
            "widgetType": "MetricLabelWidget",
            "title": "Total Alarms",
            "height": 2,
            "width": 3,
            "minHeight": 0,
            "minWidth": 0,
            "x": 0,
            "y": 0,
            "label": null,
            "description": null,
            "drillDownUrl": null,
            "openUrlInCurrentTab": false,
            "useMetricBrowserAsDrillDown": true,
            "drillDownActionType": null,
            "backgroundColor": 16777215,
            "backgroundColors": null,
            "backgroundColorsStr": "16777215,16777215",
            "color": 1646891,
            "fontSize": 12,
            "useAutomaticFontSize": true,
            "borderEnabled": false,
            "borderThickness": 0,
            "borderColor": 14408667,
            "backgroundAlpha": 1,
            "showValues": false,
            "formatNumber": true,
            "numDecimals": 0,
            "removeZeros": true,
            "compactMode": false,
            "showTimeRange": false,
            "renderIn3D": false,
            "showLegend": null,
            "legendPosition": null,
            "legendColumnCount": null,
            "timeRangeSpecifierType": "BEFORE_NOW",
            "startTime": null,
            "endTime": null,
            "minutesBeforeAnchorTime": 15,
            "isGlobal": true,
            "propertiesMap": null,
            "dataSeriesTemplates": [
                {
                    "seriesType": "LINE",
                    "metricType": null,
                    "showRawMetricName": false,
                    "colorPalette": null,
                    "name": "Series 0",
                    "metricMatchCriteriaTemplate": {
                        "entityMatchCriteria": {
                            "matchCriteriaType": "SpecificEntities",
                            "entityType": "APPLICATION_COMPONENT_NODE",
                            "agentTypes": null,
                            "entityNames": [
                                {
                                    "applicationName": "Server & Infrastructure Monitoring",
                                    "entityType": "APPLICATION_COMPONENT_NODE",
                                    "entityName": "worker3.flashstack.local",
                                    "scopingEntityType": "APPLICATION_COMPONENT",
                                    "scopingEntityName": "Root",
                                    "subtype": null,
                                    "uniqueKey": null
                                }
                            ],
                            "summary": false
                        },
                        "metricExpressionTemplate": {
                            "metricExpressionType": "Logical",
                            "functionType": "CURRENT",
                            "displayName": "null",
                            "inputMetricText": true,
                            "inputMetricPath": "Custom Metrics|Temp|Intersight|Alarm Count",
                            "relativeMetricPath": "Custom Metrics|Temp|Intersight|Alarm Count"
                        },
                        "rollupMetricData": true,
                        "expressionString": null,
                        "useActiveBaseline": true,
                        "sortResultsAscending": false,
                        "maxResults": 50,
                        "evaluationScopeType": null,
                        "baselineName": null,
                        "applicationName": "Server & Infrastructure Monitoring",
                        "metricDisplayNameStyle": "DISPLAY_STYLE_AUTO",
                        "metricDisplayNameCustomFormat": null,
                        "includeHistoricalNodes": false,
                        "includeAbove": true,
                        "includeBelow": false,
                        "includeBoth": false,
                        "includeBand12": false,
                        "includeBand23": false,
                        "includeBand34": false,
                        "includeBand45": false,
                        "includeShade": false
                    },
                    "axisPosition": null
                }
            ],
            "text": null,
            "textAlign": "RIGHT",
            "margin": 15,
            "showLabel": false,
            "showBaseline": false,
            "useBaselineColor": false,
            "reverseBaselineColorOrder": false
        },
        {
            "widgetType": "MetricLabelWidget",
            "title": "Alarms (Critical)",
            "height": 2,
            "width": 3,
            "minHeight": 0,
            "minWidth": 0,
            "x": 3,
            "y": 0,
            "label": null,
            "description": null,
            "drillDownUrl": null,
            "openUrlInCurrentTab": false,
            "useMetricBrowserAsDrillDown": true,
            "drillDownActionType": null,
            "backgroundColor": 16777215,
            "backgroundColors": null,
            "backgroundColorsStr": "16777215,16777215",
            "color": 1646891,
            "fontSize": 12,
            "useAutomaticFontSize": true,
            "borderEnabled": false,
            "borderThickness": 0,
            "borderColor": 14408667,
            "backgroundAlpha": 1,
            "showValues": false,
            "formatNumber": true,
            "numDecimals": 0,
            "removeZeros": true,
            "compactMode": false,
            "showTimeRange": false,
            "renderIn3D": false,
            "showLegend": null,
            "legendPosition": null,
            "legendColumnCount": null,
            "timeRangeSpecifierType": "BEFORE_NOW",
            "startTime": null,
            "endTime": null,
            "minutesBeforeAnchorTime": 15,
            "isGlobal": true,
            "propertiesMap": null,
            "dataSeriesTemplates": [
                {
                    "seriesType": "LINE",
                    "metricType": null,
                    "showRawMetricName": false,
                    "colorPalette": null,
                    "name": "Series 0",
                    "metricMatchCriteriaTemplate": {
                        "entityMatchCriteria": {
                            "matchCriteriaType": "SpecificEntities",
                            "entityType": "APPLICATION_COMPONENT_NODE",
                            "agentTypes": null,
                            "entityNames": [
                                {
                                    "applicationName": "Server & Infrastructure Monitoring",
                                    "entityType": "APPLICATION_COMPONENT_NODE",
                                    "entityName": "worker3.flashstack.local",
                                    "scopingEntityType": "APPLICATION_COMPONENT",
                                    "scopingEntityName": "Root",
                                    "subtype": null,
                                    "uniqueKey": null
                                }
                            ],
                            "summary": false
                        },
                        "metricExpressionTemplate": {
                            "metricExpressionType": "Logical",
                            "functionType": "CURRENT",
                            "displayName": "null",
                            "inputMetricText": true,
                            "inputMetricPath": "Custom Metrics|Temp|Intersight|*|critical|Alarm Count",
                            "relativeMetricPath": "Custom Metrics|Temp|Intersight|*|critical|Alarm Count"
                        },
                        "rollupMetricData": true,
                        "expressionString": null,
                        "useActiveBaseline": true,
                        "sortResultsAscending": false,
                        "maxResults": 50,
                        "evaluationScopeType": null,
                        "baselineName": null,
                        "applicationName": "Server & Infrastructure Monitoring",
                        "metricDisplayNameStyle": "DISPLAY_STYLE_AUTO",
                        "metricDisplayNameCustomFormat": null,
                        "includeHistoricalNodes": false,
                        "includeAbove": true,
                        "includeBelow": false,
                        "includeBoth": false,
                        "includeBand12": false,
                        "includeBand23": false,
                        "includeBand34": false,
                        "includeBand45": false,
                        "includeShade": false
                    },
                    "axisPosition": null
                }
            ],
            "text": null,
            "textAlign": "RIGHT",
            "margin": 15,
            "showLabel": false,
            "showBaseline": false,
            "useBaselineColor": false,
            "reverseBaselineColorOrder": false
        },
        {
            "widgetType": "MetricLabelWidget",
            "title": "Alarm (Warning)",
            "height": 2,
            "width": 3,
            "minHeight": 0,
            "minWidth": 0,
            "x": 6,
            "y": 0,
            "label": null,
            "description": null,
            "drillDownUrl": null,
            "openUrlInCurrentTab": false,
            "useMetricBrowserAsDrillDown": true,
            "drillDownActionType": null,
            "backgroundColor": 16777215,
            "backgroundColors": null,
            "backgroundColorsStr": "16777215,16777215",
            "color": 1646891,
            "fontSize": 12,
            "useAutomaticFontSize": true,
            "borderEnabled": false,
            "borderThickness": 0,
            "borderColor": 14408667,
            "backgroundAlpha": 1,
            "showValues": false,
            "formatNumber": true,
            "numDecimals": 0,
            "removeZeros": true,
            "compactMode": false,
            "showTimeRange": false,
            "renderIn3D": false,
            "showLegend": null,
            "legendPosition": null,
            "legendColumnCount": null,
            "timeRangeSpecifierType": "BEFORE_NOW",
            "startTime": null,
            "endTime": null,
            "minutesBeforeAnchorTime": 15,
            "isGlobal": true,
            "propertiesMap": null,
            "dataSeriesTemplates": [
                {
                    "seriesType": "LINE",
                    "metricType": null,
                    "showRawMetricName": false,
                    "colorPalette": null,
                    "name": "Series 0",
                    "metricMatchCriteriaTemplate": {
                        "entityMatchCriteria": {
                            "matchCriteriaType": "SpecificEntities",
                            "entityType": "APPLICATION_COMPONENT_NODE",
                            "agentTypes": null,
                            "entityNames": [
                                {
                                    "applicationName": "Server & Infrastructure Monitoring",
                                    "entityType": "APPLICATION_COMPONENT_NODE",
                                    "entityName": "worker3.flashstack.local",
                                    "scopingEntityType": "APPLICATION_COMPONENT",
                                    "scopingEntityName": "Root",
                                    "subtype": null,
                                    "uniqueKey": null
                                }
                            ],
                            "summary": false
                        },
                        "metricExpressionTemplate": {
                            "metricExpressionType": "Logical",
                            "functionType": "CURRENT",
                            "displayName": "null",
                            "inputMetricText": true,
                            "inputMetricPath": "Custom Metrics|Temp|Intersight|*|warning|Alarm Count",
                            "relativeMetricPath": "Custom Metrics|Temp|Intersight|*|warning|Alarm Count"
                        },
                        "rollupMetricData": true,
                        "expressionString": null,
                        "useActiveBaseline": true,
                        "sortResultsAscending": false,
                        "maxResults": 50,
                        "evaluationScopeType": null,
                        "baselineName": null,
                        "applicationName": "Server & Infrastructure Monitoring",
                        "metricDisplayNameStyle": "DISPLAY_STYLE_AUTO",
                        "metricDisplayNameCustomFormat": null,
                        "includeHistoricalNodes": false,
                        "includeAbove": true,
                        "includeBelow": false,
                        "includeBoth": false,
                        "includeBand12": false,
                        "includeBand23": false,
                        "includeBand34": false,
                        "includeBand45": false,
                        "includeShade": false
                    },
                    "axisPosition": null
                }
            ],
            "text": null,
            "textAlign": "RIGHT",
            "margin": 15,
            "showLabel": false,
            "showBaseline": false,
            "useBaselineColor": false,
            "reverseBaselineColorOrder": false
        },
        {
            "widgetType": "MetricLabelWidget",
            "title": "Active Security Advisories",
            "height": 2,
            "width": 3,
            "minHeight": 0,
            "minWidth": 0,
            "x": 9,
            "y": 0,
            "label": null,
            "description": null,
            "drillDownUrl": null,
            "openUrlInCurrentTab": false,
            "useMetricBrowserAsDrillDown": true,
            "drillDownActionType": null,
            "backgroundColor": 16777215,
            "backgroundColors": null,
            "backgroundColorsStr": "16777215,16777215",
            "color": 1646891,
            "fontSize": 12,
            "useAutomaticFontSize": true,
            "borderEnabled": false,
            "borderThickness": 0,
            "borderColor": 14408667,
            "backgroundAlpha": 1,
            "showValues": false,
            "formatNumber": true,
            "numDecimals": 0,
            "removeZeros": true,
            "compactMode": false,
            "showTimeRange": false,
            "renderIn3D": false,
            "showLegend": null,
            "legendPosition": null,
            "legendColumnCount": null,
            "timeRangeSpecifierType": "BEFORE_NOW",
            "startTime": null,
            "endTime": null,
            "minutesBeforeAnchorTime": 15,
            "isGlobal": true,
            "propertiesMap": null,
            "dataSeriesTemplates": [
                {
                    "seriesType": "LINE",
                    "metricType": null,
                    "showRawMetricName": false,
                    "colorPalette": null,
                    "name": "Series 0",
                    "metricMatchCriteriaTemplate": {
                        "entityMatchCriteria": {
                            "matchCriteriaType": "SpecificEntities",
                            "entityType": "APPLICATION_COMPONENT_NODE",
                            "agentTypes": null,
                            "entityNames": [
                                {
                                    "applicationName": "Server & Infrastructure Monitoring",
                                    "entityType": "APPLICATION_COMPONENT_NODE",
                                    "entityName": "worker3.flashstack.local",
                                    "scopingEntityType": "APPLICATION_COMPONENT",
                                    "scopingEntityName": "Root",
                                    "subtype": null,
                                    "uniqueKey": null
                                }
                            ],
                            "summary": false
                        },
                        "metricExpressionTemplate": {
                            "metricExpressionType": "Logical",
                            "functionType": "CURRENT",
                            "displayName": "null",
                            "inputMetricText": true,
                            "inputMetricPath": "Custom Metrics|Temp|Intersight|Security Advisory Count",
                            "relativeMetricPath": "Custom Metrics|Temp|Intersight|Security Advisory Count"
                        },
                        "rollupMetricData": true,
                        "expressionString": null,
                        "useActiveBaseline": true,
                        "sortResultsAscending": false,
                        "maxResults": 50,
                        "evaluationScopeType": null,
                        "baselineName": null,
                        "applicationName": "Server & Infrastructure Monitoring",
                        "metricDisplayNameStyle": "DISPLAY_STYLE_AUTO",
                        "metricDisplayNameCustomFormat": null,
                        "includeHistoricalNodes": false,
                        "includeAbove": true,
                        "includeBelow": false,
                        "includeBoth": false,
                        "includeBand12": false,
                        "includeBand23": false,
                        "includeBand34": false,
                        "includeBand45": false,
                        "includeShade": false
                    },
                    "axisPosition": null
                }
            ],
            "text": null,
            "textAlign": "RIGHT",
            "margin": 15,
            "showLabel": false,
            "showBaseline": false,
            "useBaselineColor": false,
            "reverseBaselineColorOrder": false
        },
        {
            "widgetType": "MetricLabelWidget",
            "title": "Devices Affected by Security Advisories",
            "height": 2,
            "width": 3,
            "minHeight": 0,
            "minWidth": 0,
            "x": 0,
            "y": 2,
            "label": null,
            "description": null,
            "drillDownUrl": null,
            "openUrlInCurrentTab": false,
            "useMetricBrowserAsDrillDown": true,
            "drillDownActionType": null,
            "backgroundColor": 16777215,
            "backgroundColors": null,
            "backgroundColorsStr": "16777215,16777215",
            "color": 1646891,
            "fontSize": 12,
            "useAutomaticFontSize": true,
            "borderEnabled": false,
            "borderThickness": 0,
            "borderColor": 14408667,
            "backgroundAlpha": 1,
            "showValues": false,
            "formatNumber": true,
            "numDecimals": 0,
            "removeZeros": true,
            "compactMode": false,
            "showTimeRange": false,
            "renderIn3D": false,
            "showLegend": null,
            "legendPosition": null,
            "legendColumnCount": null,
            "timeRangeSpecifierType": "BEFORE_NOW",
            "startTime": null,
            "endTime": null,
            "minutesBeforeAnchorTime": 15,
            "isGlobal": true,
            "propertiesMap": null,
            "dataSeriesTemplates": [
                {
                    "seriesType": "LINE",
                    "metricType": null,
                    "showRawMetricName": false,
                    "colorPalette": null,
                    "name": "Series 0",
                    "metricMatchCriteriaTemplate": {
                        "entityMatchCriteria": {
                            "matchCriteriaType": "SpecificEntities",
                            "entityType": "APPLICATION_COMPONENT_NODE",
                            "agentTypes": null,
                            "entityNames": [
                                {
                                    "applicationName": "Server & Infrastructure Monitoring",
                                    "entityType": "APPLICATION_COMPONENT_NODE",
                                    "entityName": "worker3.flashstack.local",
                                    "scopingEntityType": "APPLICATION_COMPONENT",
                                    "scopingEntityName": "Root",
                                    "subtype": null,
                                    "uniqueKey": null
                                }
                            ],
                            "summary": false
                        },
                        "metricExpressionTemplate": {
                            "metricExpressionType": "Logical",
                            "functionType": "CURRENT",
                            "displayName": "null",
                            "inputMetricText": true,
                            "inputMetricPath": "Custom Metrics|Temp|Intersight|Security Advisories Affected",
                            "relativeMetricPath": "Custom Metrics|Temp|Intersight|Security Advisories Affected"
                        },
                        "rollupMetricData": true,
                        "expressionString": null,
                        "useActiveBaseline": true,
                        "sortResultsAscending": false,
                        "maxResults": 50,
                        "evaluationScopeType": null,
                        "baselineName": null,
                        "applicationName": "Server & Infrastructure Monitoring",
                        "metricDisplayNameStyle": "DISPLAY_STYLE_AUTO",
                        "metricDisplayNameCustomFormat": null,
                        "includeHistoricalNodes": false,
                        "includeAbove": true,
                        "includeBelow": false,
                        "includeBoth": false,
                        "includeBand12": false,
                        "includeBand23": false,
                        "includeBand34": false,
                        "includeBand45": false,
                        "includeShade": false
                    },
                    "axisPosition": null
                }
            ],
            "text": null,
            "textAlign": "RIGHT",
            "margin": 15,
            "showLabel": false,
            "showBaseline": false,
            "useBaselineColor": false,
            "reverseBaselineColorOrder": false
        },
        {
            "widgetType": "MetricLabelWidget",
            "title": "Devices Not Affected by Security Advisories",
            "height": 2,
            "width": 3,
            "minHeight": 0,
            "minWidth": 0,
            "x": 3,
            "y": 2,
            "label": null,
            "description": null,
            "drillDownUrl": null,
            "openUrlInCurrentTab": false,
            "useMetricBrowserAsDrillDown": true,
            "drillDownActionType": null,
            "backgroundColor": 16777215,
            "backgroundColors": null,
            "backgroundColorsStr": "16777215,16777215",
            "color": 1646891,
            "fontSize": 12,
            "useAutomaticFontSize": true,
            "borderEnabled": false,
            "borderThickness": 0,
            "borderColor": 14408667,
            "backgroundAlpha": 1,
            "showValues": false,
            "formatNumber": true,
            "numDecimals": 0,
            "removeZeros": true,
            "compactMode": false,
            "showTimeRange": false,
            "renderIn3D": false,
            "showLegend": null,
            "legendPosition": null,
            "legendColumnCount": null,
            "timeRangeSpecifierType": "BEFORE_NOW",
            "startTime": null,
            "endTime": null,
            "minutesBeforeAnchorTime": 15,
            "isGlobal": true,
            "propertiesMap": null,
            "dataSeriesTemplates": [
                {
                    "seriesType": "LINE",
                    "metricType": null,
                    "showRawMetricName": false,
                    "colorPalette": null,
                    "name": "Series 0",
                    "metricMatchCriteriaTemplate": {
                        "entityMatchCriteria": {
                            "matchCriteriaType": "SpecificEntities",
                            "entityType": "APPLICATION_COMPONENT_NODE",
                            "agentTypes": null,
                            "entityNames": [
                                {
                                    "applicationName": "Server & Infrastructure Monitoring",
                                    "entityType": "APPLICATION_COMPONENT_NODE",
                                    "entityName": "worker3.flashstack.local",
                                    "scopingEntityType": "APPLICATION_COMPONENT",
                                    "scopingEntityName": "Root",
                                    "subtype": null,
                                    "uniqueKey": null
                                }
                            ],
                            "summary": false
                        },
                        "metricExpressionTemplate": {
                            "metricExpressionType": "Logical",
                            "functionType": "CURRENT",
                            "displayName": "null",
                            "inputMetricText": true,
                            "inputMetricPath": "Custom Metrics|Temp|Intersight|Non-Security Advisories Affected",
                            "relativeMetricPath": "Custom Metrics|Temp|Intersight|Non-Security Advisories Affected"
                        },
                        "rollupMetricData": true,
                        "expressionString": null,
                        "useActiveBaseline": true,
                        "sortResultsAscending": false,
                        "maxResults": 50,
                        "evaluationScopeType": null,
                        "baselineName": null,
                        "applicationName": "Server & Infrastructure Monitoring",
                        "metricDisplayNameStyle": "DISPLAY_STYLE_AUTO",
                        "metricDisplayNameCustomFormat": null,
                        "includeHistoricalNodes": false,
                        "includeAbove": true,
                        "includeBelow": false,
                        "includeBoth": false,
                        "includeBand12": false,
                        "includeBand23": false,
                        "includeBand34": false,
                        "includeBand45": false,
                        "includeShade": false
                    },
                    "axisPosition": null
                }
            ],
            "text": null,
            "textAlign": "RIGHT",
            "margin": 15,
            "showLabel": false,
            "showBaseline": false,
            "useBaselineColor": false,
            "reverseBaselineColorOrder": false
        },
        {
            "widgetType": "GraphWidget",
            "title": "UCS Host Power",
            "height": 3,
            "width": 3,
            "minHeight": 0,
            "minWidth": 0,
            "x": 6,
            "y": 2,
            "label": null,
            "description": null,
            "drillDownUrl": null,
            "openUrlInCurrentTab": false,
            "useMetricBrowserAsDrillDown": true,
            "drillDownActionType": null,
            "backgroundColor": 16777215,
            "backgroundColors": null,
            "backgroundColorsStr": "16777215,16777215",
            "color": 1646891,
            "fontSize": 12,
            "useAutomaticFontSize": false,
            "borderEnabled": false,
            "borderThickness": 0,
            "borderColor": 14408667,
            "backgroundAlpha": 1,
            "showValues": false,
            "formatNumber": null,
            "numDecimals": 0,
            "removeZeros": null,
            "compactMode": false,
            "showTimeRange": false,
            "renderIn3D": false,
            "showLegend": true,
            "legendPosition": "POSITION_BOTTOM",
            "legendColumnCount": 1,
            "timeRangeSpecifierType": "BEFORE_NOW",
            "startTime": null,
            "endTime": null,
            "minutesBeforeAnchorTime": 15,
            "isGlobal": true,
            "propertiesMap": null,
            "dataSeriesTemplates": [
                {
                    "seriesType": "LINE",
                    "metricType": null,
                    "showRawMetricName": false,
                    "colorPalette": null,
                    "name": "Series 1",
                    "metricMatchCriteriaTemplate": {
                        "entityMatchCriteria": {
                            "matchCriteriaType": "SpecificEntities",
                            "entityType": "APPLICATION_COMPONENT_NODE",
                            "agentTypes": null,
                            "entityNames": [
                                {
                                    "applicationName": "Server & Infrastructure Monitoring",
                                    "entityType": "APPLICATION_COMPONENT_NODE",
                                    "entityName": "worker3.flashstack.local",
                                    "scopingEntityType": "APPLICATION_COMPONENT",
                                    "scopingEntityName": "Root",
                                    "subtype": null,
                                    "uniqueKey": null
                                }
                            ],
                            "summary": false
                        },
                        "metricExpressionTemplate": {
                            "metricExpressionType": "Logical",
                            "functionType": "VALUE",
                            "displayName": "null",
                            "inputMetricText": true,
                            "inputMetricPath": "Custom Metrics|Temp|Intersight|*|*|Host Power",
                            "relativeMetricPath": "Custom Metrics|Temp|Intersight|*|*|Host Power"
                        },
                        "rollupMetricData": false,
                        "expressionString": null,
                        "useActiveBaseline": false,
                        "sortResultsAscending": false,
                        "maxResults": 200,
                        "evaluationScopeType": null,
                        "baselineName": null,
                        "applicationName": "Server & Infrastructure Monitoring",
                        "metricDisplayNameStyle": "DISPLAY_STYLE_AUTO",
                        "metricDisplayNameCustomFormat": null,
                        "includeHistoricalNodes": false,
                        "includeAbove": true,
                        "includeBelow": false,
                        "includeBoth": false,
                        "includeBand12": false,
                        "includeBand23": false,
                        "includeBand34": false,
                        "includeBand45": false,
                        "includeShade": false
                    },
                    "axisPosition": "LEFT"
                }
            ],
            "verticalAxisLabel": null,
            "hideHorizontalAxis": null,
            "horizontalAxisLabel": null,
            "axisType": "LINEAR",
            "stackMode": null,
            "multipleYAxis": null,
            "customVerticalAxisMin": null,
            "customVerticalAxisMax": null,
            "showEvents": null,
            "interpolateDataGaps": false,
            "showAllTooltips": null,
            "staticThresholdList": [],
            "eventFilterTemplate": null
        },
        {
            "widgetType": "GraphWidget",
            "title": "UCS Host Temperature",
            "height": 3,
            "width": 3,
            "minHeight": 0,
            "minWidth": 0,
            "x": 9,
            "y": 2,
            "label": null,
            "description": null,
            "drillDownUrl": null,
            "openUrlInCurrentTab": false,
            "useMetricBrowserAsDrillDown": true,
            "drillDownActionType": null,
            "backgroundColor": 16777215,
            "backgroundColors": null,
            "backgroundColorsStr": "16777215,16777215",
            "color": 1646891,
            "fontSize": 12,
            "useAutomaticFontSize": false,
            "borderEnabled": false,
            "borderThickness": 0,
            "borderColor": 14408667,
            "backgroundAlpha": 1,
            "showValues": false,
            "formatNumber": null,
            "numDecimals": 0,
            "removeZeros": null,
            "compactMode": false,
            "showTimeRange": false,
            "renderIn3D": false,
            "showLegend": true,
            "legendPosition": "POSITION_BOTTOM",
            "legendColumnCount": 1,
            "timeRangeSpecifierType": "BEFORE_NOW",
            "startTime": null,
            "endTime": null,
            "minutesBeforeAnchorTime": 15,
            "isGlobal": true,
            "propertiesMap": null,
            "dataSeriesTemplates": [
                {
                    "seriesType": "LINE",
                    "metricType": null,
                    "showRawMetricName": false,
                    "colorPalette": null,
                    "name": "Series 1",
                    "metricMatchCriteriaTemplate": {
                        "entityMatchCriteria": {
                            "matchCriteriaType": "SpecificEntities",
                            "entityType": "APPLICATION_COMPONENT_NODE",
                            "agentTypes": null,
                            "entityNames": [
                                {
                                    "applicationName": "Server & Infrastructure Monitoring",
                                    "entityType": "APPLICATION_COMPONENT_NODE",
                                    "entityName": "worker3.flashstack.local",
                                    "scopingEntityType": "APPLICATION_COMPONENT",
                                    "scopingEntityName": "Root",
                                    "subtype": null,
                                    "uniqueKey": null
                                }
                            ],
                            "summary": false
                        },
                        "metricExpressionTemplate": {
                            "metricExpressionType": "Logical",
                            "functionType": "VALUE",
                            "displayName": "null",
                            "inputMetricText": true,
                            "inputMetricPath": "Custom Metrics|Temp|Intersight|*|*|Host Temperature (C)",
                            "relativeMetricPath": "Custom Metrics|Temp|Intersight|*|*|Host Temperature (C)"
                        },
                        "rollupMetricData": false,
                        "expressionString": null,
                        "useActiveBaseline": false,
                        "sortResultsAscending": false,
                        "maxResults": 200,
                        "evaluationScopeType": null,
                        "baselineName": null,
                        "applicationName": "Server & Infrastructure Monitoring",
                        "metricDisplayNameStyle": "DISPLAY_STYLE_AUTO",
                        "metricDisplayNameCustomFormat": null,
                        "includeHistoricalNodes": false,
                        "includeAbove": true,
                        "includeBelow": false,
                        "includeBoth": false,
                        "includeBand12": false,
                        "includeBand23": false,
                        "includeBand34": false,
                        "includeBand45": false,
                        "includeShade": false
                    },
                    "axisPosition": "LEFT"
                }
            ],
            "verticalAxisLabel": null,
            "hideHorizontalAxis": null,
            "horizontalAxisLabel": null,
            "axisType": "LINEAR",
            "stackMode": null,
            "multipleYAxis": null,
            "customVerticalAxisMin": null,
            "customVerticalAxisMax": null,
            "showEvents": null,
            "interpolateDataGaps": false,
            "showAllTooltips": null,
            "staticThresholdList": [],
            "eventFilterTemplate": null
        },
        {
            "widgetType": "GraphWidget",
            "title": "UCS Fan Speed",
            "height": 3,
            "width": 3,
            "minHeight": 0,
            "minWidth": 0,
            "x": 0,
            "y": 4,
            "label": null,
            "description": null,
            "drillDownUrl": null,
            "openUrlInCurrentTab": false,
            "useMetricBrowserAsDrillDown": true,
            "drillDownActionType": null,
            "backgroundColor": 16777215,
            "backgroundColors": null,
            "backgroundColorsStr": "16777215,16777215",
            "color": 1646891,
            "fontSize": 12,
            "useAutomaticFontSize": false,
            "borderEnabled": false,
            "borderThickness": 0,
            "borderColor": 14408667,
            "backgroundAlpha": 1,
            "showValues": false,
            "formatNumber": null,
            "numDecimals": 0,
            "removeZeros": null,
            "compactMode": false,
            "showTimeRange": false,
            "renderIn3D": false,
            "showLegend": true,
            "legendPosition": "POSITION_BOTTOM",
            "legendColumnCount": 1,
            "timeRangeSpecifierType": "BEFORE_NOW",
            "startTime": null,
            "endTime": null,
            "minutesBeforeAnchorTime": 15,
            "isGlobal": true,
            "propertiesMap": null,
            "dataSeriesTemplates": [
                {
                    "seriesType": "LINE",
                    "metricType": null,
                    "showRawMetricName": false,
                    "colorPalette": null,
                    "name": "Series 1",
                    "metricMatchCriteriaTemplate": {
                        "entityMatchCriteria": {
                            "matchCriteriaType": "SpecificEntities",
                            "entityType": "APPLICATION_COMPONENT_NODE",
                            "agentTypes": null,
                            "entityNames": [
                                {
                                    "applicationName": "Server & Infrastructure Monitoring",
                                    "entityType": "APPLICATION_COMPONENT_NODE",
                                    "entityName": "worker3.flashstack.local",
                                    "scopingEntityType": "APPLICATION_COMPONENT",
                                    "scopingEntityName": "Root",
                                    "subtype": null,
                                    "uniqueKey": null
                                }
                            ],
                            "summary": false
                        },
                        "metricExpressionTemplate": {
                            "metricExpressionType": "Logical",
                            "functionType": "VALUE",
                            "displayName": "null",
                            "inputMetricText": true,
                            "inputMetricPath": "Custom Metrics|Temp|Intersight|*|Fan Speed",
                            "relativeMetricPath": "Custom Metrics|Temp|Intersight|*|Fan Speed"
                        },
                        "rollupMetricData": false,
                        "expressionString": null,
                        "useActiveBaseline": false,
                        "sortResultsAscending": false,
                        "maxResults": 200,
                        "evaluationScopeType": null,
                        "baselineName": null,
                        "applicationName": "Server & Infrastructure Monitoring",
                        "metricDisplayNameStyle": "DISPLAY_STYLE_AUTO",
                        "metricDisplayNameCustomFormat": null,
                        "includeHistoricalNodes": false,
                        "includeAbove": true,
                        "includeBelow": false,
                        "includeBoth": false,
                        "includeBand12": false,
                        "includeBand23": false,
                        "includeBand34": false,
                        "includeBand45": false,
                        "includeShade": false
                    },
                    "axisPosition": "LEFT"
                }
            ],
            "verticalAxisLabel": null,
            "hideHorizontalAxis": null,
            "horizontalAxisLabel": null,
            "axisType": "LINEAR",
            "stackMode": null,
            "multipleYAxis": null,
            "customVerticalAxisMin": null,
            "customVerticalAxisMax": null,
            "showEvents": null,
            "interpolateDataGaps": false,
            "showAllTooltips": null,
            "staticThresholdList": [],
            "eventFilterTemplate": null
        },
        {
            "widgetType": "GraphWidget",
            "title": "UCS Network Utilization (%)",
            "height": 3,
            "width": 3,
            "minHeight": 0,
            "minWidth": 0,
            "x": 3,
            "y": 4,
            "label": null,
            "description": null,
            "drillDownUrl": null,
            "openUrlInCurrentTab": false,
            "useMetricBrowserAsDrillDown": true,
            "drillDownActionType": null,
            "backgroundColor": 16777215,
            "backgroundColors": null,
            "backgroundColorsStr": "16777215,16777215",
            "color": 1646891,
            "fontSize": 12,
            "useAutomaticFontSize": false,
            "borderEnabled": false,
            "borderThickness": 0,
            "borderColor": 14408667,
            "backgroundAlpha": 1,
            "showValues": false,
            "formatNumber": null,
            "numDecimals": 0,
            "removeZeros": null,
            "compactMode": false,
            "showTimeRange": false,
            "renderIn3D": false,
            "showLegend": true,
            "legendPosition": "POSITION_BOTTOM",
            "legendColumnCount": 1,
            "timeRangeSpecifierType": "BEFORE_NOW",
            "startTime": null,
            "endTime": null,
            "minutesBeforeAnchorTime": 15,
            "isGlobal": true,
            "propertiesMap": null,
            "dataSeriesTemplates": [
                {
                    "seriesType": "LINE",
                    "metricType": null,
                    "showRawMetricName": false,
                    "colorPalette": null,
                    "name": "Series 1",
                    "metricMatchCriteriaTemplate": {
                        "entityMatchCriteria": {
                            "matchCriteriaType": "SpecificEntities",
                            "entityType": "APPLICATION_COMPONENT_NODE",
                            "agentTypes": null,
                            "entityNames": [
                                {
                                    "applicationName": "Server & Infrastructure Monitoring",
                                    "entityType": "APPLICATION_COMPONENT_NODE",
                                    "entityName": "worker3.flashstack.local",
                                    "scopingEntityType": "APPLICATION_COMPONENT",
                                    "scopingEntityName": "Root",
                                    "subtype": null,
                                    "uniqueKey": null
                                }
                            ],
                            "summary": false
                        },
                        "metricExpressionTemplate": {
                            "metricExpressionType": "Logical",
                            "functionType": "VALUE",
                            "displayName": "null",
                            "inputMetricText": true,
                            "inputMetricPath": "Custom Metrics|Temp|Intersight|*|*|Network Utilization (%)",
                            "relativeMetricPath": "Custom Metrics|Temp|Intersight|*|*|Network Utilization (%)"
                        },
                        "rollupMetricData": false,
                        "expressionString": null,
                        "useActiveBaseline": false,
                        "sortResultsAscending": false,
                        "maxResults": 200,
                        "evaluationScopeType": null,
                        "baselineName": null,
                        "applicationName": "Server & Infrastructure Monitoring",
                        "metricDisplayNameStyle": "DISPLAY_STYLE_AUTO",
                        "metricDisplayNameCustomFormat": null,
                        "includeHistoricalNodes": false,
                        "includeAbove": true,
                        "includeBelow": false,
                        "includeBoth": false,
                        "includeBand12": false,
                        "includeBand23": false,
                        "includeBand34": false,
                        "includeBand45": false,
                        "includeShade": false
                    },
                    "axisPosition": "LEFT"
                }
            ],
            "verticalAxisLabel": null,
            "hideHorizontalAxis": null,
            "horizontalAxisLabel": null,
            "axisType": "LINEAR",
            "stackMode": null,
            "multipleYAxis": null,
            "customVerticalAxisMin": null,
            "customVerticalAxisMax": null,
            "showEvents": null,
            "interpolateDataGaps": false,
            "showAllTooltips": null,
            "staticThresholdList": [],
            "eventFilterTemplate": null
        },
        {
            "widgetType": "GraphWidget",
            "title": "UCS Network TX Rate",
            "height": 3,
            "width": 3,
            "minHeight": 0,
            "minWidth": 0,
            "x": 6,
            "y": 5,
            "label": null,
            "description": null,
            "drillDownUrl": null,
            "openUrlInCurrentTab": false,
            "useMetricBrowserAsDrillDown": true,
            "drillDownActionType": null,
            "backgroundColor": 16777215,
            "backgroundColors": null,
            "backgroundColorsStr": "16777215,16777215",
            "color": 1646891,
            "fontSize": 12,
            "useAutomaticFontSize": false,
            "borderEnabled": false,
            "borderThickness": 0,
            "borderColor": 14408667,
            "backgroundAlpha": 1,
            "showValues": false,
            "formatNumber": null,
            "numDecimals": 0,
            "removeZeros": null,
            "compactMode": false,
            "showTimeRange": false,
            "renderIn3D": false,
            "showLegend": true,
            "legendPosition": "POSITION_BOTTOM",
            "legendColumnCount": 1,
            "timeRangeSpecifierType": "BEFORE_NOW",
            "startTime": null,
            "endTime": null,
            "minutesBeforeAnchorTime": 15,
            "isGlobal": true,
            "propertiesMap": null,
            "dataSeriesTemplates": [
                {
                    "seriesType": "LINE",
                    "metricType": null,
                    "showRawMetricName": false,
                    "colorPalette": null,
                    "name": "Series 1",
                    "metricMatchCriteriaTemplate": {
                        "entityMatchCriteria": {
                            "matchCriteriaType": "SpecificEntities",
                            "entityType": "APPLICATION_COMPONENT_NODE",
                            "agentTypes": null,
                            "entityNames": [
                                {
                                    "applicationName": "Server & Infrastructure Monitoring",
                                    "entityType": "APPLICATION_COMPONENT_NODE",
                                    "entityName": "worker3.flashstack.local",
                                    "scopingEntityType": "APPLICATION_COMPONENT",
                                    "scopingEntityName": "Root",
                                    "subtype": null,
                                    "uniqueKey": null
                                }
                            ],
                            "summary": false
                        },
                        "metricExpressionTemplate": {
                            "metricExpressionType": "Logical",
                            "functionType": "VALUE",
                            "displayName": "null",
                            "inputMetricText": true,
                            "inputMetricPath": "Custom Metrics|Temp|Intersight|*|*|Network Transmit Rate",
                            "relativeMetricPath": "Custom Metrics|Temp|Intersight|*|*|Network Transmit Rate"
                        },
                        "rollupMetricData": false,
                        "expressionString": null,
                        "useActiveBaseline": false,
                        "sortResultsAscending": false,
                        "maxResults": 200,
                        "evaluationScopeType": null,
                        "baselineName": null,
                        "applicationName": "Server & Infrastructure Monitoring",
                        "metricDisplayNameStyle": "DISPLAY_STYLE_AUTO",
                        "metricDisplayNameCustomFormat": null,
                        "includeHistoricalNodes": false,
                        "includeAbove": true,
                        "includeBelow": false,
                        "includeBoth": false,
                        "includeBand12": false,
                        "includeBand23": false,
                        "includeBand34": false,
                        "includeBand45": false,
                        "includeShade": false
                    },
                    "axisPosition": "LEFT"
                }
            ],
            "verticalAxisLabel": null,
            "hideHorizontalAxis": null,
            "horizontalAxisLabel": null,
            "axisType": "LINEAR",
            "stackMode": null,
            "multipleYAxis": null,
            "customVerticalAxisMin": null,
            "customVerticalAxisMax": null,
            "showEvents": null,
            "interpolateDataGaps": false,
            "showAllTooltips": null,
            "staticThresholdList": [],
            "eventFilterTemplate": null
        },
        {
            "widgetType": "GraphWidget",
            "title": "UCS Network RX Rate",
            "height": 3,
            "width": 3,
            "minHeight": 0,
            "minWidth": 0,
            "x": 9,
            "y": 5,
            "label": null,
            "description": null,
            "drillDownUrl": null,
            "openUrlInCurrentTab": false,
            "useMetricBrowserAsDrillDown": true,
            "drillDownActionType": null,
            "backgroundColor": 16777215,
            "backgroundColors": null,
            "backgroundColorsStr": "16777215,16777215",
            "color": 1646891,
            "fontSize": 12,
            "useAutomaticFontSize": false,
            "borderEnabled": false,
            "borderThickness": 0,
            "borderColor": 14408667,
            "backgroundAlpha": 1,
            "showValues": false,
            "formatNumber": null,
            "numDecimals": 0,
            "removeZeros": null,
            "compactMode": false,
            "showTimeRange": false,
            "renderIn3D": false,
            "showLegend": true,
            "legendPosition": "POSITION_BOTTOM",
            "legendColumnCount": 1,
            "timeRangeSpecifierType": "BEFORE_NOW",
            "startTime": null,
            "endTime": null,
            "minutesBeforeAnchorTime": 15,
            "isGlobal": true,
            "propertiesMap": null,
            "dataSeriesTemplates": [
                {
                    "seriesType": "LINE",
                    "metricType": null,
                    "showRawMetricName": false,
                    "colorPalette": null,
                    "name": "Series 1",
                    "metricMatchCriteriaTemplate": {
                        "entityMatchCriteria": {
                            "matchCriteriaType": "SpecificEntities",
                            "entityType": "APPLICATION_COMPONENT_NODE",
                            "agentTypes": null,
                            "entityNames": [
                                {
                                    "applicationName": "Server & Infrastructure Monitoring",
                                    "entityType": "APPLICATION_COMPONENT_NODE",
                                    "entityName": "worker3.flashstack.local",
                                    "scopingEntityType": "APPLICATION_COMPONENT",
                                    "scopingEntityName": "Root",
                                    "subtype": null,
                                    "uniqueKey": null
                                }
                            ],
                            "summary": false
                        },
                        "metricExpressionTemplate": {
                            "metricExpressionType": "Logical",
                            "functionType": "VALUE",
                            "displayName": "null",
                            "inputMetricText": true,
                            "inputMetricPath": "Custom Metrics|Temp|Intersight|*|*|Network Receive Rate",
                            "relativeMetricPath": "Custom Metrics|Temp|Intersight|*|*|Network Receive Rate"
                        },
                        "rollupMetricData": false,
                        "expressionString": null,
                        "useActiveBaseline": false,
                        "sortResultsAscending": false,
                        "maxResults": 200,
                        "evaluationScopeType": null,
                        "baselineName": null,
                        "applicationName": "Server & Infrastructure Monitoring",
                        "metricDisplayNameStyle": "DISPLAY_STYLE_AUTO",
                        "metricDisplayNameCustomFormat": null,
                        "includeHistoricalNodes": false,
                        "includeAbove": true,
                        "includeBelow": false,
                        "includeBoth": false,
                        "includeBand12": false,
                        "includeBand23": false,
                        "includeBand34": false,
                        "includeBand45": false,
                        "includeShade": false
                    },
                    "axisPosition": "LEFT"
                }
            ],
            "verticalAxisLabel": null,
            "hideHorizontalAxis": null,
            "horizontalAxisLabel": null,
            "axisType": "LINEAR",
            "stackMode": null,
            "multipleYAxis": null,
            "customVerticalAxisMin": null,
            "customVerticalAxisMax": null,
            "showEvents": null,
            "interpolateDataGaps": false,
            "showAllTooltips": null,
            "staticThresholdList": [],
            "eventFilterTemplate": null
        }
    ],
    "warRoom": false,
    "template": false
}

Troubleshooting

  • verify that the upstream Intersight exporter service is reachable
  • verify that the organization and host-name labels match the expected path tokens