2014-05-30 Sancho Lerena <slerena@artica.es>

* conf/pandora_server.conf.new: Review of default configuration file.

        * pandora_server.redhat.spec,
          pandora_server.spec,
          DEBIAN/control: Added perl telnet module as dependency.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10053 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
slerena 2014-05-30 13:56:44 +00:00
parent 7de9d0b3f7
commit ced5e8c979
5 changed files with 32 additions and 22 deletions

View File

@ -1,3 +1,11 @@
2014-05-30 Sancho Lerena <slerena@artica.es>
* conf/pandora_server.conf.new: Review of default configuration file.
* pandora_server.redhat.spec,
pandora_server.spec,
DEBIAN/control: Added perl telnet module as dependency.
2014-05-30 Ramon Novoa <rnovoa@artica.es>
* conf/pandora_server.conf.new,

View File

@ -6,5 +6,5 @@ Section: admin
Installed-Size: 640
Maintainer: Miguel de Dios <miguel.dedios@artica.es>
Homepage: http://pandorafms.org/
Depends: perl (>= 5.8), libdbi-perl, libdbd-mysql-perl, libtime-format-perl, libnetaddr-ip-perl, libtime-format-perl, libxml-simple-perl, libxml-twig-perl, libhtml-parser-perl, snmp, snmpd, traceroute, xprobe2, nmap, sudo, libwww-perl, libsocket6-perl, libio-socket-inet6-perl, snmp-mibs-downloader, libjson-perl
Depends: perl (>= 5.8), libdbi-perl, libdbd-mysql-perl, libtime-format-perl, libnetaddr-ip-perl, libtime-format-perl, libxml-simple-perl, libxml-twig-perl, libhtml-parser-perl, snmp, snmpd, traceroute, xprobe2, nmap, sudo, libwww-perl, libsocket6-perl, libio-socket-inet6-perl, snmp-mibs-downloader, libjson-perl, libnet-telnet-perl
Description: Pandora FMS is a monitoring system for big IT environments. It uses remote tests, or local agents to grab information. Pandora supports all standard OS (Linux, AIX, HP-UX, Solaris and Windows XP,2000/2003), and support multiple setups in HA enviroments. This is the server package. Server makes the remote checks and process information transfer by Pandora FMS agents to the server.

View File

