Ping Check

Last updated on 26 April, 2024

Ping Checks periodically ping a host name or IP address to verify that a device or website is up and listening. LogicMonitor supports two types of Ping Checks:

  • External Ping Check—They are performed by one or more geographically dispersed checkpoint locations. LogicMonitor hosts these locations and is external to your network. The purpose of an External Ping Check is to verify that the outside world can reach the host name or IP address.
  • Internal Ping Check—They are performed by one or more Collectors internal to your network. An Internal Ping Check aims to verify that the hostname or IP address (whether internal or external to your network) is available to your network users.

Creating External Ping Checks

  1. In LogicMonitor, navigate to Websites > (Add) + > select Ping Check.
    Add External Ping check Modal
  2. At the Basic step of the wizard, do the following:
    1. In the Name field, enter a name for the Ping Check.
    2. (Optional) In the Description field, enter a description for the Ping Check. For example, you could describe the scope and purpose of the Ping Check.
    3. Select from the existing group list where the Ping Check should belong from the Where should it be placed dropdown menu. By default, the root (top-level) website group is selected.
    4. In the Properties table, add the relevant properties. For example, add http.port with the value 80.
      Basic wizard step External Ping check
  3. Select Next: Settings.
  4. At the Settings step of the wizard, do the following:
    1. In the Host Name or IP field, enter the host name or IP address to which the ping test is sent.
    2. Select the number of packets to send for the Ping Check from the Number of Packets to Send dropdown menu. LogicMonitor defaults to five packets, but you can choose to send up to 50. Packets are sent one by one, with a delay of 250 milliseconds between each packet.
      Settings step External ping check
  5. Select Next: Checkpoints.
  6. At the Checkpoints step of the wizard, select the checkpoint locations.
    LogicMonitor hosts five geographically dispersed checkpoints, from which the check can be sent. The Use Default Website Settings toggle is selected by default.
    Checkpoint step ping check
  7. Select Next: Alert Triggering.
  8. At the Alert Triggering step of the wizard, do the following:
    The Use Default Alert Settings toggle is selected by default.
    1. Select how often the designated checkpoints will ping the host name or IP address from the Time Interval to Run Ping Checkdropdown menu. You can choose from frequencies that range from once a minute to once every 10 minutes.
    2. In the Check whether (X)% of those packets are returned in (X) ms fields, select the percentage of packets that must be returned and the designated time period (milliseconds) for the check to be deemed successful.
      Packets are sent one by one, with a delay of 250 milliseconds between each packet. For example, if you leave the default of five packets in the Number of packets to send field, it will take 1000 milliseconds (1 second) to deliver all five packets.
      Note: These two fields technically operate independently of each other. If either criterion is not met, the check is considered a failed check. For example, any returned packet takes longer than the minimum allowed return time or the number of packets returned is less than the minimum percentage threshold.
    3. Select the number of consecutive checks that must fail in order for an alert to be triggered from the After X failed checks dropdown menu.
    4. From the At X test location and trigger X dropdown menus, select the location and severity of the alerts respectively. 
    5. (Optional) Use the Test alert routing buttons to see what alert rule will match each condition, along with the escalation chain associated with that alert rule.
      Alert step ping check
  9. (Optional) Use the Test connections to verify that the selected locations can successfully reach your website.
  10. Select Finish.

Creating Internal Ping Checks

  1. In LogicMonitor, navigate to Websites > (Add) + > select Internal Ping Check.
    Add ping check modal
  2. At the Basic step of the wizard, do the following:
    1. In the Name field, enter a name for the Ping Check.
    2. (Optional) In the Description field, enter a description for the Ping Check. For example, you could describe the scope and purpose of the Ping Check.
    3. Select from the existing group list where the Ping Check should belong from the Where should it be placed dropdown menu. By default, the root (top-level) website group is selected.
    4. In the Properties table, add the relevant properties. For example, add http.port with the value 80.
      Basic wizard step External Ping check
  3. Select Next: Settings.
  4. At the Settings step of the wizard, do the following:
    1. In the Host Name or IP field, enter the host name or IP address to which the ping test is sent.
    2. Select the number of packets to send for the Ping Check from the Number of Packets to Send dropdown menu. LogicMonitor defaults to five packets, but you can choose to send up to 50. Packets are sent one by one, with a delay of 250 milliseconds between each packet.
      Settings step External ping check
  5. Select Next: Checkpoints.
  6. At the Checkpoints step of the wizard, specify the Collectors that send the checks. The Use Default Website Settings toggle is selected by default.
    Note: Your user account must have Collector view permissions to view and select Collectors from this area of the dialog. For more information, see Roles.
    Internal checkpoints ping check
  7. Select Next: Alert Triggering.
  8. At the Alert Triggering step of the wizard, do the following:
    The Use Default Alert Settings toggle is selected by default.
    1. Select how often the designated checkpoints will ping the host name or IP address from the Time Interval to Run Ping Checkdropdown menu. You can choose from frequencies that range from once a minute to once every 10 minutes.
    2. In the Check whether (X)% of those packets are returned in (X) ms fields, select the percentage of packets that must be returned and the designated time period (milliseconds) for the check to be deemed successful.
      Packets are sent one by one, with a delay of 250 milliseconds between each packet. For example, if you leave the default of five packets in the Number of packets to send field, it will take 1000 milliseconds (1 second) to deliver all five packets.
      Note: These two fields technically operate independently of each other. If either criterion is not met, the check is considered a failed check. For example, any returned packet takes longer than the minimum allowed return time or the number of packets returned is less than the minimum percentage threshold.
    3. Select the number of consecutive checks that must fail in order for an alert to be triggered from the After X failed checks dropdown menu.
    4. From the At X test location and trigger X dropdown menus, select the location and severity of the alerts respectively. 
    5. (Optional) Use the Test alert routing buttons to see what alert rule will match each condition, along with the escalation chain associated with that alert rule.
      Alert step ping check
  9. (Optional) Use the Test connections to verify that the selected locations can successfully reach your website.
  10. Select Finish.
In This Article