mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Change path of fping to default distro and default path Tiquets #1760
(cherry picked from commit 9e32d1800ff7e63df9c797fff821823b185e62bd)
This commit is contained in:
parent
6a69e6ed7a
commit
6ed5e86436
@ -247,8 +247,11 @@ 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/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.
|
# 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,8 +248,11 @@ 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/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.
|
# 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
|
||||||
|
@ -249,8 +249,11 @@ xprobe2 /usr/bin/xprobe2
|
|||||||
|
|
||||||
nmap /usr/bin/nmap
|
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.
|
# Path to the fping binary. Used by the Enterprise ICMP Server.
|
||||||
fping /usr/sbin/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.
|
# 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
|
||||||
|
@ -267,7 +267,7 @@ sub pandora_load_config {
|
|||||||
$pa_config->{"nmap_timing_template"} = 2; # > 5.1
|
$pa_config->{"nmap_timing_template"} = 2; # > 5.1
|
||||||
$pa_config->{"recon_timing_template"} = 3; # > 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
|
# braa for enterprise snmp server
|
||||||
$pa_config->{"braa"} = "/usr/bin/braa";
|
$pa_config->{"braa"} = "/usr/bin/braa";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user