# boundary-plugin-ping-check **Repository Path**: mirrors_boundary/boundary-plugin-ping-check ## Basic Information - **Project Name**: boundary-plugin-ping-check - **Description**: The Ping Check plugin allows Boundary to ping a set of hosts and report back the response time - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2025-12-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Boundary Ping Check Plugin Pings a set of hosts and reports on the response time. The plugin allows multiple hosts to be ping'd and each of those hosts to set their own Poll interval. See video [walkthrough](https://help.boundary.com/hc/articles/201383932). **NOTE**: This plugin parses the output of the ping utility, therefore this plugin only works on systems running the Boundary meter in an English locale. ### Prerequisites - ping command line utility must be installed on the system where the plugin is deployed. #### Supported OS | OS | Linux | Windows | SmartOS | OS X | |:----------|:-----:|:-------:|:-------:|:----:| | Supported | v | v | - | v | #### Boundary Meter versions v4.2 or later - To install new meter go to Settings->Installation or [see instructions](https://help.boundary.com/hc/en-us/sections/200634331-Installation). - To upgrade the meter to the latest version - [see instructions](https://help.boundary.com/hc/en-us/articles/201573102-Upgrading-the-Boundary-Meter). #### Boundary Meter versions earlier than v4.2 | Runtime | node.js | Python | Java | |:---------|:-------:|:------:|:----:| | Required | + | | | - [How to install node.js?](https://help.boundary.com/hc/articles/202360701) ### Plugin Setup None ### Plugin Configuration Fields |Field Name |Description | |:--------------|:---------------------------------------------------------------------------------| |Source |The source to display in the legend for the host. Ex. google | |Host |The Hostname or IP Address to ping. For example, www.google.com or 173.194.33.112| |Poll Time (sec)|The Poll Interval to send a ping to the host in seconds. Ex. 5 | ### Metrics Collected |Metric Name |Description | |:-----------------|:--------------------------------------| |Ping Response Time|The response time from the ping command| ### Dashboards |Dashboard Name|Metrics Displayed | |:-------------|:-----------------| |Ping Check |Ping Response Time| ### References None