diff --git a/pandora_agents/unix/DEBIAN/control b/pandora_agents/unix/DEBIAN/control index 63ffa4a23e..b07348640a 100644 --- a/pandora_agents/unix/DEBIAN/control +++ b/pandora_agents/unix/DEBIAN/control @@ -1,5 +1,5 @@ package: pandorafms-agent-unix -Version: 7.0NG.766-221110 +Version: 7.0NG.766-221123 Architecture: all Priority: optional Section: admin diff --git a/pandora_agents/unix/DEBIAN/make_deb_package.sh b/pandora_agents/unix/DEBIAN/make_deb_package.sh index be48d4565e..acc2d806a7 100644 --- a/pandora_agents/unix/DEBIAN/make_deb_package.sh +++ b/pandora_agents/unix/DEBIAN/make_deb_package.sh @@ -14,7 +14,7 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -pandora_version="7.0NG.766-221110" +pandora_version="7.0NG.766-221123" echo "Test if you has the tools for to make the packages." whereis dpkg-deb | cut -d":" -f2 | grep dpkg-deb > /dev/null diff --git a/pandora_agents/unix/pandora_agent b/pandora_agents/unix/pandora_agent index c75e912b45..6382585d4a 100755 --- a/pandora_agents/unix/pandora_agent +++ b/pandora_agents/unix/pandora_agent @@ -1015,7 +1015,7 @@ my $Sem = undef; my $ThreadSem = undef; use constant AGENT_VERSION => '7.0NG.766'; -use constant AGENT_BUILD => '221110'; +use constant AGENT_BUILD => '221123'; # Agent log default file size maximum and instances use constant DEFAULT_MAX_LOG_SIZE => 600000; diff --git a/pandora_agents/unix/pandora_agent.redhat.spec b/pandora_agents/unix/pandora_agent.redhat.spec index 443f8b311d..dea0ff02bf 100644 --- a/pandora_agents/unix/pandora_agent.redhat.spec +++ b/pandora_agents/unix/pandora_agent.redhat.spec @@ -3,7 +3,7 @@ # %define name pandorafms_agent_unix %define version 7.0NG.766 -%define release 221110 +%define release 221123 Summary: Pandora FMS Linux agent, PERL version Name: %{name} diff --git a/pandora_agents/unix/pandora_agent.spec b/pandora_agents/unix/pandora_agent.spec index 42cf212fca..9d80729f5f 100644 --- a/pandora_agents/unix/pandora_agent.spec +++ b/pandora_agents/unix/pandora_agent.spec @@ -3,7 +3,7 @@ # %define name pandorafms_agent_unix %define version 7.0NG.766 -%define release 221110 +%define release 221123 Summary: Pandora FMS Linux agent, PERL version Name: %{name} diff --git a/pandora_agents/unix/pandora_agent_installer b/pandora_agents/unix/pandora_agent_installer index c16b513aa5..bcc4722579 100755 --- a/pandora_agents/unix/pandora_agent_installer +++ b/pandora_agents/unix/pandora_agent_installer @@ -10,7 +10,7 @@ # ********************************************************************** PI_VERSION="7.0NG.766" -PI_BUILD="221110" +PI_BUILD="221123" OS_NAME=`uname -s` FORCE=0 diff --git a/pandora_agents/win32/installer/pandora.mpi b/pandora_agents/win32/installer/pandora.mpi index 30b23ae779..6d963550cf 100644 --- a/pandora_agents/win32/installer/pandora.mpi +++ b/pandora_agents/win32/installer/pandora.mpi @@ -186,7 +186,7 @@ UpgradeApplicationID {} Version -{221110} +{221123} ViewReadme {Yes} diff --git a/pandora_agents/win32/pandora.cc b/pandora_agents/win32/pandora.cc index beaf749d31..f6ff0e498a 100644 --- a/pandora_agents/win32/pandora.cc +++ b/pandora_agents/win32/pandora.cc @@ -30,7 +30,7 @@ using namespace Pandora; using namespace Pandora_Strutils; #define PATH_SIZE _MAX_PATH+1 -#define PANDORA_VERSION ("7.0NG.766 Build 221110") +#define PANDORA_VERSION ("7.0NG.766 Build 221123") string pandora_path; string pandora_dir; diff --git a/pandora_agents/win32/versioninfo.rc b/pandora_agents/win32/versioninfo.rc index fbcde2e2a8..078b214a77 100644 --- a/pandora_agents/win32/versioninfo.rc +++ b/pandora_agents/win32/versioninfo.rc @@ -11,7 +11,7 @@ BEGIN VALUE "LegalCopyright", "Artica ST" VALUE "OriginalFilename", "PandoraAgent.exe" VALUE "ProductName", "Pandora FMS Windows Agent" - VALUE "ProductVersion", "(7.0NG.766(Build 221110))" + VALUE "ProductVersion", "(7.0NG.766(Build 221123))" VALUE "FileVersion", "1.0.0.0" END END diff --git a/pandora_console/DEBIAN/control b/pandora_console/DEBIAN/control index 28c3bcbfe2..8e1d05992a 100644 --- a/pandora_console/DEBIAN/control +++ b/pandora_console/DEBIAN/control @@ -1,5 +1,5 @@ package: pandorafms-console -Version: 7.0NG.766-221110 +Version: 7.0NG.766-221123 Architecture: all Priority: optional Section: admin diff --git a/pandora_console/DEBIAN/make_deb_package.sh b/pandora_console/DEBIAN/make_deb_package.sh index 23eac6b652..cad1561cfe 100644 --- a/pandora_console/DEBIAN/make_deb_package.sh +++ b/pandora_console/DEBIAN/make_deb_package.sh @@ -14,7 +14,7 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -pandora_version="7.0NG.766-221110" +pandora_version="7.0NG.766-221123" package_pear=0 package_pandora=1 diff --git a/pandora_console/extras/mr/59.sql b/pandora_console/extras/mr/59.sql index e5016f9da1..e00ff43626 100644 --- a/pandora_console/extras/mr/59.sql +++ b/pandora_console/extras/mr/59.sql @@ -1,6 +1,5 @@ START TRANSACTION; -DROP TABLE IF EXISTS `tphase`; -DROP TABLE IF EXISTS `ttransaction`; +ALTER TABLE `tevent_filter` MODIFY COLUMN `server_id` TEXT; COMMIT; diff --git a/pandora_console/extras/mr/60.sql b/pandora_console/extras/mr/60.sql new file mode 100644 index 0000000000..e5016f9da1 --- /dev/null +++ b/pandora_console/extras/mr/60.sql @@ -0,0 +1,6 @@ +START TRANSACTION; + +DROP TABLE IF EXISTS `tphase`; +DROP TABLE IF EXISTS `ttransaction`; + +COMMIT; diff --git a/pandora_console/general/php7_message.php b/pandora_console/general/php_message.php similarity index 94% rename from pandora_console/general/php7_message.php rename to pandora_console/general/php_message.php index 9ecb6a1387..87d2d47a8e 100644 --- a/pandora_console/general/php7_message.php +++ b/pandora_console/general/php_message.php @@ -19,15 +19,15 @@ global $config; if ($config['language'] == 'es') { - $url_help = 'https://pandorafms.com/manual/es/documentation/07_technical_annexes/14_php_7'; + $url_help = 'https://pandorafms.com/manual/es/documentation/07_technical_annexes/18_php_8'; } else { - $url_help = 'https://pandorafms.com/manual/en/documentation/07_technical_annexes/14_php_7'; + $url_help = 'https://pandorafms.com/manual/en/documentation/07_technical_annexes/18_php_8'; } // Prints help dialog information echo '
".__('For a correct operation of PandoraFMS, PHP must be updated to version 7.0 or higher.').'
'; + echo "".__('For a correct operation of PandoraFMS, PHP must be updated to version 8.0 or higher.').'
'; echo "".__('Otherwise, functionalities will be lost.').'
'; echo ''.ui_print_help_tip(__('Avoid automatic IP address update when agent IP changes.'), true).'