2011-08-11 Sancho Lerena <slerena@artica.es>
* pandora_server.spec: Removed perl-XML-SAX and added perl-XML-Simple. Updated RPM descripcion and version for upcoming RC1 :-) * pandora_server.redhat.spec: Updated version for upcoming RC1 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4698 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
c53fa2c9ec
commit
d1f803f96c
|
@ -1,3 +1,10 @@
|
|||
2011-08-11 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* pandora_server.spec: Removed perl-XML-SAX and added perl-XML-Simple.
|
||||
Updated RPM descripcion and version for upcoming RC1 :-)
|
||||
|
||||
* pandora_server.redhat.spec: Updated version for upcoming RC1 :-)
|
||||
|
||||
2011-08-10 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* pandora_server.spec, pandora_server.redhat.spec: Added
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
# Pandora FMS Server
|
||||
#
|
||||
%define name pandorafms_server
|
||||
%define version 3.2
|
||||
%define release 2
|
||||
%define version 4.0RC1
|
||||
%define release 1
|
||||
|
||||
Summary: Pandora FMS Server
|
||||
Name: %{name}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Pandora FMS Server
|
||||
#
|
||||
%define name pandorafms_server
|
||||
%define version 3.2
|
||||
%define version 4.0RC1
|
||||
%define release 1
|
||||
|
||||
Summary: Pandora FMS Server
|
||||
|
@ -14,7 +14,7 @@ Vendor: ArticaST <http://www.artica.es>
|
|||
Source0: %{name}-%{version}.tar.gz
|
||||
URL: http://www.pandorafms.com
|
||||
Group: System/Monitoring
|
||||
Packager: Manuel Arostegui <manuel@todo-linux.com>
|
||||
Packager: Sancho Lerena <slerena@artica.es>
|
||||
Prefix: /usr/share
|
||||
BuildRoot: %{_tmppath}/%{name}-buildroot
|
||||
BuildArchitectures: noarch
|
||||
|
@ -23,11 +23,21 @@ AutoReq: 0
|
|||
Provides: %{name}-%{version}
|
||||
Requires: perl-DBI perl-DBD-mysql perl-libwww-perl
|
||||
Requires: perl-NetAddr-IP net-snmp net-tools
|
||||
Requires: nmap wmic sudo perl-HTML-Tree perl-XML-SAX
|
||||
Requires: nmap wmic sudo perl-HTML-Tree perl-XML-Simple
|
||||
Requires: perl-IO-Socket-INET6
|
||||
|
||||
%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.
|
||||
|
||||
Pandora FMS is a monitoring Open Source software. It watches your systems and applications, and allows you to know the status of any element of those systems.
|
||||
|
||||
Pandora FMS could detect a network interface down, a defacement in your website, a memory leak in one of your server application, or the movement of any value of the NASDAQ new technology market. Pandora FMS could send out SMS message when your systems fails... or when Google's value drop below US348.60?
|
||||
|
||||
Pandora FMS runs on any operating system, with specific agents for each platform, gathering data and sending it to a server, it has specific agents for GNU/Linux, AIX, Solaris, HP-UX, BSD/IPSO, and Windows 2000, XP and 2003.
|
||||
|
||||
Pandora FMS can also monitor any kind of TCP/IP service, without the need to install agents, and monitor network systems such as load balancers, routers, switches, operating systems, applications, or simply printers if you need. Pandora FMS also supports SNMP for collecting data and for receiving traps.
|
||||
|
||||
A few examples of common resources monitored by Pandora FMS could be processor load, disk and memory usage, running processes, log files, environmental factors such as temperature, or application values like strings contained in web pages or any possible way to collect data in an automatic way.
|
||||
|
||||
|
||||
%prep
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
|
Loading…
Reference in New Issue