Change path for Distros NetBSD and FreeBSD for fping
This commit is contained in:
parent
dcb5d1ac01
commit
836ff5d63a
|
@ -247,11 +247,8 @@ xprobe2 /usr/local/bin/xprobe2
|
||||||
|
|
||||||
nmap /usr/local/bin/nmap
|
nmap /usr/local/bin/nmap
|
||||||
|
|
||||||
# Default path is /usr/sbin/fping for installation default in distro Centos , if you are installing in other distribution,
|
|
||||||
# you install fping in /usr/bin/fping and change the path in this line.
|
|
||||||
# Path to the fping binary. Used by the Enterprise ICMP Server.
|
# Path to the fping binary. Used by the Enterprise ICMP Server.
|
||||||
fping /usr/sbin/fping
|
fping /usr/bin/fping
|
||||||
# fping /usr/bin/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.
|
# 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
|
nmap_timing_template 2
|
||||||
|
|
|
@ -248,11 +248,8 @@ xprobe2 /usr/local/bin/xprobe2
|
||||||
|
|
||||||
nmap /usr/pkg/bin/nmap
|
nmap /usr/pkg/bin/nmap
|
||||||
|
|
||||||
# Default path is /usr/sbin/fping for installation default in distro Centos , if you are installing in other distribution,
|
|
||||||
# you install fping in /usr/bin/fping and change the path in this line.
|
|
||||||
# Path to the fping binary. Used by the Enterprise ICMP Server.
|
# Path to the fping binary. Used by the Enterprise ICMP Server.
|
||||||
fping /usr/sbin/fping
|
fping /usr/bin/fping
|
||||||
# fping /usr/bin/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.
|
# 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
|
nmap_timing_template 2
|
||||||
|
|
Loading…
Reference in New Issue