2010-11-08 Raúu Mateos <raulofpandora@gmail.com>
* pandoradb.sql. pandoradb_data.sql, pandora_console_install: Updated year/version git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3550 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
584087a0e7
commit
19beef381f
|
@ -1,3 +1,8 @@
|
|||
2010-11-08 Raúl Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* pandoradb.sql. pandoradb_data.sql, pandora_console_install: Updated
|
||||
year/version
|
||||
|
||||
2010-11-07 Raúl Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* DEBIAN/makde_deb_package.sh, DEBIAN/control: Updated year/version
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
# This code is licensed under GPL 2.0 license.
|
||||
# **********************************************************************
|
||||
|
||||
PI_VERSION=3.1.0
|
||||
PI_VERSION=3.2.0
|
||||
FORCE=0
|
||||
LOG_TIMESTAMP=`date +"%Y/%m/%d %H:%M:%S"`
|
||||
MODE=$1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
-- Pandora FMS - the Flexible Monitoring System
|
||||
-- ============================================
|
||||
-- Copyright (c) 2005-2009 Artica Soluciones Tecnológicas, http://www.artica.es
|
||||
-- Copyright (c) 2005-2010 Artica Soluciones Tecnológicas, http://www.artica.es
|
||||
-- Please see http://pandora.sourceforge.net for full contribution list
|
||||
|
||||
-- This program is free software; you can redistribute it and/or
|
||||
|
@ -18,7 +18,7 @@
|
|||
-- Because Pandora Installer don't understand them
|
||||
-- and fails creating database !!!
|
||||
-- -----------------------------------------------------------
|
||||
-- Pandora FMS official tables for 3.1 version --
|
||||
-- Pandora FMS official tables for 3.2 version --
|
||||
-- -----------------------------------------------------------
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `taddress` (
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
-- Pandora FMS - the Flexible Monitoring System
|
||||
-- ============================================
|
||||
-- Copyright (c) 2009 Artica Soluciones Tecnologicas, http://www.artica.es
|
||||
-- Copyright (c) 2010 Artica Soluciones Tecnologicas, http://www.artica.es
|
||||
-- Please see http://www.pandorafms.org for full contribution list
|
||||
|
||||
-- This program is free software; you can redistribute it and/or
|
||||
|
@ -14,7 +14,7 @@
|
|||
-- along with this program; if not, write to the Free Software
|
||||
-- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
|
||||
-- Database Data for Pandora FMS 3.1
|
||||
-- Database Data for Pandora FMS 3.2
|
||||
|
||||
-- PLEASE NO NOT USE MULTILINE COMMENTS
|
||||
-- Because Pandora Installer don't understand them
|
||||
|
@ -255,7 +255,7 @@ INSERT INTO `tusuario_perfil` VALUES (1,'admin',5,0,'admin');
|
|||
|
||||
INSERT INTO `tperfil` VALUES (1,'Operator (Read)',0,1,0,1,0,0,0,0,0,0),(2,'Operator (Write)',1,1,0,1,0,0,0,0,0,0),(3,'Chief Operator',1,1,1,1,0,0,0,0,0,0),(4,'Group coordinator',1,1,1,1,1,1,1,0,0,0),(5,'Pandora Administrator',1,1,1,1,1,1,1,1,1,1);
|
||||
|
||||
INSERT INTO `tnews` VALUES (1,'admin','Welcome to Pandora FMS 3.1!','This is the new Pandora FMS Console. A lot of new features have been added since last version. Please read the documentation about it, and feel free to test any option.\r\n\r\nThe Pandora FMS Team.',NOW()),
|
||||
INSERT INTO `tnews` VALUES (1,'admin','Welcome to Pandora FMS 3.2!','This is the new Pandora FMS Console. A lot of new features have been added since last version. Please read the documentation about it, and feel free to test any option.\r\n\r\nThe Pandora FMS Team.',NOW()),
|
||||
(2,'admin','New GIS Feature','Try our new GIS representation, activate GIS in Setup to see new available options.',NOW());
|
||||
|
||||
INSERT INTO tmodule VALUES (1,'Agent module');
|
||||
|
|
Loading…
Reference in New Issue