Changed the default path for fping so that it works OOTB on CentOS.
(cherry picked from commit d5c299cbf2
)
This commit is contained in:
parent
e26541681f
commit
8c1be0f361
|
@ -245,7 +245,7 @@ xprobe2 /usr/bin/xprobe2
|
|||
nmap /usr/bin/nmap
|
||||
|
||||
# Path to the fping binary. Used by the Enterprise ICMP Server.
|
||||
fping /usr/bin/fping
|
||||
fping /usr/sbin/fping
|
||||
|
||||
# A value that specifies how aggressive nmap should be from 1 to 5. 1 means slower but more reliable, 5 means faster but less reliable. 2 by default.
|
||||
nmap_timing_template 2
|
||||
|
|
Loading…
Reference in New Issue