Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-06.......PS. [ZBX-20844] fixed external check becoming unsupported when Zabbix ↵Vladislavs Sokurenko
server or Zabbix proxy is stopped
2022-03-23.......... [ZBX-19118] updated to latest from release/6.0; no conflictsJanis Freibergs
2022-03-16.......... [DEV-2064] moved corresponding headers includes first in the ↵Artjoms Rimdjonoks
includes list (non-libs folders) (cherry picked from commit 7c58e5db2b02454270d394ce567d55110bb34902)
2022-03-03A.F.....S. [ZBX-19118] transferred changes from older branch; updated value ↵Janis Freibergs
assignment to interface main status via constants; de-duplicated HTTP Agent item/prototype property assignment, read-only state when inherited from template; resolved conflict - ui/host_prototypes.php
2022-03-02.D.G...... [ZBXNEXT-7116] added ability to force active checks on restartVladislavs Sokurenko
.D.G...... [ZBXNEXT-7116] added ability to force active checks on restart * commit 'c0fe653310f53b085825516ee0a18975958637d5': .D........ [ZBXNEXT-7116] added ChangeLog entry .D.G...... [ZBXNEXT-7116] added ability to force active checks on restart .D.G...... [ZBXNEXT-7116] added ability to force active checks on restart .D.G...... [ZBXNEXT-7116] added ability to force active checks on restart ...G...... [ZBXNEXT-7116] added ability to force active checks ...G...... [ZBXNEXT-7116] added ability to force active checks ...G...... [ZBXNEXT-7116] added ability to force active checks on restart ...G...... [ZBXNEXT-7116] added ability to force active checks on restart ...G...... [ZBXNEXT-7116] added ability to force active checks on restart (cherry picked from commit e6cae9e65b3f761c53959a507a8dca1d2ef49363)
2022-02-18.......... [DEV-2084] fixed code spelling in srcArtjoms Rimdjonoks
(cherry picked from commit 9433296ea4d448952853feb789564a1edaae71ca)
2022-01-14........S. [ZBXNEXT-7411] renamed problem housekeeper to trigger housekeeperAndris Zeila
2022-01-13.......PS. [ZBXNEXT-7411] replaced signals with IPC messages for most of ↵Andris Zeila
internal RTC implementation
2022-01-09.......... [ZBXNEXT-826] updated copyright year [2022]Alexander Vladishev
2022-01-07........S. [ZBXNEXT-2485] singled out odbc poller into separate process typeDmitrijs Goloscapovs
2022-01-04........S. [ZBXNEXT-7109] merged branch 'master' of ↵Andris Zeila
ssh://git.zabbix.lan:7999/zbx/zabbix into feature/ZBXNEXT-7109-5.5
2021-12-29........S. [ZBXNEXT-7109] added rtc command handling while waiting for ↵Andris Zeila
config cache sync
2021-12-15.......PS. [ZBXNEXT-7109] changed proxy runtime control options to ↵Andris Zeila
communicate through socket
2021-12-06...G...PS. [ZBXNEXT-4922] fixed recursion limit usageJurijs Klopovskis
2021-12-03.......... [ZBXNEXT-2579] merged branch 'master' of ↵Andris Zeila
ssh://git.zabbix.lan:7999/zbx/zabbix into feature/ZBXNEXT-2579-5.5
2021-12-02A.F.....S. [ZBXNEXT-6250] added option to opt-out of "escalation canceled" ↵Miks Kronkalns
messages * commit '26dcc0b43620fc086bef92acbf4d73166f8f1684': ..F....... [ZBXNEXT-6250] minor code refactoring .......... [ZBXNEXT-6250] added new notify_if_canceled field to data.tmpl ........S. [ZBXNEXT-6250] removed redundant blank line .......... [ZBXNEXT-6250] typo fix .......... [ZBXNEXT-6250] typo fix .......... [ZBXNEXT-6250] updated integration tests ........S. [ZBXNEXT-6250] changed log message string (AmE) .D........ [ZBXNEXT-6250] fixed changelog ADF....... [ZBXNEXT-6250] implemented escallation cancellation frontend and API part ........S. [ZBX-20177] updated constant names (server part) ........S. [ZBXNEXT-6250] changed field name ........S. [ZBXNEXT-6250] initial commit
2021-11-26..FG...... [ZBXNEXT-6593] added support of persistent files for restoring ↵Andris Mednis
log item state after agent restart * commit '4d17dc41cc1b295a2d0e628318740815f98ea635': (31 commits) ...G...... [ZBXNEXT-6593] fixed zbx_read2() to not create persistent file data in case of regexp error ...G...... [ZBXNEXT-6593] fixed compilation warning in zbx_restore_file_details() .D........ [ZBXNEXT-6593] added ChangeLog entry ...G...... [ZBXNEXT-6593] fixed process_log_check() to recover data from persistent file only if no preexisting state ...G...... [ZBXNEXT-6593] fixed process_logrt() - hiding of errors when recalculating MD5 sums for small files ...G...... [ZBXNEXT-6593] modified agent to write complete persistent files if possible in case of sending metadata or 'item not supported' message ...G...... [ZBXNEXT-6593] fixed compilation warning in zbx_create_persistent_server_directory() ...G...... [ZBXNEXT-6593] fixed comment in is_same_file_logcpt() ..F....... [ZBXNEXT-6593] added 'persistent_dir' parameter to items 'help' descriptions in frontend ...G...... [ZBXNEXT-6593] fixed error handling in zbx_write_persistent_files(), coding style in zbx_remove_from_persistent_inactive_list() ...G...... [ZBXNEXT-6593] fixed error handling in zbx_write_persistent_file() ...G...... [ZBXNEXT-6593] fixed memory leak in zbx_create_persistent_server_directory() ...G...... [ZBXNEXT-6593] fixed compilation of Agent2 ...G...... [ZBXNEXT-6593] replaced numeric buffer size for MD5 sum with macro ...G...... [ZBXNEXT-6593] fixed comment typo ...G...... [ZBXNEXT-6593] fixed agent compilation on MS Windows, fixed compilation warnings ...G...... [ZBXNEXT-6593] replaced numeric constants with macro definition in print_logfile_list() ...G...... [ZBXNEXT-6593] fixed comments with typo 'the the' ...G...... [ZBXNEXT-6593] fixed compilation warnings in zbx_hex2bin() ...G...... [ZBXNEXT-6593] added support of persistent files on Unix platform ... (cherry picked from commit 9aba72d6725211e0ca915e998602cdf218bbc639) Conflicts: include/common.h src/go/pkg/procfs/procfs.go src/go/pkg/zbxlib/logfile.go src/libs/zbxcommon/misc.c src/zabbix_agent/active.c src/zabbix_agent/logfiles/logfiles.c src/zabbix_agent/logfiles/logfiles.h ui/include/classes/items/CHelpItems.php replaced by ui/include/classes/data/CItemData.php (cherry picked from commit 3c9d7ac59644fc9ceaf0ac253a4c6d1f3dd3ae4d)
2021-11-25.......... [ZBXNEXT-2579] merged with frontend changes from [ZBXNEXT-7020]; ↵Janis Freibergs
no conflicts
2021-11-23........S. [ZBX-20177] updated constant names (server part)Sergey Simonenko
2021-11-22........S. [ZBXNEXT-6250] initial commitSergey Simonenko
2021-11-17.......... [ZBXNEXT-6936] upgraded to masterAleksejs Sestakovs
2021-11-09........S. [ZBXNEXT-2579] added isoyear support to time round down functionAndris Zeila
2021-11-08........S. [ZBXNEXT-2579] added function to calculate iso week numberAndris Zeila
2021-11-04...G...... [ZBXNEXT-6936] fixed zbx_strarr_free()Aleksejs Sestakovs
2021-11-03.......... [ZBXNEXT-6936] upgraded to masterAleksejs Sestakovs
2021-10-29...G...... [ZBXNEXT-6936] added possibility to reload user parameters ↵Aleksejs Sestakovs
without restarting Zabbix Agent
2021-10-27.......PS. [ZBXNEXT-6921] implemented rejection of duplicates for history ↵Dmitrijs Goloscapovs
tables, updated schema (cherry picked from commit b26f9827db916820c9e2dff3557ff2def3651152)
2021-10-22.......... [ZBXNEXT-6923] merged branch 'master' of ↵Andris Zeila
ssh://git.zabbix.lan:7999/zbx/zabbix into feature/ZBXNEXT-6923-5.5
2021-10-20........S. [ZBX-19872] removed redundant escaping in XML data of HTTP agent ↵Aleksejs Sestakovs
POST request * commit '930a7de065dcd5f2f38e6a299f5b24a8e911a736': ........S. [ZBX-19872] fixed cmocka tests ........S. [ZBX-19872] removed redundant escaping in XML data of HTTP agent POST request (cherry picked from commit c5d168915c6188a47d65d7da227c1473e2e01502) (cherry picked from commit 4261738b47f5acf5826899f72b4b72adcf029fb9)
2021-10-20.......PS. [ZBXNEXT-6608] added support for vmware key named ↵Michael Veksler
'vmware.hv.sensors.get' * commit '8238caa60076a82937fd279cbf27973f6fda20ef': .......PS. [ZBXNEXT-6608] fixed function params description .......PS. [ZBXNEXT-6608] minor refactoring .......PS. [ZBXNEXT-6608] fixed function description .......PS. [ZBXNEXT-6608] refactored macro ZBX_HVPROPMAP .......PS. [ZBXNEXT-6608] renamed function type .......PS. [ZBXNEXT-6608] added vmware key 'vmware.hv.sensors.get' to CHelpItems.php .......PS. [ZBXNEXT-6608] fixed changelog entry .......PS. [ZBXNEXT-6608] refactoring of zbxxml .......PS. [ZBXNEXT-6608] added support for vmware key named 'vmware.hv.sensors.get' (cherry picked from commit 7fe028c44e54da8ec04d0141ccf816e36acbb41b)
2021-10-19........S. [ZBXNEXT-6923] fixed warningsAndris Zeila
2021-10-19........S. [ZBXNEXT-6923] fixed auditlog merge, renamed ha_failover_delay to ↵Andris Zeila
ha_set_failover_delay
2021-10-14........S. [ZBXNEXT-6923] added loglevel changing for main and ha manager ↵Andris Zeila
processes
2021-10-07........S. [ZBXNEXT-6923] added ha_failover_delay runtime commandAndris Zeila
2021-10-07........S. [ZBXNEXT-6923] added runtime command to remove HA nodeAndris Zeila
2021-09-28........S. [ZBXNEXT-6923] added HA manager service with control ↵Andris Zeila
functionality and refactored zabbix server startup/main loop/shutdown
2021-09-27...G...... [ZBXNEXT-6923] improved Zabbix sender to remember last successful ↵Vladislavs Sokurenko
node
2021-09-24...G...... [ZBX-20015] fixed Zabbix agent not being able to retrieve active ↵Vladislavs Sokurenko
checks configuration on Windows ...G...... [ZBX-20015] fixed Zabbix agent not being able to retrieve active checks configuration on Windows * commit 'bf4e2c0eafced0ab56247e9af842975c50ad08da': ...G...... [ZBX-20015] fixed Zabbix agent not being able to retrieve active checks configuration on Windows (cherry picked from commit 1f2a576a216f1eb932a3af4291d0a892e2f7cd6c) (cherry picked from commit 59c08e0d89822cd71a36197aac9fff98dbf502e3)
2021-09-24...G...... [ZBXNEXT-6923] initial commit of failover support in zabbix ↵Vladislavs Sokurenko
sender dll
2021-09-13...G...PS. [ZBXNEXT-6840] cherry picked from 5.0 and fixed conflict in trapper.cVladislavs Sokurenko
(cherry picked from commit 84efddb04ec9ceb7743d30c711c0afac12bbf777)
2021-09-06.......... [ZBXNEXT-6787] merged branch 'master' of ↵Andris Zeila
ssh://git.zabbix.lan:7999/zbx/zabbix into feature/ZBXNEXT-6787-5.5
2021-09-03.......... [ZBXNEXT-6824,ZBXNEXT-6825] upgraded to masterAleksejs Sestakovs
2021-09-02.......... [ZBXNEXT-6787] updated to the latest master branch (conflicts solved)Andrejs Verza
2021-09-02........S. [ZBXNEXT-6817] fixed more review commentsArtjoms Rimdjonoks
2021-08-26........S. [ZBXNEXT-6800] merged with masterVladislavs Sokurenko
2021-08-26.......... [ZBXNEXT-6787] updated to the latest master branch (simple ↵Andrejs Verza
conflicts resolved)
2021-08-25....I...S. [ZBXNEXT-6787] added various fixesDmitrijs Goloscapovs
2021-08-20........S. [ZBX-19745] fixed Zabbix server exiting when quoted user macro ↵Vladislavs Sokurenko
context ends with backslash ........S. [ZBX-19745] fixed Zabbix server exiting when quoted user macro context ends with backslash * commit '848bd723265b1411302016264ac63675cac08e31': .D........ [ZBX-19745] fixed ChangeLog ........S. [ZBX-19745] fixed error message ........S. [ZBX-19745] moved error messsage formatting to the function that is generating this error .D........ [ZBX-19745] added ChangeLog entry ........S. [ZBX-19745] fixed handling error handling ........S. [ZBX-19745] fixed handling of "impossible" errors ........S. [ZBX-19745] fixed Zabbix server exitting when invalid user macro context is specified (cherry picked from commit 38baef70b53e7010ad45d4227c1401bcf8c52e1d)
2021-08-20........S. [ZBXNEXT-6824,ZBXNEXT-6825] replaced simple macros with ↵Aleksejs Sestakovs
expression macros at server
2021-08-16.......... [ZBXNEXT-6800] updated to the latest master branch (no conflicts)Andrejs Verza