2010-11-22 Raul Mateos <raulofpandora@gmail.com>

* LICENCE, Win32/README: Updated version

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3624 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
raulmateos 2010-11-23 19:34:32 +00:00
parent 24f89affc5
commit 084e864e89
17 changed files with 187 additions and 73 deletions

View File

@ -1,3 +1,7 @@
2010-11-23 Raúl Mateos <raulofpandora@gmail.com>
* Updated several strings, some of them old ones README.
2010-11-22 Raúl Mateos <raulofpandora@gmail.com> 2010-11-22 Raúl Mateos <raulofpandora@gmail.com>
* LICENCE, Win32/README: Updated version * LICENCE, Win32/README: Updated version

View File

@ -1,5 +1,5 @@
Pandora FMS : The Free Monitoring System v1.3.1 Pandora FMS : The Flexible Monitoring System v3.2
=============================================== =================================================
http://pandora.sourceforge.net http://pandora.sourceforge.net
@ -54,5 +54,5 @@ License
------- -------
The project is distributed under the GPL License v2 or later. The project is distributed under the GPL License v2 or later.
Copyright (C) 2004-2008 Pandora FMS development team Copyright (C) 2004-2010 Pandora FMS development team

View File

@ -1,5 +1,5 @@
Pandora FMS : The Free Monitoring System v1.3.1 Pandora FMS : The Flexible Monitoring System v3.2
=============================================== =================================================
http://pandora.sourceforge.net http://pandora.sourceforge.net
@ -54,5 +54,5 @@ License
------- -------
The project is distributed under the GPL License v2 or later. The project is distributed under the GPL License v2 or later.
Copyright (C) 2004-2008 Pandora FMS development team Copyright (C) 2004-2010 Pandora FMS development team

View File

@ -1,5 +1,5 @@
Pandora FMS : The Free Monitoring System v1.3.1 Pandora FMS : The Flexible Monitoring System v3.2
=============================================== =================================================
http://pandora.sourceforge.net http://pandora.sourceforge.net
@ -54,5 +54,5 @@ License
------- -------
The project is distributed under the GPL License v2 or later. The project is distributed under the GPL License v2 or later.
Copyright (C) 2004-2008 Pandora FMS development team Copyright (C) 2004-2010 Pandora FMS development team

View File

@ -1,5 +1,5 @@
package: PandoraFMS-Agent package: PandoraFMS-Agent
Version: 3.1.0 Version: 3.2
Architecture: all Architecture: all
Priority: optional Priority: optional
Section: admin Section: admin

View File

@ -14,7 +14,7 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details. # GNU General Public License for more details.
pandora_agent_version="3.1.0" pandora_agent_version="3.2"
echo "Test if you has the tools for to make the packages." echo "Test if you has the tools for to make the packages."
whereis dpkg-deb | cut -d":" -f2 | grep dpkg-deb > /dev/null whereis dpkg-deb | cut -d":" -f2 | grep dpkg-deb > /dev/null

View File

@ -1,5 +1,5 @@
Pandora FMS : The Free Monitoring System v1.3.1 Pandora FMS : The Flexible Monitoring System v3.2
=============================================== =================================================
http://pandora.sourceforge.net http://pandora.sourceforge.net
@ -54,5 +54,5 @@ License
------- -------
The project is distributed under the GPL License v2 or later. The project is distributed under the GPL License v2 or later.
Copyright (C) 2004-2008 Pandora FMS development team Copyright (C) 2004-2010 Pandora FMS development team

View File

@ -2,7 +2,7 @@
#Pandora FMS Linux Agent #Pandora FMS Linux Agent
# #
%define name pandorafms_agent %define name pandorafms_agent
%define version 3.1rc1 %define version 3.2
Summary: Pandora FMS Linux agent Summary: Pandora FMS Linux agent
Name: %{name} Name: %{name}
Version: %{version} Version: %{version}

View File

