Change path of fping to default distro and default path Tiquets #1760

This commit is contained in:
m-lopez-f 2015-02-09 12:00:34 +01:00
parent 45ff71690f
commit 9e32d1800f
4 changed files with 12 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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";