Add alternate ping location

SUSE os stores ping command in alternate location than previously
   anticipated.

Change-Id: I3f6615735528afda73782dddf37a231e1f797071
This commit is contained in:
Scott Grasley 2017-06-06 21:05:28 -07:00 committed by Scott Grasley
parent 3025485a39
commit f7c925ed2d
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@ customer_metadata = ['scale_group']
# The plugin will use the first fuctional command. 127.0.0.1 will be appended.
ping_options = [["/usr/bin/fping", "-n", "-c1", "-t250", "-q"],
["/sbin/fping", "-n", "-c1", "-t250", "-q"],
["/bin/ping", "-n", "-c1", "-w1", "-q"]]
["/bin/ping", "-n", "-c1", "-w1", "-q"],
["/usr/bin/ping", "-n", "-c1", "-w1", "-q"]]
# Path to 'ip' command (needed to execute ping within network namespaces)
ip_cmd = "/sbin/ip"
# How many ping commands to run concurrently