@ -4,11 +4,11 @@
# Linux Version (generic), for SuSe and Debian/Ubuntu only # Linux Version (generic), for SuSe and Debian/Ubuntu only
# other Linux distros could not work properly without modifications # other Linux distros could not work properly without modifications
# Please see http://www.pandorafms.org # Please see http://www.pandorafms.org
# v3.1.0 Build 100516 # v3.2 Build 101122
# This code is licensed under GPL 2.0 license. # This code is licensed under GPL 2.0 license.
# ********************************************************************** # **********************************************************************
PI_VERSION=3.1 PI_VERSION=3.2
PANDORA_BIN=/usr/bin/pandora_agent PANDORA_BIN=/usr/bin/pandora_agent
PANDORA_HOME=/usr/share/pandora_agent PANDORA_HOME=/usr/share/pandora_agent
PANDORA_TEMP=/var/spool/pandora/data_out PANDORA_TEMP=/var/spool/pandora/data_out

View File

@ -1,5 +1,5 @@
Pandora FMS : The Free Monitoring System v1.3.1 Pandora FMS : The Flexible Monitoring System v3.2
=============================================== =================================================
http://pandora.sourceforge.net http://pandora.sourceforge.net
@ -54,5 +54,5 @@ License
------- -------
The project is distributed under the GPL License v2 or later. The project is distributed under the GPL License v2 or later.
Copyright (C) 2004-2008 Pandora FMS development team Copyright (C) 2004-2010 Pandora FMS development team

View File

@ -1,5 +1,5 @@
Pandora FMS : The Free Monitoring System v1.3.1 Pandora FMS : The Flexible Monitoring System v3.2
=============================================== =================================================
http://pandora.sourceforge.net http://pandora.sourceforge.net
@ -54,5 +54,5 @@ License
------- -------
The project is distributed under the GPL License v2 or later. The project is distributed under the GPL License v2 or later.
Copyright (C) 2004-2008 Pandora FMS development team Copyright (C) 2004-2010 Pandora FMS development team

View File

@ -1,5 +1,5 @@
package: PandoraFMS-Agent-Unix package: Pandor2FMS-Agent-Unix
Version: 3.1 Version: 3.2
Architecture: all Architecture: all
Priority: optional Priority: optional
Section: admin Section: admin

View File

@ -14,7 +14,7 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details. # GNU General Public License for more details.
pandora_version="3.1" pandora_version="3.2"
echo "Test if you has the tools for to make the packages." echo "Test if you has the tools for to make the packages."
whereis dpkg-deb | cut -d":" -f2 | grep dpkg-deb > /dev/null whereis dpkg-deb | cut -d":" -f2 | grep dpkg-deb > /dev/null

View File

@ -1,7 +1,7 @@
# Base config file for Pandora FMS agents # Base config file for Pandora FMS agents
# Version 3.1, FreeBSD Version # Version 3.2, FreeBSD Version
# Licensed under GPL license v2, # Licensed under GPL license v2,
# Copyright (c) 2003-2009 Artica Soluciones Tecnologicas # Copyright (c) 2003-2010 Artica Soluciones Tecnologicas
# http://www.pandorafms.com # http://www.pandorafms.com
# General Parameters # General Parameters

View File

@ -1,6 +1,6 @@
# Base config file for Pandora FMS Windows Agent # Base config file for Pandora FMS Windows Agent
# (c) 2006-2010 Artica Soluciones Tecnologicas # (c) 2006-2010 Artica Soluciones Tecnologicas
# version 3.1 # version 3.2
# This program is Free Software, you can redistribute it and/or modify it # This program is Free Software, you can redistribute it and/or modify it
# under the terms of the GNU General Public Licence as published by the Free Software # under the terms of the GNU General Public Licence as published by the Free Software
@ -100,6 +100,14 @@ module_end
# module_description Free space on drive D: (%) # module_description Free space on drive D: (%)
# module_end # module_end
# Free space on disk C: (Total)
# module_begin
# module_name FreeDiskCTotal
# module_type generic_data
# module_freedisk C:
# module_description Free space on drive C: (Total)
# module_end
# CPU usage percentage # CPU usage percentage
module_begin module_begin
module_name CPUUse module_name CPUUse

View File

