      <!--
        You can verify the network health of a particular NIC by specifying the <network-check-NIC> element.
         <network-check-NIC>theNicName</network-check-NIC>
        -->

      <!--
        Use this to use an HTTP server to validate the network
         <network-check-URL-list>http://www.apache.org</network-check-URL-list> -->

      <network-check-period>10000</network-check-period>
      <network-check-timeout>1000</network-check-timeout>

      <!-- this is a comma separated list, no spaces, just DNS or IPs
           it should accept IPV6

           Warning: Make sure you understand your network topology as this is meant to check if your network is up.
                    Using IPs that could eventually disappear or be partially visible may defeat the purpose.
                    You can use a list of multiple IPs, any successful ping will make the server OK to continue running -->
      <network-check-list>${ping}</network-check-list>

      <!-- use this to customize the ping used for ipv4 addresses -->
      <network-check-ping-command>ping -c 1 -t %d %s</network-check-ping-command>

      <!-- use this to customize the ping used for ipv6 addresses -->
      <network-check-ping6-command>ping6 -c 1 %2$s</network-check-ping6-command>