@ -3,7 +3,7 @@
# Pandora FMS, the Flexible Monitoring System.
# Version 5.1dev
# Licensed under GPL license v2,
# (c) 2003-2013 Artica Soluciones Tecnologicas
# (c) 2003-2014 Artica Soluciones Tecnologicas
# http://www.pandorafms.com
# Please change it for your setup needs
#############################################################################
@ -12,7 +12,7 @@
# if not given, it takes hostname. It's preferable to setup one
# because machine name could change by some reason.
#servername adama
#servername greystone
# incomingdir: Defines directory where incoming data packets are stored
# You could set directory relative to base path or absolute, starting with /
@ -68,7 +68,7 @@ dbhost localhost
#dbport 3306
# By default, parent agent will not update
# By default, parent agent will not be updated
#update_parent 0
@ -122,11 +122,11 @@ predictionserver 0
# wmiserver : 1 or 0. Set to 1 to activate WMI server with this setup
# DISABLED BY DEFAULT
wmiserver 0
wmiserver 1
# Network timeout (in seconds) for timeout in network connections for Network agents
network_timeout 5
network_timeout 4
# Server keepalive (in seconds)
@ -138,7 +138,7 @@ server_threshold 5
# Network threads: Do not set too high (~40). Each threads make a network module check.
network_threads 3
network_threads 4
# icmp_checks x : defines number of pings for each icmp_proc module type. at least one of
# that ping should be 1 to report 1
@ -150,14 +150,14 @@ icmp_checks 1
# tcp_timeout: specific timeout for tcp connections
tcp_checks 1
tcp_timeout 30
tcp_timeout 10
# snmp specific options :
# snmp_checks: number of snmp request retries if first attempt fails.
# snmp_timeout: specific timeout for snmp request.
snmp_checks 1
snmp_timeout 5
snmp_timeout 4
# snmp_proc_deadresponse 1 (default): Return DOWN if cannot contact
# or receive NULL from a SNMP PROC module.
@ -171,11 +171,11 @@ plugin_threads 1
# plugin_timeout: Specify number of seconds calling plugin exec waiting for response
# after this time, call is aborted and result is "unknown".
plugin_timeout 15
plugin_timeout 12
# wmi_timeout : specific timeout for wmi request.
wmi_timeout 10
wmi_timeout 7
# wmi_threads: Specify number of WMI server threads for processing WMI remote calls
@ -235,7 +235,8 @@ nmap /usr/bin/nmap
snmpget /usr/bin/snmpget
# Location of the braa binary needed by the Enterprise SNMP Server (/usr/bin/braa by default) (PANDORA FMS ENTERPRISE ONLY).
# Location of the braa binary needed by the Enterprise SNMP Server
# /usr/bin/braa by default (PANDORA FMS ENTERPRISE ONLY).
braa /usr/bin/braa
@ -244,11 +245,12 @@ braa /usr/bin/braa
braa_retries 3
# Default group id for new agents created with Pandora FMS Data Server
# If this token is enabled and Agent is setup with a fixed group, server settings will override agent settings
autocreate_group 2
# Set to 1 if want to autocreate agents with Pandora FMS Data Server,
# set to 0 to disable
# set to 0 to disable (for security purposes, for example).
autocreate 1
@ -369,25 +371,25 @@ event_window 3600
# Enable (1) or disable (0) Pandora FMS Enterprise ICMP Server (PANDORA FMS ENTERPRISE ONLY).
# You need nmap 5.20 or higher in order to use this !
icmpserver 0
icmpserver 1
# Number of threads for the Enterprise ICMP Server (PANDORA FMS ENTERPRISE ONLY).
icmp_threads 2
icmp_threads 1
# Enable (1) or disable (0) Pandora FMS Enterprise SNMP Server (PANDORA FMS ENTERPRISE ONLY).
# Check braa tool is running and operative.
snmpserver 0
snmpserver 1
# Number of threads for the Enterprise SNMP Server (PANDORA FMS ENTERPRISE ONLY).
snmp_threads 2
snmp_threads 1
# Block size for block producer/consumer servers, that is, the number of modules
# per block (15 by default) (PANDORA FMS ENTERPRISE ONLY).
block_size 15
block_size 20
# If set to 1, process XML data files in a stack instead of a queue. 0 by default.
# WARNING: Incremental modules will not work properly if dataserver_lifo is set to 1!!!
@ -415,10 +417,10 @@ event_auto_validation 1
# Set the maximum number of traps that will be processed from a single source in a
# configured time interval.
#snmp_storm_protection 10
snmp_storm_protection 25
# Time interval for snmp_storm protection (in seconds).
#snmp_storm_timeout 600
snmp_storm_timeout 10
# Default texts for some events. The macros _module_ and _data_ are supported.
#text_going_down_normal Module '_module_' is going to NORMAL (_data_)

View File

@ -26,7 +26,7 @@ Requires: coreutils
Requires: perl-DBI perl-DBD-mysql perl-libwww-perl
Requires: perl-XML-Simple perl-XML-Twig net-snmp-utils
Requires: perl-NetAddr-IP net-snmp net-tools
Requires: perl-IO-Socket-INET6 perl-Socket6
Requires: perl-IO-Socket-INET6 perl-Socket6 perl-Net-Telnet
Requires: nmap wmic sudo perl-JSON
%description

View File

@ -24,7 +24,7 @@ AutoReq: 0
Provides: %{name}-%{version}
Requires: perl-DBI perl-DBD-mysql perl-libwww-perl
Requires: perl-NetAddr-IP net-snmp net-tools perl-XML-Twig
Requires: nmap wmic sudo perl-HTML-Tree perl-XML-Simple
Requires: nmap wmic sudo perl-HTML-Tree perl-XML-Simple perl-Net-Telnet
Requires: perl-IO-Socket-INET6 perl-Socket6 snmp-mibs perl-JSON
%description