2008-09-08 Raul Mateos <raulofpandora@gmail.com>
* util/pandora_db.pl: Updated year and URL. * util/pandora_dbstress.pl: Updated year and build. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1087 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
94b7fbac3c
commit
630b898cf2
|
@ -1,3 +1,9 @@
|
|||
2008-09-08 Raul Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* util/pandora_db.pl: Updated year and URL.
|
||||
|
||||
* util/pandora_dbstress.pl: Updated year and build.
|
||||
|
||||
2008-09-03 Sancho Lerena <slerena@gmail.com>
|
||||
|
||||
* pandora_server_installer: Added more info about some dependencies.
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
###############################################################################
|
||||
# Pandora FMS DB Management
|
||||
###############################################################################
|
||||
# Copyright (c) 2004-2006 Sancho Lerena, slerena@gmail.com
|
||||
# Copyright (c) 2005-2006 Artica Soluciones Tecnologicas S.L
|
||||
# Copyright (c) 2004-2008 Sancho Lerena, slerena@gmail.com
|
||||
# Copyright (c) 2005-2008 Artica Soluciones Tecnologicas S.L
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the GNU General Public License
|
||||
|
@ -279,9 +279,9 @@ sub pandora_compactdb {
|
|||
##############################################################################
|
||||
|
||||
sub pandora_init {
|
||||
print "\nPandora FMS DB Tool $version Copyright (c) 2004-2007 Sancho Lerena\n";
|
||||
print "\nPandora FMS DB Tool $version Copyright (c) 2004-2008 Sancho Lerena\n";
|
||||
print "This program is Free Software, licensed under the terms of GPL License v2\n";
|
||||
print "You can download latest versions and documentation at http://pandora.sf.net\n";
|
||||
print "You can download latest versions and documentation at http://www.pandorafms.org\n";
|
||||
|
||||
# Load config file from command line
|
||||
if ($#ARGV == -1 ){
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
################################################################################
|
||||
# Pandora DB Stress tool
|
||||
################################################################################
|
||||
# Copyright (c) 2004-2006 Sancho Lerena, slerena@gmail.com
|
||||
# Copyright (c) 2005-2006 Artica Soluciones Tecnologicas S.L
|
||||
# Copyright (c) 2004-2008 Sancho Lerena, slerena@gmail.com
|
||||
# Copyright (c) 2005-2008 Artica Soluciones Tecnologicas S.L
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the GNU General Public License
|
||||
|
@ -42,7 +42,7 @@ use PandoraFMS::DB;
|
|||
################################################################################
|
||||
################################################################################
|
||||
|
||||
my $version = "1.3-dev 070526";
|
||||
my $version = "2.0 PS080903";
|
||||
|
||||
# FLUSH in each IO (only for debug, very slooow)
|
||||
# ENABLED in DEBUGMODE
|
||||
|
|
Loading…
Reference in New Issue