@ -1,4 +1,4 @@
# How to build Pandora Installer # # How to build Pandora FMS Installer for Windows #
1) Install installjammer from http://installjammer.com/, then create the 1) Install installjammer from http://installjammer.com/, then create the
c:\pandora_installer folder. c:\pandora_installer folder.
@ -9,51 +9,153 @@ Doing that, you must have the next directory structure:
C:\pandora_installer C:\pandora_installer
+--- pandora_1.3.1.mpi |-- How_to_create_installer.txt
+--- bin |-- LICENSE.txt
+--- LICENSE.txt |-- logo.png
+--- README.txt |-- pandora.ico
+--- logo.png |-- pandora.mpi
+--- pandora.ico |-- README.txt
+--- libeay32.dll |-- scripts
+--- libcurl.dll | |-- install_service_restart.bat
+--- PandoraAgent.exe | |-- restart_pandora_agent.bat
+--- pandora_agent.conf | |-- start_pandora_agent.bat
+--- zlib1.dll | `-- stop_pandora_agent.bat
+--- help |-- collections
| +--- how_to_keys.html |-- help
| +--- images | |-- how_to_keys_es.html
| +--- 1.jpg | |-- how_to_keys.html
| +--- 2.jpg | `-- images
| +--- 3.jpg | |-- 1.jpg
| +--- 4.jpg | |-- 2.jpg
| +--- 5.jpg | |-- 3.jpg
| +--- 6.jpg | |-- 4.jpg
+--- util | |-- 5.jpg
| +--- cut.exe | |-- 6.jpg
| +--- date.exe | `-- logo.png
| +--- expr.exe |-- key
| +--- gawk.exe | |-- id_dsa
| +--- grep.exe | |-- id_dsa.pub
| +--- head.exe | `-- PUT_SSH_KEYS_HERE
| +--- ls.exe |-- libcurl.dll
| +--- md5.exe |-- libeay32.dll
| +--- puttygen.exe |-- libodbc++.dll
| +--- tail.exe |-- pandora_agent.conf
| +--- tentacle_client.exe |-- PandoraAgent.exe
| +--- tr.exe |-- util
| +--- wc.exe | |-- cmp.exe
+--- key | |-- cut.exe
| +--- id_dsa | |-- date.exe
| +--- id_dsa.pub | |-- df_percent.vbs
| +--- PUT_SSH_KEYS_HERE | |-- df.vbs
+--- scripts | |-- expr.exe
+--- start_pandora_agent.bat | |-- gawk.exe
+--- stop_pandora_agent.bat | |-- getreg.exe
| |-- getsnmp.bat
| |-- grep.exe
| |-- head.exe
| |-- logevent_log4x.vbs
| |-- ls.exe
| |-- md5.exe
| |-- mibs
| | |-- AGENTX-MIB.txt
| | |-- DISMAN-EVENT-MIB.txt
| | |-- DISMAN-EXPRESSION-MIB.txt
| | |-- DISMAN-NSLOOKUP-MIB.txt
| | |-- DISMAN-PING-MIB.txt
| | |-- DISMAN-SCHEDULE-MIB.txt
| | |-- DISMAN-SCRIPT-MIB.txt
| | |-- DISMAN-TRACEROUTE-MIB.txt
| | |-- EtherLike-MIB.txt
| | |-- HCNUM-TC.txt
| | |-- HOST-RESOURCES-MIB.txt
| | |-- HOST-RESOURCES-TYPES.txt
| | |-- IANA-ADDRESS-FAMILY-NUMBERS-MIB.txt
| | |-- IANAifType-MIB.txt
| | |-- IANA-LANGUAGE-MIB.txt
| | |-- ianalist
| | |-- IANA-RTPROTO-MIB.txt
| | |-- IF-INVERTED-STACK-MIB.txt
| | |-- IF-MIB.txt
| | |-- INET-ADDRESS-MIB.txt
| | |-- IP-FORWARD-MIB.txt
| | |-- IP-MIB.txt
| | |-- IPV6-ICMP-MIB.txt
| | |-- IPV6-MIB.txt
| | |-- IPV6-TCP-MIB.txt
| | |-- IPV6-TC.txt
| | |-- IPV6-UDP-MIB.txt
| | |-- LM-SENSORS-MIB.txt
| | |-- Makefile.in
| | |-- Makefile.mib
| | |-- makehtml.pl
| | |-- mibfetch
| | |-- MTA-MIB.txt
| | |-- NET-SNMP-AGENT-MIB.txt
| | |-- NET-SNMP-EXAMPLES-MIB.txt
| | |-- NET-SNMP-EXTEND-MIB.txt
| | |-- NET-SNMP-MIB.txt
| | |-- NET-SNMP-MONITOR-MIB.txt
| | |-- NET-SNMP-SYSTEM-MIB.txt
| | |-- NET-SNMP-TC.txt
| | |-- NETWORK-SERVICES-MIB.txt
| | |-- nodemap
| | |-- NOTIFICATION-LOG-MIB.txt
| | |-- README.mibs
| | |-- RFC1155-SMI.txt
| | |-- RFC1213-MIB.txt
| | |-- RFC-1215.txt
| | |-- rfclist
| | |-- rfcmibs.diff
| | |-- RMON-MIB.txt
| | |-- smistrip
| | |-- SMUX-MIB.txt
| | |-- SNMP-COMMUNITY-MIB.txt
| | |-- SNMP-FRAMEWORK-MIB.txt
| | |-- SNMP-MPD-MIB.txt
| | |-- SNMP-NOTIFICATION-MIB.txt
| | |-- SNMP-PROXY-MIB.txt
| | |-- SNMP-TARGET-MIB.txt
| | |-- SNMP-USER-BASED-SM-MIB.txt
| | |-- SNMP-USM-AES-MIB.txt
| | |-- SNMP-USM-DH-OBJECTS-MIB.txt
| | |-- SNMPv2-CONF.txt
| | |-- SNMPv2-MIB.txt
| | |-- SNMPv2-SMI.txt
| | |-- SNMPv2-TC.txt
| | |-- SNMPv2-TM.txt
| | |-- SNMP-VIEW-BASED-ACM-MIB.txt
| | |-- TCP-MIB.txt
| | |-- TRANSPORT-ADDRESS-MIB.txt
| | |-- TUNNEL-MIB.txt
| | |-- UCD-DEMO-MIB.inc
| | |-- UCD-DEMO-MIB.txt
| | |-- UCD-DISKIO-MIB.inc
| | |-- UCD-DISKIO-MIB.txt
| | |-- UCD-DLMOD-MIB.inc
| | |-- UCD-DLMOD-MIB.txt
| | |-- UCD-IPFILTER-MIB.inc
| | |-- UCD-IPFILTER-MIB.txt
| | |-- UCD-IPFWACC-MIB.inc
| | |-- UCD-IPFWACC-MIB.txt
| | |-- UCD-SNMP-MIB.inc
| | |-- UCD-SNMP-MIB-OLD.txt
| | |-- UCD-SNMP-MIB.txt
| | `-- UDP-MIB.txt
| |-- pandora_update.exe
| |-- ps.vbs
| |-- puttygen.exe
| |-- snmpget.exe
| |-- sort.exe
| |-- tail.exe
| |-- tentacle_client.exe
| |-- tr.exe
| |-- unzip.exe
| `-- wc.exe
`-- zlib1.dll
3) Change any thing you want in your pandora_agent.conf file and also you can 3) Change any thing you want in your pandora_agent.conf file and also you can
(you MUST) change your own keys to distribute them with your agents. (you MUST) change your own keys to distribute them with your agents.
4) Execute InstallJammer program, and open the file C:\pandora_installer\pandora_1.3.1.mpi 4) Execute InstallJammer program, and open the file C:\pandora_installer\pandora.mpi
5) Just go to Build menu and select Build Install (Ctrl + B). 5) Just go to Build menu and select Build Install (Ctrl + B).

View File

@ -11,7 +11,7 @@ BEGIN
VALUE "LegalCopyright", "Artica ST" VALUE "LegalCopyright", "Artica ST"
VALUE "OriginalFilename", "PandoraAgent.exe" VALUE "OriginalFilename", "PandoraAgent.exe"
VALUE "ProductName", "Pandora FMS Windows Agent" VALUE "ProductName", "Pandora FMS Windows Agent"
VALUE "ProductVersion", "(3.1(Build 100608))" VALUE "ProductVersion", "(3.2(Build 101029))"
VALUE "FileVersion", "1.0.0.0" VALUE "FileVersion", "1.0.0.0"
END END
END END