mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
Merge remote-tracking branch 'origin/develop' into 2078-ue-cmdb-integration
This commit is contained in:
commit
d0a82c436a
@ -1,5 +1,5 @@
|
|||||||
package: pandorafms-agent-unix
|
package: pandorafms-agent-unix
|
||||||
Version: 7.0NG.726-180905
|
Version: 7.0NG.726-180906
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Section: admin
|
Section: admin
|
||||||
|
@ -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="7.0NG.726-180905"
|
pandora_version="7.0NG.726-180906"
|
||||||
|
|
||||||
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
|
||||||
|
@ -42,7 +42,7 @@ my $Sem = undef;
|
|||||||
my $ThreadSem = undef;
|
my $ThreadSem = undef;
|
||||||
|
|
||||||
use constant AGENT_VERSION => '7.0NG.726';
|
use constant AGENT_VERSION => '7.0NG.726';
|
||||||
use constant AGENT_BUILD => '180905';
|
use constant AGENT_BUILD => '180906';
|
||||||
|
|
||||||
# Agent log default file size maximum and instances
|
# Agent log default file size maximum and instances
|
||||||
use constant DEFAULT_MAX_LOG_SIZE => 600000;
|
use constant DEFAULT_MAX_LOG_SIZE => 600000;
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
%define name pandorafms_agent_unix
|
%define name pandorafms_agent_unix
|
||||||
%define version 7.0NG.726
|
%define version 7.0NG.726
|
||||||
%define release 180905
|
%define release 180906
|
||||||
|
|
||||||
Summary: Pandora FMS Linux agent, PERL version
|
Summary: Pandora FMS Linux agent, PERL version
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
%define name pandorafms_agent_unix
|
%define name pandorafms_agent_unix
|
||||||
%define version 7.0NG.726
|
%define version 7.0NG.726
|
||||||
%define release 180905
|
%define release 180906
|
||||||
|
|
||||||
Summary: Pandora FMS Linux agent, PERL version
|
Summary: Pandora FMS Linux agent, PERL version
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
# **********************************************************************
|
# **********************************************************************
|
||||||
|
|
||||||
PI_VERSION="7.0NG.726"
|
PI_VERSION="7.0NG.726"
|
||||||
PI_BUILD="180905"
|
PI_BUILD="180906"
|
||||||
OS_NAME=`uname -s`
|
OS_NAME=`uname -s`
|
||||||
|
|
||||||
FORCE=0
|
FORCE=0
|
||||||
|
@ -186,7 +186,7 @@ UpgradeApplicationID
|
|||||||
{}
|
{}
|
||||||
|
|
||||||
Version
|
Version
|
||||||
{180905}
|
{180906}
|
||||||
|
|
||||||
ViewReadme
|
ViewReadme
|
||||||
{Yes}
|
{Yes}
|
||||||
|
@ -30,7 +30,7 @@ using namespace Pandora;
|
|||||||
using namespace Pandora_Strutils;
|
using namespace Pandora_Strutils;
|
||||||
|
|
||||||
#define PATH_SIZE _MAX_PATH+1
|
#define PATH_SIZE _MAX_PATH+1
|
||||||
#define PANDORA_VERSION ("7.0NG.726(Build 180905)")
|
#define PANDORA_VERSION ("7.0NG.726(Build 180906)")
|
||||||
|
|
||||||
string pandora_path;
|
string pandora_path;
|
||||||
string pandora_dir;
|
string pandora_dir;
|
||||||
|
@ -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", "(7.0NG.726(Build 180905))"
|
VALUE "ProductVersion", "(7.0NG.726(Build 180906))"
|
||||||
VALUE "FileVersion", "1.0.0.0"
|
VALUE "FileVersion", "1.0.0.0"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
package: pandorafms-console
|
package: pandorafms-console
|
||||||
Version: 7.0NG.726-180905
|
Version: 7.0NG.726-180906
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Section: admin
|
Section: admin
|
||||||
|
@ -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="7.0NG.726-180905"
|
pandora_version="7.0NG.726-180906"
|
||||||
|
|
||||||
package_pear=0
|
package_pear=0
|
||||||
package_pandora=1
|
package_pandora=1
|
||||||
|
@ -950,7 +950,7 @@ class Tree {
|
|||||||
SUM(if(%s, 1, 0)) as state_unknown,
|
SUM(if(%s, 1, 0)) as state_unknown,
|
||||||
SUM(if(%s, 1, 0)) as state_notinit,
|
SUM(if(%s, 1, 0)) as state_notinit,
|
||||||
SUM(if(%s, 1, 0)) as state_normal,
|
SUM(if(%s, 1, 0)) as state_normal,
|
||||||
SUM(if(%s, 1, 0)) as state_total
|
SUM(if(%s AND tae.estado IS NOT NULL, 1, 0)) as state_total
|
||||||
",
|
",
|
||||||
$this->getModuleStatusFilterFromTestado(AGENT_MODULE_STATUS_CRITICAL_ALERT, true),
|
$this->getModuleStatusFilterFromTestado(AGENT_MODULE_STATUS_CRITICAL_ALERT, true),
|
||||||
$this->getModuleStatusFilterFromTestado(AGENT_MODULE_STATUS_WARNING_ALERT, true),
|
$this->getModuleStatusFilterFromTestado(AGENT_MODULE_STATUS_WARNING_ALERT, true),
|
||||||
@ -977,7 +977,8 @@ class Tree {
|
|||||||
FROM tagente ta
|
FROM tagente ta
|
||||||
$inner_or_left JOIN tagente_modulo tam
|
$inner_or_left JOIN tagente_modulo tam
|
||||||
ON ta.id_agente = tam.id_agente
|
ON ta.id_agente = tam.id_agente
|
||||||
INNER JOIN tagente_estado tae
|
AND tam.disabled = 0
|
||||||
|
$inner_or_left JOIN tagente_estado tae
|
||||||
ON tae.id_agente_modulo = tam.id_agente_modulo
|
ON tae.id_agente_modulo = tam.id_agente_modulo
|
||||||
$inner
|
$inner
|
||||||
WHERE ta.id_agente IN
|
WHERE ta.id_agente IN
|
||||||
@ -992,14 +993,13 @@ class Tree {
|
|||||||
$group_search_filter
|
$group_search_filter
|
||||||
$condition_inside
|
$condition_inside
|
||||||
)
|
)
|
||||||
AND ta.disabled = 0 AND tam.disabled = 0
|
AND ta.disabled = 0
|
||||||
$condition
|
$condition
|
||||||
$agent_search_filter
|
$agent_search_filter
|
||||||
$agent_status_filter
|
$agent_status_filter
|
||||||
$module_search_filter
|
$module_search_filter
|
||||||
$module_status_filter
|
$module_status_filter
|
||||||
GROUP BY ta.id_agente
|
GROUP BY ta.id_agente
|
||||||
HAVING state_total > 0
|
|
||||||
ORDER BY ta.alias ASC, ta.id_agente ASC
|
ORDER BY ta.alias ASC, ta.id_agente ASC
|
||||||
";
|
";
|
||||||
|
|
||||||
|
@ -28,7 +28,6 @@ class TreeGroup extends Tree {
|
|||||||
$this->L1fieldName = "id_group";
|
$this->L1fieldName = "id_group";
|
||||||
$this->L1extraFields = array(
|
$this->L1extraFields = array(
|
||||||
"tg.nombre AS `name`",
|
"tg.nombre AS `name`",
|
||||||
$this->getDisplayHierarchy() ? 'tg.parent' : '0 as parent',
|
|
||||||
"tg.icon",
|
"tg.icon",
|
||||||
"tg.id_grupo AS gid"
|
"tg.id_grupo AS gid"
|
||||||
);
|
);
|
||||||
@ -91,7 +90,7 @@ class TreeGroup extends Tree {
|
|||||||
protected function getProcessedGroups () {
|
protected function getProcessedGroups () {
|
||||||
$processed_groups = array();
|
$processed_groups = array();
|
||||||
// Index and process the groups
|
// Index and process the groups
|
||||||
$groups = $this->getGroupCounters(0);
|
$groups = $this->getGroupCounters();
|
||||||
|
|
||||||
// If user have not permissions in parent, set parent node to 0 (all)
|
// If user have not permissions in parent, set parent node to 0 (all)
|
||||||
// Avoid to do foreach for admins
|
// Avoid to do foreach for admins
|
||||||
@ -136,8 +135,6 @@ class TreeGroup extends Tree {
|
|||||||
}
|
}
|
||||||
|
|
||||||
protected function getGroupCounters() {
|
protected function getGroupCounters() {
|
||||||
//FIXME PLEASE
|
|
||||||
if (true) {
|
|
||||||
$fields = $this->getFirstLevelFields();
|
$fields = $this->getFirstLevelFields();
|
||||||
$inside_fields = $this->getFirstLevelFieldsInside();
|
$inside_fields = $this->getFirstLevelFieldsInside();
|
||||||
|
|
||||||
@ -211,23 +208,8 @@ class TreeGroup extends Tree {
|
|||||||
ON x2.g = tg.id_grupo
|
ON x2.g = tg.id_grupo
|
||||||
GROUP BY tg.id_grupo";
|
GROUP BY tg.id_grupo";
|
||||||
$stats = db_get_all_rows_sql($sql);
|
$stats = db_get_all_rows_sql($sql);
|
||||||
}
|
|
||||||
else{
|
|
||||||
$stats = db_get_all_rows_sql(
|
|
||||||
'SELECT tgs.agents AS total_count, tgs.critical AS total_critical_count,
|
|
||||||
tgs.unknown AS total_unknown_count, tgs.warning AS total_warning_count,
|
|
||||||
`non-init` AS total_not_init_count, tgs.normal AS total_normal_count,
|
|
||||||
tgs.alerts_fired AS total_alerts_count,
|
|
||||||
tg.nombre AS name, tg.parent, tg.icon, tg.id_grupo AS gid
|
|
||||||
FROM tgroup_stat tgs
|
|
||||||
INNER JOIN tgrupo tg
|
|
||||||
ON tg.id_grupo = tgs.id_group
|
|
||||||
');
|
|
||||||
}
|
|
||||||
|
|
||||||
# Update the group cache (from db or calculated).
|
|
||||||
$group_stats = array();
|
$group_stats = array();
|
||||||
|
|
||||||
foreach ($stats as $group) {
|
foreach ($stats as $group) {
|
||||||
$group_stats[$group['gid']]['total_count'] = (int)$group['total_count'];
|
$group_stats[$group['gid']]['total_count'] = (int)$group['total_count'];
|
||||||
$group_stats[$group['gid']]['total_critical_count'] = (int)$group['total_critical_count'];
|
$group_stats[$group['gid']]['total_critical_count'] = (int)$group['total_critical_count'];
|
||||||
@ -243,11 +225,13 @@ class TreeGroup extends Tree {
|
|||||||
$group_stats[$group['gid']] = $this->getProcessedItem($group_stats[$group['gid']]);
|
$group_stats[$group['gid']] = $this->getProcessedItem($group_stats[$group['gid']]);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isset($group_stats[$group_id])) {
|
return $group_stats;
|
||||||
return $group_stats[$group_id];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return $group_stats;
|
protected function getFirstLevelFields() {
|
||||||
|
$fields = parent::getFirstLevelFields();
|
||||||
|
$parent = $this->getDisplayHierarchy() ? 'tg.parent' : '0 as parent';
|
||||||
|
return "$fields, $parent";
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function getProcessedModules($modules_tree) {
|
protected function getProcessedModules($modules_tree) {
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
/**
|
/**
|
||||||
* Pandora build version and version
|
* Pandora build version and version
|
||||||
*/
|
*/
|
||||||
$build_version = 'PC180905';
|
$build_version = 'PC180906';
|
||||||
$pandora_version = 'v7.0NG.726';
|
$pandora_version = 'v7.0NG.726';
|
||||||
|
|
||||||
// Do not overwrite default timezone set if defined.
|
// Do not overwrite default timezone set if defined.
|
||||||
|
@ -71,7 +71,7 @@
|
|||||||
<div style='height: 10px'>
|
<div style='height: 10px'>
|
||||||
<?php
|
<?php
|
||||||
$version = '7.0NG.726';
|
$version = '7.0NG.726';
|
||||||
$build = '180905';
|
$build = '180906';
|
||||||
$banner = "v$version Build $build";
|
$banner = "v$version Build $build";
|
||||||
|
|
||||||
error_reporting(0);
|
error_reporting(0);
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
%define name pandorafms_console
|
%define name pandorafms_console
|
||||||
%define version 7.0NG.726
|
%define version 7.0NG.726
|
||||||
%define release 180905
|
%define release 180906
|
||||||
|
|
||||||
# User and Group under which Apache is running
|
# User and Group under which Apache is running
|
||||||
%define httpd_name httpd
|
%define httpd_name httpd
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
%define name pandorafms_console
|
%define name pandorafms_console
|
||||||
%define version 7.0NG.726
|
%define version 7.0NG.726
|
||||||
%define release 180905
|
%define release 180906
|
||||||
%define httpd_name httpd
|
%define httpd_name httpd
|
||||||
# User and Group under which Apache is running
|
# User and Group under which Apache is running
|
||||||
%define httpd_name apache2
|
%define httpd_name apache2
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
package: pandorafms-server
|
package: pandorafms-server
|
||||||
Version: 7.0NG.726-180905
|
Version: 7.0NG.726-180906
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Section: admin
|
Section: admin
|
||||||
|
@ -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="7.0NG.726-180905"
|
pandora_version="7.0NG.726-180906"
|
||||||
|
|
||||||
package_cpan=0
|
package_cpan=0
|
||||||
package_pandora=1
|
package_pandora=1
|
||||||
|
@ -45,7 +45,7 @@ our @EXPORT = qw(
|
|||||||
|
|
||||||
# version: Defines actual version of Pandora Server for this module only
|
# version: Defines actual version of Pandora Server for this module only
|
||||||
my $pandora_version = "7.0NG.726";
|
my $pandora_version = "7.0NG.726";
|
||||||
my $pandora_build = "180905";
|
my $pandora_build = "180906";
|
||||||
our $VERSION = $pandora_version." ".$pandora_build;
|
our $VERSION = $pandora_version." ".$pandora_build;
|
||||||
|
|
||||||
# Setup hash
|
# Setup hash
|
||||||
|
@ -32,7 +32,7 @@ our @ISA = qw(Exporter);
|
|||||||
|
|
||||||
# version: Defines actual version of Pandora Server for this module only
|
# version: Defines actual version of Pandora Server for this module only
|
||||||
my $pandora_version = "7.0NG.726";
|
my $pandora_version = "7.0NG.726";
|
||||||
my $pandora_build = "180905";
|
my $pandora_build = "180906";
|
||||||
our $VERSION = $pandora_version." ".$pandora_build;
|
our $VERSION = $pandora_version." ".$pandora_build;
|
||||||
|
|
||||||
our %EXPORT_TAGS = ( 'all' => [ qw() ] );
|
our %EXPORT_TAGS = ( 'all' => [ qw() ] );
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
%define name pandorafms_server
|
%define name pandorafms_server
|
||||||
%define version 7.0NG.726
|
%define version 7.0NG.726
|
||||||
%define release 180905
|
%define release 180906
|
||||||
|
|
||||||
Summary: Pandora FMS Server
|
Summary: Pandora FMS Server
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
%define name pandorafms_server
|
%define name pandorafms_server
|
||||||
%define version 7.0NG.726
|
%define version 7.0NG.726
|
||||||
%define release 180905
|
%define release 180906
|
||||||
|
|
||||||
Summary: Pandora FMS Server
|
Summary: Pandora FMS Server
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
# **********************************************************************
|
# **********************************************************************
|
||||||
|
|
||||||
PI_VERSION="7.0NG.726"
|
PI_VERSION="7.0NG.726"
|
||||||
PI_BUILD="180905"
|
PI_BUILD="180906"
|
||||||
|
|
||||||
MODE=$1
|
MODE=$1
|
||||||
if [ $# -gt 1 ]; then
|
if [ $# -gt 1 ]; then
|
||||||
|
@ -34,7 +34,7 @@ use PandoraFMS::Config;
|
|||||||
use PandoraFMS::DB;
|
use PandoraFMS::DB;
|
||||||
|
|
||||||
# version: define current version
|
# version: define current version
|
||||||
my $version = "7.0NG.726 PS180905";
|
my $version = "7.0NG.726 PS180906";
|
||||||
|
|
||||||
# Pandora server configuration
|
# Pandora server configuration
|
||||||
my %conf;
|
my %conf;
|
||||||
|
@ -36,7 +36,7 @@ use Encode::Locale;
|
|||||||
Encode::Locale::decode_argv;
|
Encode::Locale::decode_argv;
|
||||||
|
|
||||||
# version: define current version
|
# version: define current version
|
||||||
my $version = "7.0NG.726 PS180905";
|
my $version = "7.0NG.726 PS180906";
|
||||||
|
|
||||||
# save program name for logging
|
# save program name for logging
|
||||||
my $progname = basename($0);
|
my $progname = basename($0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user