Change path of fping to default distro and default path Tiquets #1760
This commit is contained in:
parent
45ff71690f
commit
9e32d1800f
|
@ -247,8 +247,11 @@ xprobe2 /usr/local/bin/xprobe2
|
|||
|
||||
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.
|
||||
fping /usr/bin/fping
|
||||
fping /usr/sbin/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.
|
||||
nmap_timing_template 2
|
||||
|
|
|
@ -248,8 +248,11 @@ xprobe2 /usr/local/bin/xprobe2
|
|||
|
||||
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.
|
||||
fping /usr/bin/fping
|
||||
fping /usr/sbin/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.
|
||||
nmap_timing_template 2
|
||||
|
|
|
@ -244,8 +244,11 @@ xprobe2 /usr/bin/xprobe2
|
|||
|
||||
nmap /usr/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.
|
||||
fping /usr/sbin/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.
|
||||
nmap_timing_template 2
|
||||
|
|
|
@ -267,7 +267,7 @@ sub pandora_load_config {
|
|||
$pa_config->{"nmap_timing_template"} = 2; # > 5.1
|
||||
$pa_config->{"recon_timing_template"} = 3; # > 5.1
|
||||
|
||||
$pa_config->{"fping"} = "/usr/bin/fping"; # > 5.1SP2
|
||||
$pa_config->{"fping"} = "/usr/sbin/fping"; # > 5.1SP2
|
||||
|
||||
# braa for enterprise snmp server
|
||||
$pa_config->{"braa"} = "/usr/bin/braa";
|
||||
|
|
Loading…
Reference in New Issue