mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-22 05:14:57 +02:00
2010-02-23 Raul Mateos <raulofpandora@gmail.com>
* lib/PandoraFMS/*.pm, DEBIAN/make_deb_package.sh, pandora_server_*: Updated year / build. Some spaces to tabs. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2410 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
132ab90b41
commit
31d35c315e
@ -1,3 +1,8 @@
|
|||||||
|
2010-02-23 Raúl Mateos <raulofpandora@gmail.com>
|
||||||
|
|
||||||
|
* lib/PandoraFMS/*.pm, DEBIAN/make_deb_package.sh, pandora_server_*:
|
||||||
|
Updated year / build. Some spaces to tabs.
|
||||||
|
|
||||||
2010-02-22 Pablo de la Concepción <pablo.concepcion@artica.es>
|
2010-02-22 Pablo de la Concepción <pablo.concepcion@artica.es>
|
||||||
|
|
||||||
* lib/PandoraFMS/DataServer.pm: Fixed bug #2926077 there were one
|
* lib/PandoraFMS/DataServer.pm: Fixed bug #2926077 there were one
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Pandora FMS- http://pandorafms.com
|
# Pandora FMS- http://pandorafms.com
|
||||||
# ==================================================
|
# ==================================================
|
||||||
# Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
|
# Copyright (c) 2005-2010 Artica Soluciones Tecnologicas
|
||||||
# Please see http:#pandorafms.org for full contribution list
|
# Please see http:#pandorafms.org for full contribution list
|
||||||
|
|
||||||
# This program is free software; you can redistribute it and/or
|
# This program is free software; you can redistribute it and/or
|
||||||
@ -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_console_version="3.0.0"
|
pandora_console_version="3.1.0"
|
||||||
|
|
||||||
echo "This script to make deb must run as root (because the dh-make-perl need this). Then test if you are root."
|
echo "This script to make deb must run as root (because the dh-make-perl need this). Then test if you are root."
|
||||||
if [ `id -u` != 0 ]
|
if [ `id -u` != 0 ]
|
||||||
|
@ -3,7 +3,7 @@ package PandoraFMS::Config;
|
|||||||
# Configuration Package
|
# Configuration Package
|
||||||
# Pandora FMS. the Flexible Monitoring System. http://www.pandorafms.org
|
# Pandora FMS. the Flexible Monitoring System. http://www.pandorafms.org
|
||||||
##########################################################################
|
##########################################################################
|
||||||
# Copyright (c) 2005-2009 Artica Soluciones Tecnologicas S.L
|
# Copyright (c) 2005-2010 Artica Soluciones Tecnologicas S.L
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or
|
# This program is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU Lesser General Public License
|
# modify it under the terms of the GNU Lesser General Public License
|
||||||
|
@ -3,7 +3,7 @@ package PandoraFMS::DB;
|
|||||||
# Database Package
|
# Database Package
|
||||||
# Pandora FMS. the Flexible Monitoring System. http://www.pandorafms.org
|
# Pandora FMS. the Flexible Monitoring System. http://www.pandorafms.org
|
||||||
##########################################################################
|
##########################################################################
|
||||||
# Copyright (c) 2005-2009 Artica Soluciones Tecnologicas S.L
|
# Copyright (c) 2005-2010 Artica Soluciones Tecnologicas S.L
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or
|
# This program is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU Lesser General Public License
|
# modify it under the terms of the GNU Lesser General Public License
|
||||||
|
@ -3,7 +3,7 @@ package PandoraFMS::DataServer;
|
|||||||
# Pandora FMS Data Server.
|
# Pandora FMS Data Server.
|
||||||
# Pandora FMS. the Flexible Monitoring System. http://www.pandorafms.org
|
# Pandora FMS. the Flexible Monitoring System. http://www.pandorafms.org
|
||||||
##########################################################################
|
##########################################################################
|
||||||
# Copyright (c) 2005-2009 Artica Soluciones Tecnologicas S.L
|
# Copyright (c) 2005-2010 Artica Soluciones Tecnologicas S.L
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or
|
# This program is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU Lesser General Public License
|
# modify it under the terms of the GNU Lesser General Public License
|
||||||
@ -169,7 +169,8 @@ sub process_xml_data ($$$$$) {
|
|||||||
|
|
||||||
# Get GIS information
|
# Get GIS information
|
||||||
my ($longitude, $latitude, $altitude, $position_description) = (
|
my ($longitude, $latitude, $altitude, $position_description) = (
|
||||||
$data->{'longitude'}, $data->{'latitude'}, $data->{'altitude'}, $data->{'position_description'});
|
$data->{'longitude'}, $data->{'latitude'}, $data->{'altitude'},
|
||||||
|
$data->{'position_description'});
|
||||||
|
|
||||||
if ($pa_config->{'activate_gis'}) {
|
if ($pa_config->{'activate_gis'}) {
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Pandora FMS Server
|
# Pandora FMS Server
|
||||||
#
|
#
|
||||||
%define name pandorafms_server
|
%define name pandorafms_server
|
||||||
%define version 3.0.0
|
%define version 3.1.0
|
||||||
%define release 4
|
%define release 4
|
||||||
|
|
||||||
Summary: Pandora FMS Server
|
Summary: Pandora FMS Server
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Pandora FMS Server Installer (c) 2008-2009 Artica ST
|
# Pandora FMS Server Installer (c) 2008-2010 Artica ST
|
||||||
# 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.0.1 Build 091207
|
# v3.1 Build 100223
|
||||||
# This code is licensed under GPL 2.0 license.
|
# This code is licensed under GPL 2.0 license.
|
||||||
# **********************************************************************
|
# **********************************************************************
|
||||||
|
|
||||||
@ -339,7 +339,7 @@ help () {
|
|||||||
|
|
||||||
# Script banner at start
|
# Script banner at start
|
||||||
echo " "
|
echo " "
|
||||||
echo "Pandora FMS 3.0 Server Installer (c) 2008-2009 Artica ST"
|
echo "Pandora FMS 3.1 Server Installer (c) 2008-2010 Artica ST"
|
||||||
echo "This program is licensed under GPL2 Terms. http://pandorafms.org"
|
echo "This program is licensed under GPL2 Terms. http://pandorafms.org"
|
||||||
echo " "
|
echo " "
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user