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 a804adf875
commit 63d47e87c9
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>
* 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
@ -54,5 +54,5 @@ License
-------
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
@ -54,5 +54,5 @@ License
-------
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
@ -54,5 +54,5 @@ License
-------
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
Version: 3.1.0
Version: 3.2
Architecture: all
Priority: optional
Section: admin

View File

@ -14,7 +14,7 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# 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."
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
@ -54,5 +54,5 @@ License
-------
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
#
%define name pandorafms_agent
%define version 3.1rc1
%define version 3.2
Summary: Pandora FMS Linux agent
Name: %{name}
Version: %{version}

View File

@ -4,11 +4,11 @@
# Linux Version (generic), for SuSe and Debian/Ubuntu only
# other Linux distros could not work properly without modifications
# Please see http://www.pandorafms.org
# v3.1.0 Build 100516
# v3.2 Build 101122
# This code is licensed under GPL 2.0 license.
# **********************************************************************
PI_VERSION=3.1
PI_VERSION=3.2
PANDORA_BIN=/usr/bin/pandora_agent
PANDORA_HOME=/usr/share/pandora_agent
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
@ -54,5 +54,5 @@ License
-------
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
@ -54,5 +54,5 @@ License
-------
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
Version: 3.1
package: Pandor2FMS-Agent-Unix
Version: 3.2
Architecture: all
Priority: optional
Section: admin

View File

@ -14,7 +14,7 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# 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."
whereis dpkg-deb | cut -d":" -f2 | grep dpkg-deb > /dev/null

View File

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

View File

@ -1,6 +1,6 @@
# Base config file for Pandora FMS Windows Agent
# (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
# 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_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
module_begin
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
c:\pandora_installer folder.
@ -9,51 +9,153 @@ Doing that, you must have the next directory structure:
C:\pandora_installer
+--- pandora_1.3.1.mpi
+--- bin
+--- LICENSE.txt
+--- README.txt
+--- logo.png
+--- pandora.ico
+--- libeay32.dll
+--- libcurl.dll
+--- PandoraAgent.exe
+--- pandora_agent.conf
+--- zlib1.dll
+--- help
| +--- how_to_keys.html
| +--- images
| +--- 1.jpg
| +--- 2.jpg
| +--- 3.jpg
| +--- 4.jpg
| +--- 5.jpg
| +--- 6.jpg
+--- util
| +--- cut.exe
| +--- date.exe
| +--- expr.exe
| +--- gawk.exe
| +--- grep.exe
| +--- head.exe
| +--- ls.exe
| +--- md5.exe
| +--- puttygen.exe
| +--- tail.exe
| +--- tentacle_client.exe
| +--- tr.exe
| +--- wc.exe
+--- key
| +--- id_dsa
| +--- id_dsa.pub
| +--- PUT_SSH_KEYS_HERE
+--- scripts
+--- start_pandora_agent.bat
+--- stop_pandora_agent.bat
|-- How_to_create_installer.txt
|-- LICENSE.txt
|-- logo.png
|-- pandora.ico
|-- pandora.mpi
|-- README.txt
|-- scripts
| |-- install_service_restart.bat
| |-- restart_pandora_agent.bat
| |-- start_pandora_agent.bat
| `-- stop_pandora_agent.bat
|-- collections
|-- help
| |-- how_to_keys_es.html
| |-- how_to_keys.html
| `-- images
| |-- 1.jpg
| |-- 2.jpg
| |-- 3.jpg
| |-- 4.jpg
| |-- 5.jpg
| |-- 6.jpg
| `-- logo.png
|-- key
| |-- id_dsa
| |-- id_dsa.pub
| `-- PUT_SSH_KEYS_HERE
|-- libcurl.dll
|-- libeay32.dll
|-- libodbc++.dll
|-- pandora_agent.conf
|-- PandoraAgent.exe
|-- util
| |-- cmp.exe
| |-- cut.exe
| |-- date.exe
| |-- df_percent.vbs
| |-- df.vbs
| |-- expr.exe
| |-- gawk.exe
| |-- 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
(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).

View File

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