LogoDark mode logo
LogoDark mode logo
Contact SupportLoading Light/Dark Toggle

    • AdventureWorks
    • Au2mator
    • Azure DevOps Analytics
    • Azure Virtual Machines Health
    • Jira Health dashboard
    • Kubernetes Monitoring dashboard (with Prometheus)
    • M365
    • Microsoft Dynamics AX 2012: System Information Dashboard
    • Microsoft Teams
    • Octopus Deploy
    • PagerDuty
    • Pingdom dashboard
    • Salesforce
    • ServiceNow
    • SolarWinds Orion: Nodes and their health status
    • SQLFacts
    • SQL Page Timeframe
    • SQL Samples
    • Symantec Endpoint Protection
    • Team Presence
    • Teqwave
    • Uptime Robot
    • VM Insights Metrics
    • VM Updates
    • VMware: Status of VMs
    • Zendesk Support
  • How to integrate and visualize your external data
  • How to create a dashboard
  • Recycle Bin
  • Working with perspectives
  • Action buttons for dashboards and perspectives
  • VADA perspective
  • How to scope tiles
  • Timeframes for tiles
  • Grid Designer
  • Performance Metric Labels
  • How to use wildcards in metrics
  • How to show multiple metrics on one graph (v4.2 and below)
  • How to use Custom Labels
  • How to use criteria when scoping alerts
  • How to use criteria when scoping objects
  • How to run SCOM tasks
  • How to enable graph color matching
  • Sharing Dashboards with anyone - Open Access

dashboardingdashboard packspingdom dashboard

Pingdom dashboard

This article describes how to download a specific dashboard pack. You can download dashboard packs from dashboards.squaredup.com and learn more about how dashboard packs work here: Dashboard Packs.

Description

This dashboard gives an overview of Pingdom checks using PowerShell scripts against the Pingdom API

  • Monitor Health - Status block tile showcasing health and last response time
  • Monitor Status - Donut tile summarizing checks by status
  • Monitor by Type - Donut tile summarizing checks by check type
  • Monitor Last Response Time - Scalar tile values for single checks. Your chosen Pingdom check name should be added into the quotes in the tile script section: $checkName = '' for example $checkName = 'website'.
  • Last Response Time - Bar of all checks' last response time
  • Multiple Response Times - Line graph of two checks (easily adapted to include more than two checks) - Your chosen Pingdom check ID should be added into the quotes in the tile script section: $checkId1 = '' and $checkId2 = '' for example, $checkId1 = '1234567'.
  • Single Response Time - Line graph for single check -Your chosen Pingdom check ID should be added to the tile script section in the quotes: $checkId1 = ''for example, $checkId1 = '1234567'.
  • Monitors Detail - Full check output (some returned data hidden - use grid columns > show hidden columns in the tile to view all)

Pingdom check ID's and names are shown in the PowerShell grid tile titled Monitors Details at the bottom of the dashboard.

How do I import and configure this dashboard?

  1. Create a PowerShell profile in SquaredUp DS with the following settings:
    Name
    Pingdom

    Note: The name is case-sensitive and must be entered exactly as given here for the tiles to recognize the profile automatically. If you name it differently, you will need to select the profile manually for each tile on the dashboard.

    Description
    Sets the Pingdom API endpoint, changes step and rate values based on the timeframe of the page, and gets the page timeframe start and end.
    Script
    Copy and paste the script below. Modify the PowerShell profile to replace ***TOKEN GOES HERE*** with your Pingdom API token without the asterix.

    $url = "https://api.pingdom.com/api/3.1/"
    
    $headers = @{
                authorization = "Bearer ***TOKEN GOES HERE***"
    }

    1. From the top right hand menu ☰ click system.
    2. Go to the PowerShell tab.
    3. Click add new profile.
    4. Enter a name and a description for the new profile.
    5. Enter the profile script.
    6. Click add profile.
      The profile is now saved and can be used in a PowerShell tile.

    For more help creating a PowerShell profile see How to use the PowerShell tile

You can create an API key (token) by logging in to Pingdom > Settings > Pingdom API > Add API token

Enter a Name, leave the Access Level set to Read access and click Generate token.

Copy the API token from Pingdom before closing the window:

  1. Download and import this dashboard pack.

    1. Download the dashboard pack zip file for the dashboard pack you wish to import.

      There may be additional steps before or after the import to get the dashboard working in your environment.

    2. In DS for SCOM go to the top right hand menu ☰ > Import Dashboard Packs and drag the zip file into the Manual Import box.
    3. The dashboard pack is imported and if the pack contains top-level dashboards, these will automatically appear in the navigation bar, usually in a folder called 'Community Dashboards' for dashboard packs from the SquaredUp Community. If the dashboard pack also contains perspectives (see Working with perspectives), then you'll see these when you drilldown to the relevant object.
    4. Carry out any additional steps required to make the dashboard work in your environment. These steps will be described on the download page for each dashboard. For example, you may need to create the correctly named Web API provider, create a PowerShell profile, or edit tile collections.
    5. Edit the imported dashboard as required.

  2. Finally you need to edit the dashboard to enter the Pingdom check IDs and names for the checks you wish to display.
    Each tile that needs editing has a subheading showing what is needed.
    Copy the checks ID or name you want from the PowerShell grid tile titled Monitors Details at the bottom of the dashboard. If you prefer, then you can find the check IDs and names in Pingdom as described below.

    Browse to your Pingdom instance, and the check you are interested in.

    The <check id> is the number shown in the URL:

  3. Edit each tile and enter the required checks ID or name into the script section of the tile configuration.
    So it looks like this, but with your own check IDs:
  4. Click Apply Changes > Done.

Was this article helpful?


Have more questions or facing an issue?
Submit a ticket

On this page

  • Description
  • How do I import and configure this dashboard?

Footer

Sites

  • SQUAREDUP
  • SQUAREDUP DS
  • DOWNLOAD
  • COMMUNITY ANSWERS

Quick Links

  • SUBMIT A REQUEST
  • EVENTS
  • CAREERS

Small Print

  • PRIVACY POLICY
  • TERMS AND CONDITIONS
Youtubex (Twitter)LinkedIn

© SquaredUp 2025