256302:20250703:121337.945 Starting Zabbix Server. Zabbix 7.4.0 (revision {ZABBIX_REVISION}). 256302:20250703:121337.945 ****** Enabled features ****** 256302:20250703:121337.945 SNMP monitoring: YES 256302:20250703:121337.945 IPMI monitoring: NO 256302:20250703:121337.945 Web monitoring: YES 256302:20250703:121337.945 VMware monitoring: YES 256302:20250703:121337.945 SMTP authentication: YES 256302:20250703:121337.945 ODBC: YES 256302:20250703:121337.945 SSH support: YES 256302:20250703:121337.945 IPv6 support: YES 256302:20250703:121337.945 TLS support: YES 256302:20250703:121337.945 ****************************** 256302:20250703:121337.945 using configuration file: /home/zabbix/workspace/master/etc/zabbix_server.conf 256302:20250703:121337.945 In zbx_load_modules() 256302:20250703:121337.945 End of zbx_load_modules():SUCCEED 256302:20250703:121337.945 In zbx_ipc_service_start() service:rtc 256302:20250703:121337.945 End of zbx_ipc_service_start():SUCCEED 256302:20250703:121337.945 In zbx_shmem_create() param:'(null)' size:496 256302:20250703:121337.945 valid user addresses: [0x7f6be2fef168, 0x7f6be2fef1e0] total size: 120 256302:20250703:121337.945 End of zbx_shmem_create() 256302:20250703:121337.945 In zbx_dbconn_open() options:0 256302:20250703:121337.953 query without transaction detected 256302:20250703:121337.953 query [txnlev:0] [set escape_string_warning to off] 256302:20250703:121337.954 query without transaction detected 256302:20250703:121337.955 query [txnlev:0] [set extra_float_digits to 3] 256302:20250703:121337.955 query [txnlev:0] [show standard_conforming_strings] 256302:20250703:121337.956 query [txnlev:0] [show default_transaction_read_only] 256302:20250703:121337.957 End of zbx_dbconn_open():0 256302:20250703:121337.957 In zbx_db_get_database_type() 256302:20250703:121337.957 query [txnlev:0] [select userid from users limit 1] 256302:20250703:121337.959 there is at least 1 record in "users" table 256302:20250703:121337.959 End of zbx_db_get_database_type():ZBX_DB_SERVER 256302:20250703:121337.960 In zbx_init_database_cache() 256302:20250703:121337.960 In zbx_shmem_create() param:'HistoryCacheSize' size:16777216 256302:20250703:121337.960 valid user addresses: [0x7f6bde7f1170, 0x7f6bdf7f0ff0] total size: 16776832 256302:20250703:121337.960 End of zbx_shmem_create() 256302:20250703:121337.961 In zbx_shmem_create() param:'HistoryIndexCacheSize' size:4194304 256302:20250703:121337.961 valid user addresses: [0x7f6bde3f1180, 0x7f6bde7f0ff0] total size: 4193904 256302:20250703:121337.961 End of zbx_shmem_create() 256302:20250703:121337.961 In init_trend_cache() 256302:20250703:121337.961 In zbx_shmem_required_size() size:0 chunks_num:1 descr:'trend cache' param:'TrendCacheSize' 256302:20250703:121337.961 End of zbx_shmem_required_size() size:422 256302:20250703:121337.961 In zbx_shmem_create() param:'TrendCacheSize' size:4194304 256302:20250703:121337.962 valid user addresses: [0x7f6bddff1170, 0x7f6bde3f0ff0] total size: 4193920 256302:20250703:121337.962 End of zbx_shmem_create() 256302:20250703:121337.962 End of init_trend_cache() 256302:20250703:121337.962 End of zbx_init_database_cache() 256302:20250703:121337.962 query [txnlev:0] [select pg_encoding_to_char(encoding) from pg_database where datname='master'] 256302:20250703:121337.969 query [txnlev:0] [select oid from pg_namespace where nspname='public'] 256302:20250703:121337.970 query [txnlev:0] [select count(*) from pg_attribute as a left join pg_class as c on c.relfilenode=a.attrelid left join pg_collation as l on l.oid=a.attcollation where atttypid in (25,1043) and c.relnamespace=2200 and c.relam=0 and l.collname<>'default'] 256302:20250703:121337.972 query [txnlev:0] [show client_encoding] 256302:20250703:121337.972 query [txnlev:0] [show server_encoding] 256302:20250703:121337.972 In zbx_dbconn_extract_version_info() 256302:20250703:121337.973 End of zbx_dbconn_extract_version_info() version:150002 256302:20250703:121337.973 In zbx_dbconn_check_extension() 256302:20250703:121337.973 query [txnlev:0] [select 1 from information_schema.tables where table_name='settings' and table_schema='public'] 256302:20250703:121337.974 query [txnlev:0] [select value_str from settings where name='db_extension'] 256302:20250703:121337.976 End of zbx_dbconn_check_extension():SUCCEED 256302:20250703:121337.976 In zbx_db_check_version_and_upgrade() 256302:20250703:121337.977 query [txnlev:0] [select 1 from information_schema.tables where table_name='dbversion' and table_schema='public'] 256302:20250703:121337.978 query [txnlev:0] [select mandatory,optional from dbversion] 256302:20250703:121337.979 current database version (mandatory/optional): 07040000/07040000 256302:20250703:121337.979 required mandatory version: 07040000 256302:20250703:121337.979 End of zbx_db_check_version_and_upgrade():SUCCEED 256302:20250703:121337.979 query [txnlev:0] [select 1 from settings where name='dbversion_status'] 256302:20250703:121337.980 query [txnlev:0] [select 1 from information_schema.table_constraints where table_name='history' and constraint_type='PRIMARY KEY' and constraint_schema='public'] 256302:20250703:121337.981 In zbx_db_flush_version_requirements() 256302:20250703:121337.981 query without transaction detected 256302:20250703:121337.982 query [txnlev:0] [update settings set value_str='[{"database":"PostgreSQL","current_version":"15.2","min_version":"10.9","max_version":"17.x","history_pk":1,"min_supported_version":"13.0","flag":0}]' where name='dbversion_status'] 256302:20250703:121337.985 End of zbx_db_flush_version_requirements() 256302:20250703:121337.985 query [txnlev:0] [select value_str from settings where name='software_update_checkid'] 256302:20250703:121337.986 query without transaction detected 256302:20250703:121337.986 query [txnlev:0] [update settings set value_str='{"version":"7.4.0","configuration":{"enable_global_scripts":false,"allow_software_update_check":true}}' where name='server_status'] 256302:20250703:121337.987 query [txnlev:0] [select value_str from settings where name='instanceid'] 256302:20250703:121337.990 In zbx_init_selfmon_collector() 256302:20250703:121337.991 zbx_init_selfmon_collector() size:63064 256302:20250703:121337.991 In zbx_shmem_create() param:'(null)' size:63448 256302:20250703:121337.991 valid user addresses: [0x7f6be2fdf170, 0x7f6be2fee7c8] total size: 63064 256302:20250703:121337.991 End of zbx_shmem_create() 256302:20250703:121337.991 End of zbx_init_selfmon_collector() collector.monitor:0x7f6be2fdf170 256302:20250703:121337.991 In zbx_ha_start() 256302:20250703:121337.991 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121337.992 zbx_setproctitle() title:'ha manager' 256312:20250703:121337.993 starting HA manager 256312:20250703:121337.993 In zbx_ipc_service_start() service:haservice 256312:20250703:121337.993 End of zbx_ipc_service_start():SUCCEED 256312:20250703:121337.994 In zbx_ipc_async_socket_open() 256312:20250703:121337.994 In zbx_ipc_socket_open() 256312:20250703:121337.994 End of zbx_ipc_socket_open():SUCCEED 256312:20250703:121337.994 End of zbx_ipc_async_socket_open():SUCCEED 256312:20250703:121337.994 In zbx_ipc_async_socket_send() 256312:20250703:121337.994 In zbx_ipc_client_send() clientid:0 256312:20250703:121337.994 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121337.994 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121337.994 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121337.994 End of zbx_ipc_async_socket_flush():0 256312:20250703:121337.994 In ha_db_register_node() 256312:20250703:121337.994 In ha_db_create_node() 256312:20250703:121337.994 In zbx_dbconn_open() options:2 256302:20250703:121337.994 In ipc_service_accept() 256302:20250703:121337.994 In ipc_service_add_client() 256302:20250703:121337.994 End of ipc_service_add_client() clientid:1 256302:20250703:121337.994 End of ipc_service_accept() 256302:20250703:121337.994 End of zbx_ipc_service_recv():2 256302:20250703:121337.995 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121337.995 End of zbx_ipc_service_recv():1 256302:20250703:121337.995 End of zbx_ha_start():SUCCEED 256302:20250703:121337.995 In zbx_ha_get_status() 256302:20250703:121337.995 In zbx_ipc_async_socket_open() 256302:20250703:121337.995 In zbx_ipc_socket_open() 256302:20250703:121337.995 End of zbx_ipc_socket_open():SUCCEED 256302:20250703:121337.995 End of zbx_ipc_async_socket_open():SUCCEED 256302:20250703:121337.995 In zbx_ipc_async_socket_send() 256302:20250703:121337.995 In zbx_ipc_client_send() clientid:0 256302:20250703:121337.995 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121337.995 End of zbx_ipc_async_socket_send():SUCCEED 256302:20250703:121337.995 In zbx_ipc_async_socket_flush() timeout:10 256302:20250703:121337.995 End of zbx_ipc_async_socket_flush():0 256302:20250703:121337.995 In zbx_ipc_async_socket_recv() timeout:10 256312:20250703:121338.003 query without transaction detected 256312:20250703:121338.003 query [txnlev:0] [set escape_string_warning to off] 256312:20250703:121338.003 query without transaction detected 256312:20250703:121338.003 query [txnlev:0] [set extra_float_digits to 3] 256312:20250703:121338.004 query [txnlev:0] [show standard_conforming_strings] 256312:20250703:121338.004 query [txnlev:0] [show default_transaction_read_only] 256312:20250703:121338.004 query without transaction detected 256312:20250703:121338.004 query [txnlev:0] [set bytea_output=escape] 256312:20250703:121338.004 End of zbx_dbconn_open():0 256312:20250703:121338.004 query [txnlev:1] [begin;] 256312:20250703:121338.004 query [txnlev:1] [select ha_nodeid,name,status,lastaccess,address,port,ha_sessionid from ha_node order by ha_nodeid] 256312:20250703:121338.005 query [txnlev:1] [select name, value_str, value_int from settings where name in ('ha_failover_delay', 'auditlog_enabled', 'auditlog_mode')] 256312:20250703:121338.006 query [txnlev:1] [commit;] 256312:20250703:121338.006 End of ha_db_create_node() 256312:20250703:121338.006 query [txnlev:1] [begin;] 256312:20250703:121338.008 query [txnlev:1] [select ha_nodeid,name,status,lastaccess,address,port,ha_sessionid from ha_node order by ha_nodeid for update] 256312:20250703:121338.009 In ha_db_get_time() 256312:20250703:121338.009 query [txnlev:1] [select cast(extract(epoch from now()) as int) from settings limit 1] 256312:20250703:121338.010 End of ha_db_get_time():SUCCEED db_time:1751534018 256312:20250703:121338.010 query [txnlev:1] [update ha_node set lastaccess=cast(extract(epoch from now()) as int),ha_sessionid='cmcn64psp0000rijqpt4o0hi0',status=3 where ha_nodeid='cmbtfdmr70001y3jqx66php2f'] 256312:20250703:121338.010 query [txnlev:1] [delete from ha_node where name<>''] 256312:20250703:121338.011 query [txnlev:1] [insert into auditlog (auditid,userid,username,clock,action,ip,resource_cuid,resourcename,resourcetype,recordsetid,details) values ('cmcn64pui0001rsjqeu1p5kqy',null,'System','1751534018','1','','cmbtfdmr70001y3jqx66php2f','',47,'cmcn64puj0002rsjqz44t7ghw','{"hanode.status":["update",3,1]}')] 256312:20250703:121338.011 query [txnlev:1] [commit;] 256312:20250703:121338.014 End of ha_db_register_node() nodeid:cmbtfdmr70001y3jqx66php2f ha_status:active db_status:0 256312:20250703:121338.014 HA manager started in active mode 256312:20250703:121338.014 In zbx_ipc_async_socket_send() 256312:20250703:121338.014 In zbx_ipc_client_send() clientid:0 256312:20250703:121338.014 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121338.014 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121338.014 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121338.014 End of zbx_ipc_async_socket_flush():0 256312:20250703:121338.014 In zbx_ipc_service_recv() timeout:0.979 256312:20250703:121338.014 In ipc_service_accept() 256312:20250703:121338.014 In ipc_service_add_client() 256312:20250703:121338.014 End of ipc_service_add_client() clientid:1 256312:20250703:121338.014 End of ipc_service_accept() 256312:20250703:121338.014 End of zbx_ipc_service_recv():2 256312:20250703:121338.014 In zbx_ipc_service_recv() timeout:0.979 256312:20250703:121338.014 End of zbx_ipc_service_recv():1 256312:20250703:121338.014 In ha_send_status() ha_status:active info: 256312:20250703:121338.014 In zbx_ipc_client_send() clientid:1 256302:20250703:121338.014 End of zbx_ipc_async_socket_recv():0 256302:20250703:121338.014 In zbx_ipc_async_socket_close() 256302:20250703:121338.014 In zbx_ipc_socket_close() 256302:20250703:121338.014 End of zbx_ipc_socket_close() 256302:20250703:121338.015 End of zbx_ipc_async_socket_close() 256302:20250703:121338.015 End of zbx_ha_get_status():SUCCEED 256302:20250703:121338.015 In zbx_init_database_cache() 256302:20250703:121338.015 End of zbx_init_database_cache() 256302:20250703:121338.015 In zbx_init_configuration_cache() size:33554432 256302:20250703:121338.015 In zbx_shmem_create() param:'CacheSize' size:33554432 256302:20250703:121338.015 valid user addresses: [0x7f6bdbff1170, 0x7f6bddff0ff0] total size: 33554048 256302:20250703:121338.015 End of zbx_shmem_create() 256302:20250703:121338.015 End of zbx_init_configuration_cache() 256302:20250703:121338.015 In zbx_vc_init() 256302:20250703:121338.015 In zbx_shmem_required_size() size:0 chunks_num:1 descr:'value cache size' param:'ValueCacheSize' 256302:20250703:121338.015 End of zbx_shmem_required_size() size:427 256302:20250703:121338.015 In zbx_shmem_create() param:'ValueCacheSize' size:8388608 256302:20250703:121338.015 valid user addresses: [0x7f6bdb7f1170, 0x7f6bdbff0ff0] total size: 8388224 256302:20250703:121338.015 End of zbx_shmem_create() 256302:20250703:121338.015 End of zbx_vc_init() 256302:20250703:121338.015 In zbx_tfc_init() 256302:20250703:121338.015 In zbx_shmem_create() param:'TrendFunctionCacheSize' size:4194304 256302:20250703:121338.016 valid user addresses: [0x7f6bdb3f1188, 0x7f6bdb7f0ff0] total size: 4193896 256302:20250703:121338.016 End of zbx_shmem_create() 256302:20250703:121338.016 zbx_tfc_init(): slots:46596 256302:20250703:121338.016 End of zbx_tfc_init(): 256302:20250703:121338.016 In zbx_init_remote_commands_cache() 256302:20250703:121338.016 In zbx_shmem_required_size() size:0 chunks_num:1 descr:'commands cache size' param:'CommandsCacheSize' 256302:20250703:121338.016 End of zbx_shmem_required_size() size:433 256302:20250703:121338.016 In zbx_shmem_create() param:'CommandsCacheSize' size:261711 256302:20250703:121338.016 valid user addresses: [0x7f6bdb3b1178, 0x7f6bdb3f0e40] total size: 261320 256302:20250703:121338.016 End of zbx_shmem_create() 256302:20250703:121338.016 End of zbx_init_remote_commands_cache() 256302:20250703:121338.016 server #0 started [main process] 256302:20250703:121338.017 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.018 End of zbx_ipc_service_recv():1 256302:20250703:121338.018 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121338.018 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121338.018 End of ha_send_status():SYSINFO_SUCCEED 256312:20250703:121338.018 In zbx_ipc_service_recv() timeout:0.976 256312:20250703:121338.018 End of zbx_ipc_service_recv():1 256312:20250703:121338.018 In zbx_ipc_socket_close() 256312:20250703:121338.018 End of zbx_ipc_socket_close() 256312:20250703:121338.018 In zbx_ipc_service_recv() timeout:0.976 256314:20250703:121338.018 server #1 started [service manager #1] 256314:20250703:121338.018 zbx_setproctitle() title:'service manager #1 [connecting to the database]' 256314:20250703:121338.018 In zbx_dbconn_open() options:0 256315:20250703:121338.019 server #2 started [configuration syncer #1] 256315:20250703:121338.019 In zbx_ipc_async_socket_open() 256315:20250703:121338.019 In zbx_ipc_socket_open() 256315:20250703:121338.019 End of zbx_ipc_socket_open():SUCCEED 256302:20250703:121338.019 In ipc_service_accept() 256302:20250703:121338.019 In ipc_service_add_client() 256302:20250703:121338.019 End of ipc_service_add_client() clientid:2 256302:20250703:121338.019 End of ipc_service_accept() 256302:20250703:121338.019 End of zbx_ipc_service_recv():2 256302:20250703:121338.019 In zbx_ipc_service_recv() timeout:1.000 256315:20250703:121338.019 End of zbx_ipc_async_socket_open():SUCCEED 256315:20250703:121338.019 In zbx_ipc_async_socket_send() 256315:20250703:121338.019 In zbx_ipc_client_send() clientid:0 256302:20250703:121338.019 End of zbx_ipc_service_recv():1 256302:20250703:121338.019 In zbx_rtc_dispatch() code:100 size:17 256302:20250703:121338.019 End of zbx_rtc_dispatch() 256302:20250703:121338.019 In zbx_ipc_service_recv() timeout:1.000 256315:20250703:121338.019 End of zbx_ipc_client_send():SUCCEED 256315:20250703:121338.019 End of zbx_ipc_async_socket_send():SUCCEED 256315:20250703:121338.019 In zbx_ipc_async_socket_flush() timeout:4 256315:20250703:121338.019 End of zbx_ipc_async_socket_flush():0 256315:20250703:121338.019 zbx_setproctitle() title:'configuration syncer [connecting to the database]' 256315:20250703:121338.019 In zbx_dbconn_open() options:0 256314:20250703:121338.027 query without transaction detected 256314:20250703:121338.027 query [txnlev:0] [set escape_string_warning to off] 256314:20250703:121338.028 query without transaction detected 256314:20250703:121338.028 query [txnlev:0] [set extra_float_digits to 3] 256314:20250703:121338.028 query [txnlev:0] [show standard_conforming_strings] 256314:20250703:121338.028 query [txnlev:0] [show default_transaction_read_only] 256314:20250703:121338.028 query without transaction detected 256314:20250703:121338.028 query [txnlev:0] [set bytea_output=escape] 256314:20250703:121338.028 End of zbx_dbconn_open():0 256314:20250703:121338.028 In zbx_ipc_service_start() service:service 256314:20250703:121338.028 In zbx_ipc_socket_open() 256314:20250703:121338.028 End of zbx_ipc_socket_open():FAIL 256314:20250703:121338.028 End of zbx_ipc_service_start():SUCCEED 256314:20250703:121338.028 query [txnlev:0] [select count(*) from services] 256315:20250703:121338.029 query without transaction detected 256315:20250703:121338.029 query [txnlev:0] [set escape_string_warning to off] 256315:20250703:121338.030 query without transaction detected 256315:20250703:121338.030 query [txnlev:0] [set extra_float_digits to 3] 256314:20250703:121338.030 zbx_setproctitle() title:'service manager #1 started' 256314:20250703:121338.030 query [txnlev:1] [begin;] 256314:20250703:121338.030 In sync_services() 256314:20250703:121338.030 query [txnlev:1] [select serviceid,status,algorithm,name,weight,propagation_rule,propagation_value from services] 256314:20250703:121338.031 End of sync_services() 256314:20250703:121338.031 In sync_service_rules() 256314:20250703:121338.031 query [txnlev:1] [select service_status_ruleid,serviceid,type,limit_value,limit_status,new_status from service_status_rule order by serviceid] 256315:20250703:121338.032 query [txnlev:0] [show standard_conforming_strings] 256314:20250703:121338.032 End of sync_service_rules() 256314:20250703:121338.032 In sync_service_tags() 256314:20250703:121338.032 query [txnlev:1] [select servicetagid,serviceid,tag,value from service_tag] 256315:20250703:121338.032 query [txnlev:0] [show default_transaction_read_only] 256314:20250703:121338.032 End of sync_service_tags() 256314:20250703:121338.033 In sync_service_problem_tags() 256314:20250703:121338.033 query [txnlev:1] [select service_problem_tagid,serviceid,tag,operator,value from service_problem_tag order by serviceid] 256314:20250703:121338.033 End of sync_service_problem_tags() 256314:20250703:121338.033 In sync_services_links() 256314:20250703:121338.033 query [txnlev:1] [select linkid,serviceupid,servicedownid from services_links] 256315:20250703:121338.033 query without transaction detected 256315:20250703:121338.033 query [txnlev:0] [set bytea_output=escape] 256314:20250703:121338.033 End of sync_services_links() 256314:20250703:121338.033 In sync_actions() 256314:20250703:121338.033 query [txnlev:1] [select actionid,evaltype,formula from actions where eventsource=4 and status=0] 256315:20250703:121338.034 End of zbx_dbconn_open():0 256315:20250703:121338.034 zbx_setproctitle() title:'configuration syncer [syncing configuration]' 256315:20250703:121338.034 In zbx_dc_sync_configuration() 256315:20250703:121338.034 query [txnlev:0] [select objectid,type,clock,ns from trigger_queue] 256315:20250703:121338.035 query [txnlev:0] [select changelogid,clock from changelog] 256314:20250703:121338.036 End of sync_actions() 256314:20250703:121338.036 In sync_action_conditions() 256314:20250703:121338.036 query [txnlev:1] [select c.conditionid,c.actionid,c.conditiontype,c.operator,c.value,c.value2 from conditions c,actions a where c.actionid=a.actionid and a.eventsource=4 and a.status=0] 256315:20250703:121338.037 In zbx_dbsync_compare_settings() 256315:20250703:121338.037 query [txnlev:0] [select name, type, value_str, value_int, value_usrgrpid, value_hostgroupid, value_userdirectoryid, value_mfaid from settings where name in ('alert_usrgrpid','auditlog_enabled','auditlog_mode','autoreg_tls_accept','compress_older','compression_status','db_extension','default_inventory_mode','default_timezone','discovery_groupid','hk_audit_mode','hk_audit','hk_events_autoreg','hk_events_discovery','hk_events_internal','hk_events_mode','hk_events_service','hk_events_trigger','hk_history_global','hk_history_mode','hk_history','hk_services_mode','hk_services','hk_sessions_mode','hk_sessions','hk_trends_global','hk_trends_mode','hk_trends','instanceid','severity_name_0','severity_name_1','severity_name_2','severity_name_3','severity_name_4','severity_name_5','snmptrap_logging','timeout_browser','timeout_db_monitor','timeout_external_check','timeout_http_agent','timeout_script','timeout_simple_check','timeout_snmp_agent','timeout_ssh_agent','timeout_telnet_agent','timeout_zabbix_agent','proxy_secrets_provider')] 256315:20250703:121338.038 End of zbx_dbsync_compare_settings() 256315:20250703:121338.038 query [txnlev:0] [select tls_psk_identity,tls_psk from config_autoreg_tls order by autoreg_tlsid] 256314:20250703:121338.039 End of sync_action_conditions() 256314:20250703:121338.039 query [txnlev:1] [select name, value_str from settings where name in ('severity_name_0','severity_name_1','severity_name_2','severity_name_3','severity_name_4','severity_name_5')] 256315:20250703:121338.039 query [txnlev:0] [select host,listen_ip,listen_dns,host_metadata,flags,listen_port from autoreg_host where proxyid is null] 256314:20250703:121338.040 In sync_service_problems() 256314:20250703:121338.040 query [txnlev:1] [select service_problemid,eventid,serviceid,severity from service_problem] 256314:20250703:121338.042 End of sync_service_problems() 256314:20250703:121338.042 In zbx_ipc_async_socket_open() 256314:20250703:121338.042 In zbx_ipc_socket_open() 256302:20250703:121338.042 In ipc_service_accept() 256302:20250703:121338.042 In ipc_service_add_client() 256302:20250703:121338.042 End of ipc_service_add_client() clientid:3 256302:20250703:121338.042 End of ipc_service_accept() 256302:20250703:121338.042 End of zbx_ipc_service_recv():2 256302:20250703:121338.042 In zbx_ipc_service_recv() timeout:1.000 256314:20250703:121338.042 End of zbx_ipc_socket_open():SUCCEED 256314:20250703:121338.042 End of zbx_ipc_async_socket_open():SUCCEED 256314:20250703:121338.042 In zbx_ipc_async_socket_send() 256314:20250703:121338.042 In zbx_ipc_client_send() clientid:0 256302:20250703:121338.042 End of zbx_ipc_service_recv():1 256302:20250703:121338.042 In zbx_ipc_service_recv() timeout:1.000 256314:20250703:121338.042 End of zbx_ipc_client_send():SUCCEED 256314:20250703:121338.042 End of zbx_ipc_async_socket_send():SUCCEED 256314:20250703:121338.042 In zbx_ipc_async_socket_flush() timeout:30 256314:20250703:121338.042 End of zbx_ipc_async_socket_flush():0 256314:20250703:121338.042 In zbx_ipc_async_socket_close() 256314:20250703:121338.042 In zbx_ipc_socket_close() 256302:20250703:121338.042 End of zbx_ipc_service_recv():1 256302:20250703:121338.042 In zbx_ipc_socket_close() 256302:20250703:121338.042 End of zbx_ipc_socket_close() 256302:20250703:121338.042 In zbx_ipc_service_recv() timeout:1.000 256314:20250703:121338.042 End of zbx_ipc_socket_close() 256314:20250703:121338.042 End of zbx_ipc_async_socket_close() 256314:20250703:121338.042 In zbx_ipc_socket_open() 256302:20250703:121338.042 In ipc_service_accept() 256302:20250703:121338.042 In ipc_service_add_client() 256302:20250703:121338.042 End of ipc_service_add_client() clientid:4 256302:20250703:121338.042 End of ipc_service_accept() 256302:20250703:121338.042 End of zbx_ipc_service_recv():2 256302:20250703:121338.042 In zbx_ipc_service_recv() timeout:1.000 256314:20250703:121338.042 End of zbx_ipc_socket_open():SUCCEED 256314:20250703:121338.042 In zbx_ipc_socket_write() 256302:20250703:121338.042 End of zbx_ipc_service_recv():1 256302:20250703:121338.042 In zbx_rtc_dispatch() code:103 size:21 256302:20250703:121338.042 End of zbx_rtc_dispatch() 256302:20250703:121338.042 In zbx_ipc_service_recv() timeout:1.000 256314:20250703:121338.042 End of zbx_ipc_socket_write():SUCCEED 256314:20250703:121338.042 In zbx_ipc_socket_close() 256302:20250703:121338.042 End of zbx_ipc_service_recv():1 256302:20250703:121338.042 In zbx_ipc_socket_close() 256302:20250703:121338.042 End of zbx_ipc_socket_close() 256302:20250703:121338.042 In zbx_ipc_service_recv() timeout:1.000 256314:20250703:121338.042 End of zbx_ipc_socket_close() 256314:20250703:121338.042 query [txnlev:1] [commit;] 256315:20250703:121338.042 query [txnlev:0] [select proxy_groupid,failover_delay,min_online,name from proxy_group] 256314:20250703:121338.043 In cleanup_deleted_problems() 256314:20250703:121338.043 End of cleanup_deleted_problems() 256314:20250703:121338.043 In zbx_ipc_service_recv() timeout:1.000 256315:20250703:121338.043 In dc_sync_settings() 256315:20250703:121338.043 In store_settings() 256315:20250703:121338.043 End of store_settings() 256315:20250703:121338.043 End of dc_sync_settings() 256315:20250703:121338.043 In DCsync_autoreg_config() 256315:20250703:121338.043 End of DCsync_autoreg_config() 256315:20250703:121338.043 In DCsync_autoreg_host() 256315:20250703:121338.043 End of DCsync_autoreg_host() 256315:20250703:121338.043 In dc_sync_proxy_group() 256315:20250703:121338.043 End of dc_sync_proxy_group() 256315:20250703:121338.043 query [txnlev:0] [select hostid,templateid from hosts_templates order by hostid] 256315:20250703:121338.044 query [txnlev:0] [select globalmacroid,macro,value,type from globalmacro] 256315:20250703:121338.044 query [txnlev:0] [select hostmacroid,hostid,macro,value,type from hostmacro] 256315:20250703:121338.048 query [txnlev:0] [select hosttagid,hostid,tag,value from host_tag] 256315:20250703:121338.055 In DCsync_host_tags() 256315:20250703:121338.055 End of DCsync_host_tags() 256315:20250703:121338.055 query [txnlev:0] [select p.proxyid,p.name,p.operating_mode,p.tls_connect,p.tls_accept,p.tls_issuer,p.tls_subject,p.tls_psk_identity,p.tls_psk,p.allowed_addresses,p.address,p.port,pr.lastaccess,p.timeout_zabbix_agent,p.timeout_simple_check,p.timeout_snmp_agent,p.timeout_external_check,p.timeout_db_monitor,p.timeout_http_agent,p.timeout_ssh_agent,p.timeout_telnet_agent,p.timeout_script,p.custom_timeouts,p.proxy_groupid,p.local_address,p.local_port,p.timeout_browser from proxy p left join proxy_rtdata pr on p.proxyid=pr.proxyid] 256315:20250703:121338.058 query [txnlev:0] [select hostid,proxyid,host,ipmi_authtype,ipmi_privilege,ipmi_username,ipmi_password,maintenance_status,maintenance_type,maintenance_from,status,name,tls_connect,tls_accept,tls_issuer,tls_subject,tls_psk_identity,tls_psk,maintenanceid,proxy_groupid,monitored_by,flags from hosts where status in (0,1) and flags&2=0] 256315:20250703:121338.059 query [txnlev:0] [select hostid,inventory_mode,type,type_full,name,alias,os,os_full,os_short,serialno_a,serialno_b,tag,asset_tag,macaddress_a,macaddress_b,hardware,hardware_full,software,software_full,software_app_a,software_app_b,software_app_c,software_app_d,software_app_e,contact,location,location_lat,location_lon,notes,chassis,model,hw_arch,vendor,contract_number,installer_name,deployment_status,url_a,url_b,url_c,host_networks,host_netmask,host_router,oob_ip,oob_netmask,oob_router,date_hw_purchase,date_hw_install,date_hw_expiry,date_hw_decomm,site_address_a,site_address_b,site_address_c,site_city,site_state,site_country,site_zip,site_rack,site_notes,poc_1_name,poc_1_email,poc_1_phone_a,poc_1_phone_b,poc_1_cell,poc_1_screen,poc_1_notes,poc_2_name,poc_2_email,poc_2_phone_a,poc_2_phone_b,poc_2_cell,poc_2_screen,poc_2_notes from host_inventory] 256315:20250703:121338.060 query [txnlev:0] [select groupid,name from hstgrp where type=0] 256315:20250703:121338.060 query [txnlev:0] [select hg.groupid,hg.hostid from hosts_groups hg,hosts h where hg.hostid=h.hostid and h.status in (0,1) and h.flags&2=0 order by hg.groupid] 256315:20250703:121338.060 query [txnlev:0] [select maintenanceid,maintenance_type,active_since,active_till,tags_evaltype from maintenances] 256315:20250703:121338.061 query [txnlev:0] [select maintenancetagid,maintenanceid,operator,tag,value from maintenance_tag] 256315:20250703:121338.061 query [txnlev:0] [select t.timeperiodid,t.timeperiod_type,t.every,t.month,t.dayofweek,t.day,t.start_time,t.period,t.start_date,m.maintenanceid from maintenances_windows m,timeperiods t where t.timeperiodid=m.timeperiodid] 256315:20250703:121338.061 query [txnlev:0] [select maintenanceid,groupid from maintenances_groups order by maintenanceid] 256315:20250703:121338.061 query [txnlev:0] [select maintenanceid,hostid from maintenances_hosts order by maintenanceid] 256315:20250703:121338.061 query [txnlev:0] [select druleid,proxyid,delay,name,iprange,status,concurrency_max from drules] 256315:20250703:121338.061 query [txnlev:0] [select dcheckid,druleid,type,key_,snmp_community,ports,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,uniq,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,allow_redirect from dchecks] 256315:20250703:121338.061 query [txnlev:0] [select httptestid,hostid,delay,status from httptest] 256315:20250703:121338.062 query [txnlev:0] [select httptest_fieldid,httptestid from httptest_field] 256315:20250703:121338.062 query [txnlev:0] [select httpstepid,httptestid from httpstep] 256315:20250703:121338.062 query [txnlev:0] [select httpstep_fieldid,httpstepid from httpstep_field] 256315:20250703:121338.062 query [txnlev:0] [select connectorid,protocol,data_type,url,max_records,max_senders,timeout,max_attempts,token,http_proxy,authtype,username,password,verify_peer,verify_host,ssl_cert_file,ssl_key_file,ssl_key_password,status,tags_evaltype,item_value_type,attempt_interval from connector] 256315:20250703:121338.062 query [txnlev:0] [select connector_tagid,connectorid,operator,tag,value from connector_tag] 256315:20250703:121338.062 query [txnlev:0] [select hp.hostproxyid,hp.hostid,hp.host,hp.proxyid,hp.revision,h.host,hp.tls_accept,hp.tls_issuer,hp.tls_subject,hp.tls_psk_identity,hp.tls_psk from host_proxy hp left join hosts h on hp.hostid=h.hostid] 256315:20250703:121338.063 In DCsync_proxies() 256315:20250703:121338.063 End of DCsync_proxies() 256315:20250703:121338.063 In DCsync_hosts() 256315:20250703:121338.063 End of DCsync_hosts() 256315:20250703:121338.063 In DCsync_host_inventory() 256315:20250703:121338.063 End of DCsync_host_inventory() 256315:20250703:121338.063 In DCsync_hostgroups() 256315:20250703:121338.063 End of DCsync_hostgroups() 256315:20250703:121338.063 In DCsync_hostgroup_hosts() 256315:20250703:121338.063 End of DCsync_hostgroup_hosts() 256315:20250703:121338.063 In DCsync_maintenances() 256315:20250703:121338.063 End of DCsync_maintenances() 256315:20250703:121338.063 In DCsync_maintenance_tags() 256315:20250703:121338.063 End of DCsync_maintenance_tags() 256315:20250703:121338.063 In DCsync_maintenance_groups() 256315:20250703:121338.063 End of DCsync_maintenance_groups() 256315:20250703:121338.063 In DCsync_maintenance_hosts() 256315:20250703:121338.063 End of DCsync_maintenance_hosts() 256315:20250703:121338.063 In DCsync_maintenance_periods() 256315:20250703:121338.063 End of DCsync_maintenance_periods() 256315:20250703:121338.063 In DCsync_connectors() 256315:20250703:121338.063 End of DCsync_connectors() 256315:20250703:121338.063 In DCsync_connector_tags() 256315:20250703:121338.063 End of DCsync_connector_tags() 256315:20250703:121338.063 In dc_sync_host_proxy() 256315:20250703:121338.063 End of dc_sync_host_proxy() 256315:20250703:121338.063 query [txnlev:0] [select i.interfaceid,i.hostid,i.type,i.main,i.useip,i.ip,i.dns,i.port,i.available,i.disable_until,i.error,i.errors_from,s.version,s.bulk,s.community,s.securityname,s.securitylevel,s.authpassphrase,s.privpassphrase,s.authprotocol,s.privprotocol,s.contextname,s.max_repetitions from interface i left join interface_snmp s on i.interfaceid=s.interfaceid] 256315:20250703:121338.063 query [txnlev:0] [select i.itemid,i.hostid,i.status,i.type,i.value_type,i.key_,i.snmp_oid,i.ipmi_sensor,i.delay,i.trapper_hosts,i.logtimefmt,i.params,ir.state,i.authtype,i.username,i.password,i.publickey,i.privatekey,i.flags,i.interfaceid,ir.lastlogsize,ir.mtime,i.history,i.trends,i.inventory_link,i.valuemapid,i.units,ir.error,i.jmx_endpoint,i.master_itemid,i.timeout,i.url,i.query_fields,i.posts,i.status_codes,i.follow_redirects,i.post_type,i.http_proxy,i.headers,i.retrieve_mode,i.request_method,i.output_format,i.ssl_cert_file,i.ssl_key_file,i.ssl_key_password,i.verify_peer,i.verify_host,i.allow_traps,i.templateid,null from items i left join item_rtdata ir on i.itemid=ir.itemid] 256315:20250703:121338.118 query [txnlev:0] [select itemid,parent_itemid from item_discovery] 256315:20250703:121338.120 query [txnlev:0] [select item_preprocid,itemid,type,params,step,error_handler,error_handler_params from item_preproc] 256315:20250703:121338.135 query [txnlev:0] [select p.item_parameterid,p.itemid,p.name,p.value,i.hostid from item_parameter p,items i,hosts h where p.itemid=i.itemid and i.hostid=h.hostid and h.status in (0,1) and i.flags&2=0 order by p.itemid] 256315:20250703:121338.138 query [txnlev:0] [select functionid,itemid,name,parameter,triggerid from functions] 256315:20250703:121338.143 In DCsync_interfaces() 256315:20250703:121338.144 End of DCsync_interfaces() 256315:20250703:121338.145 In DCsync_items() 256315:20250703:121338.158 End of DCsync_items() 256315:20250703:121338.159 In DCsync_item_discovery() 256315:20250703:121338.160 End of DCsync_item_discovery() 256315:20250703:121338.161 In DCsync_item_preproc() 256315:20250703:121338.166 End of DCsync_item_preproc() 256315:20250703:121338.166 In DCsync_items_param() 256315:20250703:121338.167 End of DCsync_items_param() 256315:20250703:121338.168 In DCsync_functions() 256315:20250703:121338.169 End of DCsync_functions() 256315:20250703:121338.169 query [txnlev:0] [select triggerid,description,expression,error,priority,type,value,state,lastchange,status,recovery_mode,recovery_expression,correlation_mode,correlation_tag,opdata,event_name,null,null,null,flags from triggers] 256315:20250703:121338.181 query [txnlev:0] [select triggerid_down,triggerid_up from trigger_depends] 256315:20250703:121338.182 query [txnlev:0] [select r.name,e.expressionid,e.expression,e.expression_type,e.exp_delimiter,e.case_sensitive from regexps r,expressions e where r.regexpid=e.regexpid] 256315:20250703:121338.183 query [txnlev:0] [select actionid,eventsource,evaltype,formula from actions where eventsource<>4 and status=0] 256315:20250703:121338.183 query [txnlev:0] [select a.actionid,o.recovery from actions a left join operations o on a.actionid=o.actionid where a.status=0 group by a.actionid,o.recovery order by a.actionid] 256315:20250703:121338.184 query [txnlev:0] [select c.conditionid,c.actionid,c.conditiontype,c.operator,c.value,c.value2 from conditions c,actions a where c.actionid=a.actionid and a.status=0] 256315:20250703:121338.184 query [txnlev:0] [select triggertagid,triggerid,tag,value from trigger_tag] 256315:20250703:121338.186 query [txnlev:0] [select itemtagid,itemid,tag,value from item_tag] 256315:20250703:121338.194 query [txnlev:0] [select correlationid,name,evaltype,formula from correlation where status=0] 256315:20250703:121338.194 query [txnlev:0] [select cc.corr_conditionid,cc.correlationid,cc.type,cct.tag,cctv.tag,cctv.value,cctv.operator, ccg.groupid,ccg.operator,cctp.oldtag,cctp.newtag from correlation c,corr_condition cc left join corr_condition_tag cct on cct.corr_conditionid=cc.corr_conditionid left join corr_condition_tagvalue cctv on cctv.corr_conditionid=cc.corr_conditionid left join corr_condition_group ccg on ccg.corr_conditionid=cc.corr_conditionid left join corr_condition_tagpair cctp on cctp.corr_conditionid=cc.corr_conditionid where c.correlationid=cc.correlationid and c.status=0] 256315:20250703:121338.195 query [txnlev:0] [select co.corr_operationid,co.correlationid,co.type from correlation c,corr_operation co where c.correlationid=co.correlationid and c.status=0] 256315:20250703:121338.195 In DCsync_triggers() 256315:20250703:121338.207 End of DCsync_triggers() 256315:20250703:121338.207 In DCsync_trigdeps() 256315:20250703:121338.209 End of DCsync_trigdeps() 256315:20250703:121338.209 In DCsync_expressions() 256315:20250703:121338.209 End of DCsync_expressions() 256315:20250703:121338.209 In DCsync_actions() 256315:20250703:121338.209 End of DCsync_actions() 256315:20250703:121338.209 In DCsync_action_ops() 256315:20250703:121338.209 End of DCsync_action_ops() 256315:20250703:121338.209 In DCsync_action_conditions() 256315:20250703:121338.209 End of DCsync_action_conditions() 256315:20250703:121338.209 In DCsync_trigger_tags() 256315:20250703:121338.212 End of DCsync_trigger_tags() 256315:20250703:121338.212 In DCsync_item_tags() 256315:20250703:121338.214 End of DCsync_item_tags() 256315:20250703:121338.214 In DCsync_correlations() 256315:20250703:121338.214 End of DCsync_correlations() 256315:20250703:121338.214 In DCsync_corr_conditions() 256315:20250703:121338.214 End of DCsync_corr_conditions() 256315:20250703:121338.214 In DCsync_corr_operations() 256315:20250703:121338.214 End of DCsync_corr_operations() 256315:20250703:121338.214 In dc_sync_drules() 256315:20250703:121338.214 End of dc_sync_drules() 256315:20250703:121338.214 In dc_sync_dchecks() 256315:20250703:121338.214 End of dc_sync_dchecks() 256315:20250703:121338.214 In dc_sync_httptests() 256315:20250703:121338.214 End of dc_sync_httptests() 256315:20250703:121338.214 In dc_sync_httptest_fields() 256315:20250703:121338.214 End of dc_sync_httptest_fields() 256315:20250703:121338.214 In dc_sync_httpsteps() 256315:20250703:121338.214 End of dc_sync_httpsteps() 256315:20250703:121338.214 In dc_sync_httpstep_fields() 256315:20250703:121338.214 End of dc_sync_httpstep_fields() 256315:20250703:121338.219 zbx_dc_sync_configuration() changelog : sql:0.001651 sec (911 records) 256315:20250703:121338.219 zbx_dc_sync_configuration() reindex : 0.004690 sec 4320 bytes. 256315:20250703:121338.219 zbx_dc_sync_configuration() proxy_group: sql:0.000597 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121338.219 zbx_dc_sync_configuration() hosts: sql:0.001719 sync:0.000027 sec 2936 bytes (8/0/0). 256315:20250703:121338.219 zbx_dc_sync_configuration() host_proxy: sql:0.000284 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121338.219 zbx_dc_sync_configuration() items: sql:0.054583 sync:0.012449 sec 1619456 bytes (17983/0/0). 256315:20250703:121338.219 zbx_dc_sync_configuration() triggers: sql:0.011851 sync:0.011637 sec 2029368 bytes (6838/0/0). 256315:20250703:121338.219 zbx_dc_sync_configuration() functions: sql:0.004965 sync:0.001506 sec 180520 bytes (10664/0/0). 256315:20250703:121338.219 zbx_dc_sync_configuration() trigger_tag: sql:0.002054 sync:0.002874 sec 603416 bytes (8671/0/0). 256315:20250703:121338.219 zbx_dc_sync_configuration() item_tag: sql:0.007668 sync:0.001622 sec 5456 bytes (28112/0/0). 256315:20250703:121338.219 zbx_dc_sync_configuration() host_tag: sql:0.001104 sync:0.000742 sec 213672 bytes (1229/0/0). 256315:20250703:121338.219 zbx_dc_sync_configuration() item_preproc: sql:0.014743 sync:0.003714 sec 386352 bytes (22883/0/0). 256315:20250703:121338.219 zbx_dc_sync_configuration() drules: sql:0.000129 sync:0.000011 sec 312 bytes (1/0/0). 256315:20250703:121338.219 zbx_dc_sync_configuration() dchecks: sql:0.000141 sync:0.000003 sec 208 bytes (1/0/0). 256315:20250703:121338.219 zbx_dc_sync_configuration() httptest: sql:0.000208 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121338.219 zbx_dc_sync_configuration() httptest_field: sql:0.000132 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121338.219 zbx_dc_sync_configuration() httpstep: sql:0.000099 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121338.219 zbx_dc_sync_configuration() httpstep_field: sql:0.000220 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121338.219 zbx_dc_sync_configuration() connector: sql:0.000160 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121338.219 zbx_dc_sync_configuration() connector_tag: sql:0.000259 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121338.219 zbx_dc_sync_configuration() proxy: sql:0.002106 sync:0.000001 sec 0 bytes (0/0/0). 256315:20250703:121338.220 zbx_dc_sync_configuration() settings: sql:0.001151 sync:0.000075 sec 640 bytes (47/0/0). 256315:20250703:121338.220 zbx_dc_sync_configuration() config_autoreg_tls: sql:0.000775 sync:0.000000 sec 0 bytes (1/0/0). 256315:20250703:121338.220 zbx_dc_sync_configuration() autoreg_host: sql:0.003381 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121338.220 zbx_dc_sync_configuration() host_inventory: sql:0.000443 sync:0.000009 sec 2800 bytes (2/0/0). 256315:20250703:121338.220 zbx_dc_sync_configuration() hosts_templates: sql:0.000580 sync:0.000000 sec 0 bytes (44/0/0). 256315:20250703:121338.220 zbx_dc_sync_configuration() globalmacro: sql:0.000234 sync:0.000009 sec 624 bytes (1/0/0). 256315:20250703:121338.220 zbx_dc_sync_configuration() hostmacro: sql:0.003954 sync:0.005412 sec 851888 bytes (6364/0/0). 256315:20250703:121338.220 zbx_dc_sync_configuration() interface: sql:0.000374 sync:0.000031 sec 1248 bytes (28/0/0). 256315:20250703:121338.220 zbx_dc_sync_configuration() item_discovery: sql:0.002590 sync:0.000146 sec 123576 bytes (7627/0/0). 256315:20250703:121338.220 zbx_dc_sync_configuration() trigger_depends: sql:0.000991 sync:0.001488 sec 685368 bytes (1874/0/0). 256315:20250703:121338.220 zbx_dc_sync_configuration() regexps: sql:0.000526 sync:0.000020 sec 3176 bytes (10/0/0). 256315:20250703:121338.220 zbx_dc_sync_configuration() actions: sql:0.000414 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121338.220 zbx_dc_sync_configuration() operations: sql:0.000324 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121338.220 zbx_dc_sync_configuration() conditions: sql:0.000366 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121338.220 zbx_dc_sync_configuration() correlation: sql:0.000604 sync:0.000001 sec 0 bytes (0/0/0). 256315:20250703:121338.220 zbx_dc_sync_configuration() corr_condition: sql:0.000927 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121338.220 zbx_dc_sync_configuration() corr_operation: sql:0.000256 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121338.220 zbx_dc_sync_configuration() hstgrp: sql:0.000217 sync:0.000006 sec 1616 bytes (7/0/0). 256315:20250703:121338.220 zbx_dc_sync_configuration() hosts_groups: sql:0.000441 sync:0.000002 sec 456 bytes (8/0/0). 256315:20250703:121338.220 zbx_dc_sync_configuration() item_parameter: sql:0.002453 sync:0.000001 sec 0 bytes (0/0/0). 256315:20250703:121338.220 zbx_dc_sync_configuration() maintenances: sql:0.000157 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121338.220 zbx_dc_sync_configuration() maintenances_windows: sql:0.000209 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121338.220 zbx_dc_sync_configuration() maintenance_tag: sql:0.000109 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121338.220 zbx_dc_sync_configuration() maintenances_groups: sql:0.000115 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121338.220 zbx_dc_sync_configuration() maintenances_hosts: sql:0.000098 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121338.220 zbx_dc_sync_configuration() total sql : 0.124709 sec. 256315:20250703:121338.220 zbx_dc_sync_configuration() total sync : 0.041790 sec. 256315:20250703:121338.220 zbx_dc_sync_configuration() total memory difference: 6713088 bytes. 256315:20250703:121338.220 zbx_dc_sync_configuration() proxies : 0 (0 slots) 256315:20250703:121338.220 zbx_dc_sync_configuration() proxies_p : 0 (0 slots) 256315:20250703:121338.220 zbx_dc_sync_configuration() hosts : 8 (17 slots) 256315:20250703:121338.220 zbx_dc_sync_configuration() hosts_h : 8 (17 slots) 256315:20250703:121338.220 zbx_dc_sync_configuration() autoreg_hosts: 0 (11 slots) 256315:20250703:121338.220 zbx_dc_sync_configuration() psks : 0 (0 slots) 256315:20250703:121338.220 zbx_dc_sync_configuration() ipmihosts : 0 (0 slots) 256315:20250703:121338.220 zbx_dc_sync_configuration() host_invent: 2 (11 slots) 256315:20250703:121338.220 zbx_dc_sync_configuration() glob macros: 1 (11 slots) 256315:20250703:121338.220 zbx_dc_sync_configuration() host macros: 6364 (9029 slots) 256315:20250703:121338.220 zbx_dc_sync_configuration() kvs_paths : 0 256315:20250703:121338.220 zbx_dc_sync_configuration() interfaces : 3 (11 slots) 256315:20250703:121338.220 zbx_dc_sync_configuration() interfaces_snmp : 0 (0 slots) 256315:20250703:121338.220 zbx_dc_sync_configuration() interfac_ht: 3 (11 slots) 256315:20250703:121338.220 zbx_dc_sync_configuration() if_snmpitms: 0 (0 slots) 256315:20250703:121338.220 zbx_dc_sync_configuration() if_snmpaddr: 0 (0 slots) 256315:20250703:121338.220 zbx_dc_sync_configuration() item_discovery : 47 (15259 slots) 256315:20250703:121338.220 zbx_dc_sync_configuration() items : 212 (35969 slots) 256315:20250703:121338.220 zbx_dc_sync_configuration() items_hk : 212 (35969 slots) 256315:20250703:121338.220 zbx_dc_sync_configuration() template_items : 17771 (30509 slots) 256315:20250703:121338.220 zbx_dc_sync_configuration() preprocitems: 137 (45767 slots) 256315:20250703:121338.220 zbx_dc_sync_configuration() item_tag_links: 204 (56237 slots) 256315:20250703:121338.220 zbx_dc_sync_configuration() functions : 120 (21341 slots) 256315:20250703:121338.220 zbx_dc_sync_configuration() triggers : 6838 (13679 slots) 256315:20250703:121338.220 zbx_dc_sync_configuration() trigdeps : 2748 (4007 slots) 256315:20250703:121338.220 zbx_dc_sync_configuration() trig. tags : 8671 (13553 slots) 256315:20250703:121338.220 zbx_dc_sync_configuration() expressions: 10 (17 slots) 256315:20250703:121338.220 zbx_dc_sync_configuration() actions : 0 (0 slots) 256315:20250703:121338.220 zbx_dc_sync_configuration() conditions : 0 (0 slots) 256315:20250703:121338.220 zbx_dc_sync_configuration() corr. : 0 (0 slots) 256315:20250703:121338.220 zbx_dc_sync_configuration() corr. conds: 0 (0 slots) 256315:20250703:121338.220 zbx_dc_sync_configuration() corr. ops : 0 (0 slots) 256315:20250703:121338.220 zbx_dc_sync_configuration() hgroups : 7 (11 slots) 256315:20250703:121338.221 zbx_dc_sync_configuration() item procs : 137 (45767 slots) 256315:20250703:121338.221 zbx_dc_sync_configuration() maintenance: 0 (0 slots) 256315:20250703:121338.221 zbx_dc_sync_configuration() maint tags : 0 (0 slots) 256315:20250703:121338.221 zbx_dc_sync_configuration() maint time : 0 (0 slots) 256315:20250703:121338.221 zbx_dc_sync_configuration() drules : 1 (11 slots) 256315:20250703:121338.221 zbx_dc_sync_configuration() dchecks : 1 (11 slots) 256315:20250703:121338.221 zbx_dc_sync_configuration() httptests : 0 (0 slots) 256315:20250703:121338.221 zbx_dc_sync_configuration() httptestfld: 0 (0 slots) 256315:20250703:121338.221 zbx_dc_sync_configuration() httpsteps : 0 (0 slots) 256315:20250703:121338.221 zbx_dc_sync_configuration() httpstepfld: 0 (0 slots) 256315:20250703:121338.221 zbx_dc_sync_configuration() connector: 0 (0 slots) 256315:20250703:121338.221 zbx_dc_sync_configuration() connector tags : 0 (0 slots) 256315:20250703:121338.221 zbx_dc_sync_configuration() proxy groups : 0 (0 slots) 256315:20250703:121338.221 zbx_dc_sync_configuration() host proxy : 0 (0 slots) 256315:20250703:121338.221 zbx_dc_sync_configuration() queue[0] : 0 (0 allocated) 256315:20250703:121338.221 zbx_dc_sync_configuration() queue[1] : 0 (0 allocated) 256315:20250703:121338.221 zbx_dc_sync_configuration() queue[2] : 0 (0 allocated) 256315:20250703:121338.221 zbx_dc_sync_configuration() queue[3] : 0 (0 allocated) 256315:20250703:121338.221 zbx_dc_sync_configuration() queue[4] : 0 (0 allocated) 256315:20250703:121338.221 zbx_dc_sync_configuration() queue[5] : 0 (0 allocated) 256315:20250703:121338.221 zbx_dc_sync_configuration() queue[6] : 0 (0 allocated) 256315:20250703:121338.221 zbx_dc_sync_configuration() queue[7] : 0 (0 allocated) 256315:20250703:121338.221 zbx_dc_sync_configuration() queue[8] : 0 (0 allocated) 256315:20250703:121338.221 zbx_dc_sync_configuration() queue[9] : 0 (0 allocated) 256315:20250703:121338.221 zbx_dc_sync_configuration() queue[10] : 0 (0 allocated) 256315:20250703:121338.221 zbx_dc_sync_configuration() queue[11] : 0 (0 allocated) 256315:20250703:121338.221 zbx_dc_sync_configuration() pqueue : 0 (0 allocated) 256315:20250703:121338.221 zbx_dc_sync_configuration() timer queue: 0 (0 allocated) 256315:20250703:121338.221 zbx_dc_sync_configuration() changelog : 911 256315:20250703:121338.221 zbx_dc_sync_configuration() configfree : 76.117349% 256315:20250703:121338.221 zbx_dc_sync_configuration() strings : 9544 (13553 slots) 256315:20250703:121338.221 === memory statistics for configuration cache === 256315:20250703:121338.221 free chunks of size >= 256 bytes: 1 256315:20250703:121338.221 min chunk size: 25540744 bytes 256315:20250703:121338.221 max chunk size: 25540744 bytes 256315:20250703:121338.221 memory of total size 32403040 bytes fragmented into 71939 chunks 256315:20250703:121338.221 of those, 25540744 bytes are in 1 free chunks 256315:20250703:121338.221 of those, 6862296 bytes are in 71938 used chunks 256315:20250703:121338.221 of those, 1151008 bytes are used by allocation overhead 256315:20250703:121338.221 ================================ 256315:20250703:121338.221 initialized changelog support 256315:20250703:121338.221 In dc_get_items_to_reschedule() 256315:20250703:121338.221 End of dc_get_items_to_reschedule() items:0 256315:20250703:121338.221 zbx_dc_sync_configuration() reschedule : 0.000125 sec. 256315:20250703:121338.222 End of zbx_dc_sync_configuration() 256315:20250703:121338.222 In zbx_dc_sync_kvs_paths() 256315:20250703:121338.222 End of zbx_dc_sync_kvs_paths() 256315:20250703:121338.222 zbx_setproctitle() title:'configuration syncer [synced configuration in 0.188350 sec, idle 10 sec]' 256315:20250703:121338.222 In zbx_ipc_async_socket_send() 256315:20250703:121338.222 In zbx_ipc_client_send() clientid:0 256302:20250703:121338.222 End of zbx_ipc_service_recv():1 256302:20250703:121338.222 In zbx_ha_get_status() 256302:20250703:121338.222 In zbx_ipc_async_socket_open() 256302:20250703:121338.222 In zbx_ipc_socket_open() 256302:20250703:121338.222 End of zbx_ipc_socket_open():SUCCEED 256302:20250703:121338.222 End of zbx_ipc_async_socket_open():SUCCEED 256302:20250703:121338.222 In zbx_ipc_async_socket_send() 256302:20250703:121338.222 In zbx_ipc_client_send() clientid:0 256302:20250703:121338.222 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121338.222 End of zbx_ipc_async_socket_send():SUCCEED 256302:20250703:121338.222 In zbx_ipc_async_socket_flush() timeout:10 256302:20250703:121338.222 End of zbx_ipc_async_socket_flush():0 256302:20250703:121338.222 In zbx_ipc_async_socket_recv() timeout:10 256312:20250703:121338.222 In ipc_service_accept() 256312:20250703:121338.222 In ipc_service_add_client() 256312:20250703:121338.222 End of ipc_service_add_client() clientid:2 256312:20250703:121338.222 End of ipc_service_accept() 256312:20250703:121338.222 End of zbx_ipc_service_recv():2 256312:20250703:121338.222 In zbx_ipc_service_recv() timeout:0.771 256312:20250703:121338.222 End of zbx_ipc_service_recv():1 256312:20250703:121338.222 In ha_send_status() ha_status:active info: 256312:20250703:121338.222 In zbx_ipc_client_send() clientid:2 256312:20250703:121338.222 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121338.222 End of ha_send_status():SYSINFO_SUCCEED 256312:20250703:121338.222 In zbx_ipc_service_recv() timeout:0.771 256302:20250703:121338.222 End of zbx_ipc_async_socket_recv():0 256302:20250703:121338.222 In zbx_ipc_async_socket_close() 256302:20250703:121338.222 In zbx_ipc_socket_close() 256302:20250703:121338.222 End of zbx_ipc_socket_close() 256302:20250703:121338.222 End of zbx_ipc_async_socket_close() 256302:20250703:121338.222 End of zbx_ha_get_status():SUCCEED 256302:20250703:121338.222 In zbx_dbconn_open() options:0 256312:20250703:121338.223 End of zbx_ipc_service_recv():1 256312:20250703:121338.223 In zbx_ipc_socket_close() 256312:20250703:121338.223 End of zbx_ipc_socket_close() 256312:20250703:121338.223 In zbx_ipc_service_recv() timeout:0.771 256315:20250703:121338.223 End of zbx_ipc_client_send():SUCCEED 256315:20250703:121338.223 End of zbx_ipc_async_socket_send():SUCCEED 256315:20250703:121338.223 In zbx_ipc_async_socket_flush() timeout:4 256315:20250703:121338.223 End of zbx_ipc_async_socket_flush():0 256315:20250703:121338.223 In zbx_ipc_async_socket_recv() timeout:10 256302:20250703:121338.230 query without transaction detected 256302:20250703:121338.230 query [txnlev:0] [set escape_string_warning to off] 256302:20250703:121338.230 query without transaction detected 256302:20250703:121338.230 query [txnlev:0] [set extra_float_digits to 3] 256302:20250703:121338.230 query [txnlev:0] [show standard_conforming_strings] 256302:20250703:121338.230 query [txnlev:0] [show default_transaction_read_only] 256302:20250703:121338.230 query without transaction detected 256302:20250703:121338.230 query [txnlev:0] [set bytea_output=escape] 256302:20250703:121338.230 End of zbx_dbconn_open():0 256302:20250703:121338.230 query [txnlev:0] [select taskid,type from task where type in (5,10) and status=1 order by taskid] 256302:20250703:121338.231 In zbx_dc_update_maintenances() 256302:20250703:121338.231 End of zbx_dc_update_maintenances() started:0 stopped:0 running:0 256341:20250703:121338.235 server #5 started [alerter #2] 256341:20250703:121338.236 In zbx_ipc_socket_open() 256339:20250703:121338.236 zbx_setproctitle() title:'alert manager #1 starting' 256339:20250703:121338.236 server #3 started [alert manager #1] 256339:20250703:121338.236 In am_init() alerters:3 256339:20250703:121338.236 In zbx_ipc_service_start() service:alerter 256339:20250703:121338.236 In zbx_ipc_socket_open() 256339:20250703:121338.236 End of zbx_ipc_socket_open():FAIL 256339:20250703:121338.237 End of zbx_ipc_service_start():SUCCEED 256339:20250703:121338.237 End of am_init() 256339:20250703:121338.237 In zbx_dbconn_open() options:2 256348:20250703:121338.243 server #11 started [housekeeper #1] 256348:20250703:121338.244 zbx_setproctitle() title:'housekeeper [startup idle for 30 minutes]' 256348:20250703:121338.244 In hk_history_compression_init() 256348:20250703:121338.244 In zbx_dbconn_open() options:0 256349:20250703:121338.244 server #12 started [timer #1] 256349:20250703:121338.244 zbx_setproctitle() title:'timer #1 [connecting to the database]' 256349:20250703:121338.244 In zbx_dbconn_open() options:0 256347:20250703:121338.245 server #10 started [lld worker #2] 256347:20250703:121338.245 zbx_setproctitle() title:'lld worker [connecting to the database]' 256347:20250703:121338.245 In zbx_ipc_socket_open() 256346:20250703:121338.245 server #9 started [lld worker #1] 256346:20250703:121338.245 zbx_setproctitle() title:'lld worker [connecting to the database]' 256346:20250703:121338.245 In zbx_ipc_socket_open() 256350:20250703:121338.245 server #13 started [http poller #1] 256350:20250703:121338.246 zbx_setproctitle() title:'http poller #1 [connecting to the database]' 256350:20250703:121338.246 In zbx_dbconn_open() options:0 256344:20250703:121338.247 zbx_setproctitle() title:'lld manager #1 starting' 256344:20250703:121338.247 server #8 started [lld manager #1] 256344:20250703:121338.247 In zbx_ipc_service_start() service:lld 256344:20250703:121338.247 In zbx_ipc_socket_open() 256344:20250703:121338.248 End of zbx_ipc_socket_open():FAIL 256344:20250703:121338.248 End of zbx_ipc_service_start():SUCCEED 256344:20250703:121338.248 In lld_manager_init() workers:2 256344:20250703:121338.248 End of lld_manager_init() 256344:20250703:121338.248 zbx_setproctitle() title:'lld manager #1 started' 256344:20250703:121338.248 In zbx_ipc_service_recv() timeout:1.000 256351:20250703:121338.248 server #14 started [browser poller #1] 256351:20250703:121338.250 In zbx_tls_init_child() 256351:20250703:121338.250 OpenSSL library (version OpenSSL 3.0.2 15 Mar 2022) initialized 256351:20250703:121338.251 zbx_tls_init_child() PSK ciphersuites: TLS_CHACHA20_POLY1305_SHA256 TLS_AES_128_GCM_SHA256 ECDHE-PSK-AES128-CBC-SHA256 ECDHE-PSK-AES128-CBC-SHA PSK-AES128-GCM-SHA256 PSK-AES128-CCM8 PSK-AES128-CCM PSK-AES128-CBC-SHA256 PSK-AES128-CBC-SHA 256351:20250703:121338.251 End of zbx_tls_init_child() 256351:20250703:121338.251 zbx_setproctitle() title:'browser poller #1 started' 256351:20250703:121338.251 In zbx_ipc_async_socket_open() 256351:20250703:121338.251 In zbx_ipc_socket_open() 256351:20250703:121338.251 End of zbx_ipc_socket_open():SUCCEED 256351:20250703:121338.251 End of zbx_ipc_async_socket_open():SUCCEED 256351:20250703:121338.263 In zbx_ipc_async_socket_send() 256351:20250703:121338.263 In zbx_ipc_client_send() clientid:0 256352:20250703:121338.264 server #15 started [discovery manager #1] 256352:20250703:121338.264 In zbx_tls_init_child() 256352:20250703:121338.264 OpenSSL library (version OpenSSL 3.0.2 15 Mar 2022) initialized 256352:20250703:121338.265 zbx_tls_init_child() PSK ciphersuites: TLS_CHACHA20_POLY1305_SHA256 TLS_AES_128_GCM_SHA256 ECDHE-PSK-AES128-CBC-SHA256 ECDHE-PSK-AES128-CBC-SHA PSK-AES128-GCM-SHA256 PSK-AES128-CCM8 PSK-AES128-CCM PSK-AES128-CBC-SHA256 PSK-AES128-CBC-SHA 256352:20250703:121338.265 End of zbx_tls_init_child() 256352:20250703:121338.265 zbx_setproctitle() title:'discovery manager #1 [connecting to the database]' 256352:20250703:121338.265 In zbx_dbconn_open() options:0 256343:20250703:121338.266 zbx_setproctitle() title:'preprocessing manager #1 starting' 256343:20250703:121338.266 server #7 started [preprocessing manager #1] 256343:20250703:121338.266 In zbx_ipc_service_start() service:preprocessing 256343:20250703:121338.267 End of zbx_ipc_service_start():SUCCEED 256343:20250703:121338.267 In zbx_pp_manager_create() workers:16 256351:20250703:121338.268 End of zbx_ipc_client_send():SUCCEED 256351:20250703:121338.268 End of zbx_ipc_async_socket_send():SUCCEED 256351:20250703:121338.268 In zbx_ipc_async_socket_flush() timeout:4 256351:20250703:121338.268 End of zbx_ipc_async_socket_flush():0 256351:20250703:121338.268 zbx_setproctitle() title:'browser poller #1 [got 0 values in 0.000000 sec, getting values]' 256351:20250703:121338.268 In get_values() 256351:20250703:121338.268 In zbx_dc_config_get_poller_items() poller_type:11 256351:20250703:121338.268 End of zbx_dc_config_get_poller_items():0 256351:20250703:121338.268 In zbx_dc_config_get_poller_nextcheck() poller_type:11 256351:20250703:121338.268 End of zbx_dc_config_get_poller_nextcheck():-1 256351:20250703:121338.268 End of get_values():0 256351:20250703:121338.268 zbx_setproctitle() title:'browser poller #1 [got 0 values in 0.000074 sec, idle 5 sec]' 256351:20250703:121338.268 In zbx_ipc_async_socket_recv() timeout:5 256343:20250703:121338.271 In zbx_ipc_async_socket_open() 256354:20250703:121338.271 server #17 started [history syncer #2] 256354:20250703:121338.271 zbx_setproctitle() title:'history syncer #2 [connecting to the database]' 256354:20250703:121338.271 In zbx_dbconn_open() options:0 256355:20250703:121338.271 server #18 started [history syncer #3] 256355:20250703:121338.272 zbx_setproctitle() title:'history syncer #3 [connecting to the database]' 256355:20250703:121338.272 In zbx_dbconn_open() options:0 256356:20250703:121338.272 server #19 started [history syncer #4] 256356:20250703:121338.272 zbx_setproctitle() title:'history syncer #4 [connecting to the database]' 256356:20250703:121338.272 In zbx_dbconn_open() options:0 256357:20250703:121338.273 server #20 started [escalator #1] 256357:20250703:121338.273 In zbx_ipc_socket_open() 256357:20250703:121338.273 End of zbx_ipc_socket_open():SUCCEED 256357:20250703:121338.274 In zbx_tls_init_child() 256357:20250703:121338.274 OpenSSL library (version OpenSSL 3.0.2 15 Mar 2022) initialized 256357:20250703:121338.275 zbx_tls_init_child() PSK ciphersuites: TLS_CHACHA20_POLY1305_SHA256 TLS_AES_128_GCM_SHA256 ECDHE-PSK-AES128-CBC-SHA256 ECDHE-PSK-AES128-CBC-SHA PSK-AES128-GCM-SHA256 PSK-AES128-CCM8 PSK-AES128-CCM PSK-AES128-CBC-SHA256 PSK-AES128-CBC-SHA 256357:20250703:121338.275 End of zbx_tls_init_child() 256357:20250703:121338.275 zbx_setproctitle() title:'escalator #1 [connecting to the database]' 256357:20250703:121338.275 In zbx_dbconn_open() options:0 256358:20250703:121338.275 server #21 started [java poller #1] 256358:20250703:121338.276 In zbx_tls_init_child() 256358:20250703:121338.276 OpenSSL library (version OpenSSL 3.0.2 15 Mar 2022) initialized 256359:20250703:121338.276 server #22 started [java poller #2] 256359:20250703:121338.276 In zbx_tls_init_child() 256359:20250703:121338.276 OpenSSL library (version OpenSSL 3.0.2 15 Mar 2022) initialized 256359:20250703:121338.277 zbx_tls_init_child() PSK ciphersuites: TLS_CHACHA20_POLY1305_SHA256 TLS_AES_128_GCM_SHA256 ECDHE-PSK-AES128-CBC-SHA256 ECDHE-PSK-AES128-CBC-SHA PSK-AES128-GCM-SHA256 PSK-AES128-CCM8 PSK-AES128-CCM PSK-AES128-CBC-SHA256 PSK-AES128-CBC-SHA 256359:20250703:121338.277 End of zbx_tls_init_child() 256359:20250703:121338.277 zbx_setproctitle() title:'java poller #2 started' 256359:20250703:121338.277 In zbx_ipc_async_socket_open() 256359:20250703:121338.277 In zbx_ipc_socket_open() 256349:20250703:121338.277 query without transaction detected 256349:20250703:121338.277 query [txnlev:0] [set escape_string_warning to off] 256361:20250703:121338.278 server #24 started [java poller #4] 256361:20250703:121338.278 In zbx_tls_init_child() 256361:20250703:121338.278 OpenSSL library (version OpenSSL 3.0.2 15 Mar 2022) initialized 256361:20250703:121338.278 zbx_tls_init_child() PSK ciphersuites: TLS_CHACHA20_POLY1305_SHA256 TLS_AES_128_GCM_SHA256 ECDHE-PSK-AES128-CBC-SHA256 ECDHE-PSK-AES128-CBC-SHA PSK-AES128-GCM-SHA256 PSK-AES128-CCM8 PSK-AES128-CCM PSK-AES128-CBC-SHA256 PSK-AES128-CBC-SHA 256361:20250703:121338.278 End of zbx_tls_init_child() 256361:20250703:121338.279 zbx_setproctitle() title:'java poller #4 started' 256361:20250703:121338.279 In zbx_ipc_async_socket_open() 256361:20250703:121338.279 In zbx_ipc_socket_open() 256361:20250703:121338.279 End of zbx_ipc_socket_open():SUCCEED 256361:20250703:121338.279 End of zbx_ipc_async_socket_open():SUCCEED 256361:20250703:121338.279 In zbx_ipc_async_socket_send() 256361:20250703:121338.279 In zbx_ipc_client_send() clientid:0 256361:20250703:121338.279 End of zbx_ipc_client_send():SUCCEED 256361:20250703:121338.279 End of zbx_ipc_async_socket_send():SUCCEED 256361:20250703:121338.279 In zbx_ipc_async_socket_flush() timeout:4 256361:20250703:121338.279 End of zbx_ipc_async_socket_flush():0 256361:20250703:121338.279 zbx_setproctitle() title:'java poller #4 [got 0 values in 0.000000 sec, getting values]' 256361:20250703:121338.279 In get_values() 256361:20250703:121338.279 In zbx_dc_config_get_poller_items() poller_type:4 256361:20250703:121338.279 End of zbx_dc_config_get_poller_items():0 256361:20250703:121338.279 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256361:20250703:121338.279 End of zbx_dc_config_get_poller_nextcheck():-1 256361:20250703:121338.279 End of get_values():0 256361:20250703:121338.279 zbx_setproctitle() title:'java poller #4 [got 0 values in 0.000135 sec, idle 5 sec]' 256361:20250703:121338.279 In zbx_ipc_async_socket_recv() timeout:5 256362:20250703:121338.279 server #25 started [java poller #5] 256362:20250703:121338.279 In zbx_tls_init_child() 256362:20250703:121338.279 OpenSSL library (version OpenSSL 3.0.2 15 Mar 2022) initialized 256362:20250703:121338.280 zbx_tls_init_child() PSK ciphersuites: TLS_CHACHA20_POLY1305_SHA256 TLS_AES_128_GCM_SHA256 ECDHE-PSK-AES128-CBC-SHA256 ECDHE-PSK-AES128-CBC-SHA PSK-AES128-GCM-SHA256 PSK-AES128-CCM8 PSK-AES128-CCM PSK-AES128-CBC-SHA256 PSK-AES128-CBC-SHA 256362:20250703:121338.280 End of zbx_tls_init_child() 256362:20250703:121338.280 zbx_setproctitle() title:'java poller #5 started' 256362:20250703:121338.280 In zbx_ipc_async_socket_open() 256362:20250703:121338.280 In zbx_ipc_socket_open() 256362:20250703:121338.280 End of zbx_ipc_socket_open():SUCCEED 256362:20250703:121338.280 End of zbx_ipc_async_socket_open():SUCCEED 256362:20250703:121338.280 In zbx_ipc_async_socket_send() 256362:20250703:121338.280 In zbx_ipc_client_send() clientid:0 256362:20250703:121338.280 End of zbx_ipc_client_send():SUCCEED 256362:20250703:121338.280 End of zbx_ipc_async_socket_send():SUCCEED 256362:20250703:121338.280 In zbx_ipc_async_socket_flush() timeout:4 256362:20250703:121338.280 End of zbx_ipc_async_socket_flush():0 256362:20250703:121338.280 zbx_setproctitle() title:'java poller #5 [got 0 values in 0.000000 sec, getting values]' 256362:20250703:121338.280 In get_values() 256362:20250703:121338.280 In zbx_dc_config_get_poller_items() poller_type:4 256362:20250703:121338.280 End of zbx_dc_config_get_poller_items():0 256362:20250703:121338.280 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256362:20250703:121338.280 End of zbx_dc_config_get_poller_nextcheck():-1 256362:20250703:121338.281 End of get_values():0 256362:20250703:121338.281 zbx_setproctitle() title:'java poller #5 [got 0 values in 0.000226 sec, idle 5 sec]' 256362:20250703:121338.281 In zbx_ipc_async_socket_recv() timeout:5 256363:20250703:121338.281 server #26 started [java poller #6] 256363:20250703:121338.281 In zbx_tls_init_child() 256363:20250703:121338.281 OpenSSL library (version OpenSSL 3.0.2 15 Mar 2022) initialized 256363:20250703:121338.281 zbx_tls_init_child() PSK ciphersuites: TLS_CHACHA20_POLY1305_SHA256 TLS_AES_128_GCM_SHA256 ECDHE-PSK-AES128-CBC-SHA256 ECDHE-PSK-AES128-CBC-SHA PSK-AES128-GCM-SHA256 PSK-AES128-CCM8 PSK-AES128-CCM PSK-AES128-CBC-SHA256 PSK-AES128-CBC-SHA 256363:20250703:121338.281 End of zbx_tls_init_child() 256363:20250703:121338.281 zbx_setproctitle() title:'java poller #6 started' 256363:20250703:121338.281 In zbx_ipc_async_socket_open() 256363:20250703:121338.281 In zbx_ipc_socket_open() 256363:20250703:121338.281 End of zbx_ipc_socket_open():SUCCEED 256363:20250703:121338.281 End of zbx_ipc_async_socket_open():SUCCEED 256363:20250703:121338.281 In zbx_ipc_async_socket_send() 256363:20250703:121338.281 In zbx_ipc_client_send() clientid:0 256363:20250703:121338.281 End of zbx_ipc_client_send():SUCCEED 256363:20250703:121338.281 End of zbx_ipc_async_socket_send():SUCCEED 256363:20250703:121338.281 In zbx_ipc_async_socket_flush() timeout:4 256363:20250703:121338.281 End of zbx_ipc_async_socket_flush():0 256363:20250703:121338.282 zbx_setproctitle() title:'java poller #6 [got 0 values in 0.000000 sec, getting values]' 256363:20250703:121338.282 In get_values() 256363:20250703:121338.282 In zbx_dc_config_get_poller_items() poller_type:4 256363:20250703:121338.282 End of zbx_dc_config_get_poller_items():0 256363:20250703:121338.282 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256363:20250703:121338.282 End of zbx_dc_config_get_poller_nextcheck():-1 256363:20250703:121338.282 End of get_values():0 256363:20250703:121338.282 zbx_setproctitle() title:'java poller #6 [got 0 values in 0.000141 sec, idle 5 sec]' 256363:20250703:121338.282 In zbx_ipc_async_socket_recv() timeout:5 256349:20250703:121338.282 query without transaction detected 256349:20250703:121338.299 query [txnlev:0] [set extra_float_digits to 3] 256342:20250703:121338.304 server #6 started [alerter #3] 256342:20250703:121338.304 In zbx_ipc_socket_open() 256342:20250703:121338.304 End of zbx_ipc_socket_open():SUCCEED 256342:20250703:121338.304 In zbx_ipc_socket_write() 256342:20250703:121338.304 End of zbx_ipc_socket_write():SUCCEED 256342:20250703:121338.304 zbx_setproctitle() title:'alerter #3 started' 256342:20250703:121338.304 In zbx_ipc_socket_read() 256348:20250703:121338.305 query without transaction detected 256348:20250703:121338.305 query [txnlev:0] [set escape_string_warning to off] 256349:20250703:121338.305 query [txnlev:0] [show standard_conforming_strings] 256348:20250703:121338.306 query without transaction detected 256348:20250703:121338.306 query [txnlev:0] [set extra_float_digits to 3] 256348:20250703:121338.306 query [txnlev:0] [show standard_conforming_strings] 256349:20250703:121338.306 query [txnlev:0] [show default_transaction_read_only] 256340:20250703:121338.308 server #4 started [alerter #1] 256340:20250703:121338.308 In zbx_ipc_socket_open() 256340:20250703:121338.308 End of zbx_ipc_socket_open():SUCCEED 256340:20250703:121338.308 In zbx_ipc_socket_write() 256340:20250703:121338.308 End of zbx_ipc_socket_write():SUCCEED 256340:20250703:121338.308 zbx_setproctitle() title:'alerter #1 started' 256340:20250703:121338.308 In zbx_ipc_socket_read() 256349:20250703:121338.308 query without transaction detected 256349:20250703:121338.308 query [txnlev:0] [set bytea_output=escape] 256349:20250703:121338.308 End of zbx_dbconn_open():0 256353:20250703:121338.308 server #16 started [history syncer #1] 256353:20250703:121338.309 zbx_setproctitle() title:'history syncer #1 [connecting to the database]' 256353:20250703:121338.309 In zbx_dbconn_open() options:0 256359:20250703:121338.309 End of zbx_ipc_socket_open():SUCCEED 256359:20250703:121338.309 End of zbx_ipc_async_socket_open():SUCCEED 256359:20250703:121338.309 In zbx_ipc_async_socket_send() 256359:20250703:121338.309 In zbx_ipc_client_send() clientid:0 256359:20250703:121338.309 End of zbx_ipc_client_send():SUCCEED 256359:20250703:121338.309 End of zbx_ipc_async_socket_send():SUCCEED 256359:20250703:121338.309 In zbx_ipc_async_socket_flush() timeout:4 256359:20250703:121338.309 End of zbx_ipc_async_socket_flush():0 256359:20250703:121338.309 zbx_setproctitle() title:'java poller #2 [got 0 values in 0.000000 sec, getting values]' 256359:20250703:121338.309 In get_values() 256359:20250703:121338.309 In zbx_dc_config_get_poller_items() poller_type:4 256359:20250703:121338.309 End of zbx_dc_config_get_poller_items():0 256359:20250703:121338.309 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256359:20250703:121338.309 End of zbx_dc_config_get_poller_nextcheck():-1 256359:20250703:121338.309 End of get_values():0 256359:20250703:121338.309 zbx_setproctitle() title:'java poller #2 [got 0 values in 0.000065 sec, idle 5 sec]' 256359:20250703:121338.309 In zbx_ipc_async_socket_recv() timeout:5 256360:20250703:121338.309 server #23 started [java poller #3] 256360:20250703:121338.309 In zbx_tls_init_child() 256360:20250703:121338.309 OpenSSL library (version OpenSSL 3.0.2 15 Mar 2022) initialized 256360:20250703:121338.310 zbx_tls_init_child() PSK ciphersuites: TLS_CHACHA20_POLY1305_SHA256 TLS_AES_128_GCM_SHA256 ECDHE-PSK-AES128-CBC-SHA256 ECDHE-PSK-AES128-CBC-SHA PSK-AES128-GCM-SHA256 PSK-AES128-CCM8 PSK-AES128-CCM PSK-AES128-CBC-SHA256 PSK-AES128-CBC-SHA 256360:20250703:121338.310 End of zbx_tls_init_child() 256360:20250703:121338.310 zbx_setproctitle() title:'java poller #3 started' 256360:20250703:121338.310 In zbx_ipc_async_socket_open() 256360:20250703:121338.310 In zbx_ipc_socket_open() 256360:20250703:121338.310 End of zbx_ipc_socket_open():SUCCEED 256360:20250703:121338.310 End of zbx_ipc_async_socket_open():SUCCEED 256360:20250703:121338.310 In zbx_ipc_async_socket_send() 256360:20250703:121338.310 In zbx_ipc_client_send() clientid:0 256360:20250703:121338.310 End of zbx_ipc_client_send():SUCCEED 256360:20250703:121338.310 End of zbx_ipc_async_socket_send():SUCCEED 256360:20250703:121338.310 In zbx_ipc_async_socket_flush() timeout:4 256360:20250703:121338.310 End of zbx_ipc_async_socket_flush():0 256360:20250703:121338.310 zbx_setproctitle() title:'java poller #3 [got 0 values in 0.000000 sec, getting values]' 256360:20250703:121338.310 In get_values() 256360:20250703:121338.310 In zbx_dc_config_get_poller_items() poller_type:4 256360:20250703:121338.310 End of zbx_dc_config_get_poller_items():0 256360:20250703:121338.310 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256360:20250703:121338.310 End of zbx_dc_config_get_poller_nextcheck():-1 256360:20250703:121338.310 End of get_values():0 256360:20250703:121338.310 zbx_setproctitle() title:'java poller #3 [got 0 values in 0.000052 sec, idle 5 sec]' 256360:20250703:121338.310 In zbx_ipc_async_socket_recv() timeout:5 256358:20250703:121338.310 zbx_tls_init_child() PSK ciphersuites: TLS_CHACHA20_POLY1305_SHA256 TLS_AES_128_GCM_SHA256 ECDHE-PSK-AES128-CBC-SHA256 ECDHE-PSK-AES128-CBC-SHA PSK-AES128-GCM-SHA256 PSK-AES128-CCM8 PSK-AES128-CCM PSK-AES128-CBC-SHA256 PSK-AES128-CBC-SHA 256358:20250703:121338.310 End of zbx_tls_init_child() 256358:20250703:121338.310 zbx_setproctitle() title:'java poller #1 started' 256358:20250703:121338.310 In zbx_ipc_async_socket_open() 256358:20250703:121338.310 In zbx_ipc_socket_open() 256358:20250703:121338.310 End of zbx_ipc_socket_open():SUCCEED 256358:20250703:121338.310 End of zbx_ipc_async_socket_open():SUCCEED 256358:20250703:121338.310 In zbx_ipc_async_socket_send() 256358:20250703:121338.310 In zbx_ipc_client_send() clientid:0 256358:20250703:121338.310 End of zbx_ipc_client_send():SUCCEED 256358:20250703:121338.310 End of zbx_ipc_async_socket_send():SUCCEED 256358:20250703:121338.310 In zbx_ipc_async_socket_flush() timeout:4 256358:20250703:121338.310 End of zbx_ipc_async_socket_flush():0 256358:20250703:121338.310 zbx_setproctitle() title:'java poller #1 [got 0 values in 0.000000 sec, getting values]' 256358:20250703:121338.310 In get_values() 256358:20250703:121338.310 In zbx_dc_config_get_poller_items() poller_type:4 256358:20250703:121338.310 End of zbx_dc_config_get_poller_items():0 256358:20250703:121338.310 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256358:20250703:121338.310 End of zbx_dc_config_get_poller_nextcheck():-1 256358:20250703:121338.310 End of get_values():0 256358:20250703:121338.310 zbx_setproctitle() title:'java poller #1 [got 0 values in 0.000046 sec, idle 5 sec]' 256358:20250703:121338.310 In zbx_ipc_async_socket_recv() timeout:5 256364:20250703:121338.310 server #27 started [java poller #7] 256364:20250703:121338.310 In zbx_tls_init_child() 256364:20250703:121338.310 OpenSSL library (version OpenSSL 3.0.2 15 Mar 2022) initialized 256364:20250703:121338.311 zbx_tls_init_child() PSK ciphersuites: TLS_CHACHA20_POLY1305_SHA256 TLS_AES_128_GCM_SHA256 ECDHE-PSK-AES128-CBC-SHA256 ECDHE-PSK-AES128-CBC-SHA PSK-AES128-GCM-SHA256 PSK-AES128-CCM8 PSK-AES128-CCM PSK-AES128-CBC-SHA256 PSK-AES128-CBC-SHA 256364:20250703:121338.311 End of zbx_tls_init_child() 256364:20250703:121338.311 zbx_setproctitle() title:'java poller #7 started' 256364:20250703:121338.311 In zbx_ipc_async_socket_open() 256364:20250703:121338.311 In zbx_ipc_socket_open() 256364:20250703:121338.311 End of zbx_ipc_socket_open():SUCCEED 256364:20250703:121338.311 End of zbx_ipc_async_socket_open():SUCCEED 256364:20250703:121338.311 In zbx_ipc_async_socket_send() 256364:20250703:121338.311 In zbx_ipc_client_send() clientid:0 256364:20250703:121338.311 End of zbx_ipc_client_send():SUCCEED 256364:20250703:121338.311 End of zbx_ipc_async_socket_send():SUCCEED 256364:20250703:121338.311 In zbx_ipc_async_socket_flush() timeout:4 256364:20250703:121338.311 End of zbx_ipc_async_socket_flush():0 256364:20250703:121338.311 zbx_setproctitle() title:'java poller #7 [got 0 values in 0.000000 sec, getting values]' 256364:20250703:121338.311 In get_values() 256364:20250703:121338.311 In zbx_dc_config_get_poller_items() poller_type:4 256364:20250703:121338.311 End of zbx_dc_config_get_poller_items():0 256364:20250703:121338.311 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256364:20250703:121338.311 End of zbx_dc_config_get_poller_nextcheck():-1 256364:20250703:121338.311 End of get_values():0 256364:20250703:121338.311 zbx_setproctitle() title:'java poller #7 [got 0 values in 0.000117 sec, idle 5 sec]' 256364:20250703:121338.311 In zbx_ipc_async_socket_recv() timeout:5 256343:20250703:121338.311 In zbx_ipc_socket_open() 256343:20250703:121338.311 End of zbx_ipc_socket_open():SUCCEED 256343:20250703:121338.311 End of zbx_ipc_async_socket_open():SUCCEED 256343:20250703:121338.311 [1] thread started [preprocessing worker #1] 256343:20250703:121338.311 [2] thread started [preprocessing worker #2] 256343:20250703:121338.311 [3] thread started [preprocessing worker #3] 256343:20250703:121338.311 [4] thread started [preprocessing worker #4] 256343:20250703:121338.311 [5] thread started [preprocessing worker #5] 256343:20250703:121338.311 [6] thread started [preprocessing worker #6] 256343:20250703:121338.311 [7] thread started [preprocessing worker #7] 256343:20250703:121338.311 [8] thread started [preprocessing worker #8] 256343:20250703:121338.311 [9] thread started [preprocessing worker #9] 256343:20250703:121338.311 [10] thread started [preprocessing worker #10] 256343:20250703:121338.311 [11] thread started [preprocessing worker #11] 256343:20250703:121338.311 [12] thread started [preprocessing worker #12] 256343:20250703:121338.311 [13] thread started [preprocessing worker #13] 256343:20250703:121338.311 [14] thread started [preprocessing worker #14] 256343:20250703:121338.311 [15] thread started [preprocessing worker #15] 256343:20250703:121338.311 [16] thread started [preprocessing worker #16] 256370:20250703:121338.311 server #30 started [java poller #10] 256370:20250703:121338.312 In zbx_tls_init_child() 256370:20250703:121338.312 OpenSSL library (version OpenSSL 3.0.2 15 Mar 2022) initialized 256370:20250703:121338.312 zbx_tls_init_child() PSK ciphersuites: TLS_CHACHA20_POLY1305_SHA256 TLS_AES_128_GCM_SHA256 ECDHE-PSK-AES128-CBC-SHA256 ECDHE-PSK-AES128-CBC-SHA PSK-AES128-GCM-SHA256 PSK-AES128-CCM8 PSK-AES128-CCM PSK-AES128-CBC-SHA256 PSK-AES128-CBC-SHA 256370:20250703:121338.312 End of zbx_tls_init_child() 256370:20250703:121338.312 zbx_setproctitle() title:'java poller #10 started' 256370:20250703:121338.312 In zbx_ipc_async_socket_open() 256370:20250703:121338.312 In zbx_ipc_socket_open() 256370:20250703:121338.312 End of zbx_ipc_socket_open():SUCCEED 256370:20250703:121338.312 End of zbx_ipc_async_socket_open():SUCCEED 256370:20250703:121338.312 In zbx_ipc_async_socket_send() 256370:20250703:121338.312 In zbx_ipc_client_send() clientid:0 256370:20250703:121338.312 End of zbx_ipc_client_send():SUCCEED 256370:20250703:121338.312 End of zbx_ipc_async_socket_send():SUCCEED 256370:20250703:121338.312 In zbx_ipc_async_socket_flush() timeout:4 256370:20250703:121338.312 End of zbx_ipc_async_socket_flush():0 256370:20250703:121338.312 zbx_setproctitle() title:'java poller #10 [got 0 values in 0.000000 sec, getting values]' 256370:20250703:121338.312 In get_values() 256370:20250703:121338.312 In zbx_dc_config_get_poller_items() poller_type:4 256370:20250703:121338.312 End of zbx_dc_config_get_poller_items():0 256370:20250703:121338.312 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256370:20250703:121338.312 End of zbx_dc_config_get_poller_nextcheck():-1 256370:20250703:121338.312 End of get_values():0 256370:20250703:121338.312 zbx_setproctitle() title:'java poller #10 [got 0 values in 0.000171 sec, idle 5 sec]' 256370:20250703:121338.312 In zbx_ipc_async_socket_recv() timeout:5 256371:20250703:121338.312 server #31 started [proxy poller #1] 256371:20250703:121338.312 In zbx_tls_init_child() 256371:20250703:121338.312 OpenSSL library (version OpenSSL 3.0.2 15 Mar 2022) initialized 256371:20250703:121338.313 zbx_tls_init_child() PSK ciphersuites: TLS_CHACHA20_POLY1305_SHA256 TLS_AES_128_GCM_SHA256 ECDHE-PSK-AES128-CBC-SHA256 ECDHE-PSK-AES128-CBC-SHA PSK-AES128-GCM-SHA256 PSK-AES128-CCM8 PSK-AES128-CCM PSK-AES128-CBC-SHA256 PSK-AES128-CBC-SHA 256371:20250703:121338.313 End of zbx_tls_init_child() 256371:20250703:121338.313 zbx_setproctitle() title:'proxy poller #1 [connecting to the database]' 256371:20250703:121338.313 In zbx_dbconn_open() options:0 256350:20250703:121338.313 query without transaction detected 256350:20250703:121338.313 query [txnlev:0] [set escape_string_warning to off] 256369:20250703:121338.313 server #29 started [java poller #9] 256369:20250703:121338.314 In zbx_tls_init_child() 256369:20250703:121338.314 OpenSSL library (version OpenSSL 3.0.2 15 Mar 2022) initialized 256369:20250703:121338.314 zbx_tls_init_child() PSK ciphersuites: TLS_CHACHA20_POLY1305_SHA256 TLS_AES_128_GCM_SHA256 ECDHE-PSK-AES128-CBC-SHA256 ECDHE-PSK-AES128-CBC-SHA PSK-AES128-GCM-SHA256 PSK-AES128-CCM8 PSK-AES128-CCM PSK-AES128-CBC-SHA256 PSK-AES128-CBC-SHA 256369:20250703:121338.314 End of zbx_tls_init_child() 256369:20250703:121338.314 zbx_setproctitle() title:'java poller #9 started' 256369:20250703:121338.314 In zbx_ipc_async_socket_open() 256369:20250703:121338.314 In zbx_ipc_socket_open() 256369:20250703:121338.314 End of zbx_ipc_socket_open():SUCCEED 256369:20250703:121338.314 End of zbx_ipc_async_socket_open():SUCCEED 256369:20250703:121338.314 In zbx_ipc_async_socket_send() 256369:20250703:121338.314 In zbx_ipc_client_send() clientid:0 256369:20250703:121338.314 End of zbx_ipc_client_send():SUCCEED 256369:20250703:121338.314 End of zbx_ipc_async_socket_send():SUCCEED 256369:20250703:121338.314 In zbx_ipc_async_socket_flush() timeout:4 256369:20250703:121338.314 End of zbx_ipc_async_socket_flush():0 256369:20250703:121338.314 zbx_setproctitle() title:'java poller #9 [got 0 values in 0.000000 sec, getting values]' 256369:20250703:121338.314 In get_values() 256369:20250703:121338.314 In zbx_dc_config_get_poller_items() poller_type:4 256369:20250703:121338.314 End of zbx_dc_config_get_poller_items():0 256369:20250703:121338.314 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256369:20250703:121338.314 End of zbx_dc_config_get_poller_nextcheck():-1 256369:20250703:121338.314 End of get_values():0 256369:20250703:121338.314 zbx_setproctitle() title:'java poller #9 [got 0 values in 0.000054 sec, idle 5 sec]' 256369:20250703:121338.314 In zbx_ipc_async_socket_recv() timeout:5 256373:20250703:121338.314 server #33 started [task manager #1] 256373:20250703:121338.314 zbx_setproctitle() title:'task manager [connecting to the database]' 256373:20250703:121338.314 In zbx_dbconn_open() options:0 256374:20250703:121338.315 server #34 started [poller #1] 256374:20250703:121338.315 In zbx_tls_init_child() 256374:20250703:121338.315 OpenSSL library (version OpenSSL 3.0.2 15 Mar 2022) initialized 256374:20250703:121338.315 zbx_tls_init_child() PSK ciphersuites: TLS_CHACHA20_POLY1305_SHA256 TLS_AES_128_GCM_SHA256 ECDHE-PSK-AES128-CBC-SHA256 ECDHE-PSK-AES128-CBC-SHA PSK-AES128-GCM-SHA256 PSK-AES128-CCM8 PSK-AES128-CCM PSK-AES128-CBC-SHA256 PSK-AES128-CBC-SHA 256374:20250703:121338.315 End of zbx_tls_init_child() 256374:20250703:121338.315 zbx_setproctitle() title:'poller #1 started' 256374:20250703:121338.315 In zbx_ipc_async_socket_open() 256374:20250703:121338.315 In zbx_ipc_socket_open() 256374:20250703:121338.315 End of zbx_ipc_socket_open():SUCCEED 256374:20250703:121338.315 End of zbx_ipc_async_socket_open():SUCCEED 256374:20250703:121338.315 In zbx_ipc_async_socket_send() 256374:20250703:121338.315 In zbx_ipc_client_send() clientid:0 256374:20250703:121338.315 End of zbx_ipc_client_send():SUCCEED 256374:20250703:121338.315 End of zbx_ipc_async_socket_send():SUCCEED 256374:20250703:121338.315 In zbx_ipc_async_socket_flush() timeout:4 256374:20250703:121338.315 End of zbx_ipc_async_socket_flush():0 256374:20250703:121338.315 zbx_setproctitle() title:'poller #1 [got 0 values in 0.000000 sec, getting values]' 256374:20250703:121338.315 In get_values() 256374:20250703:121338.315 In zbx_dc_config_get_poller_items() poller_type:0 256374:20250703:121338.315 End of zbx_dc_config_get_poller_items():0 256374:20250703:121338.315 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256374:20250703:121338.315 End of zbx_dc_config_get_poller_nextcheck():-1 256374:20250703:121338.315 End of get_values():0 256374:20250703:121338.315 zbx_setproctitle() title:'poller #1 [got 0 values in 0.000052 sec, idle 5 sec]' 256374:20250703:121338.315 In zbx_ipc_async_socket_recv() timeout:5 256375:20250703:121338.315 server #35 started [poller #2] 256375:20250703:121338.315 In zbx_tls_init_child() 256375:20250703:121338.315 OpenSSL library (version OpenSSL 3.0.2 15 Mar 2022) initialized 256376:20250703:121338.316 server #36 started [poller #3] 256376:20250703:121338.316 In zbx_tls_init_child() 256376:20250703:121338.316 OpenSSL library (version OpenSSL 3.0.2 15 Mar 2022) initialized 256376:20250703:121338.316 zbx_tls_init_child() PSK ciphersuites: TLS_CHACHA20_POLY1305_SHA256 TLS_AES_128_GCM_SHA256 ECDHE-PSK-AES128-CBC-SHA256 ECDHE-PSK-AES128-CBC-SHA PSK-AES128-GCM-SHA256 PSK-AES128-CCM8 PSK-AES128-CCM PSK-AES128-CBC-SHA256 PSK-AES128-CBC-SHA 256376:20250703:121338.316 End of zbx_tls_init_child() 256376:20250703:121338.316 zbx_setproctitle() title:'poller #3 started' 256376:20250703:121338.316 In zbx_ipc_async_socket_open() 256376:20250703:121338.316 In zbx_ipc_socket_open() 256376:20250703:121338.316 End of zbx_ipc_socket_open():SUCCEED 256376:20250703:121338.316 End of zbx_ipc_async_socket_open():SUCCEED 256376:20250703:121338.316 In zbx_ipc_async_socket_send() 256376:20250703:121338.316 In zbx_ipc_client_send() clientid:0 256376:20250703:121338.316 End of zbx_ipc_client_send():SUCCEED 256376:20250703:121338.316 End of zbx_ipc_async_socket_send():SUCCEED 256376:20250703:121338.316 In zbx_ipc_async_socket_flush() timeout:4 256376:20250703:121338.316 End of zbx_ipc_async_socket_flush():0 256376:20250703:121338.316 zbx_setproctitle() title:'poller #3 [got 0 values in 0.000000 sec, getting values]' 256376:20250703:121338.316 In get_values() 256376:20250703:121338.316 In zbx_dc_config_get_poller_items() poller_type:0 256376:20250703:121338.316 End of zbx_dc_config_get_poller_items():0 256376:20250703:121338.316 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256376:20250703:121338.316 End of zbx_dc_config_get_poller_nextcheck():-1 256376:20250703:121338.316 End of get_values():0 256376:20250703:121338.316 zbx_setproctitle() title:'poller #3 [got 0 values in 0.000054 sec, idle 5 sec]' 256376:20250703:121338.316 In zbx_ipc_async_socket_recv() timeout:5 256354:20250703:121338.316 query without transaction detected 256354:20250703:121338.317 query [txnlev:0] [set escape_string_warning to off] 256355:20250703:121338.317 query without transaction detected 256355:20250703:121338.317 query [txnlev:0] [set escape_string_warning to off] 256356:20250703:121338.317 query without transaction detected 256356:20250703:121338.317 query [txnlev:0] [set escape_string_warning to off] 256352:20250703:121338.317 query without transaction detected 256352:20250703:121338.317 query [txnlev:0] [set escape_string_warning to off] 256401:20250703:121338.317 server #40 started [trapper #1] 256401:20250703:121338.317 In zbx_tls_init_child() 256401:20250703:121338.317 OpenSSL library (version OpenSSL 3.0.2 15 Mar 2022) initialized 256401:20250703:121338.317 zbx_tls_init_child() PSK ciphersuites: TLS_CHACHA20_POLY1305_SHA256 TLS_AES_128_GCM_SHA256 ECDHE-PSK-AES128-CBC-SHA256 ECDHE-PSK-AES128-CBC-SHA PSK-AES128-GCM-SHA256 PSK-AES128-CCM8 PSK-AES128-CCM PSK-AES128-CBC-SHA256 PSK-AES128-CBC-SHA 256401:20250703:121338.317 End of zbx_tls_init_child() 256401:20250703:121338.317 zbx_setproctitle() title:'trapper #1 [connecting to the database]' 256401:20250703:121338.318 In zbx_dbconn_open() options:0 256400:20250703:121338.318 server #39 started [unreachable poller #1] 256400:20250703:121338.318 In zbx_tls_init_child() 256400:20250703:121338.318 OpenSSL library (version OpenSSL 3.0.2 15 Mar 2022) initialized 256400:20250703:121338.318 zbx_tls_init_child() PSK ciphersuites: TLS_CHACHA20_POLY1305_SHA256 TLS_AES_128_GCM_SHA256 ECDHE-PSK-AES128-CBC-SHA256 ECDHE-PSK-AES128-CBC-SHA PSK-AES128-GCM-SHA256 PSK-AES128-CCM8 PSK-AES128-CCM PSK-AES128-CBC-SHA256 PSK-AES128-CBC-SHA 256400:20250703:121338.318 End of zbx_tls_init_child() 256400:20250703:121338.318 zbx_setproctitle() title:'unreachable poller #1 started' 256400:20250703:121338.318 In zbx_ipc_async_socket_open() 256400:20250703:121338.318 In zbx_ipc_socket_open() 256400:20250703:121338.318 End of zbx_ipc_socket_open():SUCCEED 256400:20250703:121338.318 End of zbx_ipc_async_socket_open():SUCCEED 256400:20250703:121338.318 In zbx_ipc_async_socket_send() 256400:20250703:121338.318 In zbx_ipc_client_send() clientid:0 256400:20250703:121338.318 End of zbx_ipc_client_send():SUCCEED 256400:20250703:121338.318 End of zbx_ipc_async_socket_send():SUCCEED 256400:20250703:121338.318 In zbx_ipc_async_socket_flush() timeout:4 256400:20250703:121338.318 End of zbx_ipc_async_socket_flush():0 256400:20250703:121338.318 zbx_setproctitle() title:'unreachable poller #1 [got 0 values in 0.000000 sec, getting values]' 256400:20250703:121338.318 In get_values() 256400:20250703:121338.318 In zbx_dc_config_get_poller_items() poller_type:1 256400:20250703:121338.318 End of zbx_dc_config_get_poller_items():0 256400:20250703:121338.318 In zbx_dc_config_get_poller_nextcheck() poller_type:1 256400:20250703:121338.318 End of zbx_dc_config_get_poller_nextcheck():-1 256400:20250703:121338.318 End of get_values():0 256400:20250703:121338.318 zbx_setproctitle() title:'unreachable poller #1 [got 0 values in 0.000053 sec, idle 5 sec]' 256400:20250703:121338.318 In zbx_ipc_async_socket_recv() timeout:5 256402:20250703:121338.319 server #41 started [trapper #2] 256402:20250703:121338.319 In zbx_tls_init_child() 256402:20250703:121338.319 OpenSSL library (version OpenSSL 3.0.2 15 Mar 2022) initialized 256402:20250703:121338.319 zbx_tls_init_child() PSK ciphersuites: TLS_CHACHA20_POLY1305_SHA256 TLS_AES_128_GCM_SHA256 ECDHE-PSK-AES128-CBC-SHA256 ECDHE-PSK-AES128-CBC-SHA PSK-AES128-GCM-SHA256 PSK-AES128-CCM8 PSK-AES128-CCM PSK-AES128-CBC-SHA256 PSK-AES128-CBC-SHA 256402:20250703:121338.319 End of zbx_tls_init_child() 256402:20250703:121338.319 zbx_setproctitle() title:'trapper #2 [connecting to the database]' 256402:20250703:121338.319 In zbx_dbconn_open() options:0 256399:20250703:121338.319 server #38 started [poller #5] 256399:20250703:121338.319 In zbx_tls_init_child() 256399:20250703:121338.319 OpenSSL library (version OpenSSL 3.0.2 15 Mar 2022) initialized 256399:20250703:121338.320 zbx_tls_init_child() PSK ciphersuites: TLS_CHACHA20_POLY1305_SHA256 TLS_AES_128_GCM_SHA256 ECDHE-PSK-AES128-CBC-SHA256 ECDHE-PSK-AES128-CBC-SHA PSK-AES128-GCM-SHA256 PSK-AES128-CCM8 PSK-AES128-CCM PSK-AES128-CBC-SHA256 PSK-AES128-CBC-SHA 256399:20250703:121338.320 End of zbx_tls_init_child() 256399:20250703:121338.320 zbx_setproctitle() title:'poller #5 started' 256399:20250703:121338.320 In zbx_ipc_async_socket_open() 256399:20250703:121338.320 In zbx_ipc_socket_open() 256399:20250703:121338.320 End of zbx_ipc_socket_open():SUCCEED 256399:20250703:121338.320 End of zbx_ipc_async_socket_open():SUCCEED 256399:20250703:121338.320 In zbx_ipc_async_socket_send() 256399:20250703:121338.320 In zbx_ipc_client_send() clientid:0 256399:20250703:121338.320 End of zbx_ipc_client_send():SUCCEED 256399:20250703:121338.320 End of zbx_ipc_async_socket_send():SUCCEED 256399:20250703:121338.320 In zbx_ipc_async_socket_flush() timeout:4 256399:20250703:121338.320 End of zbx_ipc_async_socket_flush():0 256399:20250703:121338.320 zbx_setproctitle() title:'poller #5 [got 0 values in 0.000000 sec, getting values]' 256399:20250703:121338.320 In get_values() 256399:20250703:121338.320 In zbx_dc_config_get_poller_items() poller_type:0 256399:20250703:121338.320 End of zbx_dc_config_get_poller_items():0 256399:20250703:121338.320 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256399:20250703:121338.320 End of zbx_dc_config_get_poller_nextcheck():-1 256399:20250703:121338.320 End of get_values():0 256399:20250703:121338.320 zbx_setproctitle() title:'poller #5 [got 0 values in 0.000051 sec, idle 5 sec]' 256399:20250703:121338.320 In zbx_ipc_async_socket_recv() timeout:5 256403:20250703:121338.320 server #42 started [trapper #3] 256403:20250703:121338.320 In zbx_tls_init_child() 256403:20250703:121338.320 OpenSSL library (version OpenSSL 3.0.2 15 Mar 2022) initialized 256353:20250703:121338.320 query without transaction detected 256353:20250703:121338.320 query [txnlev:0] [set escape_string_warning to off] 256353:20250703:121338.321 query without transaction detected 256353:20250703:121338.321 query [txnlev:0] [set extra_float_digits to 3] 256353:20250703:121338.321 query [txnlev:0] [show standard_conforming_strings] 256353:20250703:121338.321 query [txnlev:0] [show default_transaction_read_only] 256353:20250703:121338.321 query without transaction detected 256353:20250703:121338.321 query [txnlev:0] [set bytea_output=escape] 256353:20250703:121338.321 End of zbx_dbconn_open():0 256353:20250703:121338.321 query without transaction detected 256353:20250703:121338.321 query [txnlev:0] [delete from trigger_queue] 256353:20250703:121338.321 In zbx_ipc_async_socket_open() 256353:20250703:121338.321 In zbx_ipc_socket_open() 256353:20250703:121338.321 End of zbx_ipc_socket_open():SUCCEED 256353:20250703:121338.321 End of zbx_ipc_async_socket_open():SUCCEED 256353:20250703:121338.321 In zbx_ipc_async_socket_send() 256353:20250703:121338.321 In zbx_ipc_client_send() clientid:0 256353:20250703:121338.321 End of zbx_ipc_client_send():SUCCEED 256353:20250703:121338.321 End of zbx_ipc_async_socket_send():SUCCEED 256353:20250703:121338.321 In zbx_ipc_async_socket_flush() timeout:4 256353:20250703:121338.321 End of zbx_ipc_async_socket_flush():0 256353:20250703:121338.321 zbx_setproctitle() title:'history syncer #1 [started, syncing history]' 256353:20250703:121338.321 In zbx_sync_history_cache() history_num:0 256353:20250703:121338.321 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000036 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121338.321 In zbx_ipc_async_socket_recv() timeout:1 256404:20250703:121338.322 server #43 started [trapper #4] 256404:20250703:121338.322 In zbx_tls_init_child() 256404:20250703:121338.322 OpenSSL library (version OpenSSL 3.0.2 15 Mar 2022) initialized 256375:20250703:121338.322 zbx_tls_init_child() PSK ciphersuites: TLS_CHACHA20_POLY1305_SHA256 TLS_AES_128_GCM_SHA256 ECDHE-PSK-AES128-CBC-SHA256 ECDHE-PSK-AES128-CBC-SHA PSK-AES128-GCM-SHA256 PSK-AES128-CCM8 PSK-AES128-CCM PSK-AES128-CBC-SHA256 PSK-AES128-CBC-SHA 256375:20250703:121338.322 End of zbx_tls_init_child() 256375:20250703:121338.322 zbx_setproctitle() title:'poller #2 started' 256375:20250703:121338.322 In zbx_ipc_async_socket_open() 256375:20250703:121338.322 In zbx_ipc_socket_open() 256375:20250703:121338.322 End of zbx_ipc_socket_open():SUCCEED 256375:20250703:121338.322 End of zbx_ipc_async_socket_open():SUCCEED 256375:20250703:121338.322 In zbx_ipc_async_socket_send() 256375:20250703:121338.322 In zbx_ipc_client_send() clientid:0 256375:20250703:121338.322 End of zbx_ipc_client_send():SUCCEED 256375:20250703:121338.322 End of zbx_ipc_async_socket_send():SUCCEED 256375:20250703:121338.322 In zbx_ipc_async_socket_flush() timeout:4 256375:20250703:121338.322 End of zbx_ipc_async_socket_flush():0 256375:20250703:121338.322 zbx_setproctitle() title:'poller #2 [got 0 values in 0.000000 sec, getting values]' 256375:20250703:121338.322 In get_values() 256375:20250703:121338.322 In zbx_dc_config_get_poller_items() poller_type:0 256375:20250703:121338.322 End of zbx_dc_config_get_poller_items():0 256375:20250703:121338.322 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256375:20250703:121338.322 End of zbx_dc_config_get_poller_nextcheck():-1 256375:20250703:121338.322 End of get_values():0 256375:20250703:121338.322 zbx_setproctitle() title:'poller #2 [got 0 values in 0.000056 sec, idle 5 sec]' 256375:20250703:121338.322 In zbx_ipc_async_socket_recv() timeout:5 256404:20250703:121338.322 zbx_tls_init_child() PSK ciphersuites: TLS_CHACHA20_POLY1305_SHA256 TLS_AES_128_GCM_SHA256 ECDHE-PSK-AES128-CBC-SHA256 ECDHE-PSK-AES128-CBC-SHA PSK-AES128-GCM-SHA256 PSK-AES128-CCM8 PSK-AES128-CCM PSK-AES128-CBC-SHA256 PSK-AES128-CBC-SHA 256404:20250703:121338.322 End of zbx_tls_init_child() 256404:20250703:121338.322 zbx_setproctitle() title:'trapper #4 [connecting to the database]' 256404:20250703:121338.322 In zbx_dbconn_open() options:0 256356:20250703:121338.322 query without transaction detected 256356:20250703:121338.322 query [txnlev:0] [set extra_float_digits to 3] 256355:20250703:121338.323 query without transaction detected 256355:20250703:121338.323 query [txnlev:0] [set extra_float_digits to 3] 256352:20250703:121338.323 query without transaction detected 256352:20250703:121338.323 query [txnlev:0] [set extra_float_digits to 3] 256405:20250703:121338.323 server #44 started [trapper #5] 256405:20250703:121338.323 In zbx_tls_init_child() 256405:20250703:121338.323 OpenSSL library (version OpenSSL 3.0.2 15 Mar 2022) initialized 256405:20250703:121338.324 zbx_tls_init_child() PSK ciphersuites: TLS_CHACHA20_POLY1305_SHA256 TLS_AES_128_GCM_SHA256 ECDHE-PSK-AES128-CBC-SHA256 ECDHE-PSK-AES128-CBC-SHA PSK-AES128-GCM-SHA256 PSK-AES128-CCM8 PSK-AES128-CCM PSK-AES128-CBC-SHA256 PSK-AES128-CBC-SHA 256405:20250703:121338.324 End of zbx_tls_init_child() 256405:20250703:121338.324 zbx_setproctitle() title:'trapper #5 [connecting to the database]' 256405:20250703:121338.324 In zbx_dbconn_open() options:0 256406:20250703:121338.324 server #45 started [icmp pinger #1] 256406:20250703:121338.324 zbx_setproctitle() title:'icmp pinger #1 [starting]' 256406:20250703:121338.325 zbx_setproctitle() title:'icmp pinger #1 [getting values]' 256406:20250703:121338.325 In get_pinger_hosts() 256406:20250703:121338.325 In zbx_dc_config_get_poller_items() poller_type:3 256406:20250703:121338.325 End of zbx_dc_config_get_poller_items():0 256406:20250703:121338.325 End of get_pinger_hosts():0 256406:20250703:121338.325 In process_pinger_hosts() 256406:20250703:121338.325 End of process_pinger_hosts() 256406:20250703:121338.325 In zbx_dc_config_get_poller_nextcheck() poller_type:3 256406:20250703:121338.325 End of zbx_dc_config_get_poller_nextcheck():-1 256406:20250703:121338.325 zbx_setproctitle() title:'icmp pinger #1 [got 0 values in 0.000128 sec, idle 5 sec]' 256407:20250703:121338.325 server #46 started [alert syncer #1] 256407:20250703:121338.325 In zbx_ipc_async_socket_open() 256407:20250703:121338.325 In zbx_ipc_socket_open() 256407:20250703:121338.325 End of zbx_ipc_socket_open():SUCCEED 256407:20250703:121338.325 End of zbx_ipc_async_socket_open():SUCCEED 256407:20250703:121338.325 zbx_setproctitle() title:'alert syncer [connecting to the database]' 256407:20250703:121338.325 In zbx_dbconn_open() options:0 256408:20250703:121338.325 server #47 started [history poller #1] 256408:20250703:121338.326 In zbx_tls_init_child() 256408:20250703:121338.326 OpenSSL library (version OpenSSL 3.0.2 15 Mar 2022) initialized 256408:20250703:121338.326 zbx_tls_init_child() PSK ciphersuites: TLS_CHACHA20_POLY1305_SHA256 TLS_AES_128_GCM_SHA256 ECDHE-PSK-AES128-CBC-SHA256 ECDHE-PSK-AES128-CBC-SHA PSK-AES128-GCM-SHA256 PSK-AES128-CCM8 PSK-AES128-CCM PSK-AES128-CBC-SHA256 PSK-AES128-CBC-SHA 256408:20250703:121338.326 End of zbx_tls_init_child() 256408:20250703:121338.326 zbx_setproctitle() title:'history poller #1 [connecting to the database]' 256408:20250703:121338.326 In zbx_dbconn_open() options:0 256409:20250703:121338.326 server #48 started [history poller #2] 256409:20250703:121338.326 In zbx_tls_init_child() 256409:20250703:121338.326 OpenSSL library (version OpenSSL 3.0.2 15 Mar 2022) initialized 256409:20250703:121338.327 zbx_tls_init_child() PSK ciphersuites: TLS_CHACHA20_POLY1305_SHA256 TLS_AES_128_GCM_SHA256 ECDHE-PSK-AES128-CBC-SHA256 ECDHE-PSK-AES128-CBC-SHA PSK-AES128-GCM-SHA256 PSK-AES128-CCM8 PSK-AES128-CCM PSK-AES128-CBC-SHA256 PSK-AES128-CBC-SHA 256409:20250703:121338.327 End of zbx_tls_init_child() 256409:20250703:121338.327 zbx_setproctitle() title:'history poller #2 [connecting to the database]' 256409:20250703:121338.327 In zbx_dbconn_open() options:0 256410:20250703:121338.327 server #49 started [history poller #3] 256410:20250703:121338.327 In zbx_tls_init_child() 256410:20250703:121338.327 OpenSSL library (version OpenSSL 3.0.2 15 Mar 2022) initialized 256410:20250703:121338.327 zbx_tls_init_child() PSK ciphersuites: TLS_CHACHA20_POLY1305_SHA256 TLS_AES_128_GCM_SHA256 ECDHE-PSK-AES128-CBC-SHA256 ECDHE-PSK-AES128-CBC-SHA PSK-AES128-GCM-SHA256 PSK-AES128-CCM8 PSK-AES128-CCM PSK-AES128-CBC-SHA256 PSK-AES128-CBC-SHA 256410:20250703:121338.327 End of zbx_tls_init_child() 256410:20250703:121338.327 zbx_setproctitle() title:'history poller #3 [connecting to the database]' 256410:20250703:121338.327 In zbx_dbconn_open() options:0 256371:20250703:121338.328 query without transaction detected 256371:20250703:121338.328 query [txnlev:0] [set escape_string_warning to off] 256365:20250703:121338.328 server #28 started [java poller #8] 256365:20250703:121338.328 In zbx_tls_init_child() 256365:20250703:121338.328 OpenSSL library (version OpenSSL 3.0.2 15 Mar 2022) initialized 256365:20250703:121338.328 zbx_tls_init_child() PSK ciphersuites: TLS_CHACHA20_POLY1305_SHA256 TLS_AES_128_GCM_SHA256 ECDHE-PSK-AES128-CBC-SHA256 ECDHE-PSK-AES128-CBC-SHA PSK-AES128-GCM-SHA256 PSK-AES128-CCM8 PSK-AES128-CCM PSK-AES128-CBC-SHA256 PSK-AES128-CBC-SHA 256365:20250703:121338.328 End of zbx_tls_init_child() 256365:20250703:121338.328 zbx_setproctitle() title:'java poller #8 started' 256365:20250703:121338.328 In zbx_ipc_async_socket_open() 256365:20250703:121338.328 In zbx_ipc_socket_open() 256365:20250703:121338.328 End of zbx_ipc_socket_open():SUCCEED 256365:20250703:121338.328 End of zbx_ipc_async_socket_open():SUCCEED 256365:20250703:121338.328 In zbx_ipc_async_socket_send() 256365:20250703:121338.328 In zbx_ipc_client_send() clientid:0 256365:20250703:121338.328 End of zbx_ipc_client_send():SUCCEED 256365:20250703:121338.328 End of zbx_ipc_async_socket_send():SUCCEED 256365:20250703:121338.328 In zbx_ipc_async_socket_flush() timeout:4 256365:20250703:121338.328 End of zbx_ipc_async_socket_flush():0 256365:20250703:121338.328 zbx_setproctitle() title:'java poller #8 [got 0 values in 0.000000 sec, getting values]' 256365:20250703:121338.328 In get_values() 256365:20250703:121338.329 In zbx_dc_config_get_poller_items() poller_type:4 256365:20250703:121338.329 End of zbx_dc_config_get_poller_items():0 256365:20250703:121338.329 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256365:20250703:121338.329 End of zbx_dc_config_get_poller_nextcheck():-1 256365:20250703:121338.329 End of get_values():0 256365:20250703:121338.329 zbx_setproctitle() title:'java poller #8 [got 0 values in 0.000067 sec, idle 5 sec]' 256365:20250703:121338.329 In zbx_ipc_async_socket_recv() timeout:5 256354:20250703:121338.329 query without transaction detected 256354:20250703:121338.329 query [txnlev:0] [set extra_float_digits to 3] 256356:20250703:121338.329 query [txnlev:0] [show standard_conforming_strings] 256352:20250703:121338.329 query [txnlev:0] [show standard_conforming_strings] 256411:20250703:121338.329 server #50 started [history poller #4] 256411:20250703:121338.329 In zbx_tls_init_child() 256411:20250703:121338.329 OpenSSL library (version OpenSSL 3.0.2 15 Mar 2022) initialized 256411:20250703:121338.329 zbx_tls_init_child() PSK ciphersuites: TLS_CHACHA20_POLY1305_SHA256 TLS_AES_128_GCM_SHA256 ECDHE-PSK-AES128-CBC-SHA256 ECDHE-PSK-AES128-CBC-SHA PSK-AES128-GCM-SHA256 PSK-AES128-CCM8 PSK-AES128-CCM PSK-AES128-CBC-SHA256 PSK-AES128-CBC-SHA 256411:20250703:121338.329 End of zbx_tls_init_child() 256411:20250703:121338.329 zbx_setproctitle() title:'history poller #4 [connecting to the database]' 256411:20250703:121338.329 In zbx_dbconn_open() options:0 256354:20250703:121338.330 query [txnlev:0] [show standard_conforming_strings] 256356:20250703:121338.330 query [txnlev:0] [show default_transaction_read_only] 256352:20250703:121338.330 query [txnlev:0] [show default_transaction_read_only] 256355:20250703:121338.330 query [txnlev:0] [show standard_conforming_strings] 256403:20250703:121338.330 zbx_tls_init_child() PSK ciphersuites: TLS_CHACHA20_POLY1305_SHA256 TLS_AES_128_GCM_SHA256 ECDHE-PSK-AES128-CBC-SHA256 ECDHE-PSK-AES128-CBC-SHA PSK-AES128-GCM-SHA256 PSK-AES128-CCM8 PSK-AES128-CCM PSK-AES128-CBC-SHA256 PSK-AES128-CBC-SHA 256403:20250703:121338.330 End of zbx_tls_init_child() 256403:20250703:121338.330 zbx_setproctitle() title:'trapper #3 [connecting to the database]' 256403:20250703:121338.330 In zbx_dbconn_open() options:0 256352:20250703:121338.331 query without transaction detected 256352:20250703:121338.331 query [txnlev:0] [set bytea_output=escape] 256356:20250703:121338.331 query without transaction detected 256356:20250703:121338.331 query [txnlev:0] [set bytea_output=escape] 256354:20250703:121338.331 query [txnlev:0] [show default_transaction_read_only] 256355:20250703:121338.331 query [txnlev:0] [show default_transaction_read_only] 256412:20250703:121338.331 server #51 started [history poller #5] 256412:20250703:121338.331 In zbx_tls_init_child() 256412:20250703:121338.331 OpenSSL library (version OpenSSL 3.0.2 15 Mar 2022) initialized 256352:20250703:121338.333 End of zbx_dbconn_open():0 256352:20250703:121338.333 In zbx_ipc_service_start() service:discoverer 256352:20250703:121338.333 End of zbx_ipc_service_start():SUCCEED 256352:20250703:121338.333 for a discovery process with 5 workers, the user limit of 1024 file descriptors is insufficient. The maximum number of concurrent checks per worker has been reduced to 122 256356:20250703:121338.334 End of zbx_dbconn_open():0 256356:20250703:121338.334 In zbx_ipc_async_socket_open() 256356:20250703:121338.334 In zbx_ipc_socket_open() 256356:20250703:121338.334 End of zbx_ipc_socket_open():SUCCEED 256356:20250703:121338.334 End of zbx_ipc_async_socket_open():SUCCEED 256356:20250703:121338.334 In zbx_ipc_async_socket_send() 256356:20250703:121338.334 In zbx_ipc_client_send() clientid:0 256356:20250703:121338.334 End of zbx_ipc_client_send():SUCCEED 256356:20250703:121338.334 End of zbx_ipc_async_socket_send():SUCCEED 256356:20250703:121338.334 In zbx_ipc_async_socket_flush() timeout:4 256356:20250703:121338.334 End of zbx_ipc_async_socket_flush():0 256356:20250703:121338.334 zbx_setproctitle() title:'history syncer #4 [started, syncing history]' 256356:20250703:121338.334 In zbx_sync_history_cache() history_num:0 256356:20250703:121338.334 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000044 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121338.334 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121338.334 query without transaction detected 256354:20250703:121338.334 query [txnlev:0] [set bytea_output=escape] 256355:20250703:121338.334 query without transaction detected 256355:20250703:121338.334 query [txnlev:0] [set bytea_output=escape] 256354:20250703:121338.335 End of zbx_dbconn_open():0 256354:20250703:121338.335 In zbx_ipc_async_socket_open() 256354:20250703:121338.335 In zbx_ipc_socket_open() 256354:20250703:121338.335 End of zbx_ipc_socket_open():SUCCEED 256354:20250703:121338.335 End of zbx_ipc_async_socket_open():SUCCEED 256354:20250703:121338.335 In zbx_ipc_async_socket_send() 256354:20250703:121338.335 In zbx_ipc_client_send() clientid:0 256354:20250703:121338.335 End of zbx_ipc_client_send():SUCCEED 256354:20250703:121338.335 End of zbx_ipc_async_socket_send():SUCCEED 256354:20250703:121338.335 In zbx_ipc_async_socket_flush() timeout:4 256354:20250703:121338.335 End of zbx_ipc_async_socket_flush():0 256354:20250703:121338.335 zbx_setproctitle() title:'history syncer #2 [started, syncing history]' 256354:20250703:121338.335 In zbx_sync_history_cache() history_num:0 256354:20250703:121338.335 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000031 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121338.335 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121338.335 End of zbx_dbconn_open():0 256355:20250703:121338.335 In zbx_ipc_async_socket_open() 256355:20250703:121338.335 In zbx_ipc_socket_open() 256355:20250703:121338.335 End of zbx_ipc_socket_open():SUCCEED 256355:20250703:121338.335 End of zbx_ipc_async_socket_open():SUCCEED 256355:20250703:121338.335 In zbx_ipc_async_socket_send() 256355:20250703:121338.335 In zbx_ipc_client_send() clientid:0 256355:20250703:121338.335 End of zbx_ipc_client_send():SUCCEED 256355:20250703:121338.335 End of zbx_ipc_async_socket_send():SUCCEED 256355:20250703:121338.335 In zbx_ipc_async_socket_flush() timeout:4 256355:20250703:121338.335 End of zbx_ipc_async_socket_flush():0 256355:20250703:121338.335 zbx_setproctitle() title:'history syncer #3 [started, syncing history]' 256355:20250703:121338.335 In zbx_sync_history_cache() history_num:0 256355:20250703:121338.335 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000023 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121338.335 In zbx_ipc_async_socket_recv() timeout:1 256341:20250703:121338.336 End of zbx_ipc_socket_open():SUCCEED 256341:20250703:121338.336 In zbx_ipc_socket_write() 256341:20250703:121338.336 End of zbx_ipc_socket_write():SUCCEED 256341:20250703:121338.336 zbx_setproctitle() title:'alerter #2 started' 256341:20250703:121338.336 In zbx_ipc_socket_read() 256412:20250703:121338.337 zbx_tls_init_child() PSK ciphersuites: TLS_CHACHA20_POLY1305_SHA256 TLS_AES_128_GCM_SHA256 ECDHE-PSK-AES128-CBC-SHA256 ECDHE-PSK-AES128-CBC-SHA PSK-AES128-GCM-SHA256 PSK-AES128-CCM8 PSK-AES128-CCM PSK-AES128-CBC-SHA256 PSK-AES128-CBC-SHA 256412:20250703:121338.337 End of zbx_tls_init_child() 256412:20250703:121338.337 zbx_setproctitle() title:'history poller #5 [connecting to the database]' 256412:20250703:121338.337 In zbx_dbconn_open() options:0 256302:20250703:121338.337 In zbx_ha_get_status() 256302:20250703:121338.338 In zbx_ipc_async_socket_open() 256302:20250703:121338.338 In zbx_ipc_socket_open() 256312:20250703:121338.338 In ipc_service_accept() 256312:20250703:121338.338 In ipc_service_add_client() 256312:20250703:121338.338 End of ipc_service_add_client() clientid:3 256312:20250703:121338.338 End of ipc_service_accept() 256312:20250703:121338.338 End of zbx_ipc_service_recv():2 256312:20250703:121338.338 In zbx_ipc_service_recv() timeout:0.656 256398:20250703:121338.338 server #37 started [poller #4] 256398:20250703:121338.338 In zbx_tls_init_child() 256398:20250703:121338.338 OpenSSL library (version OpenSSL 3.0.2 15 Mar 2022) initialized 256398:20250703:121338.338 zbx_tls_init_child() PSK ciphersuites: TLS_CHACHA20_POLY1305_SHA256 TLS_AES_128_GCM_SHA256 ECDHE-PSK-AES128-CBC-SHA256 ECDHE-PSK-AES128-CBC-SHA PSK-AES128-GCM-SHA256 PSK-AES128-CCM8 PSK-AES128-CCM PSK-AES128-CBC-SHA256 PSK-AES128-CBC-SHA 256398:20250703:121338.338 End of zbx_tls_init_child() 256398:20250703:121338.338 zbx_setproctitle() title:'poller #4 started' 256398:20250703:121338.338 In zbx_ipc_async_socket_open() 256398:20250703:121338.338 In zbx_ipc_socket_open() 256398:20250703:121338.338 End of zbx_ipc_socket_open():SUCCEED 256398:20250703:121338.338 End of zbx_ipc_async_socket_open():SUCCEED 256398:20250703:121338.338 In zbx_ipc_async_socket_send() 256398:20250703:121338.338 In zbx_ipc_client_send() clientid:0 256398:20250703:121338.338 End of zbx_ipc_client_send():SUCCEED 256398:20250703:121338.338 End of zbx_ipc_async_socket_send():SUCCEED 256398:20250703:121338.338 In zbx_ipc_async_socket_flush() timeout:4 256398:20250703:121338.338 End of zbx_ipc_async_socket_flush():0 256398:20250703:121338.338 zbx_setproctitle() title:'poller #4 [got 0 values in 0.000000 sec, getting values]' 256398:20250703:121338.338 In get_values() 256398:20250703:121338.338 In zbx_dc_config_get_poller_items() poller_type:0 256398:20250703:121338.338 End of zbx_dc_config_get_poller_items():0 256398:20250703:121338.338 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256398:20250703:121338.338 End of zbx_dc_config_get_poller_nextcheck():-1 256398:20250703:121338.338 End of get_values():0 256398:20250703:121338.338 zbx_setproctitle() title:'poller #4 [got 0 values in 0.000059 sec, idle 5 sec]' 256398:20250703:121338.338 In zbx_ipc_async_socket_recv() timeout:5 256418:20250703:121338.339 server #57 started [snmp poller #1] 256418:20250703:121338.339 zbx_setproctitle() title:'snmp poller #1 started' 256418:20250703:121338.339 In zbx_ipc_async_socket_open() 256418:20250703:121338.339 In zbx_ipc_socket_open() 256418:20250703:121338.339 End of zbx_ipc_socket_open():SUCCEED 256418:20250703:121338.339 End of zbx_ipc_async_socket_open():SUCCEED 256418:20250703:121338.339 In zbx_ipc_async_socket_send() 256418:20250703:121338.339 In zbx_ipc_client_send() clientid:0 256418:20250703:121338.339 End of zbx_ipc_client_send():SUCCEED 256418:20250703:121338.339 End of zbx_ipc_async_socket_send():SUCCEED 256418:20250703:121338.339 In zbx_ipc_async_socket_flush() timeout:4 256418:20250703:121338.339 End of zbx_ipc_async_socket_flush():0 256418:20250703:121338.339 In async_poller_init() 256418:20250703:121338.339 In zbx_async_manager_create() workers:1 256373:20250703:121338.343 query without transaction detected 256373:20250703:121338.343 query [txnlev:0] [set escape_string_warning to off] 256352:20250703:121338.344 thread started [discovery worker #1] 256418:20250703:121338.344 thread started 256347:20250703:121338.345 End of zbx_ipc_socket_open():SUCCEED 256347:20250703:121338.345 In zbx_ipc_socket_write() 256347:20250703:121338.345 End of zbx_ipc_socket_write():SUCCEED 256347:20250703:121338.345 In zbx_dbconn_open() options:0 256344:20250703:121338.346 In ipc_service_accept() 256344:20250703:121338.346 In ipc_service_add_client() 256344:20250703:121338.346 End of ipc_service_add_client() clientid:5 256344:20250703:121338.346 End of ipc_service_accept() 256344:20250703:121338.346 End of zbx_ipc_service_recv():2 256344:20250703:121338.346 In zbx_ipc_service_recv() timeout:1.000 256344:20250703:121338.346 End of zbx_ipc_service_recv():1 256344:20250703:121338.346 In lld_register_worker() 256344:20250703:121338.346 End of lld_register_worker() 256344:20250703:121338.346 In zbx_ipc_service_recv() timeout:1.000 256346:20250703:121338.346 End of zbx_ipc_socket_open():SUCCEED 256346:20250703:121338.346 In zbx_ipc_socket_write() 256346:20250703:121338.346 End of zbx_ipc_socket_write():SUCCEED 256346:20250703:121338.346 In zbx_dbconn_open() options:0 256344:20250703:121338.346 In ipc_service_accept() 256344:20250703:121338.346 In ipc_service_add_client() 256344:20250703:121338.346 End of ipc_service_add_client() clientid:6 256344:20250703:121338.346 End of ipc_service_accept() 256344:20250703:121338.346 End of zbx_ipc_service_recv():2 256344:20250703:121338.346 In zbx_ipc_service_recv() timeout:1.000 256344:20250703:121338.346 End of zbx_ipc_service_recv():1 256344:20250703:121338.346 In lld_register_worker() 256344:20250703:121338.346 End of lld_register_worker() 256344:20250703:121338.346 In zbx_ipc_service_recv() timeout:1.000 256401:20250703:121338.349 query without transaction detected 256401:20250703:121338.349 query [txnlev:0] [set escape_string_warning to off] 256373:20250703:121338.349 query without transaction detected 256373:20250703:121338.349 query [txnlev:0] [set extra_float_digits to 3] 256420:20250703:121338.349 server #59 started [internal poller #1] 256420:20250703:121338.349 In zbx_tls_init_child() 256420:20250703:121338.350 OpenSSL library (version OpenSSL 3.0.2 15 Mar 2022) initialized 256420:20250703:121338.350 zbx_tls_init_child() PSK ciphersuites: TLS_CHACHA20_POLY1305_SHA256 TLS_AES_128_GCM_SHA256 ECDHE-PSK-AES128-CBC-SHA256 ECDHE-PSK-AES128-CBC-SHA PSK-AES128-GCM-SHA256 PSK-AES128-CCM8 PSK-AES128-CCM PSK-AES128-CBC-SHA256 PSK-AES128-CBC-SHA 256420:20250703:121338.350 End of zbx_tls_init_child() 256420:20250703:121338.350 zbx_setproctitle() title:'internal poller #1 started' 256420:20250703:121338.350 In zbx_ipc_async_socket_open() 256420:20250703:121338.350 In zbx_ipc_socket_open() 256420:20250703:121338.350 End of zbx_ipc_socket_open():SUCCEED 256420:20250703:121338.350 End of zbx_ipc_async_socket_open():SUCCEED 256420:20250703:121338.350 In zbx_ipc_async_socket_send() 256420:20250703:121338.350 In zbx_ipc_client_send() clientid:0 256420:20250703:121338.350 End of zbx_ipc_client_send():SUCCEED 256420:20250703:121338.350 End of zbx_ipc_async_socket_send():SUCCEED 256420:20250703:121338.350 In zbx_ipc_async_socket_flush() timeout:4 256420:20250703:121338.350 End of zbx_ipc_async_socket_flush():0 256420:20250703:121338.350 zbx_setproctitle() title:'internal poller #1 [got 0 values in 0.000000 sec, getting values]' 256420:20250703:121338.350 In get_values() 256420:20250703:121338.350 In zbx_dc_config_get_poller_items() poller_type:10 256420:20250703:121338.350 End of zbx_dc_config_get_poller_items():0 256420:20250703:121338.350 In zbx_dc_config_get_poller_nextcheck() poller_type:10 256420:20250703:121338.350 End of zbx_dc_config_get_poller_nextcheck():-1 256420:20250703:121338.350 End of get_values():0 256420:20250703:121338.350 zbx_setproctitle() title:'internal poller #1 [got 0 values in 0.000070 sec, idle 5 sec]' 256420:20250703:121338.350 In zbx_ipc_async_socket_recv() timeout:5 256417:20250703:121338.350 server #56 started [agent poller #1] 256417:20250703:121338.350 zbx_setproctitle() title:'agent poller #1 started' 256417:20250703:121338.350 In zbx_ipc_async_socket_open() 256417:20250703:121338.350 In zbx_ipc_socket_open() 256417:20250703:121338.350 End of zbx_ipc_socket_open():SUCCEED 256417:20250703:121338.350 End of zbx_ipc_async_socket_open():SUCCEED 256417:20250703:121338.350 In zbx_ipc_async_socket_send() 256417:20250703:121338.350 In zbx_ipc_client_send() clientid:0 256417:20250703:121338.350 End of zbx_ipc_client_send():SUCCEED 256417:20250703:121338.350 End of zbx_ipc_async_socket_send():SUCCEED 256417:20250703:121338.350 In zbx_ipc_async_socket_flush() timeout:4 256417:20250703:121338.350 End of zbx_ipc_async_socket_flush():0 256417:20250703:121338.350 In async_poller_init() 256417:20250703:121338.350 In zbx_async_manager_create() workers:1 256421:20250703:121338.351 zbx_setproctitle() title:'proxy group manager #1 starting' 256421:20250703:121338.351 server #60 started [proxy group manager #1] 256421:20250703:121338.351 In zbx_dbconn_open() options:0 256373:20250703:121338.351 query [txnlev:0] [show standard_conforming_strings] 256416:20250703:121338.351 server #55 started [http agent poller #1] 256416:20250703:121338.351 zbx_setproctitle() title:'http agent poller #1 started' 256416:20250703:121338.351 In zbx_ipc_async_socket_open() 256416:20250703:121338.351 In zbx_ipc_socket_open() 256416:20250703:121338.351 End of zbx_ipc_socket_open():SUCCEED 256416:20250703:121338.351 End of zbx_ipc_async_socket_open():SUCCEED 256416:20250703:121338.351 In zbx_ipc_async_socket_send() 256416:20250703:121338.351 In zbx_ipc_client_send() clientid:0 256416:20250703:121338.351 End of zbx_ipc_client_send():SUCCEED 256416:20250703:121338.351 End of zbx_ipc_async_socket_send():SUCCEED 256416:20250703:121338.351 In zbx_ipc_async_socket_flush() timeout:4 256416:20250703:121338.351 End of zbx_ipc_async_socket_flush():0 256416:20250703:121338.351 In async_poller_init() 256416:20250703:121338.351 In zbx_async_manager_create() workers:1 256302:20250703:121338.351 End of zbx_ipc_socket_open():SUCCEED 256302:20250703:121338.352 End of zbx_ipc_async_socket_open():SUCCEED 256302:20250703:121338.352 In zbx_ipc_async_socket_send() 256302:20250703:121338.355 In zbx_ipc_client_send() clientid:0 256312:20250703:121338.355 End of zbx_ipc_service_recv():1 256312:20250703:121338.355 In ha_send_status() ha_status:active info: 256312:20250703:121338.355 In zbx_ipc_client_send() clientid:3 256312:20250703:121338.355 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121338.355 End of ha_send_status():SYSINFO_SUCCEED 256312:20250703:121338.355 In zbx_ipc_service_recv() timeout:0.638 256302:20250703:121338.355 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121338.355 End of zbx_ipc_async_socket_send():SUCCEED 256302:20250703:121338.355 In zbx_ipc_async_socket_flush() timeout:10 256302:20250703:121338.355 End of zbx_ipc_async_socket_flush():0 256302:20250703:121338.355 In zbx_ipc_async_socket_recv() timeout:10 256302:20250703:121338.355 End of zbx_ipc_async_socket_recv():0 256302:20250703:121338.355 In zbx_ipc_async_socket_close() 256302:20250703:121338.355 In zbx_ipc_socket_close() 256312:20250703:121338.355 End of zbx_ipc_service_recv():1 256312:20250703:121338.355 In zbx_ipc_socket_close() 256312:20250703:121338.355 End of zbx_ipc_socket_close() 256312:20250703:121338.355 In zbx_ipc_service_recv() timeout:0.638 256415:20250703:121338.355 server #54 started [odbc poller #1] 256415:20250703:121338.356 In zbx_tls_init_child() 256415:20250703:121338.356 OpenSSL library (version OpenSSL 3.0.2 15 Mar 2022) initialized 256415:20250703:121338.356 zbx_tls_init_child() PSK ciphersuites: TLS_CHACHA20_POLY1305_SHA256 TLS_AES_128_GCM_SHA256 ECDHE-PSK-AES128-CBC-SHA256 ECDHE-PSK-AES128-CBC-SHA PSK-AES128-GCM-SHA256 PSK-AES128-CCM8 PSK-AES128-CCM PSK-AES128-CBC-SHA256 PSK-AES128-CBC-SHA 256415:20250703:121338.356 End of zbx_tls_init_child() 256415:20250703:121338.356 zbx_setproctitle() title:'odbc poller #1 started' 256415:20250703:121338.356 In zbx_ipc_async_socket_open() 256415:20250703:121338.356 In zbx_ipc_socket_open() 256415:20250703:121338.356 End of zbx_ipc_socket_open():SUCCEED 256415:20250703:121338.356 End of zbx_ipc_async_socket_open():SUCCEED 256415:20250703:121338.357 In zbx_ipc_async_socket_send() 256415:20250703:121338.357 In zbx_ipc_client_send() clientid:0 256415:20250703:121338.357 End of zbx_ipc_client_send():SUCCEED 256415:20250703:121338.357 End of zbx_ipc_async_socket_send():SUCCEED 256415:20250703:121338.357 In zbx_ipc_async_socket_flush() timeout:4 256415:20250703:121338.357 End of zbx_ipc_async_socket_flush():0 256415:20250703:121338.357 zbx_setproctitle() title:'odbc poller #1 [got 0 values in 0.000000 sec, getting values]' 256415:20250703:121338.357 In get_values() 256415:20250703:121338.357 In zbx_dc_config_get_poller_items() poller_type:6 256415:20250703:121338.357 End of zbx_dc_config_get_poller_items():0 256415:20250703:121338.357 In zbx_dc_config_get_poller_nextcheck() poller_type:6 256415:20250703:121338.357 End of zbx_dc_config_get_poller_nextcheck():-1 256415:20250703:121338.357 End of get_values():0 256415:20250703:121338.357 zbx_setproctitle() title:'odbc poller #1 [got 0 values in 0.000149 sec, idle 5 sec]' 256415:20250703:121338.357 In zbx_ipc_async_socket_recv() timeout:5 256373:20250703:121338.358 query [txnlev:0] [show default_transaction_read_only] 256373:20250703:121338.358 query without transaction detected 256373:20250703:121338.358 query [txnlev:0] [set bytea_output=escape] 256373:20250703:121338.359 End of zbx_dbconn_open():0 256373:20250703:121338.359 zbx_setproctitle() title:'task manager [started, idle 2 sec]' 256373:20250703:121338.359 In zbx_ipc_async_socket_open() 256373:20250703:121338.359 In zbx_ipc_socket_open() 256373:20250703:121338.359 End of zbx_ipc_socket_open():SUCCEED 256373:20250703:121338.359 End of zbx_ipc_async_socket_open():SUCCEED 256373:20250703:121338.359 In zbx_ipc_async_socket_send() 256373:20250703:121338.359 In zbx_ipc_client_send() clientid:0 256373:20250703:121338.359 End of zbx_ipc_client_send():SUCCEED 256373:20250703:121338.359 End of zbx_ipc_async_socket_send():SUCCEED 256373:20250703:121338.359 In zbx_ipc_async_socket_flush() timeout:4 256373:20250703:121338.359 End of zbx_ipc_async_socket_flush():0 256373:20250703:121338.359 In zbx_ipc_async_socket_recv() timeout:2 256417:20250703:121338.359 thread started 256401:20250703:121338.361 query without transaction detected 256401:20250703:121338.361 query [txnlev:0] [set extra_float_digits to 3] 256402:20250703:121338.361 query without transaction detected 256402:20250703:121338.361 query [txnlev:0] [set escape_string_warning to off] 256403:20250703:121338.361 query without transaction detected 256403:20250703:121338.361 query [txnlev:0] [set escape_string_warning to off] 256409:20250703:121338.361 query without transaction detected 256409:20250703:121338.361 query [txnlev:0] [set escape_string_warning to off] 256403:20250703:121338.366 query without transaction detected 256403:20250703:121338.366 query [txnlev:0] [set extra_float_digits to 3] 256402:20250703:121338.366 query without transaction detected 256402:20250703:121338.366 query [txnlev:0] [set extra_float_digits to 3] 256401:20250703:121338.366 query [txnlev:0] [show standard_conforming_strings] 256409:20250703:121338.366 query without transaction detected 256409:20250703:121338.366 query [txnlev:0] [set extra_float_digits to 3] 256402:20250703:121338.366 query [txnlev:0] [show standard_conforming_strings] 256401:20250703:121338.367 query [txnlev:0] [show default_transaction_read_only] 256302:20250703:121338.367 End of zbx_ipc_socket_close() 256302:20250703:121338.367 End of zbx_ipc_async_socket_close() 256302:20250703:121338.367 End of zbx_ha_get_status():SUCCEED 256302:20250703:121338.367 In zbx_ha_dispatch_message() 256302:20250703:121338.367 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121338.367 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.367 In ipc_service_accept() 256302:20250703:121338.367 In ipc_service_add_client() 256302:20250703:121338.367 End of ipc_service_add_client() clientid:5 256302:20250703:121338.367 End of ipc_service_accept() 256302:20250703:121338.367 End of zbx_ipc_service_recv():2 256302:20250703:121338.367 In zbx_ha_dispatch_message() 256302:20250703:121338.367 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121338.367 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.367 In ipc_service_accept() 256302:20250703:121338.367 In ipc_service_add_client() 256302:20250703:121338.367 End of ipc_service_add_client() clientid:6 256302:20250703:121338.367 End of ipc_service_accept() 256302:20250703:121338.367 End of zbx_ipc_service_recv():1 256302:20250703:121338.367 In zbx_rtc_dispatch() code:100 size:13 256302:20250703:121338.367 End of zbx_rtc_dispatch() 256302:20250703:121338.367 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.367 In ipc_service_accept() 256302:20250703:121338.367 In ipc_service_add_client() 256302:20250703:121338.367 End of ipc_service_add_client() clientid:7 256302:20250703:121338.367 End of ipc_service_accept() 256302:20250703:121338.367 End of zbx_ipc_service_recv():1 256302:20250703:121338.367 In zbx_rtc_dispatch() code:100 size:13 256302:20250703:121338.367 End of zbx_rtc_dispatch() 256302:20250703:121338.367 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.367 In ipc_service_accept() 256302:20250703:121338.367 In ipc_service_add_client() 256302:20250703:121338.367 End of ipc_service_add_client() clientid:8 256302:20250703:121338.367 End of ipc_service_accept() 256302:20250703:121338.367 End of zbx_ipc_service_recv():1 256302:20250703:121338.367 In zbx_rtc_dispatch() code:100 size:13 256302:20250703:121338.367 End of zbx_rtc_dispatch() 256302:20250703:121338.367 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.367 In ipc_service_accept() 256302:20250703:121338.367 In ipc_service_add_client() 256302:20250703:121338.367 End of ipc_service_add_client() clientid:9 256302:20250703:121338.367 End of ipc_service_accept() 256302:20250703:121338.367 End of zbx_ipc_service_recv():1 256302:20250703:121338.367 In zbx_rtc_dispatch() code:100 size:13 256302:20250703:121338.367 End of zbx_rtc_dispatch() 256302:20250703:121338.367 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.367 In ipc_service_accept() 256302:20250703:121338.367 In ipc_service_add_client() 256302:20250703:121338.367 End of ipc_service_add_client() clientid:10 256302:20250703:121338.367 End of ipc_service_accept() 256302:20250703:121338.367 End of zbx_ipc_service_recv():1 256302:20250703:121338.367 In zbx_rtc_dispatch() code:100 size:13 256302:20250703:121338.367 End of zbx_rtc_dispatch() 256302:20250703:121338.367 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.367 In ipc_service_accept() 256302:20250703:121338.367 In ipc_service_add_client() 256302:20250703:121338.367 End of ipc_service_add_client() clientid:11 256302:20250703:121338.367 End of ipc_service_accept() 256302:20250703:121338.367 End of zbx_ipc_service_recv():1 256302:20250703:121338.367 In zbx_rtc_dispatch() code:100 size:13 256302:20250703:121338.367 End of zbx_rtc_dispatch() 256302:20250703:121338.367 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.367 In ipc_service_accept() 256302:20250703:121338.367 In ipc_service_add_client() 256302:20250703:121338.367 End of ipc_service_add_client() clientid:12 256302:20250703:121338.367 End of ipc_service_accept() 256302:20250703:121338.367 End of zbx_ipc_service_recv():1 256302:20250703:121338.367 In zbx_rtc_dispatch() code:100 size:13 256302:20250703:121338.367 End of zbx_rtc_dispatch() 256302:20250703:121338.367 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.367 In ipc_service_accept() 256302:20250703:121338.367 In ipc_service_add_client() 256302:20250703:121338.367 End of ipc_service_add_client() clientid:13 256302:20250703:121338.367 End of ipc_service_accept() 256302:20250703:121338.367 End of zbx_ipc_service_recv():1 256302:20250703:121338.367 In zbx_rtc_dispatch() code:100 size:13 256302:20250703:121338.367 End of zbx_rtc_dispatch() 256302:20250703:121338.367 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.367 In ipc_service_accept() 256302:20250703:121338.367 In ipc_service_add_client() 256302:20250703:121338.367 End of ipc_service_add_client() clientid:14 256302:20250703:121338.367 End of ipc_service_accept() 256302:20250703:121338.367 End of zbx_ipc_service_recv():2 256302:20250703:121338.367 In zbx_ha_dispatch_message() 256302:20250703:121338.367 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121338.367 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.367 In ipc_service_accept() 256302:20250703:121338.367 In ipc_service_add_client() 256302:20250703:121338.367 End of ipc_service_add_client() clientid:15 256302:20250703:121338.367 End of ipc_service_accept() 256302:20250703:121338.367 End of zbx_ipc_service_recv():1 256302:20250703:121338.367 In zbx_rtc_dispatch() code:100 size:13 256302:20250703:121338.367 End of zbx_rtc_dispatch() 256302:20250703:121338.367 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.367 In ipc_service_accept() 256302:20250703:121338.367 In ipc_service_add_client() 256302:20250703:121338.367 End of ipc_service_add_client() clientid:16 256302:20250703:121338.367 End of ipc_service_accept() 256302:20250703:121338.367 End of zbx_ipc_service_recv():1 256302:20250703:121338.367 In zbx_rtc_dispatch() code:100 size:13 256302:20250703:121338.367 End of zbx_rtc_dispatch() 256302:20250703:121338.367 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.367 In ipc_service_accept() 256302:20250703:121338.367 In ipc_service_add_client() 256302:20250703:121338.367 End of ipc_service_add_client() clientid:17 256302:20250703:121338.367 End of ipc_service_accept() 256302:20250703:121338.367 End of zbx_ipc_service_recv():1 256302:20250703:121338.367 In zbx_rtc_dispatch() code:100 size:13 256302:20250703:121338.367 End of zbx_rtc_dispatch() 256302:20250703:121338.367 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.367 In ipc_service_accept() 256302:20250703:121338.367 In ipc_service_add_client() 256302:20250703:121338.367 End of ipc_service_add_client() clientid:18 256302:20250703:121338.367 End of ipc_service_accept() 256302:20250703:121338.367 End of zbx_ipc_service_recv():1 256302:20250703:121338.367 In zbx_rtc_dispatch() code:100 size:13 256302:20250703:121338.367 End of zbx_rtc_dispatch() 256302:20250703:121338.367 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.367 In ipc_service_accept() 256302:20250703:121338.367 In ipc_service_add_client() 256302:20250703:121338.367 End of ipc_service_add_client() clientid:19 256302:20250703:121338.367 End of ipc_service_accept() 256302:20250703:121338.367 End of zbx_ipc_service_recv():1 256302:20250703:121338.367 In zbx_rtc_dispatch() code:100 size:13 256302:20250703:121338.368 End of zbx_rtc_dispatch() 256302:20250703:121338.368 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.368 In ipc_service_accept() 256302:20250703:121338.368 In ipc_service_add_client() 256302:20250703:121338.368 End of ipc_service_add_client() clientid:20 256302:20250703:121338.368 End of ipc_service_accept() 256302:20250703:121338.368 End of zbx_ipc_service_recv():1 256302:20250703:121338.368 In zbx_rtc_dispatch() code:100 size:13 256302:20250703:121338.368 End of zbx_rtc_dispatch() 256302:20250703:121338.368 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.368 In ipc_service_accept() 256302:20250703:121338.368 In ipc_service_add_client() 256302:20250703:121338.368 End of ipc_service_add_client() clientid:21 256302:20250703:121338.368 End of ipc_service_accept() 256302:20250703:121338.368 End of zbx_ipc_service_recv():1 256302:20250703:121338.368 In zbx_rtc_dispatch() code:100 size:13 256302:20250703:121338.368 End of zbx_rtc_dispatch() 256302:20250703:121338.368 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.368 In ipc_service_accept() 256302:20250703:121338.368 In ipc_service_add_client() 256302:20250703:121338.368 End of ipc_service_add_client() clientid:22 256302:20250703:121338.368 End of ipc_service_accept() 256302:20250703:121338.368 End of zbx_ipc_service_recv():1 256302:20250703:121338.368 In zbx_rtc_dispatch() code:100 size:13 256302:20250703:121338.368 End of zbx_rtc_dispatch() 256302:20250703:121338.368 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.368 In ipc_service_accept() 256302:20250703:121338.368 In ipc_service_add_client() 256302:20250703:121338.368 End of ipc_service_add_client() clientid:23 256302:20250703:121338.368 End of ipc_service_accept() 256302:20250703:121338.368 End of zbx_ipc_service_recv():1 256302:20250703:121338.368 In zbx_rtc_dispatch() code:100 size:13 256302:20250703:121338.368 End of zbx_rtc_dispatch() 256302:20250703:121338.368 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.368 In ipc_service_accept() 256302:20250703:121338.368 In ipc_service_add_client() 256302:20250703:121338.368 End of ipc_service_add_client() clientid:24 256302:20250703:121338.368 End of ipc_service_accept() 256302:20250703:121338.368 End of zbx_ipc_service_recv():1 256302:20250703:121338.368 In zbx_rtc_dispatch() code:100 size:13 256302:20250703:121338.368 End of zbx_rtc_dispatch() 256302:20250703:121338.368 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.368 In ipc_service_accept() 256302:20250703:121338.368 In ipc_service_add_client() 256302:20250703:121338.368 End of ipc_service_add_client() clientid:25 256302:20250703:121338.368 End of ipc_service_accept() 256302:20250703:121338.368 End of zbx_ipc_service_recv():1 256302:20250703:121338.368 In zbx_rtc_dispatch() code:100 size:13 256302:20250703:121338.368 End of zbx_rtc_dispatch() 256302:20250703:121338.368 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.368 In ipc_service_accept() 256302:20250703:121338.368 In ipc_service_add_client() 256302:20250703:121338.368 End of ipc_service_add_client() clientid:26 256302:20250703:121338.368 End of ipc_service_accept() 256302:20250703:121338.368 End of zbx_ipc_service_recv():1 256302:20250703:121338.368 In zbx_rtc_dispatch() code:100 size:13 256302:20250703:121338.368 End of zbx_rtc_dispatch() 256302:20250703:121338.368 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.368 In ipc_service_accept() 256302:20250703:121338.368 In ipc_service_add_client() 256302:20250703:121338.368 End of ipc_service_add_client() clientid:27 256302:20250703:121338.368 End of ipc_service_accept() 256302:20250703:121338.368 End of zbx_ipc_service_recv():1 256302:20250703:121338.368 In zbx_rtc_dispatch() code:100 size:13 256302:20250703:121338.368 End of zbx_rtc_dispatch() 256302:20250703:121338.368 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.368 In ipc_service_accept() 256302:20250703:121338.368 In ipc_service_add_client() 256302:20250703:121338.368 End of ipc_service_add_client() clientid:28 256302:20250703:121338.368 End of ipc_service_accept() 256302:20250703:121338.368 End of zbx_ipc_service_recv():1 256302:20250703:121338.368 In zbx_rtc_dispatch() code:100 size:13 256302:20250703:121338.368 End of zbx_rtc_dispatch() 256302:20250703:121338.368 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.368 In ipc_service_accept() 256302:20250703:121338.368 In ipc_service_add_client() 256302:20250703:121338.368 End of ipc_service_add_client() clientid:29 256302:20250703:121338.368 End of ipc_service_accept() 256302:20250703:121338.368 End of zbx_ipc_service_recv():1 256302:20250703:121338.368 In zbx_rtc_dispatch() code:100 size:13 256302:20250703:121338.368 End of zbx_rtc_dispatch() 256302:20250703:121338.368 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.368 In ipc_service_accept() 256302:20250703:121338.368 In ipc_service_add_client() 256302:20250703:121338.368 End of ipc_service_add_client() clientid:30 256302:20250703:121338.368 End of ipc_service_accept() 256302:20250703:121338.368 End of zbx_ipc_service_recv():1 256302:20250703:121338.368 In zbx_rtc_dispatch() code:100 size:9 256302:20250703:121338.368 End of zbx_rtc_dispatch() 256302:20250703:121338.368 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.368 In ipc_service_accept() 256302:20250703:121338.368 In ipc_service_add_client() 256302:20250703:121338.368 End of ipc_service_add_client() clientid:31 256302:20250703:121338.368 End of ipc_service_accept() 256302:20250703:121338.368 End of zbx_ipc_service_recv():1 256302:20250703:121338.368 In zbx_rtc_dispatch() code:100 size:9 256302:20250703:121338.368 End of zbx_rtc_dispatch() 256302:20250703:121338.368 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.368 In ipc_service_accept() 256302:20250703:121338.368 In ipc_service_add_client() 256302:20250703:121338.368 End of ipc_service_add_client() clientid:32 256302:20250703:121338.368 End of ipc_service_accept() 256302:20250703:121338.368 End of zbx_ipc_service_recv():1 256302:20250703:121338.368 In zbx_rtc_dispatch() code:100 size:13 256302:20250703:121338.368 End of zbx_rtc_dispatch() 256302:20250703:121338.368 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.368 End of zbx_ipc_service_recv():1 256302:20250703:121338.368 In zbx_rtc_dispatch() code:100 size:13 256302:20250703:121338.368 End of zbx_rtc_dispatch() 256302:20250703:121338.368 In zbx_ipc_service_recv() timeout:1.000 256403:20250703:121338.374 query [txnlev:0] [show standard_conforming_strings] 256402:20250703:121338.375 query [txnlev:0] [show default_transaction_read_only] 256401:20250703:121338.375 query without transaction detected 256401:20250703:121338.375 query [txnlev:0] [set bytea_output=escape] 256409:20250703:121338.375 query [txnlev:0] [show standard_conforming_strings] 256412:20250703:121338.375 query without transaction detected 256412:20250703:121338.375 query [txnlev:0] [set escape_string_warning to off] 256414:20250703:121338.375 server #53 started [trigger housekeeper #1] 256348:20250703:121338.375 query [txnlev:0] [show default_transaction_read_only] 256402:20250703:121338.375 query without transaction detected 256402:20250703:121338.375 query [txnlev:0] [set bytea_output=escape] 256414:20250703:121338.375 zbx_setproctitle() title:'trigger housekeeper [connecting to the database]' 256414:20250703:121338.375 In zbx_dbconn_open() options:0 256348:20250703:121338.376 query without transaction detected 256348:20250703:121338.376 query [txnlev:0] [set bytea_output=escape] 256401:20250703:121338.376 End of zbx_dbconn_open():0 256401:20250703:121338.376 In zbx_ipc_async_socket_open() 256401:20250703:121338.376 In zbx_ipc_socket_open() 256401:20250703:121338.376 End of zbx_ipc_socket_open():SUCCEED 256401:20250703:121338.376 End of zbx_ipc_async_socket_open():SUCCEED 256401:20250703:121338.376 In zbx_ipc_async_socket_send() 256401:20250703:121338.376 In zbx_ipc_client_send() clientid:0 256401:20250703:121338.376 End of zbx_ipc_client_send():SUCCEED 256401:20250703:121338.376 End of zbx_ipc_async_socket_send():SUCCEED 256401:20250703:121338.376 In zbx_ipc_async_socket_flush() timeout:4 256401:20250703:121338.376 End of zbx_ipc_async_socket_flush():0 256401:20250703:121338.376 zbx_setproctitle() title:'trapper #1 [processed data in 0.000000 sec, waiting for connection]' 256401:20250703:121338.376 zbx_setproctitle() title:'trapper #1 [processing data]' 256401:20250703:121338.376 In zbx_ipc_async_socket_recv() timeout:0 256401:20250703:121338.376 End of zbx_ipc_async_socket_recv():0 256401:20250703:121338.376 trapper got '{"request":"active check heartbeat","host":"test","heartbeat_freq":60,"version":"7.4.0","variant":1}' 256401:20250703:121338.376 In zbx_ipc_socket_open() 256402:20250703:121338.376 End of zbx_dbconn_open():0 256402:20250703:121338.376 In zbx_ipc_async_socket_open() 256402:20250703:121338.376 In zbx_ipc_socket_open() 256402:20250703:121338.376 End of zbx_ipc_socket_open():SUCCEED 256402:20250703:121338.376 End of zbx_ipc_async_socket_open():SUCCEED 256402:20250703:121338.376 In zbx_ipc_async_socket_send() 256402:20250703:121338.376 In zbx_ipc_client_send() clientid:0 256402:20250703:121338.376 End of zbx_ipc_client_send():SUCCEED 256402:20250703:121338.376 End of zbx_ipc_async_socket_send():SUCCEED 256402:20250703:121338.376 In zbx_ipc_async_socket_flush() timeout:4 256402:20250703:121338.376 End of zbx_ipc_async_socket_flush():0 256402:20250703:121338.376 zbx_setproctitle() title:'trapper #2 [processed data in 0.000000 sec, waiting for connection]' 256348:20250703:121338.376 End of zbx_dbconn_open():0 256348:20250703:121338.377 End of hk_history_compression_init() 256348:20250703:121338.377 In zbx_ipc_async_socket_open() 256348:20250703:121338.377 In zbx_ipc_socket_open() 256348:20250703:121338.377 End of zbx_ipc_socket_open():SUCCEED 256348:20250703:121338.377 End of zbx_ipc_async_socket_open():SUCCEED 256348:20250703:121338.377 In zbx_ipc_async_socket_send() 256348:20250703:121338.377 In zbx_ipc_client_send() clientid:0 256348:20250703:121338.377 End of zbx_ipc_client_send():SUCCEED 256348:20250703:121338.377 End of zbx_ipc_async_socket_send():SUCCEED 256348:20250703:121338.377 In zbx_ipc_async_socket_flush() timeout:4 256348:20250703:121338.377 End of zbx_ipc_async_socket_flush():0 256348:20250703:121338.377 In zbx_dbconn_open() options:0 256403:20250703:121338.377 query [txnlev:0] [show default_transaction_read_only] 256302:20250703:121338.377 In ipc_service_accept() 256302:20250703:121338.377 In ipc_service_add_client() 256302:20250703:121338.377 End of ipc_service_add_client() clientid:33 256302:20250703:121338.377 End of ipc_service_accept() 256302:20250703:121338.377 End of zbx_ipc_service_recv():2 256302:20250703:121338.377 In zbx_ha_dispatch_message() 256302:20250703:121338.377 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121338.377 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.377 In ipc_service_accept() 256302:20250703:121338.377 In ipc_service_add_client() 256302:20250703:121338.377 End of ipc_service_add_client() clientid:34 256302:20250703:121338.377 End of ipc_service_accept() 256302:20250703:121338.377 End of zbx_ipc_service_recv():1 256302:20250703:121338.377 In zbx_rtc_dispatch() code:100 size:13 256302:20250703:121338.377 End of zbx_rtc_dispatch() 256302:20250703:121338.377 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.377 In ipc_service_accept() 256302:20250703:121338.377 In ipc_service_add_client() 256302:20250703:121338.377 End of ipc_service_add_client() clientid:35 256302:20250703:121338.377 End of ipc_service_accept() 256302:20250703:121338.377 End of zbx_ipc_service_recv():1 256302:20250703:121338.377 In zbx_rtc_dispatch() code:100 size:13 256302:20250703:121338.377 End of zbx_rtc_dispatch() 256302:20250703:121338.377 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.377 End of zbx_ipc_service_recv():1 256302:20250703:121338.377 In zbx_rtc_dispatch() code:100 size:17 256302:20250703:121338.377 End of zbx_rtc_dispatch() 256302:20250703:121338.377 In zbx_ipc_service_recv() timeout:1.000 256413:20250703:121338.377 server #52 started [availability manager #1] 256372:20250703:121338.380 server #32 started [self-monitoring #1] 256372:20250703:121338.380 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121338.380 In collect_selfmon_stats() 256372:20250703:121338.380 In zbx_timekeeper_collect() 256372:20250703:121338.380 End of zbx_timekeeper_collect() 256372:20250703:121338.380 End of collect_selfmon_stats() 256372:20250703:121338.380 zbx_setproctitle() title:'self-monitoring [processed data in 0.000043 sec, idle 1 sec]' 256349:20250703:121338.380 zbx_setproctitle() title:'timer #1 [started, processing maintenances]' 256349:20250703:121338.380 In zbx_dc_update_maintenances() 256349:20250703:121338.380 End of zbx_dc_update_maintenances() started:0 stopped:0 running:0 256349:20250703:121338.380 query [txnlev:1] [begin;] 256339:20250703:121338.380 query without transaction detected 256339:20250703:121338.380 query [txnlev:0] [set escape_string_warning to off] 256350:20250703:121338.380 query without transaction detected 256350:20250703:121338.380 query [txnlev:0] [set extra_float_digits to 3] 256371:20250703:121338.380 query without transaction detected 256371:20250703:121338.380 query [txnlev:0] [set extra_float_digits to 3] 256352:20250703:121338.380 thread started [discovery worker #2] 256352:20250703:121338.380 thread started [discovery worker #3] 256352:20250703:121338.380 thread started [discovery worker #4] 256352:20250703:121338.380 thread started [discovery worker #5] 256357:20250703:121338.380 query without transaction detected 256357:20250703:121338.380 query [txnlev:0] [set escape_string_warning to off] 256419:20250703:121338.381 server #58 started [configuration syncer worker #1] 256419:20250703:121338.381 zbx_setproctitle() title:'configuration syncer worker [connecting to the database]' 256419:20250703:121338.381 In zbx_dbconn_open() options:0 256403:20250703:121338.382 query without transaction detected 256403:20250703:121338.382 query [txnlev:0] [set bytea_output=escape] 256409:20250703:121338.382 query [txnlev:0] [show default_transaction_read_only] 256412:20250703:121338.382 query without transaction detected 256412:20250703:121338.382 query [txnlev:0] [set extra_float_digits to 3] 256413:20250703:121338.382 zbx_setproctitle() title:'availability manager #1 [connecting to the database]' 256413:20250703:121338.382 In zbx_dbconn_open() options:0 256416:20250703:121338.382 thread started 256357:20250703:121338.384 query without transaction detected 256357:20250703:121338.384 query [txnlev:0] [set extra_float_digits to 3] 256349:20250703:121338.384 In zbx_dc_get_host_maintenance_updates() 256349:20250703:121338.384 End of zbx_dc_get_host_maintenance_updates() updates:0 256349:20250703:121338.384 query [txnlev:1] [commit;] 256339:20250703:121338.384 query without transaction detected 256339:20250703:121338.384 query [txnlev:0] [set extra_float_digits to 3] 256350:20250703:121338.385 query [txnlev:0] [show standard_conforming_strings] 256371:20250703:121338.385 query [txnlev:0] [show standard_conforming_strings] 256357:20250703:121338.385 query [txnlev:0] [show standard_conforming_strings] 256409:20250703:121338.385 query without transaction detected 256409:20250703:121338.385 query [txnlev:0] [set bytea_output=escape] 256403:20250703:121338.385 End of zbx_dbconn_open():0 256403:20250703:121338.385 In zbx_ipc_async_socket_open() 256403:20250703:121338.385 In zbx_ipc_socket_open() 256403:20250703:121338.385 End of zbx_ipc_socket_open():SUCCEED 256403:20250703:121338.385 End of zbx_ipc_async_socket_open():SUCCEED 256403:20250703:121338.385 In zbx_ipc_async_socket_send() 256403:20250703:121338.385 In zbx_ipc_client_send() clientid:0 256403:20250703:121338.385 End of zbx_ipc_client_send():SUCCEED 256403:20250703:121338.385 End of zbx_ipc_async_socket_send():SUCCEED 256403:20250703:121338.385 In zbx_ipc_async_socket_flush() timeout:4 256403:20250703:121338.385 End of zbx_ipc_async_socket_flush():0 256403:20250703:121338.385 zbx_setproctitle() title:'trapper #3 [processed data in 0.000000 sec, waiting for connection]' 256412:20250703:121338.386 query [txnlev:0] [show standard_conforming_strings] 256302:20250703:121338.386 In ipc_service_accept() 256302:20250703:121338.386 In ipc_service_add_client() 256302:20250703:121338.386 End of ipc_service_add_client() clientid:36 256409:20250703:121338.386 End of zbx_dbconn_open():0 256409:20250703:121338.387 zbx_setproctitle() title:'history poller #2 started' 256409:20250703:121338.387 In zbx_ipc_async_socket_open() 256409:20250703:121338.387 In zbx_ipc_socket_open() 256409:20250703:121338.387 End of zbx_ipc_socket_open():SUCCEED 256409:20250703:121338.387 End of zbx_ipc_async_socket_open():SUCCEED 256409:20250703:121338.387 In zbx_ipc_async_socket_send() 256409:20250703:121338.387 In zbx_ipc_client_send() clientid:0 256409:20250703:121338.387 End of zbx_ipc_client_send():SUCCEED 256409:20250703:121338.387 End of zbx_ipc_async_socket_send():SUCCEED 256409:20250703:121338.387 In zbx_ipc_async_socket_flush() timeout:4 256409:20250703:121338.387 End of zbx_ipc_async_socket_flush():0 256409:20250703:121338.387 zbx_setproctitle() title:'history poller #2 [got 0 values in 0.000000 sec, getting values]' 256409:20250703:121338.387 In get_values() 256409:20250703:121338.387 In zbx_dc_config_get_poller_items() poller_type:5 256409:20250703:121338.387 End of zbx_dc_config_get_poller_items():0 256409:20250703:121338.387 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256409:20250703:121338.387 End of zbx_dc_config_get_poller_nextcheck():-1 256409:20250703:121338.387 End of get_values():0 256409:20250703:121338.387 zbx_setproctitle() title:'history poller #2 [got 0 values in 0.000116 sec, idle 5 sec]' 256409:20250703:121338.387 In zbx_ipc_async_socket_recv() timeout:5 256357:20250703:121338.387 query [txnlev:0] [show default_transaction_read_only] 256349:20250703:121338.387 query [txnlev:0] [select eventid,maintenanceid from event_suppress where suppress_until<1751534018 and suppress_until<>0] 256412:20250703:121338.387 query [txnlev:0] [show default_transaction_read_only] 256339:20250703:121338.387 query [txnlev:0] [show standard_conforming_strings] 256350:20250703:121338.387 query [txnlev:0] [show default_transaction_read_only] 256371:20250703:121338.388 query [txnlev:0] [show default_transaction_read_only] 256411:20250703:121338.390 query without transaction detected 256411:20250703:121338.390 query [txnlev:0] [set escape_string_warning to off] 256404:20250703:121338.390 query without transaction detected 256404:20250703:121338.390 query [txnlev:0] [set escape_string_warning to off] 256357:20250703:121338.394 query without transaction detected 256357:20250703:121338.394 query [txnlev:0] [set bytea_output=escape] 256412:20250703:121338.394 query without transaction detected 256412:20250703:121338.394 query [txnlev:0] [set bytea_output=escape] 256357:20250703:121338.395 End of zbx_dbconn_open():0 256357:20250703:121338.395 In zbx_ipc_async_socket_open() 256357:20250703:121338.395 In zbx_ipc_socket_open() 256357:20250703:121338.395 End of zbx_ipc_socket_open():SUCCEED 256357:20250703:121338.395 End of zbx_ipc_async_socket_open():SUCCEED 256357:20250703:121338.395 In zbx_ipc_async_socket_send() 256357:20250703:121338.395 In zbx_ipc_client_send() clientid:0 256357:20250703:121338.395 End of zbx_ipc_client_send():SUCCEED 256357:20250703:121338.395 End of zbx_ipc_async_socket_send():SUCCEED 256357:20250703:121338.395 In zbx_ipc_async_socket_flush() timeout:4 256357:20250703:121338.395 End of zbx_ipc_async_socket_flush():0 256357:20250703:121338.395 zbx_setproctitle() title:'escalator #1 [processed 0 escalations in 0.000000 sec, processing escalations]' 256357:20250703:121338.395 In process_escalations() 256357:20250703:121338.395 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is not null and nextcheck<=1751534021 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256412:20250703:121338.395 End of zbx_dbconn_open():0 256412:20250703:121338.395 zbx_setproctitle() title:'history poller #5 started' 256412:20250703:121338.395 In zbx_ipc_async_socket_open() 256412:20250703:121338.395 In zbx_ipc_socket_open() 256412:20250703:121338.395 End of zbx_ipc_socket_open():SUCCEED 256412:20250703:121338.395 End of zbx_ipc_async_socket_open():SUCCEED 256412:20250703:121338.395 In zbx_ipc_async_socket_send() 256412:20250703:121338.395 In zbx_ipc_client_send() clientid:0 256412:20250703:121338.396 End of zbx_ipc_client_send():SUCCEED 256412:20250703:121338.396 End of zbx_ipc_async_socket_send():SUCCEED 256412:20250703:121338.396 In zbx_ipc_async_socket_flush() timeout:4 256412:20250703:121338.396 End of zbx_ipc_async_socket_flush():0 256412:20250703:121338.396 zbx_setproctitle() title:'history poller #5 [got 0 values in 0.000000 sec, getting values]' 256412:20250703:121338.396 In get_values() 256412:20250703:121338.396 In zbx_dc_config_get_poller_items() poller_type:5 256412:20250703:121338.396 End of zbx_dc_config_get_poller_items():0 256412:20250703:121338.396 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256412:20250703:121338.396 End of zbx_dc_config_get_poller_nextcheck():-1 256412:20250703:121338.396 End of get_values():0 256412:20250703:121338.396 zbx_setproctitle() title:'history poller #5 [got 0 values in 0.000142 sec, idle 5 sec]' 256412:20250703:121338.396 In zbx_ipc_async_socket_recv() timeout:5 256302:20250703:121338.396 End of ipc_service_accept() 256302:20250703:121338.396 End of zbx_ipc_service_recv():2 256302:20250703:121338.396 In zbx_ha_dispatch_message() 256302:20250703:121338.396 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121338.396 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.396 In ipc_service_accept() 256302:20250703:121338.396 In ipc_service_add_client() 256302:20250703:121338.396 End of ipc_service_add_client() clientid:37 256302:20250703:121338.396 End of ipc_service_accept() 256302:20250703:121338.396 End of zbx_ipc_service_recv():1 256302:20250703:121338.396 In zbx_rtc_dispatch() code:100 size:13 256302:20250703:121338.396 End of zbx_rtc_dispatch() 256302:20250703:121338.396 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.396 In ipc_service_accept() 256302:20250703:121338.396 In ipc_service_add_client() 256302:20250703:121338.396 End of ipc_service_add_client() clientid:38 256302:20250703:121338.396 End of ipc_service_accept() 256357:20250703:121338.399 End of process_escalations() 256357:20250703:121338.399 In process_escalations() 256357:20250703:121338.399 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is not null and nextcheck<=1751534021 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256339:20250703:121338.400 query [txnlev:0] [show default_transaction_read_only] 256350:20250703:121338.400 query without transaction detected 256350:20250703:121338.400 query [txnlev:0] [set bytea_output=escape] 256371:20250703:121338.400 query without transaction detected 256371:20250703:121338.400 query [txnlev:0] [set bytea_output=escape] 256349:20250703:121338.400 query [txnlev:1] [begin;] 256339:20250703:121338.403 query without transaction detected 256339:20250703:121338.403 query [txnlev:0] [set bytea_output=escape] 256350:20250703:121338.403 End of zbx_dbconn_open():0 256350:20250703:121338.403 zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000000 sec, getting values]' 256350:20250703:121338.403 In process_httptests() 256350:20250703:121338.403 End of process_httptests() 256350:20250703:121338.403 zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000058 sec, idle 5 sec]' 256371:20250703:121338.403 End of zbx_dbconn_open():0 256371:20250703:121338.403 In zbx_ipc_async_socket_open() 256371:20250703:121338.403 In zbx_ipc_socket_open() 256371:20250703:121338.403 End of zbx_ipc_socket_open():SUCCEED 256371:20250703:121338.403 End of zbx_ipc_async_socket_open():SUCCEED 256371:20250703:121338.403 In zbx_ipc_async_socket_send() 256371:20250703:121338.403 In zbx_ipc_client_send() clientid:0 256371:20250703:121338.403 End of zbx_ipc_client_send():SUCCEED 256371:20250703:121338.403 End of zbx_ipc_async_socket_send():SUCCEED 256371:20250703:121338.403 In zbx_ipc_async_socket_flush() timeout:4 256371:20250703:121338.403 End of zbx_ipc_async_socket_flush():0 256371:20250703:121338.403 zbx_setproctitle() title:'proxy poller #1 [exchanged data with 0 proxies in 0.000000 sec, exchanging data]' 256371:20250703:121338.403 In process_proxy() 256371:20250703:121338.403 In zbx_dc_config_get_proxypoller_hosts() 256371:20250703:121338.403 End of zbx_dc_config_get_proxypoller_hosts():0 256371:20250703:121338.403 End of process_proxy() 256371:20250703:121338.403 In zbx_dc_config_get_proxypoller_nextcheck() 256371:20250703:121338.403 End of zbx_dc_config_get_proxypoller_nextcheck():-1 256371:20250703:121338.403 zbx_setproctitle() title:'proxy poller #1 [exchanged data with 0 proxies in 0.000044 sec, idle 5 sec]' 256371:20250703:121338.403 In zbx_ipc_async_socket_recv() timeout:5 256349:20250703:121338.403 query [txnlev:1] [delete from event_suppress where suppress_until<1751534018 and suppress_until<>0] 256407:20250703:121338.404 query without transaction detected 256407:20250703:121338.404 query [txnlev:0] [set escape_string_warning to off] 256348:20250703:121338.405 query without transaction detected 256348:20250703:121338.405 query [txnlev:0] [set escape_string_warning to off] 256302:20250703:121338.405 End of zbx_ipc_service_recv():1 256302:20250703:121338.405 In zbx_rtc_dispatch() code:100 size:13 256302:20250703:121338.405 End of zbx_rtc_dispatch() 256302:20250703:121338.405 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.405 In ipc_service_accept() 256302:20250703:121338.405 In ipc_service_add_client() 256302:20250703:121338.405 End of ipc_service_add_client() clientid:39 256302:20250703:121338.405 End of ipc_service_accept() 256302:20250703:121338.405 End of zbx_ipc_service_recv():1 256302:20250703:121338.405 In zbx_rtc_dispatch() code:100 size:13 256302:20250703:121338.405 End of zbx_rtc_dispatch() 256302:20250703:121338.405 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.405 In ipc_service_accept() 256302:20250703:121338.405 In ipc_service_add_client() 256302:20250703:121338.405 End of ipc_service_add_client() clientid:40 256302:20250703:121338.405 End of ipc_service_accept() 256302:20250703:121338.405 End of zbx_ipc_service_recv():1 256302:20250703:121338.405 In zbx_rtc_dispatch() code:100 size:13 256302:20250703:121338.405 End of zbx_rtc_dispatch() 256302:20250703:121338.405 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.405 End of zbx_ipc_service_recv():1 256302:20250703:121338.405 In zbx_rtc_dispatch() code:100 size:13 256302:20250703:121338.405 End of zbx_rtc_dispatch() 256302:20250703:121338.405 In zbx_ipc_service_recv() timeout:1.000 256357:20250703:121338.409 End of process_escalations() 256357:20250703:121338.409 In process_escalations() 256357:20250703:121338.409 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is null and serviceid is not null and nextcheck<=1751534021 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121338.410 End of process_escalations() 256357:20250703:121338.410 In process_escalations() 256357:20250703:121338.410 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is null and serviceid is null and nextcheck<=1751534021 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121338.411 End of process_escalations() 256357:20250703:121338.411 zbx_setproctitle() title:'escalator #1 [processed 0 escalations in 0.015754 sec, idle 3 sec]' 256357:20250703:121338.411 In zbx_ipc_async_socket_recv() timeout:3 256349:20250703:121338.411 query [txnlev:1] [commit;] 256339:20250703:121338.411 End of zbx_dbconn_open():0 256339:20250703:121338.412 zbx_setproctitle() title:'alert manager #1 started' 256339:20250703:121338.412 query [txnlev:0] [select null] 256410:20250703:121338.412 query without transaction detected 256410:20250703:121338.412 query [txnlev:0] [set escape_string_warning to off] 256408:20250703:121338.413 query without transaction detected 256408:20250703:121338.413 query [txnlev:0] [set escape_string_warning to off] 256411:20250703:121338.413 query without transaction detected 256411:20250703:121338.413 query [txnlev:0] [set extra_float_digits to 3] 256411:20250703:121338.413 query [txnlev:0] [show standard_conforming_strings] 256404:20250703:121338.414 query without transaction detected 256404:20250703:121338.414 query [txnlev:0] [set extra_float_digits to 3] 256411:20250703:121338.414 query [txnlev:0] [show default_transaction_read_only] 256404:20250703:121338.414 query [txnlev:0] [show standard_conforming_strings] 256411:20250703:121338.414 query without transaction detected 256411:20250703:121338.414 query [txnlev:0] [set bytea_output=escape] 256411:20250703:121338.414 End of zbx_dbconn_open():0 256411:20250703:121338.414 zbx_setproctitle() title:'history poller #4 started' 256411:20250703:121338.414 In zbx_ipc_async_socket_open() 256411:20250703:121338.414 In zbx_ipc_socket_open() 256411:20250703:121338.414 End of zbx_ipc_socket_open():SUCCEED 256411:20250703:121338.414 End of zbx_ipc_async_socket_open():SUCCEED 256411:20250703:121338.414 In zbx_ipc_async_socket_send() 256411:20250703:121338.414 In zbx_ipc_client_send() clientid:0 256411:20250703:121338.414 End of zbx_ipc_client_send():SUCCEED 256411:20250703:121338.414 End of zbx_ipc_async_socket_send():SUCCEED 256411:20250703:121338.414 In zbx_ipc_async_socket_flush() timeout:4 256411:20250703:121338.414 End of zbx_ipc_async_socket_flush():0 256411:20250703:121338.414 zbx_setproctitle() title:'history poller #4 [got 0 values in 0.000000 sec, getting values]' 256411:20250703:121338.414 In get_values() 256411:20250703:121338.414 In zbx_dc_config_get_poller_items() poller_type:5 256411:20250703:121338.414 End of zbx_dc_config_get_poller_items():0 256411:20250703:121338.414 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256411:20250703:121338.414 End of zbx_dc_config_get_poller_nextcheck():-1 256411:20250703:121338.414 End of get_values():0 256411:20250703:121338.414 zbx_setproctitle() title:'history poller #4 [got 0 values in 0.000124 sec, idle 5 sec]' 256411:20250703:121338.414 In zbx_ipc_async_socket_recv() timeout:5 256302:20250703:121338.414 In ipc_service_accept() 256302:20250703:121338.414 In ipc_service_add_client() 256302:20250703:121338.414 End of ipc_service_add_client() clientid:41 256302:20250703:121338.414 End of ipc_service_accept() 256302:20250703:121338.414 End of zbx_ipc_service_recv():2 256302:20250703:121338.414 In zbx_ha_dispatch_message() 256302:20250703:121338.414 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121338.414 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.414 End of zbx_ipc_service_recv():1 256302:20250703:121338.414 In zbx_rtc_dispatch() code:100 size:13 256302:20250703:121338.414 End of zbx_rtc_dispatch() 256302:20250703:121338.414 In zbx_ipc_service_recv() timeout:1.000 256348:20250703:121338.415 query without transaction detected 256348:20250703:121338.415 query [txnlev:0] [set extra_float_digits to 3] 256404:20250703:121338.415 query [txnlev:0] [show default_transaction_read_only] 256408:20250703:121338.415 query without transaction detected 256408:20250703:121338.415 query [txnlev:0] [set extra_float_digits to 3] 256404:20250703:121338.415 query without transaction detected 256404:20250703:121338.415 query [txnlev:0] [set bytea_output=escape] 256404:20250703:121338.415 End of zbx_dbconn_open():0 256404:20250703:121338.415 In zbx_ipc_async_socket_open() 256404:20250703:121338.415 In zbx_ipc_socket_open() 256404:20250703:121338.416 End of zbx_ipc_socket_open():SUCCEED 256404:20250703:121338.416 End of zbx_ipc_async_socket_open():SUCCEED 256404:20250703:121338.416 In zbx_ipc_async_socket_send() 256404:20250703:121338.416 In zbx_ipc_client_send() clientid:0 256404:20250703:121338.416 End of zbx_ipc_client_send():SUCCEED 256404:20250703:121338.416 End of zbx_ipc_async_socket_send():SUCCEED 256404:20250703:121338.416 In zbx_ipc_async_socket_flush() timeout:4 256404:20250703:121338.416 End of zbx_ipc_async_socket_flush():0 256404:20250703:121338.416 zbx_setproctitle() title:'trapper #4 [processed data in 0.000000 sec, waiting for connection]' 256302:20250703:121338.416 In ipc_service_accept() 256302:20250703:121338.416 In ipc_service_add_client() 256302:20250703:121338.416 End of ipc_service_add_client() clientid:42 256302:20250703:121338.416 End of ipc_service_accept() 256302:20250703:121338.416 End of zbx_ipc_service_recv():2 256302:20250703:121338.416 In zbx_ha_dispatch_message() 256302:20250703:121338.416 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121338.416 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.416 End of zbx_ipc_service_recv():1 256302:20250703:121338.416 In zbx_rtc_dispatch() code:100 size:13 256302:20250703:121338.416 End of zbx_rtc_dispatch() 256302:20250703:121338.416 In zbx_ipc_service_recv() timeout:1.000 256408:20250703:121338.416 query [txnlev:0] [show standard_conforming_strings] 256408:20250703:121338.416 query [txnlev:0] [show default_transaction_read_only] 256408:20250703:121338.416 query without transaction detected 256408:20250703:121338.416 query [txnlev:0] [set bytea_output=escape] 256408:20250703:121338.416 End of zbx_dbconn_open():0 256408:20250703:121338.416 zbx_setproctitle() title:'history poller #1 started' 256408:20250703:121338.416 In zbx_ipc_async_socket_open() 256408:20250703:121338.416 In zbx_ipc_socket_open() 256408:20250703:121338.416 End of zbx_ipc_socket_open():SUCCEED 256408:20250703:121338.416 End of zbx_ipc_async_socket_open():SUCCEED 256408:20250703:121338.416 In zbx_ipc_async_socket_send() 256408:20250703:121338.416 In zbx_ipc_client_send() clientid:0 256408:20250703:121338.416 End of zbx_ipc_client_send():SUCCEED 256408:20250703:121338.416 End of zbx_ipc_async_socket_send():SUCCEED 256408:20250703:121338.416 In zbx_ipc_async_socket_flush() timeout:4 256408:20250703:121338.416 End of zbx_ipc_async_socket_flush():0 256408:20250703:121338.416 zbx_setproctitle() title:'history poller #1 [got 0 values in 0.000000 sec, getting values]' 256408:20250703:121338.416 In get_values() 256408:20250703:121338.416 In zbx_dc_config_get_poller_items() poller_type:5 256408:20250703:121338.416 End of zbx_dc_config_get_poller_items():0 256408:20250703:121338.416 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256408:20250703:121338.416 End of zbx_dc_config_get_poller_nextcheck():-1 256408:20250703:121338.416 End of get_values():0 256408:20250703:121338.416 zbx_setproctitle() title:'history poller #1 [got 0 values in 0.000083 sec, idle 5 sec]' 256408:20250703:121338.416 In zbx_ipc_async_socket_recv() timeout:5 256302:20250703:121338.416 In ipc_service_accept() 256302:20250703:121338.416 In ipc_service_add_client() 256302:20250703:121338.416 End of ipc_service_add_client() clientid:43 256302:20250703:121338.416 End of ipc_service_accept() 256302:20250703:121338.416 End of zbx_ipc_service_recv():2 256302:20250703:121338.416 In zbx_ha_dispatch_message() 256302:20250703:121338.416 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121338.416 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.416 End of zbx_ipc_service_recv():1 256302:20250703:121338.416 In zbx_rtc_dispatch() code:100 size:13 256302:20250703:121338.416 End of zbx_rtc_dispatch() 256302:20250703:121338.416 In zbx_ipc_service_recv() timeout:1.000 256348:20250703:121338.416 query [txnlev:0] [show standard_conforming_strings] 256410:20250703:121338.417 query without transaction detected 256410:20250703:121338.417 query [txnlev:0] [set extra_float_digits to 3] 256348:20250703:121338.418 query [txnlev:0] [show default_transaction_read_only] 256407:20250703:121338.419 query without transaction detected 256407:20250703:121338.419 query [txnlev:0] [set extra_float_digits to 3] 256410:20250703:121338.419 query [txnlev:0] [show standard_conforming_strings] 256414:20250703:121338.420 query without transaction detected 256414:20250703:121338.420 query [txnlev:0] [set escape_string_warning to off] 256410:20250703:121338.420 query [txnlev:0] [show default_transaction_read_only] 256407:20250703:121338.420 query [txnlev:0] [show standard_conforming_strings] 256339:20250703:121338.420 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121338.420 In ipc_service_accept() 256339:20250703:121338.420 In ipc_service_add_client() 256407:20250703:121338.420 query [txnlev:0] [show default_transaction_read_only] 256339:20250703:121338.420 End of ipc_service_add_client() clientid:5 256339:20250703:121338.420 End of ipc_service_accept() 256339:20250703:121338.420 End of zbx_ipc_service_recv():2 256410:20250703:121338.420 query without transaction detected 256349:20250703:121338.420 query [txnlev:0] [select p.eventid,p.objectid,p.r_eventid,null,null from problem p where p.source=0 and p.object=0 and mod(p.eventid,1)=0 order by p.eventid] 256410:20250703:121338.420 query [txnlev:0] [set bytea_output=escape] 256339:20250703:121338.420 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121338.420 In ipc_service_accept() 256339:20250703:121338.420 In ipc_service_add_client() 256339:20250703:121338.420 End of ipc_service_add_client() clientid:6 256339:20250703:121338.420 End of ipc_service_accept() 256339:20250703:121338.420 End of zbx_ipc_service_recv():2 256339:20250703:121338.420 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121338.420 In ipc_service_accept() 256339:20250703:121338.420 In ipc_service_add_client() 256339:20250703:121338.420 End of ipc_service_add_client() clientid:7 256339:20250703:121338.420 End of ipc_service_accept() 256339:20250703:121338.420 End of zbx_ipc_service_recv():1 256339:20250703:121338.420 In am_register_alerter() 256339:20250703:121338.420 End of am_register_alerter() 256339:20250703:121338.420 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121338.420 In ipc_service_accept() 256339:20250703:121338.420 In ipc_service_add_client() 256339:20250703:121338.421 End of ipc_service_add_client() clientid:8 256339:20250703:121338.421 End of ipc_service_accept() 256339:20250703:121338.421 End of zbx_ipc_service_recv():1 256339:20250703:121338.421 In am_register_alerter() 256339:20250703:121338.421 End of am_register_alerter() 256339:20250703:121338.421 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121338.421 In ipc_service_accept() 256339:20250703:121338.421 In ipc_service_add_client() 256339:20250703:121338.421 End of ipc_service_add_client() clientid:9 256339:20250703:121338.421 End of ipc_service_accept() 256339:20250703:121338.421 End of zbx_ipc_service_recv():2 256339:20250703:121338.421 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121338.421 End of zbx_ipc_service_recv():1 256339:20250703:121338.421 In am_register_alerter() 256339:20250703:121338.421 End of am_register_alerter() 256339:20250703:121338.421 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121338.421 query without transaction detected 256407:20250703:121338.421 query [txnlev:0] [set bytea_output=escape] 256410:20250703:121338.421 End of zbx_dbconn_open():0 256410:20250703:121338.421 zbx_setproctitle() title:'history poller #3 started' 256410:20250703:121338.421 In zbx_ipc_async_socket_open() 256410:20250703:121338.421 In zbx_ipc_socket_open() 256410:20250703:121338.421 End of zbx_ipc_socket_open():SUCCEED 256410:20250703:121338.421 End of zbx_ipc_async_socket_open():SUCCEED 256410:20250703:121338.421 In zbx_ipc_async_socket_send() 256410:20250703:121338.421 In zbx_ipc_client_send() clientid:0 256410:20250703:121338.421 End of zbx_ipc_client_send():SUCCEED 256410:20250703:121338.421 End of zbx_ipc_async_socket_send():SUCCEED 256410:20250703:121338.421 In zbx_ipc_async_socket_flush() timeout:4 256410:20250703:121338.421 End of zbx_ipc_async_socket_flush():0 256410:20250703:121338.421 zbx_setproctitle() title:'history poller #3 [got 0 values in 0.000000 sec, getting values]' 256410:20250703:121338.421 In get_values() 256410:20250703:121338.421 In zbx_dc_config_get_poller_items() poller_type:5 256410:20250703:121338.421 End of zbx_dc_config_get_poller_items():0 256410:20250703:121338.421 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256410:20250703:121338.421 End of zbx_dc_config_get_poller_nextcheck():-1 256410:20250703:121338.421 End of get_values():0 256410:20250703:121338.421 zbx_setproctitle() title:'history poller #3 [got 0 values in 0.000093 sec, idle 5 sec]' 256410:20250703:121338.421 In zbx_ipc_async_socket_recv() timeout:5 256302:20250703:121338.421 In ipc_service_accept() 256302:20250703:121338.421 In ipc_service_add_client() 256302:20250703:121338.421 End of ipc_service_add_client() clientid:44 256302:20250703:121338.421 End of ipc_service_accept() 256302:20250703:121338.421 End of zbx_ipc_service_recv():2 256302:20250703:121338.421 In zbx_ha_dispatch_message() 256302:20250703:121338.421 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121338.421 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.421 End of zbx_ipc_service_recv():1 256302:20250703:121338.421 In zbx_rtc_dispatch() code:100 size:13 256302:20250703:121338.421 End of zbx_rtc_dispatch() 256302:20250703:121338.421 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121338.421 End of zbx_dbconn_open():0 256407:20250703:121338.421 In zbx_ipc_async_socket_send() 256407:20250703:121338.421 In zbx_ipc_client_send() clientid:0 256407:20250703:121338.421 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121338.421 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121338.421 zbx_setproctitle() title:'alert syncer [queuing alerts]' 256407:20250703:121338.421 In am_db_get_alerts() 256407:20250703:121338.421 query [txnlev:1] [begin;] 256339:20250703:121338.421 End of zbx_ipc_service_recv():1 256339:20250703:121338.421 In am_register_alert_syncer() 256339:20250703:121338.421 End of am_register_alert_syncer() 256339:20250703:121338.421 In zbx_ipc_client_send() clientid:8 256339:20250703:121338.421 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121338.421 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121338.422 query [txnlev:1] [select a.alertid,a.mediatypeid,a.sendto,a.subject,a.message,a.status,a.retries,e.source,e.object,e.objectid,a.parameters,a.eventid,a.p_eventid from alerts a left join events e on a.eventid=e.eventid where alerttype=0 and a.status in (3,0) order by a.alertid] 256407:20250703:121338.423 query [txnlev:1] [commit;] 256421:20250703:121338.425 query without transaction detected 256421:20250703:121338.426 query [txnlev:0] [set escape_string_warning to off] 256348:20250703:121338.426 query without transaction detected 256348:20250703:121338.426 query [txnlev:0] [set bytea_output=escape] 256405:20250703:121338.426 query without transaction detected 256405:20250703:121338.426 query [txnlev:0] [set escape_string_warning to off] 256419:20250703:121338.427 query without transaction detected 256419:20250703:121338.427 query [txnlev:0] [set escape_string_warning to off] 256348:20250703:121338.427 End of zbx_dbconn_open():0 256348:20250703:121338.427 query [txnlev:0] [select extversion from pg_extension where extname = 'timescaledb'] 256414:20250703:121338.427 query without transaction detected 256414:20250703:121338.427 query [txnlev:0] [set extra_float_digits to 3] 256413:20250703:121338.428 query without transaction detected 256413:20250703:121338.428 query [txnlev:0] [set escape_string_warning to off] 256348:20250703:121338.430 In zbx_ipc_async_socket_recv() timeout:1800 256349:20250703:121338.430 query [txnlev:0] [select eventid,maintenanceid,suppress_until from event_suppress where mod(eventid,1)=0 and maintenanceid is not null order by eventid] 256405:20250703:121338.430 query without transaction detected 256405:20250703:121338.430 query [txnlev:0] [set extra_float_digits to 3] 256405:20250703:121338.430 query [txnlev:0] [show standard_conforming_strings] 256405:20250703:121338.430 query [txnlev:0] [show default_transaction_read_only] 256405:20250703:121338.431 query without transaction detected 256405:20250703:121338.431 query [txnlev:0] [set bytea_output=escape] 256346:20250703:121338.432 query without transaction detected 256346:20250703:121338.432 query [txnlev:0] [set escape_string_warning to off] 256405:20250703:121338.432 End of zbx_dbconn_open():0 256405:20250703:121338.432 In zbx_ipc_async_socket_open() 256405:20250703:121338.432 In zbx_ipc_socket_open() 256405:20250703:121338.432 End of zbx_ipc_socket_open():SUCCEED 256405:20250703:121338.432 End of zbx_ipc_async_socket_open():SUCCEED 256405:20250703:121338.432 In zbx_ipc_async_socket_send() 256405:20250703:121338.432 In zbx_ipc_client_send() clientid:0 256405:20250703:121338.432 End of zbx_ipc_client_send():SUCCEED 256405:20250703:121338.432 End of zbx_ipc_async_socket_send():SUCCEED 256405:20250703:121338.432 In zbx_ipc_async_socket_flush() timeout:4 256405:20250703:121338.432 End of zbx_ipc_async_socket_flush():0 256405:20250703:121338.432 zbx_setproctitle() title:'trapper #5 [processed data in 0.000000 sec, waiting for connection]' 256302:20250703:121338.432 In ipc_service_accept() 256302:20250703:121338.432 In ipc_service_add_client() 256302:20250703:121338.432 End of ipc_service_add_client() clientid:45 256302:20250703:121338.432 End of ipc_service_accept() 256302:20250703:121338.432 End of zbx_ipc_service_recv():2 256302:20250703:121338.432 In zbx_ha_dispatch_message() 256302:20250703:121338.432 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121338.432 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.432 End of zbx_ipc_service_recv():1 256302:20250703:121338.432 In zbx_rtc_dispatch() code:100 size:13 256302:20250703:121338.432 End of zbx_rtc_dispatch() 256302:20250703:121338.432 In zbx_ipc_service_recv() timeout:1.000 256347:20250703:121338.433 query without transaction detected 256347:20250703:121338.433 query [txnlev:0] [set escape_string_warning to off] 256421:20250703:121338.433 query without transaction detected 256421:20250703:121338.433 query [txnlev:0] [set extra_float_digits to 3] 256407:20250703:121338.433 End of am_db_get_alerts():SUCCEED alerts:0 256407:20250703:121338.433 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s) in 0.011976 sec]' 256407:20250703:121338.433 In zbx_ipc_async_socket_recv() timeout:1 256407:20250703:121338.433 End of zbx_ipc_async_socket_recv():0 256407:20250703:121338.433 zbx_setproctitle() title:'alert syncer [queuing alerts]' 256407:20250703:121338.433 In am_db_get_alerts() 256407:20250703:121338.433 query [txnlev:1] [begin;] 256347:20250703:121338.433 query without transaction detected 256347:20250703:121338.433 query [txnlev:0] [set extra_float_digits to 3] 256407:20250703:121338.433 query [txnlev:1] [select a.alertid,a.mediatypeid,a.sendto,a.subject,a.message,a.status,a.retries,e.source,e.object,e.objectid,a.parameters,a.eventid,a.p_eventid from alerts a left join events e on a.eventid=e.eventid where alerttype=0 and a.status=3 order by a.alertid] 256421:20250703:121338.433 query [txnlev:0] [show standard_conforming_strings] 256407:20250703:121338.434 query [txnlev:1] [commit;] 256421:20250703:121338.434 query [txnlev:0] [show default_transaction_read_only] 256347:20250703:121338.434 query [txnlev:0] [show standard_conforming_strings] 256347:20250703:121338.434 query [txnlev:0] [show default_transaction_read_only] 256421:20250703:121338.434 query without transaction detected 256421:20250703:121338.434 query [txnlev:0] [set bytea_output=escape] 256421:20250703:121338.434 End of zbx_dbconn_open():0 256421:20250703:121338.434 query [txnlev:0] [select nextid from ids where table_name='host_proxy' and field_name='revision'] 256347:20250703:121338.434 query without transaction detected 256347:20250703:121338.434 query [txnlev:0] [set bytea_output=escape] 256347:20250703:121338.434 End of zbx_dbconn_open():0 256347:20250703:121338.434 zbx_setproctitle() title:'lld worker #2 started' 256347:20250703:121338.434 In zbx_ipc_socket_read() 256407:20250703:121338.434 End of am_db_get_alerts():SUCCEED alerts:0 256407:20250703:121338.434 In zbx_ipc_async_socket_send() 256407:20250703:121338.434 In zbx_ipc_client_send() clientid:0 256407:20250703:121338.434 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121338.434 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121338.434 In am_db_remove_expired_mediatypes() 256407:20250703:121338.434 End of am_db_remove_expired_mediatypes() removed:0 256407:20250703:121338.434 In am_db_update_watchdog() 256407:20250703:121338.434 query [txnlev:0] [select m.mediaid,m.mediatypeid,m.sendto from media m,users_groups u,media_type mt where m.userid=u.userid and u.usrgrpid=7 and m.mediatypeid=mt.mediatypeid and m.active=0 and mt.status=0 and mt.type<>4] 256419:20250703:121338.435 query without transaction detected 256419:20250703:121338.435 query [txnlev:0] [set extra_float_digits to 3] 256414:20250703:121338.436 query [txnlev:0] [show standard_conforming_strings] 256419:20250703:121338.436 query [txnlev:0] [show standard_conforming_strings] 256414:20250703:121338.436 query [txnlev:0] [show default_transaction_read_only] 256413:20250703:121338.436 query without transaction detected 256413:20250703:121338.436 query [txnlev:0] [set extra_float_digits to 3] 256346:20250703:121338.436 query without transaction detected 256346:20250703:121338.436 query [txnlev:0] [set extra_float_digits to 3] 256349:20250703:121338.436 query [txnlev:1] [begin;] 256339:20250703:121338.436 End of zbx_ipc_service_recv():1 256339:20250703:121338.436 In am_flush_results() results:0 256339:20250703:121338.436 In zbx_ipc_client_send() clientid:8 256339:20250703:121338.436 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121338.436 End of am_flush_results() 256339:20250703:121338.436 In zbx_ipc_service_recv() timeout:1.000 256421:20250703:121338.437 In pg_service_init() 256421:20250703:121338.437 In zbx_ipc_service_start() service:pgservice 256421:20250703:121338.437 In zbx_ipc_socket_open() 256421:20250703:121338.437 End of zbx_ipc_socket_open():FAIL 256421:20250703:121338.437 End of zbx_ipc_service_start():SUCCEED 256421:20250703:121338.437 End of pg_service_init():SUCCEED 256421:20250703:121338.437 In zbx_dc_fetch_proxy_groups() 256421:20250703:121338.437 End of zbx_dc_fetch_proxy_groups():FAIL revision:0->0 256421:20250703:121338.437 In zbx_dc_fetch_proxies() 256421:20250703:121338.437 End of zbx_dc_fetch_proxies():FAIL revision:0->0 256421:20250703:121338.437 query [txnlev:0] [select h.hostid,hp.proxyid,hp.revision,hp.hostproxyid,h.monitored_by,h.proxy_groupid from hosts h left join host_proxy hp on h.hostid=hp.hostid] 256421:20250703:121338.437 In pg_service_entry() 256421:20250703:121338.437 In zbx_ipc_service_recv() timeout:1.000 256346:20250703:121338.437 query [txnlev:0] [show standard_conforming_strings] 256346:20250703:121338.437 query [txnlev:0] [show default_transaction_read_only] 256346:20250703:121338.437 query without transaction detected 256346:20250703:121338.438 query [txnlev:0] [set bytea_output=escape] 256346:20250703:121338.438 End of zbx_dbconn_open():0 256346:20250703:121338.438 zbx_setproctitle() title:'lld worker #1 started' 256346:20250703:121338.438 In zbx_ipc_socket_read() 256407:20250703:121338.438 End of am_db_update_watchdog() recipients:0 256407:20250703:121338.438 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.004401 sec, idle 1 sec]' 256407:20250703:121338.438 In zbx_ipc_async_socket_recv() timeout:1 256407:20250703:121338.438 End of zbx_ipc_async_socket_recv():0 256407:20250703:121338.438 In am_db_flush_results() 256407:20250703:121338.438 End of am_db_flush_results() flushed:0 256407:20250703:121338.438 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000009 sec, idle 1 sec]' 256407:20250703:121338.438 In zbx_ipc_async_socket_recv() timeout:1 256421:20250703:121338.439 zbx_setproctitle() title:'proxy group manager #1 started' 256419:20250703:121338.440 query [txnlev:0] [show default_transaction_read_only] 256419:20250703:121338.440 query without transaction detected 256419:20250703:121338.440 query [txnlev:0] [set bytea_output=escape] 256349:20250703:121338.440 query [txnlev:1] [commit;] 256413:20250703:121338.440 query [txnlev:0] [show standard_conforming_strings] 256414:20250703:121338.440 query without transaction detected 256414:20250703:121338.440 query [txnlev:0] [set bytea_output=escape] 256419:20250703:121338.440 End of zbx_dbconn_open():0 256419:20250703:121338.440 In zbx_ipc_service_start() service:config 256419:20250703:121338.441 End of zbx_ipc_service_start():SUCCEED 256419:20250703:121338.441 In zbx_ipc_socket_open() 256419:20250703:121338.441 End of zbx_ipc_socket_open():SUCCEED 256419:20250703:121338.441 In zbx_ipc_socket_write() 256419:20250703:121338.441 End of zbx_ipc_socket_write():SUCCEED 256419:20250703:121338.441 In zbx_ipc_socket_close() 256419:20250703:121338.441 End of zbx_ipc_socket_close() 256419:20250703:121338.441 zbx_setproctitle() title:'configuration syncer worker #1 started' 256419:20250703:121338.441 In zbx_ipc_service_recv() timeout:1.000 256349:20250703:121338.441 zbx_setproctitle() title:'timer #1 [updated 0 hosts, suppressed 0 events in 0.132163 sec, idle 21 sec]' 256414:20250703:121338.441 End of zbx_dbconn_open():0 256414:20250703:121338.441 zbx_setproctitle() title:'trigger housekeeper [startup idle for 60 second(s)]' 256414:20250703:121338.441 In zbx_ipc_async_socket_open() 256414:20250703:121338.441 In zbx_ipc_socket_open() 256414:20250703:121338.441 End of zbx_ipc_socket_open():SUCCEED 256414:20250703:121338.441 End of zbx_ipc_async_socket_open():SUCCEED 256414:20250703:121338.441 In zbx_ipc_async_socket_send() 256414:20250703:121338.441 In zbx_ipc_client_send() clientid:0 256414:20250703:121338.441 End of zbx_ipc_client_send():SUCCEED 256414:20250703:121338.441 End of zbx_ipc_async_socket_send():SUCCEED 256414:20250703:121338.441 In zbx_ipc_async_socket_flush() timeout:4 256414:20250703:121338.441 End of zbx_ipc_async_socket_flush():0 256414:20250703:121338.441 In zbx_ipc_async_socket_recv() timeout:60 256302:20250703:121338.441 In ipc_service_accept() 256302:20250703:121338.441 In ipc_service_add_client() 256302:20250703:121338.441 End of ipc_service_add_client() clientid:46 256302:20250703:121338.441 End of ipc_service_accept() 256302:20250703:121338.441 End of zbx_ipc_service_recv():2 256302:20250703:121338.441 In zbx_ha_dispatch_message() 256302:20250703:121338.441 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121338.441 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.441 In ipc_service_accept() 256302:20250703:121338.441 In ipc_service_add_client() 256302:20250703:121338.441 End of ipc_service_add_client() clientid:47 256302:20250703:121338.441 End of ipc_service_accept() 256302:20250703:121338.441 End of zbx_ipc_service_recv():1 256302:20250703:121338.441 In zbx_rtc_dispatch() code:103 size:20 256302:20250703:121338.441 End of zbx_rtc_dispatch() 256302:20250703:121338.441 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.441 End of zbx_ipc_service_recv():0 256302:20250703:121338.441 In zbx_ha_dispatch_message() 256302:20250703:121338.441 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121338.441 In zbx_ipc_socket_close() 256302:20250703:121338.441 End of zbx_ipc_socket_close() 256302:20250703:121338.441 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.441 End of zbx_ipc_service_recv():0 256302:20250703:121338.441 In zbx_rtc_dispatch() code:100 size:13 256302:20250703:121338.441 End of zbx_rtc_dispatch() 256302:20250703:121338.441 In zbx_ipc_service_recv() timeout:1.000 256413:20250703:121338.441 query [txnlev:0] [show default_transaction_read_only] 256413:20250703:121338.442 query without transaction detected 256413:20250703:121338.442 query [txnlev:0] [set bytea_output=escape] 256413:20250703:121338.442 End of zbx_dbconn_open():0 256413:20250703:121338.442 In zbx_ipc_service_start() service:availability 256413:20250703:121338.442 In zbx_ipc_socket_open() 256413:20250703:121338.442 End of zbx_ipc_socket_open():FAIL 256413:20250703:121338.442 End of zbx_ipc_service_start():SUCCEED 256413:20250703:121338.442 In zbx_ipc_socket_open() 256413:20250703:121338.442 End of zbx_ipc_socket_open():SUCCEED 256413:20250703:121338.442 In zbx_ipc_socket_write() 256413:20250703:121338.442 End of zbx_ipc_socket_write():SUCCEED 256413:20250703:121338.442 In zbx_ipc_socket_close() 256413:20250703:121338.442 End of zbx_ipc_socket_close() 256413:20250703:121338.442 zbx_setproctitle() title:'availability manager #1 started' 256413:20250703:121338.442 query without transaction detected 256413:20250703:121338.442 query [txnlev:0] [update host_rtdata hr set active_available=0 where exists (select null from hosts h where h.hostid=hr.hostid and proxyid is null)] 256302:20250703:121338.442 In ipc_service_accept() 256302:20250703:121338.442 In ipc_service_add_client() 256302:20250703:121338.442 End of ipc_service_add_client() clientid:48 256302:20250703:121338.442 End of ipc_service_accept() 256302:20250703:121338.442 End of zbx_ipc_service_recv():2 256302:20250703:121338.442 In zbx_ha_dispatch_message() 256302:20250703:121338.442 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121338.442 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.442 End of zbx_ipc_service_recv():1 256302:20250703:121338.442 In zbx_rtc_dispatch() code:103 size:26 256302:20250703:121338.442 End of zbx_rtc_dispatch() 256302:20250703:121338.442 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.442 End of zbx_ipc_service_recv():0 256302:20250703:121338.442 In zbx_ha_dispatch_message() 256302:20250703:121338.442 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121338.442 In zbx_ipc_socket_close() 256302:20250703:121338.442 End of zbx_ipc_socket_close() 256302:20250703:121338.443 In zbx_ipc_service_recv() timeout:1.000 256413:20250703:121338.446 In zbx_ipc_service_recv() timeout:1.000 256401:20250703:121338.476 End of zbx_ipc_socket_open():SUCCEED 256401:20250703:121338.476 In zbx_ipc_socket_write() 256401:20250703:121338.476 End of zbx_ipc_socket_write():SUCCEED 256401:20250703:121338.476 zbx_setproctitle() title:'trapper #1 [processed data in 0.100363 sec, waiting for connection]' 256413:20250703:121338.477 In ipc_service_accept() 256413:20250703:121338.477 In ipc_service_add_client() 256413:20250703:121338.477 End of ipc_service_add_client() clientid:5 256413:20250703:121338.477 End of ipc_service_accept() 256413:20250703:121338.477 End of zbx_ipc_service_recv():2 256413:20250703:121338.477 In zbx_ipc_service_recv() timeout:1.000 256413:20250703:121338.477 End of zbx_ipc_service_recv():1 256413:20250703:121338.477 In zbx_ipc_service_recv() timeout:1.000 256401:20250703:121338.477 zbx_setproctitle() title:'trapper #1 [processing data]' 256401:20250703:121338.477 In zbx_ipc_async_socket_recv() timeout:0 256401:20250703:121338.477 End of zbx_ipc_async_socket_recv():0 256401:20250703:121338.477 trapper got '{"request":"active checks","host":"test","config_revision":0,"session":"3c242340683cf3307abbae10728e3e4c","version":"7.4.0","variant":1}' 256401:20250703:121338.477 In send_list_of_active_checks_json() 256401:20250703:121338.477 In zbx_is_ip4() ip:'127.0.0.1' 256401:20250703:121338.477 End of zbx_is_ip4():SUCCEED 256401:20250703:121338.477 In get_hostid_by_host_or_autoregister() host:'test' metadata:'' 256401:20250703:121338.477 End of get_hostid_by_host_or_autoregister():SUCCEED 256401:20250703:121338.477 In zbx_remote_commands_prepare_to_send() 256401:20250703:121338.477 End of zbx_remote_commands_prepare_to_send() 256401:20250703:121338.477 send_list_of_active_checks_json() sending [{"response":"success","config_revision":1,"data":[]}] 256401:20250703:121338.477 End of send_list_of_active_checks_json():SUCCEED 256401:20250703:121338.477 zbx_setproctitle() title:'trapper #1 [processed data in 0.000195 sec, waiting for connection]' 256343:20250703:121338.513 End of zbx_pp_manager_create() ret:SUCCEED error: 256343:20250703:121338.513 In zbx_ipc_socket_open() 256343:20250703:121338.513 End of zbx_ipc_socket_open():SUCCEED 256343:20250703:121338.513 In zbx_ipc_socket_write() 256343:20250703:121338.513 End of zbx_ipc_socket_write():SUCCEED 256343:20250703:121338.513 In zbx_ipc_socket_close() 256343:20250703:121338.513 End of zbx_ipc_socket_close() 256343:20250703:121338.513 zbx_setproctitle() title:'preprocessing manager #1 started' 256343:20250703:121338.513 In zbx_ipc_service_recv() timeout:0.500 256302:20250703:121338.513 In ipc_service_accept() 256302:20250703:121338.513 In ipc_service_add_client() 256302:20250703:121338.513 End of ipc_service_add_client() clientid:49 256302:20250703:121338.513 End of ipc_service_accept() 256302:20250703:121338.513 End of zbx_ipc_service_recv():2 256302:20250703:121338.513 In zbx_ha_dispatch_message() 256302:20250703:121338.513 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121338.513 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.513 End of zbx_ipc_service_recv():1 256302:20250703:121338.513 In zbx_rtc_dispatch() code:103 size:35 256302:20250703:121338.513 End of zbx_rtc_dispatch() 256302:20250703:121338.513 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.513 End of zbx_ipc_service_recv():0 256302:20250703:121338.513 In zbx_ha_dispatch_message() 256302:20250703:121338.513 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121338.513 In zbx_ipc_socket_close() 256302:20250703:121338.514 End of zbx_ipc_socket_close() 256302:20250703:121338.514 In zbx_ipc_service_recv() timeout:1.000 256352:20250703:121338.536 In zbx_ipc_socket_open() 256352:20250703:121338.536 End of zbx_ipc_socket_open():SUCCEED 256352:20250703:121338.536 In zbx_ipc_socket_write() 256352:20250703:121338.536 End of zbx_ipc_socket_write():SUCCEED 256352:20250703:121338.536 In zbx_ipc_socket_close() 256352:20250703:121338.536 End of zbx_ipc_socket_close() 256352:20250703:121338.536 zbx_setproctitle() title:'discovery manager #1 [started]' 256352:20250703:121338.536 In process_results() del_druleids:0 256352:20250703:121338.536 process_results() results=0 checks:0/0 del_druleids=0 incomplete_druleids=0 256352:20250703:121338.536 End of process_results() ret:0 256352:20250703:121338.536 zbx_setproctitle() title:'discovery manager #1 [processing 0 rules, 0 unsaved checks]' 256352:20250703:121338.536 In process_discovery() 256352:20250703:121338.536 End of process_discovery() rule_count:0 nextcheck:-1 256352:20250703:121338.536 In zbx_ipc_service_recv() timeout:5.000 256302:20250703:121338.536 In ipc_service_accept() 256302:20250703:121338.536 In ipc_service_add_client() 256302:20250703:121338.536 End of ipc_service_add_client() clientid:50 256302:20250703:121338.536 End of ipc_service_accept() 256302:20250703:121338.536 End of zbx_ipc_service_recv():2 256302:20250703:121338.536 In zbx_ha_dispatch_message() 256302:20250703:121338.536 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121338.536 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.536 End of zbx_ipc_service_recv():1 256302:20250703:121338.536 In zbx_rtc_dispatch() code:103 size:28 256302:20250703:121338.536 End of zbx_rtc_dispatch() 256302:20250703:121338.536 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121338.536 End of zbx_ipc_service_recv():0 256302:20250703:121338.536 In zbx_ha_dispatch_message() 256302:20250703:121338.536 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121338.536 In zbx_ipc_socket_close() 256302:20250703:121338.536 End of zbx_ipc_socket_close() 256302:20250703:121338.536 In zbx_ipc_service_recv() timeout:1.000 256418:20250703:121338.540 End of zbx_async_manager_create() ret:SUCCEED error: 256418:20250703:121338.540 End of async_poller_init() 256417:20250703:121338.564 End of zbx_async_manager_create() ret:SUCCEED error: 256417:20250703:121338.564 End of async_poller_init() 256416:20250703:121338.564 End of zbx_async_manager_create() ret:SUCCEED error: 256416:20250703:121338.564 End of async_poller_init() 256417:20250703:121338.564 In zbx_tls_init_child() 256417:20250703:121338.564 OpenSSL library (version OpenSSL 3.0.2 15 Mar 2022) initialized 256417:20250703:121338.565 zbx_tls_init_child() PSK ciphersuites: TLS_CHACHA20_POLY1305_SHA256 TLS_AES_128_GCM_SHA256 ECDHE-PSK-AES128-CBC-SHA256 ECDHE-PSK-AES128-CBC-SHA PSK-AES128-GCM-SHA256 PSK-AES128-CCM8 PSK-AES128-CCM PSK-AES128-CBC-SHA256 PSK-AES128-CBC-SHA 256417:20250703:121338.565 End of zbx_tls_init_child() 256312:20250703:121338.996 End of zbx_ipc_service_recv():2 256312:20250703:121338.996 In zbx_ipc_async_socket_send() 256312:20250703:121338.996 In zbx_ipc_client_send() clientid:0 256312:20250703:121338.996 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121338.996 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121338.996 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121338.996 End of zbx_ipc_async_socket_flush():0 256312:20250703:121338.996 In zbx_ipc_service_recv() timeout:0.998 256302:20250703:121338.996 End of zbx_ipc_service_recv():1 256302:20250703:121338.996 In zbx_ha_dispatch_message() 256302:20250703:121338.996 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121338.996 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121339.016 End of zbx_ipc_service_recv():2 256343:20250703:121339.016 In zbx_pp_manager_process_finished() 256343:20250703:121339.016 In zbx_timekeeper_collect() 256343:20250703:121339.016 End of zbx_timekeeper_collect() 256343:20250703:121339.016 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121339.016 In zbx_ipc_service_recv() timeout:0.500 256314:20250703:121339.045 End of zbx_ipc_service_recv():2 256314:20250703:121339.045 In zbx_ipc_service_recv() timeout:1.000 256353:20250703:121339.326 End of zbx_ipc_async_socket_recv():0 256353:20250703:121339.326 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000036 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121339.326 In zbx_sync_history_cache() history_num:0 256353:20250703:121339.326 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000027 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121339.326 In zbx_ipc_async_socket_recv() timeout:1 256356:20250703:121339.335 End of zbx_ipc_async_socket_recv():0 256356:20250703:121339.336 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000044 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121339.336 In zbx_sync_history_cache() history_num:0 256356:20250703:121339.336 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000056 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121339.336 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121339.336 End of zbx_ipc_async_socket_recv():0 256355:20250703:121339.336 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000023 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121339.336 In zbx_sync_history_cache() history_num:0 256355:20250703:121339.336 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000019 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121339.336 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121339.336 End of zbx_ipc_async_socket_recv():0 256354:20250703:121339.336 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000031 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121339.336 In zbx_sync_history_cache() history_num:0 256354:20250703:121339.336 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000012 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121339.336 In zbx_ipc_async_socket_recv() timeout:1 256418:20250703:121339.340 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121339.340 End of zbx_ipc_async_socket_recv():0 256418:20250703:121339.340 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121339.340 End of zbx_dc_config_get_poller_items():0 256418:20250703:121339.340 queue processing_num:0 pending:0 256344:20250703:121339.348 End of zbx_ipc_service_recv():2 256344:20250703:121339.348 In zbx_ipc_service_recv() timeout:1.000 256417:20250703:121339.352 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121339.352 End of zbx_ipc_async_socket_recv():0 256417:20250703:121339.352 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121339.352 End of zbx_dc_config_get_poller_items():0 256417:20250703:121339.352 queue processing_num:0 pending:0 256416:20250703:121339.352 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121339.352 End of zbx_ipc_async_socket_recv():0 256416:20250703:121339.352 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121339.352 End of zbx_dc_config_get_poller_items():0 256416:20250703:121339.352 queue processing_num:0 pending:0 256372:20250703:121339.382 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121339.382 In collect_selfmon_stats() 256372:20250703:121339.382 In zbx_timekeeper_collect() 256372:20250703:121339.382 End of zbx_timekeeper_collect() 256372:20250703:121339.382 End of collect_selfmon_stats() 256372:20250703:121339.382 zbx_setproctitle() title:'self-monitoring [processed data in 0.000118 sec, idle 1 sec]' 256339:20250703:121339.440 End of zbx_ipc_service_recv():2 256339:20250703:121339.440 In zbx_ipc_service_recv() timeout:1.000 256421:20250703:121339.441 End of zbx_ipc_service_recv():2 256421:20250703:121339.441 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121339.441 End of zbx_ipc_async_socket_recv():0 256407:20250703:121339.441 In zbx_ipc_async_socket_send() 256407:20250703:121339.441 In zbx_ipc_client_send() clientid:0 256407:20250703:121339.441 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121339.441 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121339.441 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000025 sec, idle 1 sec]' 256407:20250703:121339.441 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121339.441 End of zbx_ipc_service_recv():1 256339:20250703:121339.441 In am_flush_results() results:0 256339:20250703:121339.441 In zbx_ipc_client_send() clientid:8 256339:20250703:121339.441 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121339.441 End of am_flush_results() 256339:20250703:121339.441 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121339.441 End of zbx_ipc_async_socket_recv():0 256407:20250703:121339.441 In am_db_flush_results() 256407:20250703:121339.441 End of am_db_flush_results() flushed:0 256407:20250703:121339.441 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000009 sec, idle 1 sec]' 256407:20250703:121339.441 In zbx_ipc_async_socket_recv() timeout:1 256419:20250703:121339.445 End of zbx_ipc_service_recv():2 256419:20250703:121339.445 zbx_setproctitle() title:'configuration syncer worker [synced 0, updated 0 item names in 0.000000 sec, syncing]' 256419:20250703:121339.445 In dbsync_item_rtname() 256419:20250703:121339.445 query [txnlev:1] [begin;] 256419:20250703:121339.445 query [txnlev:1] [select i.itemid,i.hostid,i.name,ir.name_resolved from items i,item_rtname ir where i.name like '%%{$%%' and ir.itemid=i.itemid order by i.itemid] 256419:20250703:121339.447 fetch started 256419:20250703:121339.447 query [txnlev:1] [commit;] 256419:20250703:121339.447 End of dbsync_item_rtname() 256419:20250703:121339.447 zbx_setproctitle() title:'configuration syncer worker [synced 0, updated 0 item names in 0.002571 sec, idle]' 256419:20250703:121339.447 In zbx_ipc_service_recv() timeout:1.000 256413:20250703:121339.480 End of zbx_ipc_service_recv():2 256413:20250703:121339.480 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121339.520 End of zbx_ipc_service_recv():2 256343:20250703:121339.520 In zbx_pp_manager_process_finished() 256343:20250703:121339.520 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121339.520 In zbx_ipc_service_recv() timeout:0.500 256312:20250703:121339.999 End of zbx_ipc_service_recv():2 256312:20250703:121339.999 In zbx_ipc_async_socket_send() 256312:20250703:121339.999 In zbx_ipc_client_send() clientid:0 256312:20250703:121340.000 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121340.000 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121340.000 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121340.000 End of zbx_ipc_async_socket_flush():0 256312:20250703:121340.000 In zbx_ipc_service_recv() timeout:0.994 256302:20250703:121340.000 End of zbx_ipc_service_recv():1 256302:20250703:121340.000 In zbx_ha_dispatch_message() 256302:20250703:121340.000 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121340.000 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121340.024 End of zbx_ipc_service_recv():2 256343:20250703:121340.024 In zbx_pp_manager_process_finished() 256343:20250703:121340.024 In zbx_timekeeper_collect() 256343:20250703:121340.024 End of zbx_timekeeper_collect() 256343:20250703:121340.024 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121340.024 In zbx_ipc_service_recv() timeout:0.500 256314:20250703:121340.048 End of zbx_ipc_service_recv():2 256314:20250703:121340.048 In zbx_ipc_service_recv() timeout:1.000 256353:20250703:121340.329 End of zbx_ipc_async_socket_recv():0 256353:20250703:121340.329 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000027 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121340.329 In zbx_sync_history_cache() history_num:0 256353:20250703:121340.329 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000041 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121340.329 In zbx_ipc_async_socket_recv() timeout:1 256418:20250703:121340.340 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121340.340 End of zbx_ipc_async_socket_recv():0 256354:20250703:121340.340 End of zbx_ipc_async_socket_recv():0 256354:20250703:121340.340 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000012 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121340.340 In zbx_sync_history_cache() history_num:0 256354:20250703:121340.340 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000026 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121340.340 In zbx_ipc_async_socket_recv() timeout:1 256418:20250703:121340.340 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121340.340 End of zbx_dc_config_get_poller_items():0 256418:20250703:121340.340 queue processing_num:0 pending:0 256355:20250703:121340.340 End of zbx_ipc_async_socket_recv():0 256355:20250703:121340.340 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000019 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121340.340 In zbx_sync_history_cache() history_num:0 256355:20250703:121340.340 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000013 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121340.340 In zbx_ipc_async_socket_recv() timeout:1 256356:20250703:121340.341 End of zbx_ipc_async_socket_recv():0 256356:20250703:121340.341 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000056 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121340.341 In zbx_sync_history_cache() history_num:0 256356:20250703:121340.341 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000016 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121340.341 In zbx_ipc_async_socket_recv() timeout:1 256417:20250703:121340.352 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121340.352 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121340.352 End of zbx_dc_config_get_poller_items():0 256417:20250703:121340.352 queue processing_num:0 pending:0 256416:20250703:121340.352 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121340.352 End of zbx_ipc_async_socket_recv():0 256416:20250703:121340.352 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121340.352 End of zbx_dc_config_get_poller_items():0 256416:20250703:121340.352 queue processing_num:0 pending:0 256417:20250703:121340.352 End of zbx_ipc_async_socket_recv():0 256344:20250703:121340.352 End of zbx_ipc_service_recv():2 256344:20250703:121340.352 In zbx_ipc_service_recv() timeout:1.000 256373:20250703:121340.360 End of zbx_ipc_async_socket_recv():0 256373:20250703:121340.360 zbx_setproctitle() title:'task manager [processing tasks]' 256373:20250703:121340.360 query [txnlev:0] [select taskid,type,clock,ttl,proxyid from task where status in (1,2) order by taskid] 256373:20250703:121340.362 query [txnlev:1] [begin;] 256373:20250703:121340.362 query [txnlev:1] [delete from task where status in (3,4) and clock<=1751447620] 256373:20250703:121340.362 query [txnlev:1] [commit;] 256373:20250703:121340.362 zbx_setproctitle() title:'task manager [processed 0 task(s) in 0.002312 sec, idle 5 sec]' 256373:20250703:121340.362 In zbx_ipc_async_socket_recv() timeout:5 256372:20250703:121340.382 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121340.382 In collect_selfmon_stats() 256372:20250703:121340.382 In zbx_timekeeper_collect() 256372:20250703:121340.382 End of zbx_timekeeper_collect() 256372:20250703:121340.382 End of collect_selfmon_stats() 256372:20250703:121340.382 zbx_setproctitle() title:'self-monitoring [processed data in 0.000136 sec, idle 1 sec]' 256421:20250703:121340.444 End of zbx_ipc_service_recv():2 256421:20250703:121340.444 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121340.444 End of zbx_ipc_service_recv():2 256339:20250703:121340.444 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121340.445 End of zbx_ipc_async_socket_recv():0 256407:20250703:121340.445 In zbx_ipc_async_socket_send() 256407:20250703:121340.445 In zbx_ipc_client_send() clientid:0 256407:20250703:121340.445 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121340.445 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121340.445 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000021 sec, idle 1 sec]' 256407:20250703:121340.445 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121340.445 End of zbx_ipc_service_recv():1 256339:20250703:121340.445 In am_flush_results() results:0 256339:20250703:121340.445 In zbx_ipc_client_send() clientid:8 256339:20250703:121340.445 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121340.445 End of am_flush_results() 256339:20250703:121340.445 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121340.445 End of zbx_ipc_async_socket_recv():0 256407:20250703:121340.445 In am_db_flush_results() 256407:20250703:121340.445 End of am_db_flush_results() flushed:0 256407:20250703:121340.445 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000008 sec, idle 1 sec]' 256407:20250703:121340.445 In zbx_ipc_async_socket_recv() timeout:1 256419:20250703:121340.450 End of zbx_ipc_service_recv():2 256419:20250703:121340.450 In zbx_ipc_service_recv() timeout:1.000 256413:20250703:121340.484 End of zbx_ipc_service_recv():2 256413:20250703:121340.484 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121340.528 End of zbx_ipc_service_recv():2 256343:20250703:121340.528 In zbx_pp_manager_process_finished() 256343:20250703:121340.528 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121340.528 In zbx_ipc_service_recv() timeout:0.500 256312:20250703:121340.995 End of zbx_ipc_service_recv():2 256312:20250703:121340.995 In zbx_ipc_async_socket_send() 256312:20250703:121340.996 In zbx_ipc_client_send() clientid:0 256312:20250703:121340.996 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121340.996 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121340.996 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121340.996 End of zbx_ipc_async_socket_flush():0 256312:20250703:121340.996 In zbx_ipc_service_recv() timeout:0.998 256302:20250703:121340.996 End of zbx_ipc_service_recv():1 256302:20250703:121340.996 In zbx_ha_dispatch_message() 256302:20250703:121340.996 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121340.996 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121341.033 End of zbx_ipc_service_recv():2 256343:20250703:121341.033 In zbx_pp_manager_process_finished() 256343:20250703:121341.033 In zbx_timekeeper_collect() 256343:20250703:121341.033 End of zbx_timekeeper_collect() 256343:20250703:121341.033 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121341.033 In zbx_ipc_service_recv() timeout:0.500 256314:20250703:121341.051 End of zbx_ipc_service_recv():2 256314:20250703:121341.052 In zbx_ipc_service_recv() timeout:1.000 256353:20250703:121341.332 End of zbx_ipc_async_socket_recv():0 256353:20250703:121341.332 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000041 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121341.332 In zbx_sync_history_cache() history_num:0 256353:20250703:121341.332 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000033 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121341.332 In zbx_ipc_async_socket_recv() timeout:1 256418:20250703:121341.342 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121341.342 End of zbx_ipc_async_socket_recv():0 256418:20250703:121341.342 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121341.342 End of zbx_dc_config_get_poller_items():0 256418:20250703:121341.342 queue processing_num:0 pending:0 256356:20250703:121341.345 End of zbx_ipc_async_socket_recv():0 256356:20250703:121341.345 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000016 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121341.345 In zbx_sync_history_cache() history_num:0 256356:20250703:121341.345 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000027 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121341.345 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121341.345 End of zbx_ipc_async_socket_recv():0 256355:20250703:121341.345 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000013 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121341.345 In zbx_sync_history_cache() history_num:0 256355:20250703:121341.345 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000012 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121341.345 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121341.345 End of zbx_ipc_async_socket_recv():0 256354:20250703:121341.345 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000026 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121341.345 In zbx_sync_history_cache() history_num:0 256354:20250703:121341.345 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000012 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121341.345 In zbx_ipc_async_socket_recv() timeout:1 256416:20250703:121341.353 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121341.353 End of zbx_ipc_async_socket_recv():0 256416:20250703:121341.353 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121341.353 End of zbx_dc_config_get_poller_items():0 256416:20250703:121341.353 queue processing_num:0 pending:0 256417:20250703:121341.353 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121341.353 End of zbx_ipc_async_socket_recv():0 256417:20250703:121341.353 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121341.353 End of zbx_dc_config_get_poller_items():0 256417:20250703:121341.353 queue processing_num:0 pending:0 256344:20250703:121341.356 End of zbx_ipc_service_recv():2 256344:20250703:121341.356 In zbx_ipc_service_recv() timeout:1.000 256372:20250703:121341.383 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121341.384 In collect_selfmon_stats() 256372:20250703:121341.384 In zbx_timekeeper_collect() 256372:20250703:121341.384 End of zbx_timekeeper_collect() 256372:20250703:121341.384 End of collect_selfmon_stats() 256372:20250703:121341.384 zbx_setproctitle() title:'self-monitoring [processed data in 0.000069 sec, idle 1 sec]' 256357:20250703:121341.415 End of zbx_ipc_async_socket_recv():0 256357:20250703:121341.415 zbx_setproctitle() title:'escalator #1 [processed 0 escalations in 0.015754 sec, processing escalations]' 256357:20250703:121341.415 In process_escalations() 256357:20250703:121341.415 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is not null and nextcheck<=1751534024 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121341.416 End of process_escalations() 256357:20250703:121341.416 In process_escalations() 256357:20250703:121341.416 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is not null and nextcheck<=1751534024 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121341.416 End of process_escalations() 256357:20250703:121341.416 In process_escalations() 256357:20250703:121341.416 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is null and serviceid is not null and nextcheck<=1751534024 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121341.416 End of process_escalations() 256357:20250703:121341.416 In process_escalations() 256357:20250703:121341.416 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is null and serviceid is null and nextcheck<=1751534024 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121341.416 End of process_escalations() 256357:20250703:121341.416 zbx_setproctitle() title:'escalator #1 [processed 0 escalations in 0.001480 sec, idle 3 sec]' 256357:20250703:121341.416 In zbx_ipc_async_socket_recv() timeout:3 256407:20250703:121341.448 End of zbx_ipc_async_socket_recv():0 256407:20250703:121341.448 In zbx_ipc_async_socket_send() 256407:20250703:121341.448 In zbx_ipc_client_send() clientid:0 256407:20250703:121341.448 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121341.448 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121341.448 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000041 sec, idle 1 sec]' 256407:20250703:121341.448 In zbx_ipc_async_socket_recv() timeout:1 256421:20250703:121341.448 End of zbx_ipc_service_recv():2 256421:20250703:121341.448 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121341.448 End of zbx_ipc_service_recv():2 256339:20250703:121341.448 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121341.448 End of zbx_ipc_service_recv():1 256339:20250703:121341.448 In am_flush_results() results:0 256339:20250703:121341.448 In zbx_ipc_client_send() clientid:8 256339:20250703:121341.448 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121341.448 End of am_flush_results() 256339:20250703:121341.448 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121341.448 End of zbx_ipc_async_socket_recv():0 256407:20250703:121341.448 In am_db_flush_results() 256407:20250703:121341.448 End of am_db_flush_results() flushed:0 256407:20250703:121341.448 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000009 sec, idle 1 sec]' 256407:20250703:121341.448 In zbx_ipc_async_socket_recv() timeout:1 256419:20250703:121341.452 End of zbx_ipc_service_recv():2 256419:20250703:121341.452 In zbx_ipc_service_recv() timeout:1.000 256413:20250703:121341.488 End of zbx_ipc_service_recv():2 256413:20250703:121341.488 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121341.536 End of zbx_ipc_service_recv():2 256343:20250703:121341.536 In zbx_pp_manager_process_finished() 256343:20250703:121341.536 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121341.536 In zbx_ipc_service_recv() timeout:0.500 256312:20250703:121341.996 End of zbx_ipc_service_recv():2 256312:20250703:121341.996 In ha_check_nodes() ha_status:active db_status:0 256312:20250703:121341.996 query [txnlev:1] [begin;] 256312:20250703:121341.997 query [txnlev:1] [select ha_nodeid,name,status,lastaccess,address,port,ha_sessionid from ha_node order by ha_nodeid for update] 256312:20250703:121341.998 query [txnlev:1] [select name, value_str, value_int from settings where name in ('ha_failover_delay', 'auditlog_enabled', 'auditlog_mode')] 256312:20250703:121341.999 In ha_db_get_time() 256312:20250703:121341.999 query [txnlev:1] [select cast(extract(epoch from now()) as int) from settings limit 1] 256312:20250703:121341.999 End of ha_db_get_time():SUCCEED db_time:1751534022 256312:20250703:121341.999 query [txnlev:1] [update ha_node set lastaccess=cast(extract(epoch from now()) as int) where ha_nodeid='cmbtfdmr70001y3jqx66php2f'] 256312:20250703:121341.999 query [txnlev:1] [commit;] 256302:20250703:121342.001 End of zbx_ipc_service_recv():2 256302:20250703:121342.001 In zbx_ha_dispatch_message() 256302:20250703:121342.001 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121342.001 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121342.002 End of ha_check_nodes() nodeid:cmbtfdmr70001y3jqx66php2f ha_status:active db_status:0 256312:20250703:121342.002 In zbx_ipc_async_socket_send() 256312:20250703:121342.002 In zbx_ipc_client_send() clientid:0 256312:20250703:121342.002 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121342.002 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121342.002 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121342.002 End of zbx_ipc_async_socket_flush():0 256312:20250703:121342.002 In zbx_ipc_service_recv() timeout:0.997 256302:20250703:121342.002 End of zbx_ipc_service_recv():1 256302:20250703:121342.002 In zbx_ha_dispatch_message() 256302:20250703:121342.002 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121342.002 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121342.041 End of zbx_ipc_service_recv():2 256343:20250703:121342.042 In zbx_pp_manager_process_finished() 256343:20250703:121342.042 In zbx_timekeeper_collect() 256343:20250703:121342.042 End of zbx_timekeeper_collect() 256343:20250703:121342.042 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121342.042 In zbx_ipc_service_recv() timeout:0.500 256314:20250703:121342.059 End of zbx_ipc_service_recv():2 256314:20250703:121342.059 In zbx_ipc_service_recv() timeout:1.000 256353:20250703:121342.338 End of zbx_ipc_async_socket_recv():0 256353:20250703:121342.338 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000033 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121342.338 In zbx_sync_history_cache() history_num:0 256353:20250703:121342.338 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000030 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121342.338 In zbx_ipc_async_socket_recv() timeout:1 256418:20250703:121342.341 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121342.341 End of zbx_ipc_async_socket_recv():0 256418:20250703:121342.341 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121342.341 End of zbx_dc_config_get_poller_items():0 256418:20250703:121342.341 queue processing_num:0 pending:0 256355:20250703:121342.349 End of zbx_ipc_async_socket_recv():0 256355:20250703:121342.349 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000012 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121342.349 In zbx_sync_history_cache() history_num:0 256354:20250703:121342.349 End of zbx_ipc_async_socket_recv():0 256354:20250703:121342.349 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000012 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121342.349 In zbx_sync_history_cache() history_num:0 256354:20250703:121342.349 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000022 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121342.349 In zbx_ipc_async_socket_recv() timeout:1 256356:20250703:121342.349 End of zbx_ipc_async_socket_recv():0 256356:20250703:121342.349 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000027 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121342.349 In zbx_sync_history_cache() history_num:0 256356:20250703:121342.349 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000015 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121342.349 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121342.349 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000054 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121342.349 In zbx_ipc_async_socket_recv() timeout:1 256416:20250703:121342.352 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121342.352 End of zbx_ipc_async_socket_recv():0 256417:20250703:121342.352 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121342.352 End of zbx_ipc_async_socket_recv():0 256416:20250703:121342.352 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121342.352 End of zbx_dc_config_get_poller_items():0 256416:20250703:121342.352 queue processing_num:0 pending:0 256417:20250703:121342.352 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121342.352 End of zbx_dc_config_get_poller_items():0 256417:20250703:121342.352 queue processing_num:0 pending:0 256344:20250703:121342.361 End of zbx_ipc_service_recv():2 256344:20250703:121342.361 In zbx_ipc_service_recv() timeout:1.000 256372:20250703:121342.385 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121342.385 In collect_selfmon_stats() 256372:20250703:121342.385 In zbx_timekeeper_collect() 256372:20250703:121342.385 End of zbx_timekeeper_collect() 256372:20250703:121342.385 End of collect_selfmon_stats() 256372:20250703:121342.385 zbx_setproctitle() title:'self-monitoring [processed data in 0.000084 sec, idle 1 sec]' 256339:20250703:121342.449 End of zbx_ipc_service_recv():2 256339:20250703:121342.449 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121342.449 End of zbx_ipc_async_socket_recv():0 256407:20250703:121342.449 In zbx_ipc_async_socket_send() 256407:20250703:121342.449 In zbx_ipc_client_send() clientid:0 256407:20250703:121342.449 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121342.449 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121342.449 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000103 sec, idle 1 sec]' 256407:20250703:121342.449 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121342.449 End of zbx_ipc_service_recv():1 256339:20250703:121342.449 In am_flush_results() results:0 256339:20250703:121342.449 In zbx_ipc_client_send() clientid:8 256339:20250703:121342.449 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121342.449 End of am_flush_results() 256339:20250703:121342.449 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121342.449 End of zbx_ipc_async_socket_recv():0 256407:20250703:121342.449 In am_db_flush_results() 256407:20250703:121342.449 End of am_db_flush_results() flushed:0 256407:20250703:121342.449 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000009 sec, idle 1 sec]' 256407:20250703:121342.449 In zbx_ipc_async_socket_recv() timeout:1 256421:20250703:121342.449 End of zbx_ipc_service_recv():2 256421:20250703:121342.449 In zbx_ipc_service_recv() timeout:1.000 256419:20250703:121342.456 End of zbx_ipc_service_recv():2 256419:20250703:121342.456 In zbx_ipc_service_recv() timeout:1.000 256413:20250703:121342.492 End of zbx_ipc_service_recv():2 256413:20250703:121342.493 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121342.549 End of zbx_ipc_service_recv():2 256343:20250703:121342.549 In zbx_pp_manager_process_finished() 256343:20250703:121342.549 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121342.549 In zbx_ipc_service_recv() timeout:0.500 256312:20250703:121343.003 End of zbx_ipc_service_recv():2 256312:20250703:121343.003 In zbx_ipc_async_socket_send() 256312:20250703:121343.003 In zbx_ipc_client_send() clientid:0 256312:20250703:121343.003 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121343.003 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121343.003 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121343.003 End of zbx_ipc_async_socket_flush():0 256312:20250703:121343.003 In zbx_ipc_service_recv() timeout:0.990 256302:20250703:121343.004 End of zbx_ipc_service_recv():1 256302:20250703:121343.004 In zbx_ha_dispatch_message() 256302:20250703:121343.004 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121343.004 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121343.052 End of zbx_ipc_service_recv():2 256343:20250703:121343.052 In zbx_pp_manager_process_finished() 256343:20250703:121343.052 In zbx_timekeeper_collect() 256343:20250703:121343.052 End of zbx_timekeeper_collect() 256343:20250703:121343.052 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121343.052 In zbx_ipc_service_recv() timeout:0.500 256314:20250703:121343.065 End of zbx_ipc_service_recv():2 256314:20250703:121343.065 zbx_setproctitle() title:'service manager #1 [processed 0 events, updated 0 event tags, deleted 0 problems, synced 0 service updates, idle 5.022396 sec during 5.037174 sec]' 256314:20250703:121343.065 In zbx_ipc_service_recv() timeout:1.000 256351:20250703:121343.272 End of zbx_ipc_async_socket_recv():0 256351:20250703:121343.273 zbx_setproctitle() title:'browser poller #1 [got 0 values in 0.000074 sec, getting values]' 256351:20250703:121343.273 In get_values() 256351:20250703:121343.273 In zbx_dc_config_get_poller_items() poller_type:11 256351:20250703:121343.273 End of zbx_dc_config_get_poller_items():0 256351:20250703:121343.273 In zbx_dc_config_get_poller_nextcheck() poller_type:11 256351:20250703:121343.273 End of zbx_dc_config_get_poller_nextcheck():-1 256351:20250703:121343.273 End of get_values():0 256351:20250703:121343.273 zbx_setproctitle() title:'browser poller #1 [got 0 values in 0.000040 sec, idle 5 sec]' 256351:20250703:121343.273 In zbx_ipc_async_socket_recv() timeout:5 256361:20250703:121343.284 End of zbx_ipc_async_socket_recv():0 256361:20250703:121343.284 zbx_setproctitle() title:'java poller #4 [got 0 values in 0.000135 sec, getting values]' 256361:20250703:121343.284 In get_values() 256361:20250703:121343.284 In zbx_dc_config_get_poller_items() poller_type:4 256361:20250703:121343.284 End of zbx_dc_config_get_poller_items():0 256361:20250703:121343.284 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256361:20250703:121343.284 End of zbx_dc_config_get_poller_nextcheck():-1 256361:20250703:121343.284 End of get_values():0 256361:20250703:121343.284 zbx_setproctitle() title:'java poller #4 [got 0 values in 0.000070 sec, idle 5 sec]' 256361:20250703:121343.284 In zbx_ipc_async_socket_recv() timeout:5 256363:20250703:121343.284 End of zbx_ipc_async_socket_recv():0 256363:20250703:121343.284 zbx_setproctitle() title:'java poller #6 [got 0 values in 0.000141 sec, getting values]' 256363:20250703:121343.284 In get_values() 256363:20250703:121343.284 In zbx_dc_config_get_poller_items() poller_type:4 256363:20250703:121343.284 End of zbx_dc_config_get_poller_items():0 256363:20250703:121343.284 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256363:20250703:121343.284 End of zbx_dc_config_get_poller_nextcheck():-1 256363:20250703:121343.284 End of get_values():0 256363:20250703:121343.284 zbx_setproctitle() title:'java poller #6 [got 0 values in 0.000032 sec, idle 5 sec]' 256363:20250703:121343.284 In zbx_ipc_async_socket_recv() timeout:5 256362:20250703:121343.284 End of zbx_ipc_async_socket_recv():0 256362:20250703:121343.284 zbx_setproctitle() title:'java poller #5 [got 0 values in 0.000226 sec, getting values]' 256362:20250703:121343.284 In get_values() 256362:20250703:121343.284 In zbx_dc_config_get_poller_items() poller_type:4 256362:20250703:121343.284 End of zbx_dc_config_get_poller_items():0 256362:20250703:121343.284 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256362:20250703:121343.284 End of zbx_dc_config_get_poller_nextcheck():-1 256362:20250703:121343.284 End of get_values():0 256362:20250703:121343.284 zbx_setproctitle() title:'java poller #5 [got 0 values in 0.000028 sec, idle 5 sec]' 256362:20250703:121343.284 In zbx_ipc_async_socket_recv() timeout:5 256359:20250703:121343.314 End of zbx_ipc_async_socket_recv():0 256359:20250703:121343.314 zbx_setproctitle() title:'java poller #2 [got 0 values in 0.000065 sec, getting values]' 256359:20250703:121343.314 In get_values() 256359:20250703:121343.314 In zbx_dc_config_get_poller_items() poller_type:4 256359:20250703:121343.314 End of zbx_dc_config_get_poller_items():0 256359:20250703:121343.314 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256359:20250703:121343.314 End of zbx_dc_config_get_poller_nextcheck():-1 256359:20250703:121343.314 End of get_values():0 256359:20250703:121343.314 zbx_setproctitle() title:'java poller #2 [got 0 values in 0.000048 sec, idle 5 sec]' 256359:20250703:121343.314 In zbx_ipc_async_socket_recv() timeout:5 256360:20250703:121343.314 End of zbx_ipc_async_socket_recv():0 256360:20250703:121343.314 zbx_setproctitle() title:'java poller #3 [got 0 values in 0.000052 sec, getting values]' 256360:20250703:121343.314 In get_values() 256360:20250703:121343.314 In zbx_dc_config_get_poller_items() poller_type:4 256360:20250703:121343.314 End of zbx_dc_config_get_poller_items():0 256360:20250703:121343.314 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256360:20250703:121343.314 End of zbx_dc_config_get_poller_nextcheck():-1 256360:20250703:121343.314 End of get_values():0 256360:20250703:121343.314 zbx_setproctitle() title:'java poller #3 [got 0 values in 0.000027 sec, idle 5 sec]' 256360:20250703:121343.314 In zbx_ipc_async_socket_recv() timeout:5 256358:20250703:121343.314 End of zbx_ipc_async_socket_recv():0 256358:20250703:121343.314 zbx_setproctitle() title:'java poller #1 [got 0 values in 0.000046 sec, getting values]' 256358:20250703:121343.314 In get_values() 256358:20250703:121343.314 In zbx_dc_config_get_poller_items() poller_type:4 256358:20250703:121343.314 End of zbx_dc_config_get_poller_items():0 256358:20250703:121343.314 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256358:20250703:121343.314 End of zbx_dc_config_get_poller_nextcheck():-1 256358:20250703:121343.314 End of get_values():0 256358:20250703:121343.314 zbx_setproctitle() title:'java poller #1 [got 0 values in 0.000050 sec, idle 5 sec]' 256358:20250703:121343.314 In zbx_ipc_async_socket_recv() timeout:5 256364:20250703:121343.314 End of zbx_ipc_async_socket_recv():0 256364:20250703:121343.314 zbx_setproctitle() title:'java poller #7 [got 0 values in 0.000117 sec, getting values]' 256364:20250703:121343.314 In get_values() 256364:20250703:121343.314 In zbx_dc_config_get_poller_items() poller_type:4 256364:20250703:121343.314 End of zbx_dc_config_get_poller_items():0 256364:20250703:121343.314 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256364:20250703:121343.314 End of zbx_dc_config_get_poller_nextcheck():-1 256364:20250703:121343.314 End of get_values():0 256364:20250703:121343.314 zbx_setproctitle() title:'java poller #7 [got 0 values in 0.000052 sec, idle 5 sec]' 256364:20250703:121343.314 In zbx_ipc_async_socket_recv() timeout:5 256369:20250703:121343.318 End of zbx_ipc_async_socket_recv():0 256369:20250703:121343.318 zbx_setproctitle() title:'java poller #9 [got 0 values in 0.000054 sec, getting values]' 256369:20250703:121343.318 In get_values() 256369:20250703:121343.318 In zbx_dc_config_get_poller_items() poller_type:4 256369:20250703:121343.318 End of zbx_dc_config_get_poller_items():0 256369:20250703:121343.318 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256369:20250703:121343.318 End of zbx_dc_config_get_poller_nextcheck():-1 256369:20250703:121343.318 End of get_values():0 256369:20250703:121343.318 zbx_setproctitle() title:'java poller #9 [got 0 values in 0.000033 sec, idle 5 sec]' 256369:20250703:121343.318 In zbx_ipc_async_socket_recv() timeout:5 256370:20250703:121343.318 End of zbx_ipc_async_socket_recv():0 256370:20250703:121343.318 zbx_setproctitle() title:'java poller #10 [got 0 values in 0.000171 sec, getting values]' 256370:20250703:121343.318 In get_values() 256370:20250703:121343.318 In zbx_dc_config_get_poller_items() poller_type:4 256370:20250703:121343.318 End of zbx_dc_config_get_poller_items():0 256370:20250703:121343.318 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256370:20250703:121343.318 End of zbx_dc_config_get_poller_nextcheck():-1 256370:20250703:121343.318 End of get_values():0 256370:20250703:121343.318 zbx_setproctitle() title:'java poller #10 [got 0 values in 0.000035 sec, idle 5 sec]' 256370:20250703:121343.318 In zbx_ipc_async_socket_recv() timeout:5 256374:20250703:121343.319 End of zbx_ipc_async_socket_recv():0 256374:20250703:121343.320 forced reloading of the snmp cache on [poller #1] 256374:20250703:121343.320 zbx_setproctitle() title:'poller #1 [got 0 values in 0.000052 sec, getting values]' 256374:20250703:121343.320 In get_values() 256374:20250703:121343.320 In zbx_dc_config_get_poller_items() poller_type:0 256374:20250703:121343.320 End of zbx_dc_config_get_poller_items():0 256374:20250703:121343.320 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256374:20250703:121343.320 End of zbx_dc_config_get_poller_nextcheck():-1 256374:20250703:121343.320 End of get_values():0 256374:20250703:121343.320 zbx_setproctitle() title:'poller #1 [got 0 values in 0.000031 sec, idle 5 sec]' 256374:20250703:121343.320 In zbx_ipc_async_socket_recv() timeout:5 256376:20250703:121343.323 End of zbx_ipc_async_socket_recv():0 256376:20250703:121343.323 forced reloading of the snmp cache on [poller #3] 256376:20250703:121343.323 zbx_setproctitle() title:'poller #3 [got 0 values in 0.000054 sec, getting values]' 256376:20250703:121343.323 In get_values() 256376:20250703:121343.323 In zbx_dc_config_get_poller_items() poller_type:0 256376:20250703:121343.323 End of zbx_dc_config_get_poller_items():0 256376:20250703:121343.323 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256376:20250703:121343.323 End of zbx_dc_config_get_poller_nextcheck():-1 256376:20250703:121343.323 End of get_values():0 256376:20250703:121343.323 zbx_setproctitle() title:'poller #3 [got 0 values in 0.000037 sec, idle 5 sec]' 256376:20250703:121343.323 In zbx_ipc_async_socket_recv() timeout:5 256375:20250703:121343.323 End of zbx_ipc_async_socket_recv():0 256375:20250703:121343.323 forced reloading of the snmp cache on [poller #2] 256375:20250703:121343.324 zbx_setproctitle() title:'poller #2 [got 0 values in 0.000056 sec, getting values]' 256375:20250703:121343.324 In get_values() 256375:20250703:121343.324 In zbx_dc_config_get_poller_items() poller_type:0 256399:20250703:121343.324 End of zbx_ipc_async_socket_recv():0 256399:20250703:121343.324 forced reloading of the snmp cache on [poller #5] 256399:20250703:121343.324 zbx_setproctitle() title:'poller #5 [got 0 values in 0.000051 sec, getting values]' 256399:20250703:121343.324 In get_values() 256399:20250703:121343.324 In zbx_dc_config_get_poller_items() poller_type:0 256375:20250703:121343.324 End of zbx_dc_config_get_poller_items():0 256375:20250703:121343.324 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256375:20250703:121343.324 End of zbx_dc_config_get_poller_nextcheck():-1 256375:20250703:121343.324 End of get_values():0 256375:20250703:121343.324 zbx_setproctitle() title:'poller #2 [got 0 values in 0.000191 sec, idle 5 sec]' 256375:20250703:121343.324 In zbx_ipc_async_socket_recv() timeout:5 256399:20250703:121343.324 End of zbx_dc_config_get_poller_items():0 256399:20250703:121343.324 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256399:20250703:121343.324 End of zbx_dc_config_get_poller_nextcheck():-1 256399:20250703:121343.324 End of get_values():0 256399:20250703:121343.324 zbx_setproctitle() title:'poller #5 [got 0 values in 0.000122 sec, idle 5 sec]' 256399:20250703:121343.324 In zbx_ipc_async_socket_recv() timeout:5 256400:20250703:121343.324 End of zbx_ipc_async_socket_recv():0 256400:20250703:121343.324 forced reloading of the snmp cache on [unreachable poller #1] 256400:20250703:121343.324 zbx_setproctitle() title:'unreachable poller #1 [got 0 values in 0.000053 sec, getting values]' 256400:20250703:121343.324 In get_values() 256400:20250703:121343.324 In zbx_dc_config_get_poller_items() poller_type:1 256400:20250703:121343.324 End of zbx_dc_config_get_poller_items():0 256400:20250703:121343.324 In zbx_dc_config_get_poller_nextcheck() poller_type:1 256400:20250703:121343.324 End of zbx_dc_config_get_poller_nextcheck():-1 256400:20250703:121343.324 End of get_values():0 256400:20250703:121343.324 zbx_setproctitle() title:'unreachable poller #1 [got 0 values in 0.000037 sec, idle 5 sec]' 256400:20250703:121343.324 In zbx_ipc_async_socket_recv() timeout:5 256406:20250703:121343.328 zbx_setproctitle() title:'icmp pinger #1 [getting values]' 256406:20250703:121343.328 In get_pinger_hosts() 256406:20250703:121343.328 In zbx_dc_config_get_poller_items() poller_type:3 256406:20250703:121343.328 End of zbx_dc_config_get_poller_items():0 256406:20250703:121343.328 End of get_pinger_hosts():0 256406:20250703:121343.328 In process_pinger_hosts() 256406:20250703:121343.328 End of process_pinger_hosts() 256406:20250703:121343.328 In zbx_dc_config_get_poller_nextcheck() poller_type:3 256406:20250703:121343.328 End of zbx_dc_config_get_poller_nextcheck():-1 256406:20250703:121343.328 zbx_setproctitle() title:'icmp pinger #1 [got 0 values in 0.000061 sec, idle 5 sec]' 256365:20250703:121343.333 End of zbx_ipc_async_socket_recv():0 256365:20250703:121343.333 zbx_setproctitle() title:'java poller #8 [got 0 values in 0.000067 sec, getting values]' 256365:20250703:121343.333 In get_values() 256365:20250703:121343.333 In zbx_dc_config_get_poller_items() poller_type:4 256365:20250703:121343.333 End of zbx_dc_config_get_poller_items():0 256365:20250703:121343.333 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256365:20250703:121343.333 End of zbx_dc_config_get_poller_nextcheck():-1 256365:20250703:121343.333 End of get_values():0 256365:20250703:121343.333 zbx_setproctitle() title:'java poller #8 [got 0 values in 0.000039 sec, idle 5 sec]' 256365:20250703:121343.333 In zbx_ipc_async_socket_recv() timeout:5 256353:20250703:121343.340 End of zbx_ipc_async_socket_recv():0 256353:20250703:121343.341 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000030 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121343.341 In zbx_sync_history_cache() history_num:0 256353:20250703:121343.341 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000032 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121343.341 In zbx_ipc_async_socket_recv() timeout:1 256418:20250703:121343.341 zbx_setproctitle() title:'snmp poller #1 [got 0 values, queued 0 in 5 sec, awaiting 0]' 256418:20250703:121343.341 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121343.341 End of zbx_ipc_async_socket_recv():0 256418:20250703:121343.341 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121343.341 End of zbx_dc_config_get_poller_items():0 256418:20250703:121343.341 queue processing_num:0 pending:0 256398:20250703:121343.343 End of zbx_ipc_async_socket_recv():0 256398:20250703:121343.343 forced reloading of the snmp cache on [poller #4] 256398:20250703:121343.344 zbx_setproctitle() title:'poller #4 [got 0 values in 0.000059 sec, getting values]' 256398:20250703:121343.344 In get_values() 256398:20250703:121343.344 In zbx_dc_config_get_poller_items() poller_type:0 256398:20250703:121343.344 End of zbx_dc_config_get_poller_items():0 256398:20250703:121343.344 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256398:20250703:121343.344 End of zbx_dc_config_get_poller_nextcheck():-1 256398:20250703:121343.344 End of get_values():0 256398:20250703:121343.344 zbx_setproctitle() title:'poller #4 [got 0 values in 0.000032 sec, idle 5 sec]' 256398:20250703:121343.344 In zbx_ipc_async_socket_recv() timeout:5 256417:20250703:121343.354 zbx_setproctitle() title:'agent poller #1 [got 0 values, queued 0 in 5 sec, awaiting 0]' 256417:20250703:121343.354 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121343.354 End of zbx_ipc_async_socket_recv():0 256417:20250703:121343.355 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121343.355 End of zbx_dc_config_get_poller_items():0 256417:20250703:121343.355 queue processing_num:0 pending:0 256416:20250703:121343.355 zbx_setproctitle() title:'http agent poller #1 [got 0 values, queued 0 in 5 sec, awaiting 0]' 256416:20250703:121343.355 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121343.355 End of zbx_ipc_async_socket_recv():0 256416:20250703:121343.355 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121343.355 End of zbx_dc_config_get_poller_items():0 256416:20250703:121343.355 queue processing_num:0 pending:0 256420:20250703:121343.355 End of zbx_ipc_async_socket_recv():0 256420:20250703:121343.355 zbx_setproctitle() title:'internal poller #1 [got 0 values in 0.000070 sec, getting values]' 256420:20250703:121343.355 In get_values() 256420:20250703:121343.355 In zbx_dc_config_get_poller_items() poller_type:10 256420:20250703:121343.355 End of zbx_dc_config_get_poller_items():0 256420:20250703:121343.355 In zbx_dc_config_get_poller_nextcheck() poller_type:10 256420:20250703:121343.355 End of zbx_dc_config_get_poller_nextcheck():-1 256420:20250703:121343.355 End of get_values():0 256420:20250703:121343.355 zbx_setproctitle() title:'internal poller #1 [got 0 values in 0.000035 sec, idle 5 sec]' 256420:20250703:121343.355 In zbx_ipc_async_socket_recv() timeout:5 256354:20250703:121343.356 End of zbx_ipc_async_socket_recv():0 256354:20250703:121343.356 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000022 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121343.356 In zbx_sync_history_cache() history_num:0 256354:20250703:121343.356 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000025 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121343.356 In zbx_ipc_async_socket_recv() timeout:1 256356:20250703:121343.356 End of zbx_ipc_async_socket_recv():0 256356:20250703:121343.356 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000015 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121343.356 In zbx_sync_history_cache() history_num:0 256356:20250703:121343.356 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000013 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121343.356 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121343.356 End of zbx_ipc_async_socket_recv():0 256355:20250703:121343.356 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000054 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121343.356 In zbx_sync_history_cache() history_num:0 256355:20250703:121343.356 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000015 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121343.356 In zbx_ipc_async_socket_recv() timeout:1 256415:20250703:121343.359 End of zbx_ipc_async_socket_recv():0 256415:20250703:121343.360 zbx_setproctitle() title:'odbc poller #1 [got 0 values in 0.000149 sec, getting values]' 256415:20250703:121343.360 In get_values() 256415:20250703:121343.360 In zbx_dc_config_get_poller_items() poller_type:6 256415:20250703:121343.360 End of zbx_dc_config_get_poller_items():0 256415:20250703:121343.360 In zbx_dc_config_get_poller_nextcheck() poller_type:6 256415:20250703:121343.360 End of zbx_dc_config_get_poller_nextcheck():-1 256415:20250703:121343.360 End of get_values():0 256415:20250703:121343.360 zbx_setproctitle() title:'odbc poller #1 [got 0 values in 0.000035 sec, idle 5 sec]' 256415:20250703:121343.360 In zbx_ipc_async_socket_recv() timeout:5 256344:20250703:121343.364 End of zbx_ipc_service_recv():2 256344:20250703:121343.364 zbx_setproctitle() title:'lld manager #1 [processed 0 LLD rules, idle 5.115584sec during 5.115673 sec]' 256344:20250703:121343.364 In zbx_ipc_service_recv() timeout:1.000 256372:20250703:121343.387 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121343.387 In collect_selfmon_stats() 256372:20250703:121343.387 In zbx_timekeeper_collect() 256372:20250703:121343.387 End of zbx_timekeeper_collect() 256372:20250703:121343.387 End of collect_selfmon_stats() 256372:20250703:121343.387 zbx_setproctitle() title:'self-monitoring [processed data in 0.000120 sec, idle 1 sec]' 256409:20250703:121343.392 End of zbx_ipc_async_socket_recv():0 256409:20250703:121343.392 zbx_setproctitle() title:'history poller #2 [got 0 values in 0.000116 sec, getting values]' 256409:20250703:121343.392 In get_values() 256409:20250703:121343.392 In zbx_dc_config_get_poller_items() poller_type:5 256409:20250703:121343.392 End of zbx_dc_config_get_poller_items():0 256409:20250703:121343.392 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256409:20250703:121343.392 End of zbx_dc_config_get_poller_nextcheck():-1 256409:20250703:121343.392 End of get_values():0 256409:20250703:121343.392 zbx_setproctitle() title:'history poller #2 [got 0 values in 0.000040 sec, idle 5 sec]' 256409:20250703:121343.392 In zbx_ipc_async_socket_recv() timeout:5 256412:20250703:121343.400 End of zbx_ipc_async_socket_recv():0 256412:20250703:121343.400 zbx_setproctitle() title:'history poller #5 [got 0 values in 0.000142 sec, getting values]' 256412:20250703:121343.400 In get_values() 256412:20250703:121343.400 In zbx_dc_config_get_poller_items() poller_type:5 256412:20250703:121343.400 End of zbx_dc_config_get_poller_items():0 256412:20250703:121343.400 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256412:20250703:121343.400 End of zbx_dc_config_get_poller_nextcheck():-1 256412:20250703:121343.400 End of get_values():0 256412:20250703:121343.400 zbx_setproctitle() title:'history poller #5 [got 0 values in 0.000289 sec, idle 5 sec]' 256412:20250703:121343.400 In zbx_ipc_async_socket_recv() timeout:5 256350:20250703:121343.406 zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000058 sec, getting values]' 256350:20250703:121343.406 In process_httptests() 256350:20250703:121343.406 End of process_httptests() 256350:20250703:121343.406 zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000084 sec, idle 5 sec]' 256371:20250703:121343.408 End of zbx_ipc_async_socket_recv():0 256371:20250703:121343.408 zbx_setproctitle() title:'proxy poller #1 [exchanged data with 0 proxies in 0.000044 sec, exchanging data]' 256371:20250703:121343.408 In process_proxy() 256371:20250703:121343.408 In zbx_dc_config_get_proxypoller_hosts() 256371:20250703:121343.408 End of zbx_dc_config_get_proxypoller_hosts():0 256371:20250703:121343.408 End of process_proxy() 256371:20250703:121343.408 In zbx_dc_config_get_proxypoller_nextcheck() 256371:20250703:121343.408 End of zbx_dc_config_get_proxypoller_nextcheck():-1 256371:20250703:121343.408 zbx_setproctitle() title:'proxy poller #1 [exchanged data with 0 proxies in 0.000030 sec, idle 5 sec]' 256371:20250703:121343.408 In zbx_ipc_async_socket_recv() timeout:5 256411:20250703:121343.416 End of zbx_ipc_async_socket_recv():0 256411:20250703:121343.416 zbx_setproctitle() title:'history poller #4 [got 0 values in 0.000124 sec, getting values]' 256411:20250703:121343.416 In get_values() 256411:20250703:121343.416 In zbx_dc_config_get_poller_items() poller_type:5 256411:20250703:121343.416 End of zbx_dc_config_get_poller_items():0 256411:20250703:121343.416 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256411:20250703:121343.416 End of zbx_dc_config_get_poller_nextcheck():-1 256411:20250703:121343.416 End of get_values():0 256411:20250703:121343.416 zbx_setproctitle() title:'history poller #4 [got 0 values in 0.000039 sec, idle 5 sec]' 256411:20250703:121343.416 In zbx_ipc_async_socket_recv() timeout:5 256408:20250703:121343.420 End of zbx_ipc_async_socket_recv():0 256408:20250703:121343.420 zbx_setproctitle() title:'history poller #1 [got 0 values in 0.000083 sec, getting values]' 256408:20250703:121343.420 In get_values() 256408:20250703:121343.420 In zbx_dc_config_get_poller_items() poller_type:5 256408:20250703:121343.420 End of zbx_dc_config_get_poller_items():0 256408:20250703:121343.420 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256408:20250703:121343.420 End of zbx_dc_config_get_poller_nextcheck():-1 256408:20250703:121343.420 End of get_values():0 256408:20250703:121343.420 zbx_setproctitle() title:'history poller #1 [got 0 values in 0.000048 sec, idle 5 sec]' 256408:20250703:121343.420 In zbx_ipc_async_socket_recv() timeout:5 256410:20250703:121343.424 End of zbx_ipc_async_socket_recv():0 256410:20250703:121343.424 zbx_setproctitle() title:'history poller #3 [got 0 values in 0.000093 sec, getting values]' 256410:20250703:121343.424 In get_values() 256410:20250703:121343.424 In zbx_dc_config_get_poller_items() poller_type:5 256410:20250703:121343.424 End of zbx_dc_config_get_poller_items():0 256410:20250703:121343.424 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256410:20250703:121343.424 End of zbx_dc_config_get_poller_nextcheck():-1 256410:20250703:121343.424 End of get_values():0 256410:20250703:121343.424 zbx_setproctitle() title:'history poller #3 [got 0 values in 0.000038 sec, idle 5 sec]' 256410:20250703:121343.424 In zbx_ipc_async_socket_recv() timeout:5 256421:20250703:121343.443 In zbx_dc_fetch_proxy_groups() 256421:20250703:121343.443 End of zbx_dc_fetch_proxy_groups():FAIL revision:0->0 256421:20250703:121343.443 In zbx_dc_fetch_proxies() 256421:20250703:121343.443 End of zbx_dc_fetch_proxies():FAIL revision:0->0 256407:20250703:121343.456 End of zbx_ipc_async_socket_recv():0 256407:20250703:121343.456 In zbx_ipc_async_socket_send() 256407:20250703:121343.456 In zbx_ipc_client_send() clientid:0 256407:20250703:121343.456 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121343.456 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121343.456 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000033 sec, idle 1 sec]' 256407:20250703:121343.456 In zbx_ipc_async_socket_recv() timeout:1 256421:20250703:121343.456 End of zbx_ipc_service_recv():2 256421:20250703:121343.456 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121343.456 End of zbx_ipc_service_recv():2 256339:20250703:121343.456 zbx_setproctitle() title:'alert manager #1 [sent 0, failed 0 alerts, idle 5.044578 sec during 5.044799 sec]' 256339:20250703:121343.456 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121343.457 End of zbx_ipc_service_recv():1 256339:20250703:121343.457 In am_flush_results() results:0 256339:20250703:121343.457 In zbx_ipc_client_send() clientid:8 256339:20250703:121343.457 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121343.457 End of am_flush_results() 256339:20250703:121343.457 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121343.457 End of zbx_ipc_async_socket_recv():0 256407:20250703:121343.457 In am_db_flush_results() 256407:20250703:121343.457 End of am_db_flush_results() flushed:0 256407:20250703:121343.457 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000011 sec, idle 1 sec]' 256407:20250703:121343.457 In zbx_ipc_async_socket_recv() timeout:1 256419:20250703:121343.461 End of zbx_ipc_service_recv():2 256419:20250703:121343.461 In zbx_ipc_service_recv() timeout:1.000 256405:20250703:121343.480 zbx_setproctitle() title:'trapper #5 [processing data]' 256405:20250703:121343.480 In zbx_ipc_async_socket_recv() timeout:0 256405:20250703:121343.481 End of zbx_ipc_async_socket_recv():0 256405:20250703:121343.481 trapper got '{"request":"active checks","host":"test","config_revision":1,"session":"3c242340683cf3307abbae10728e3e4c","version":"7.4.0","variant":1}' 256405:20250703:121343.481 In send_list_of_active_checks_json() 256405:20250703:121343.481 In zbx_is_ip4() ip:'127.0.0.1' 256405:20250703:121343.481 End of zbx_is_ip4():SUCCEED 256405:20250703:121343.481 In get_hostid_by_host_or_autoregister() host:'test' metadata:'' 256405:20250703:121343.481 End of get_hostid_by_host_or_autoregister():SUCCEED 256405:20250703:121343.481 In zbx_remote_commands_prepare_to_send() 256405:20250703:121343.481 End of zbx_remote_commands_prepare_to_send() 256405:20250703:121343.481 send_list_of_active_checks_json() sending [{"response":"success"}] 256405:20250703:121343.481 End of send_list_of_active_checks_json():SUCCEED 256405:20250703:121343.481 zbx_setproctitle() title:'trapper #5 [processed data in 0.000324 sec, waiting for connection]' 256413:20250703:121343.494 End of zbx_ipc_service_recv():2 256413:20250703:121343.494 zbx_setproctitle() title:'availability manager #1 [queued 0, processed 0 values, idle 5.048458 sec during 5.052147 sec]' 256413:20250703:121343.494 In zbx_ipc_service_recv() timeout:1.000 256352:20250703:121343.541 End of zbx_ipc_service_recv():2 256352:20250703:121343.542 In zbx_timekeeper_collect() 256352:20250703:121343.542 End of zbx_timekeeper_collect() 256352:20250703:121343.542 In process_results() del_druleids:0 256352:20250703:121343.542 process_results() results=0 checks:0/0 del_druleids=0 incomplete_druleids=0 256352:20250703:121343.542 End of process_results() ret:0 256352:20250703:121343.542 zbx_setproctitle() title:'discovery manager #1 [processing 0 rules, 0 unsaved checks]' 256352:20250703:121343.542 In process_discovery() 256352:20250703:121343.542 End of process_discovery() rule_count:0 nextcheck:-1 256352:20250703:121343.542 In zbx_ipc_service_recv() timeout:5.000 256343:20250703:121343.557 End of zbx_ipc_service_recv():2 256343:20250703:121343.558 In zbx_pp_manager_process_finished() 256343:20250703:121343.558 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121343.558 zbx_setproctitle() title:'preprocessing manager #1 [queued 0, processed 0 values, idle 5.044017 sec during 5.044329 sec]' 256343:20250703:121343.558 In zbx_ipc_service_recv() timeout:0.500 256312:20250703:121343.996 End of zbx_ipc_service_recv():2 256312:20250703:121343.996 In zbx_ipc_async_socket_send() 256312:20250703:121343.996 In zbx_ipc_client_send() clientid:0 256312:20250703:121343.996 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121343.996 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121343.996 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121343.996 End of zbx_ipc_async_socket_flush():0 256312:20250703:121343.996 In zbx_ipc_service_recv() timeout:0.998 256302:20250703:121343.996 End of zbx_ipc_service_recv():1 256302:20250703:121343.996 In zbx_ha_dispatch_message() 256302:20250703:121343.996 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121343.996 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121344.060 End of zbx_ipc_service_recv():2 256343:20250703:121344.060 In zbx_pp_manager_process_finished() 256343:20250703:121344.060 In zbx_timekeeper_collect() 256343:20250703:121344.060 End of zbx_timekeeper_collect() 256343:20250703:121344.060 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121344.060 In zbx_ipc_service_recv() timeout:0.500 256314:20250703:121344.069 End of zbx_ipc_service_recv():2 256314:20250703:121344.069 In zbx_ipc_service_recv() timeout:1.000 256418:20250703:121344.336 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121344.336 End of zbx_ipc_async_socket_recv():0 256418:20250703:121344.337 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121344.337 End of zbx_dc_config_get_poller_items():0 256418:20250703:121344.337 queue processing_num:0 pending:0 256353:20250703:121344.347 End of zbx_ipc_async_socket_recv():0 256353:20250703:121344.347 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000032 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121344.347 In zbx_sync_history_cache() history_num:0 256353:20250703:121344.347 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000030 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121344.347 In zbx_ipc_async_socket_recv() timeout:1 256417:20250703:121344.354 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121344.354 End of zbx_ipc_async_socket_recv():0 256417:20250703:121344.354 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121344.354 End of zbx_dc_config_get_poller_items():0 256417:20250703:121344.354 queue processing_num:0 pending:0 256416:20250703:121344.355 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121344.355 End of zbx_ipc_async_socket_recv():0 256416:20250703:121344.355 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121344.355 End of zbx_dc_config_get_poller_items():0 256416:20250703:121344.355 queue processing_num:0 pending:0 256355:20250703:121344.360 End of zbx_ipc_async_socket_recv():0 256355:20250703:121344.360 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000015 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121344.360 In zbx_sync_history_cache() history_num:0 256355:20250703:121344.360 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000068 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121344.360 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121344.360 End of zbx_ipc_async_socket_recv():0 256354:20250703:121344.360 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000025 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121344.360 In zbx_sync_history_cache() history_num:0 256354:20250703:121344.360 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000020 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121344.360 In zbx_ipc_async_socket_recv() timeout:1 256356:20250703:121344.360 End of zbx_ipc_async_socket_recv():0 256356:20250703:121344.360 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000013 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121344.360 In zbx_sync_history_cache() history_num:0 256356:20250703:121344.360 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000015 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121344.360 In zbx_ipc_async_socket_recv() timeout:1 256344:20250703:121344.368 End of zbx_ipc_service_recv():2 256344:20250703:121344.368 In zbx_ipc_service_recv() timeout:1.000 256372:20250703:121344.388 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121344.388 In collect_selfmon_stats() 256372:20250703:121344.388 In zbx_timekeeper_collect() 256372:20250703:121344.388 End of zbx_timekeeper_collect() 256372:20250703:121344.388 End of collect_selfmon_stats() 256372:20250703:121344.388 zbx_setproctitle() title:'self-monitoring [processed data in 0.000220 sec, idle 1 sec]' 256357:20250703:121344.420 End of zbx_ipc_async_socket_recv():0 256357:20250703:121344.421 zbx_setproctitle() title:'escalator #1 [processed 0 escalations in 0.001480 sec, processing escalations]' 256357:20250703:121344.421 In process_escalations() 256357:20250703:121344.421 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is not null and nextcheck<=1751534027 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121344.422 End of process_escalations() 256357:20250703:121344.422 In process_escalations() 256357:20250703:121344.422 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is not null and nextcheck<=1751534027 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121344.423 End of process_escalations() 256357:20250703:121344.423 In process_escalations() 256357:20250703:121344.423 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is null and serviceid is not null and nextcheck<=1751534027 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121344.423 End of process_escalations() 256357:20250703:121344.423 In process_escalations() 256357:20250703:121344.423 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is null and serviceid is null and nextcheck<=1751534027 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121344.424 End of process_escalations() 256357:20250703:121344.424 zbx_setproctitle() title:'escalator #1 [processed 0 escalations in 0.003069 sec, idle 3 sec]' 256357:20250703:121344.424 In zbx_ipc_async_socket_recv() timeout:3 256421:20250703:121344.458 End of zbx_ipc_service_recv():2 256421:20250703:121344.458 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121344.458 End of zbx_ipc_service_recv():2 256339:20250703:121344.458 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121344.459 End of zbx_ipc_async_socket_recv():0 256407:20250703:121344.459 In zbx_ipc_async_socket_send() 256407:20250703:121344.459 In zbx_ipc_client_send() clientid:0 256407:20250703:121344.459 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121344.459 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121344.459 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000058 sec, idle 1 sec]' 256407:20250703:121344.459 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121344.459 End of zbx_ipc_service_recv():1 256339:20250703:121344.459 In am_flush_results() results:0 256339:20250703:121344.459 In zbx_ipc_client_send() clientid:8 256339:20250703:121344.459 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121344.459 End of am_flush_results() 256339:20250703:121344.459 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121344.459 End of zbx_ipc_async_socket_recv():0 256407:20250703:121344.459 In am_db_flush_results() 256407:20250703:121344.459 End of am_db_flush_results() flushed:0 256407:20250703:121344.459 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000009 sec, idle 1 sec]' 256407:20250703:121344.459 In zbx_ipc_async_socket_recv() timeout:1 256419:20250703:121344.464 End of zbx_ipc_service_recv():2 256419:20250703:121344.464 In zbx_ipc_service_recv() timeout:1.000 256413:20250703:121344.501 End of zbx_ipc_service_recv():2 256413:20250703:121344.501 query [txnlev:1] [begin;] 256413:20250703:121344.501 query [txnlev:1] [update host_rtdata set active_available=1 where hostid=10721] 256413:20250703:121344.501 query [txnlev:1] [commit;] 256413:20250703:121344.505 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121344.563 End of zbx_ipc_service_recv():2 256343:20250703:121344.563 In zbx_pp_manager_process_finished() 256343:20250703:121344.563 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121344.563 In zbx_ipc_service_recv() timeout:0.500 256312:20250703:121344.997 End of zbx_ipc_service_recv():2 256312:20250703:121344.997 In zbx_ipc_async_socket_send() 256312:20250703:121344.997 In zbx_ipc_client_send() clientid:0 256312:20250703:121344.997 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121344.997 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121344.997 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121344.997 End of zbx_ipc_async_socket_flush():0 256312:20250703:121344.997 In zbx_ipc_service_recv() timeout:0.997 256302:20250703:121344.997 End of zbx_ipc_service_recv():1 256302:20250703:121344.997 In zbx_ha_dispatch_message() 256302:20250703:121344.997 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121344.997 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121345.063 End of zbx_ipc_service_recv():2 256343:20250703:121345.064 In zbx_pp_manager_process_finished() 256343:20250703:121345.064 In zbx_timekeeper_collect() 256343:20250703:121345.064 End of zbx_timekeeper_collect() 256343:20250703:121345.064 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121345.064 In zbx_ipc_service_recv() timeout:0.500 256314:20250703:121345.072 End of zbx_ipc_service_recv():2 256314:20250703:121345.072 In zbx_ipc_service_recv() timeout:1.000 256418:20250703:121345.336 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121345.336 End of zbx_ipc_async_socket_recv():0 256418:20250703:121345.336 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121345.336 End of zbx_dc_config_get_poller_items():0 256418:20250703:121345.336 queue processing_num:0 pending:0 256353:20250703:121345.348 End of zbx_ipc_async_socket_recv():0 256353:20250703:121345.348 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000030 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121345.348 In zbx_sync_history_cache() history_num:0 256353:20250703:121345.348 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000031 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121345.348 In zbx_ipc_async_socket_recv() timeout:1 256417:20250703:121345.351 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121345.351 End of zbx_ipc_async_socket_recv():0 256416:20250703:121345.351 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121345.352 End of zbx_ipc_async_socket_recv():0 256417:20250703:121345.352 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121345.352 End of zbx_dc_config_get_poller_items():0 256417:20250703:121345.352 queue processing_num:0 pending:0 256416:20250703:121345.352 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121345.352 End of zbx_dc_config_get_poller_items():0 256416:20250703:121345.352 queue processing_num:0 pending:0 256355:20250703:121345.362 End of zbx_ipc_async_socket_recv():0 256355:20250703:121345.362 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000068 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121345.362 In zbx_sync_history_cache() history_num:0 256355:20250703:121345.362 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000030 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121345.362 In zbx_ipc_async_socket_recv() timeout:1 256356:20250703:121345.362 End of zbx_ipc_async_socket_recv():0 256356:20250703:121345.362 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000015 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121345.362 In zbx_sync_history_cache() history_num:0 256356:20250703:121345.362 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000013 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121345.362 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121345.362 End of zbx_ipc_async_socket_recv():0 256354:20250703:121345.362 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000020 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121345.362 In zbx_sync_history_cache() history_num:0 256354:20250703:121345.362 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000011 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121345.362 In zbx_ipc_async_socket_recv() timeout:1 256373:20250703:121345.367 End of zbx_ipc_async_socket_recv():0 256373:20250703:121345.368 zbx_setproctitle() title:'task manager [processing tasks]' 256373:20250703:121345.368 query [txnlev:0] [select taskid,type,clock,ttl,proxyid from task where status in (1,2) order by taskid] 256373:20250703:121345.368 zbx_setproctitle() title:'task manager [processed 0 task(s) in 0.000460 sec, idle 5 sec]' 256373:20250703:121345.368 In zbx_ipc_async_socket_recv() timeout:5 256344:20250703:121345.372 End of zbx_ipc_service_recv():2 256344:20250703:121345.372 In zbx_ipc_service_recv() timeout:1.000 256372:20250703:121345.388 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121345.388 In collect_selfmon_stats() 256372:20250703:121345.388 In zbx_timekeeper_collect() 256372:20250703:121345.388 End of zbx_timekeeper_collect() 256372:20250703:121345.388 End of collect_selfmon_stats() 256372:20250703:121345.388 zbx_setproctitle() title:'self-monitoring [processed data in 0.000104 sec, idle 1 sec]' 256339:20250703:121345.460 End of zbx_ipc_service_recv():2 256339:20250703:121345.460 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121345.460 End of zbx_ipc_async_socket_recv():0 256407:20250703:121345.460 In zbx_ipc_async_socket_send() 256407:20250703:121345.460 In zbx_ipc_client_send() clientid:0 256407:20250703:121345.460 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121345.460 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121345.460 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000041 sec, idle 1 sec]' 256407:20250703:121345.460 In zbx_ipc_async_socket_recv() timeout:1 256421:20250703:121345.460 End of zbx_ipc_service_recv():2 256421:20250703:121345.460 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121345.460 End of zbx_ipc_service_recv():1 256339:20250703:121345.460 In am_flush_results() results:0 256339:20250703:121345.460 In zbx_ipc_client_send() clientid:8 256339:20250703:121345.460 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121345.460 End of am_flush_results() 256339:20250703:121345.460 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121345.460 End of zbx_ipc_async_socket_recv():0 256407:20250703:121345.460 In am_db_flush_results() 256407:20250703:121345.460 End of am_db_flush_results() flushed:0 256407:20250703:121345.460 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000014 sec, idle 1 sec]' 256407:20250703:121345.460 In zbx_ipc_async_socket_recv() timeout:1 256419:20250703:121345.466 End of zbx_ipc_service_recv():2 256419:20250703:121345.466 In zbx_ipc_service_recv() timeout:1.000 256413:20250703:121345.509 End of zbx_ipc_service_recv():2 256413:20250703:121345.509 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121345.568 End of zbx_ipc_service_recv():2 256343:20250703:121345.568 In zbx_pp_manager_process_finished() 256343:20250703:121345.568 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121345.568 In zbx_ipc_service_recv() timeout:0.500 256312:20250703:121345.996 End of zbx_ipc_service_recv():2 256312:20250703:121345.996 In zbx_ipc_async_socket_send() 256312:20250703:121345.996 In zbx_ipc_client_send() clientid:0 256312:20250703:121345.996 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121345.996 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121345.996 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121345.996 End of zbx_ipc_async_socket_flush():0 256312:20250703:121345.996 In zbx_ipc_service_recv() timeout:0.997 256302:20250703:121345.996 End of zbx_ipc_service_recv():1 256302:20250703:121345.996 In zbx_ha_dispatch_message() 256302:20250703:121345.996 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121345.996 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121346.072 End of zbx_ipc_service_recv():2 256343:20250703:121346.072 In zbx_pp_manager_process_finished() 256343:20250703:121346.072 In zbx_timekeeper_collect() 256343:20250703:121346.072 End of zbx_timekeeper_collect() 256343:20250703:121346.072 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121346.072 In zbx_ipc_service_recv() timeout:0.500 256314:20250703:121346.076 End of zbx_ipc_service_recv():2 256314:20250703:121346.076 In zbx_ipc_service_recv() timeout:1.000 256418:20250703:121346.337 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121346.337 End of zbx_ipc_async_socket_recv():0 256418:20250703:121346.337 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121346.337 End of zbx_dc_config_get_poller_items():0 256418:20250703:121346.337 queue processing_num:0 pending:0 256416:20250703:121346.348 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121346.348 End of zbx_ipc_async_socket_recv():0 256416:20250703:121346.348 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121346.348 End of zbx_dc_config_get_poller_items():0 256416:20250703:121346.348 queue processing_num:0 pending:0 256417:20250703:121346.348 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121346.348 End of zbx_ipc_async_socket_recv():0 256417:20250703:121346.348 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121346.348 End of zbx_dc_config_get_poller_items():0 256417:20250703:121346.348 queue processing_num:0 pending:0 256353:20250703:121346.352 End of zbx_ipc_async_socket_recv():0 256353:20250703:121346.352 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000031 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121346.352 In zbx_sync_history_cache() history_num:0 256353:20250703:121346.352 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000052 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121346.352 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121346.363 End of zbx_ipc_async_socket_recv():0 256354:20250703:121346.364 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000011 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121346.364 In zbx_sync_history_cache() history_num:0 256354:20250703:121346.364 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000028 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121346.364 In zbx_ipc_async_socket_recv() timeout:1 256356:20250703:121346.364 End of zbx_ipc_async_socket_recv():0 256356:20250703:121346.364 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000013 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121346.364 In zbx_sync_history_cache() history_num:0 256356:20250703:121346.364 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000013 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121346.364 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121346.364 End of zbx_ipc_async_socket_recv():0 256355:20250703:121346.364 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000030 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121346.364 In zbx_sync_history_cache() history_num:0 256355:20250703:121346.364 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000337 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121346.364 In zbx_ipc_async_socket_recv() timeout:1 256344:20250703:121346.376 End of zbx_ipc_service_recv():2 256344:20250703:121346.376 In zbx_ipc_service_recv() timeout:1.000 256372:20250703:121346.389 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121346.389 In collect_selfmon_stats() 256372:20250703:121346.389 In zbx_timekeeper_collect() 256372:20250703:121346.389 End of zbx_timekeeper_collect() 256372:20250703:121346.389 End of collect_selfmon_stats() 256372:20250703:121346.389 zbx_setproctitle() title:'self-monitoring [processed data in 0.000229 sec, idle 1 sec]' 256407:20250703:121346.464 End of zbx_ipc_async_socket_recv():0 256407:20250703:121346.464 In zbx_ipc_async_socket_send() 256407:20250703:121346.464 In zbx_ipc_client_send() clientid:0 256407:20250703:121346.464 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121346.464 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121346.465 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000024 sec, idle 1 sec]' 256407:20250703:121346.465 In zbx_ipc_async_socket_recv() timeout:1 256421:20250703:121346.465 End of zbx_ipc_service_recv():2 256421:20250703:121346.465 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121346.465 End of zbx_ipc_service_recv():1 256339:20250703:121346.465 In am_flush_results() results:0 256339:20250703:121346.465 In zbx_ipc_client_send() clientid:8 256339:20250703:121346.465 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121346.465 End of am_flush_results() 256339:20250703:121346.465 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121346.465 End of zbx_ipc_async_socket_recv():0 256407:20250703:121346.465 In am_db_flush_results() 256407:20250703:121346.465 End of am_db_flush_results() flushed:0 256407:20250703:121346.465 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000010 sec, idle 1 sec]' 256407:20250703:121346.465 In zbx_ipc_async_socket_recv() timeout:1 256419:20250703:121346.469 End of zbx_ipc_service_recv():2 256419:20250703:121346.470 In zbx_ipc_service_recv() timeout:1.000 256413:20250703:121346.511 End of zbx_ipc_service_recv():2 256413:20250703:121346.511 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121346.577 End of zbx_ipc_service_recv():2 256343:20250703:121346.577 In zbx_pp_manager_process_finished() 256343:20250703:121346.577 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121346.577 In zbx_ipc_service_recv() timeout:0.500 256312:20250703:121346.996 End of zbx_ipc_service_recv():2 256312:20250703:121346.996 In ha_check_nodes() ha_status:active db_status:0 256312:20250703:121346.996 query [txnlev:1] [begin;] 256312:20250703:121346.997 query [txnlev:1] [select ha_nodeid,name,status,lastaccess,address,port,ha_sessionid from ha_node order by ha_nodeid for update] 256312:20250703:121346.998 query [txnlev:1] [select name, value_str, value_int from settings where name in ('ha_failover_delay', 'auditlog_enabled', 'auditlog_mode')] 256312:20250703:121346.999 In ha_db_get_time() 256312:20250703:121346.999 query [txnlev:1] [select cast(extract(epoch from now()) as int) from settings limit 1] 256312:20250703:121346.999 End of ha_db_get_time():SUCCEED db_time:1751534027 256312:20250703:121346.999 query [txnlev:1] [update ha_node set lastaccess=cast(extract(epoch from now()) as int) where ha_nodeid='cmbtfdmr70001y3jqx66php2f'] 256312:20250703:121347.000 query [txnlev:1] [commit;] 256302:20250703:121347.000 End of zbx_ipc_service_recv():2 256302:20250703:121347.000 In zbx_ha_dispatch_message() 256302:20250703:121347.000 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121347.000 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121347.002 End of ha_check_nodes() nodeid:cmbtfdmr70001y3jqx66php2f ha_status:active db_status:0 256312:20250703:121347.002 In zbx_ipc_async_socket_send() 256312:20250703:121347.002 In zbx_ipc_client_send() clientid:0 256312:20250703:121347.002 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121347.002 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121347.002 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121347.002 End of zbx_ipc_async_socket_flush():0 256312:20250703:121347.002 In zbx_ipc_service_recv() timeout:0.998 256302:20250703:121347.003 End of zbx_ipc_service_recv():1 256302:20250703:121347.003 In zbx_ha_dispatch_message() 256302:20250703:121347.003 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121347.003 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121347.080 End of zbx_ipc_service_recv():2 256343:20250703:121347.080 In zbx_pp_manager_process_finished() 256343:20250703:121347.080 In zbx_timekeeper_collect() 256343:20250703:121347.080 End of zbx_timekeeper_collect() 256343:20250703:121347.080 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121347.080 In zbx_ipc_service_recv() timeout:0.500 256314:20250703:121347.080 End of zbx_ipc_service_recv():2 256314:20250703:121347.080 In zbx_ipc_service_recv() timeout:1.000 256418:20250703:121347.340 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121347.340 End of zbx_ipc_async_socket_recv():0 256418:20250703:121347.342 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121347.342 End of zbx_dc_config_get_poller_items():0 256418:20250703:121347.342 queue processing_num:0 pending:0 256417:20250703:121347.353 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121347.353 End of zbx_ipc_async_socket_recv():0 256417:20250703:121347.353 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121347.353 End of zbx_dc_config_get_poller_items():0 256417:20250703:121347.353 queue processing_num:0 pending:0 256416:20250703:121347.353 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121347.353 End of zbx_dc_config_get_poller_items():0 256416:20250703:121347.353 queue processing_num:0 pending:0 256416:20250703:121347.353 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121347.354 End of zbx_ipc_async_socket_recv():0 256353:20250703:121347.357 End of zbx_ipc_async_socket_recv():0 256353:20250703:121347.357 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000052 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121347.357 In zbx_sync_history_cache() history_num:0 256353:20250703:121347.357 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000061 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121347.357 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121347.368 End of zbx_ipc_async_socket_recv():0 256354:20250703:121347.368 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000028 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121347.368 In zbx_sync_history_cache() history_num:0 256354:20250703:121347.368 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000112 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121347.369 In zbx_ipc_async_socket_recv() timeout:1 256356:20250703:121347.369 End of zbx_ipc_async_socket_recv():0 256356:20250703:121347.369 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000013 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121347.369 In zbx_sync_history_cache() history_num:0 256355:20250703:121347.369 End of zbx_ipc_async_socket_recv():0 256355:20250703:121347.369 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000337 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121347.369 In zbx_sync_history_cache() history_num:0 256355:20250703:121347.369 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000029 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121347.369 In zbx_ipc_async_socket_recv() timeout:1 256356:20250703:121347.369 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000055 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121347.369 In zbx_ipc_async_socket_recv() timeout:1 256344:20250703:121347.380 End of zbx_ipc_service_recv():2 256344:20250703:121347.380 In zbx_ipc_service_recv() timeout:1.000 256372:20250703:121347.390 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121347.390 In collect_selfmon_stats() 256372:20250703:121347.390 In zbx_timekeeper_collect() 256372:20250703:121347.390 End of zbx_timekeeper_collect() 256372:20250703:121347.390 End of collect_selfmon_stats() 256372:20250703:121347.390 zbx_setproctitle() title:'self-monitoring [processed data in 0.000166 sec, idle 1 sec]' 256357:20250703:121347.438 End of zbx_ipc_async_socket_recv():0 256357:20250703:121347.438 zbx_setproctitle() title:'escalator #1 [processed 0 escalations in 0.003069 sec, processing escalations]' 256357:20250703:121347.438 In process_escalations() 256357:20250703:121347.439 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is not null and nextcheck<=1751534030 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121347.443 End of process_escalations() 256357:20250703:121347.443 In process_escalations() 256357:20250703:121347.443 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is not null and nextcheck<=1751534030 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121347.448 End of process_escalations() 256357:20250703:121347.448 In process_escalations() 256357:20250703:121347.448 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is null and serviceid is not null and nextcheck<=1751534030 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121347.449 End of process_escalations() 256357:20250703:121347.449 In process_escalations() 256357:20250703:121347.449 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is null and serviceid is null and nextcheck<=1751534030 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121347.450 End of process_escalations() 256357:20250703:121347.450 zbx_setproctitle() title:'escalator #1 [processed 0 escalations in 0.011857 sec, idle 3 sec]' 256357:20250703:121347.450 In zbx_ipc_async_socket_recv() timeout:3 256407:20250703:121347.468 End of zbx_ipc_async_socket_recv():0 256407:20250703:121347.469 In zbx_ipc_async_socket_send() 256407:20250703:121347.469 In zbx_ipc_client_send() clientid:0 256407:20250703:121347.469 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121347.469 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121347.469 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000085 sec, idle 1 sec]' 256407:20250703:121347.469 In zbx_ipc_async_socket_recv() timeout:1 256421:20250703:121347.469 End of zbx_ipc_service_recv():2 256421:20250703:121347.469 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121347.469 End of zbx_ipc_service_recv():2 256339:20250703:121347.469 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121347.469 End of zbx_ipc_service_recv():1 256339:20250703:121347.469 In am_flush_results() results:0 256339:20250703:121347.469 In zbx_ipc_client_send() clientid:8 256339:20250703:121347.469 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121347.469 End of am_flush_results() 256339:20250703:121347.469 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121347.469 End of zbx_ipc_async_socket_recv():0 256407:20250703:121347.469 In am_db_flush_results() 256407:20250703:121347.469 End of am_db_flush_results() flushed:0 256407:20250703:121347.469 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000017 sec, idle 1 sec]' 256407:20250703:121347.469 In zbx_ipc_async_socket_recv() timeout:1 256419:20250703:121347.473 End of zbx_ipc_service_recv():2 256419:20250703:121347.474 In zbx_ipc_service_recv() timeout:1.000 256413:20250703:121347.516 End of zbx_ipc_service_recv():2 256413:20250703:121347.516 In zbx_ipc_service_recv() timeout:1.000 256403:20250703:121347.574 zbx_setproctitle() title:'trapper #3 [processing data]' 256403:20250703:121347.574 In zbx_ipc_async_socket_recv() timeout:0 256403:20250703:121347.574 End of zbx_ipc_async_socket_recv():0 256403:20250703:121347.575 trapper got '{"request":"status.get","type":"ping","sid":"a1c8e8c4f6fe23f89e307368a314454c"}' 256403:20250703:121347.575 In recv_getstatus() 256403:20250703:121347.575 In zbx_get_user_from_json() 256403:20250703:121347.575 In zbx_db_get_user_by_active_session() sessionid:a1c8e8c4f6fe23f89e307368a314454c 256403:20250703:121347.575 query [txnlev:0] [select u.userid,u.roleid,u.username,r.type from sessions s,users u,role r where s.userid=u.userid and s.sessionid='a1c8e8c4f6fe23f89e307368a314454c' and s.status=0 and u.roleid=r.roleid] 256403:20250703:121347.577 End of zbx_db_get_user_by_active_session():FAIL 256403:20250703:121347.578 Permission denied 256403:20250703:121347.578 End of zbx_get_user_from_json():FAIL 256403:20250703:121347.578 In zbx_send_response_json() 256403:20250703:121347.578 zbx_send_response_json() '{"response":"failed","info":"Permission denied."}' 256403:20250703:121347.578 End of zbx_send_response_json():SUCCEED 256403:20250703:121347.578 End of recv_getstatus():FAIL 256403:20250703:121347.578 zbx_setproctitle() title:'trapper #3 [processed data in 0.003447 sec, waiting for connection]' 256343:20250703:121347.584 End of zbx_ipc_service_recv():2 256343:20250703:121347.584 In zbx_pp_manager_process_finished() 256343:20250703:121347.584 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121347.584 In zbx_ipc_service_recv() timeout:0.500 256312:20250703:121348.003 End of zbx_ipc_service_recv():2 256312:20250703:121348.003 In zbx_ipc_async_socket_send() 256312:20250703:121348.003 In zbx_ipc_client_send() clientid:0 256312:20250703:121348.003 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121348.003 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121348.003 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121348.003 End of zbx_ipc_async_socket_flush():0 256312:20250703:121348.003 In zbx_ipc_service_recv() timeout:0.991 256302:20250703:121348.003 End of zbx_ipc_service_recv():1 256302:20250703:121348.003 In zbx_ha_dispatch_message() 256302:20250703:121348.003 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121348.003 In zbx_ipc_service_recv() timeout:1.000 256314:20250703:121348.084 End of zbx_ipc_service_recv():2 256314:20250703:121348.084 zbx_setproctitle() title:'service manager #1 [processed 0 events, updated 0 event tags, deleted 0 problems, synced 0 service updates, idle 5.018427 sec during 5.018442 sec]' 256314:20250703:121348.084 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121348.088 End of zbx_ipc_service_recv():2 256343:20250703:121348.088 In zbx_pp_manager_process_finished() 256343:20250703:121348.088 In zbx_timekeeper_collect() 256343:20250703:121348.088 End of zbx_timekeeper_collect() 256343:20250703:121348.088 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121348.088 In zbx_ipc_service_recv() timeout:0.500 256315:20250703:121348.229 End of zbx_ipc_async_socket_recv():0 256315:20250703:121348.229 zbx_setproctitle() title:'configuration syncer [synced configuration in 0.188350 sec, syncing configuration]' 256315:20250703:121348.229 In zbx_dc_sync_configuration() 256315:20250703:121348.229 query [txnlev:0] [select changelogid,object,objectid,operation,clock from changelog] 256315:20250703:121348.233 In zbx_dbsync_compare_settings() 256315:20250703:121348.233 query [txnlev:0] [select name, type, value_str, value_int, value_usrgrpid, value_hostgroupid, value_userdirectoryid, value_mfaid from settings where name in ('alert_usrgrpid','auditlog_enabled','auditlog_mode','autoreg_tls_accept','compress_older','compression_status','db_extension','default_inventory_mode','default_timezone','discovery_groupid','hk_audit_mode','hk_audit','hk_events_autoreg','hk_events_discovery','hk_events_internal','hk_events_mode','hk_events_service','hk_events_trigger','hk_history_global','hk_history_mode','hk_history','hk_services_mode','hk_services','hk_sessions_mode','hk_sessions','hk_trends_global','hk_trends_mode','hk_trends','instanceid','severity_name_0','severity_name_1','severity_name_2','severity_name_3','severity_name_4','severity_name_5','snmptrap_logging','timeout_browser','timeout_db_monitor','timeout_external_check','timeout_http_agent','timeout_script','timeout_simple_check','timeout_snmp_agent','timeout_ssh_agent','timeout_telnet_agent','timeout_zabbix_agent','proxy_secrets_provider')] 256315:20250703:121348.234 End of zbx_dbsync_compare_settings() 256315:20250703:121348.234 query [txnlev:0] [select tls_psk_identity,tls_psk from config_autoreg_tls order by autoreg_tlsid] 256315:20250703:121348.235 In dc_sync_settings() 256315:20250703:121348.235 In store_settings() 256315:20250703:121348.235 End of store_settings() 256315:20250703:121348.235 End of dc_sync_settings() 256315:20250703:121348.235 In DCsync_autoreg_config() 256315:20250703:121348.235 End of DCsync_autoreg_config() 256315:20250703:121348.235 In DCsync_autoreg_host() 256315:20250703:121348.236 End of DCsync_autoreg_host() 256315:20250703:121348.236 In dc_sync_proxy_group() 256315:20250703:121348.236 End of dc_sync_proxy_group() 256315:20250703:121348.236 query [txnlev:0] [select hostid,templateid from hosts_templates order by hostid] 256315:20250703:121348.237 query [txnlev:0] [select globalmacroid,macro,value,type from globalmacro] 256315:20250703:121348.238 query [txnlev:0] [select hostmacroid,hostid,macro,value,type from hostmacro] 256315:20250703:121348.249 In DCsync_host_tags() 256315:20250703:121348.251 End of DCsync_host_tags() 256315:20250703:121348.254 query [txnlev:0] [select hostid,inventory_mode,type,type_full,name,alias,os,os_full,os_short,serialno_a,serialno_b,tag,asset_tag,macaddress_a,macaddress_b,hardware,hardware_full,software,software_full,software_app_a,software_app_b,software_app_c,software_app_d,software_app_e,contact,location,location_lat,location_lon,notes,chassis,model,hw_arch,vendor,contract_number,installer_name,deployment_status,url_a,url_b,url_c,host_networks,host_netmask,host_router,oob_ip,oob_netmask,oob_router,date_hw_purchase,date_hw_install,date_hw_expiry,date_hw_decomm,site_address_a,site_address_b,site_address_c,site_city,site_state,site_country,site_zip,site_rack,site_notes,poc_1_name,poc_1_email,poc_1_phone_a,poc_1_phone_b,poc_1_cell,poc_1_screen,poc_1_notes,poc_2_name,poc_2_email,poc_2_phone_a,poc_2_phone_b,poc_2_cell,poc_2_screen,poc_2_notes from host_inventory] 256315:20250703:121348.255 query [txnlev:0] [select groupid,name from hstgrp where type=0] 256315:20250703:121348.258 query [txnlev:0] [select hg.groupid,hg.hostid from hosts_groups hg,hosts h where hg.hostid=h.hostid and h.status in (0,1) and h.flags&2=0 order by hg.groupid] 256315:20250703:121348.259 query [txnlev:0] [select maintenanceid,maintenance_type,active_since,active_till,tags_evaltype from maintenances] 256315:20250703:121348.260 query [txnlev:0] [select maintenancetagid,maintenanceid,operator,tag,value from maintenance_tag] 256315:20250703:121348.262 query [txnlev:0] [select t.timeperiodid,t.timeperiod_type,t.every,t.month,t.dayofweek,t.day,t.start_time,t.period,t.start_date,m.maintenanceid from maintenances_windows m,timeperiods t where t.timeperiodid=m.timeperiodid] 256315:20250703:121348.262 query [txnlev:0] [select maintenanceid,groupid from maintenances_groups order by maintenanceid] 256315:20250703:121348.262 query [txnlev:0] [select maintenanceid,hostid from maintenances_hosts order by maintenanceid] 256315:20250703:121348.262 In DCsync_proxies() 256315:20250703:121348.262 End of DCsync_proxies() 256315:20250703:121348.262 In DCsync_hosts() 256315:20250703:121348.262 End of DCsync_hosts() 256315:20250703:121348.262 In DCsync_host_inventory() 256315:20250703:121348.262 End of DCsync_host_inventory() 256315:20250703:121348.262 In DCsync_hostgroups() 256315:20250703:121348.262 End of DCsync_hostgroups() 256315:20250703:121348.262 In DCsync_hostgroup_hosts() 256315:20250703:121348.262 End of DCsync_hostgroup_hosts() 256315:20250703:121348.262 In DCsync_maintenances() 256315:20250703:121348.262 End of DCsync_maintenances() 256315:20250703:121348.262 In DCsync_maintenance_tags() 256315:20250703:121348.262 End of DCsync_maintenance_tags() 256315:20250703:121348.262 In DCsync_maintenance_groups() 256315:20250703:121348.263 End of DCsync_maintenance_groups() 256315:20250703:121348.263 In DCsync_maintenance_hosts() 256315:20250703:121348.263 End of DCsync_maintenance_hosts() 256315:20250703:121348.263 In DCsync_maintenance_periods() 256315:20250703:121348.263 End of DCsync_maintenance_periods() 256315:20250703:121348.263 In DCsync_connectors() 256315:20250703:121348.263 End of DCsync_connectors() 256315:20250703:121348.263 In DCsync_connector_tags() 256315:20250703:121348.263 End of DCsync_connector_tags() 256315:20250703:121348.263 In dc_sync_host_proxy() 256315:20250703:121348.263 End of dc_sync_host_proxy() 256315:20250703:121348.263 query [txnlev:0] [select i.interfaceid,i.hostid,i.type,i.main,i.useip,i.ip,i.dns,i.port,i.available,i.disable_until,i.error,i.errors_from,s.version,s.bulk,s.community,s.securityname,s.securitylevel,s.authpassphrase,s.privpassphrase,s.authprotocol,s.privprotocol,s.contextname,s.max_repetitions from interface i left join interface_snmp s on i.interfaceid=s.interfaceid] 256315:20250703:121348.263 query [txnlev:0] [select itemid,parent_itemid from item_discovery] 256315:20250703:121348.277 query [txnlev:0] [select p.item_parameterid,p.itemid,p.name,p.value,i.hostid from item_parameter p,items i,hosts h where p.itemid=i.itemid and i.hostid=h.hostid and h.status in (0,1) and i.flags&2=0 order by p.itemid] 256351:20250703:121348.279 End of zbx_ipc_async_socket_recv():0 256351:20250703:121348.279 zbx_setproctitle() title:'browser poller #1 [got 0 values in 0.000040 sec, getting values]' 256351:20250703:121348.279 In get_values() 256351:20250703:121348.279 In zbx_dc_config_get_poller_items() poller_type:11 256351:20250703:121348.279 End of zbx_dc_config_get_poller_items():0 256351:20250703:121348.280 In zbx_dc_config_get_poller_nextcheck() poller_type:11 256351:20250703:121348.280 End of zbx_dc_config_get_poller_nextcheck():-1 256351:20250703:121348.280 End of get_values():0 256351:20250703:121348.280 zbx_setproctitle() title:'browser poller #1 [got 0 values in 0.000162 sec, idle 5 sec]' 256351:20250703:121348.280 In zbx_ipc_async_socket_recv() timeout:5 256315:20250703:121348.286 In DCsync_interfaces() 256315:20250703:121348.287 End of DCsync_interfaces() 256315:20250703:121348.288 In DCsync_items() 256363:20250703:121348.288 End of zbx_ipc_async_socket_recv():0 256363:20250703:121348.289 zbx_setproctitle() title:'java poller #6 [got 0 values in 0.000032 sec, getting values]' 256363:20250703:121348.289 In get_values() 256363:20250703:121348.289 In zbx_dc_config_get_poller_items() poller_type:4 256362:20250703:121348.289 End of zbx_ipc_async_socket_recv():0 256362:20250703:121348.289 zbx_setproctitle() title:'java poller #5 [got 0 values in 0.000028 sec, getting values]' 256362:20250703:121348.289 In get_values() 256362:20250703:121348.289 In zbx_dc_config_get_poller_items() poller_type:4 256315:20250703:121348.289 End of DCsync_items() 256315:20250703:121348.289 In DCsync_item_discovery() 256361:20250703:121348.289 End of zbx_ipc_async_socket_recv():0 256361:20250703:121348.289 zbx_setproctitle() title:'java poller #4 [got 0 values in 0.000070 sec, getting values]' 256361:20250703:121348.289 In get_values() 256361:20250703:121348.289 In zbx_dc_config_get_poller_items() poller_type:4 256315:20250703:121348.289 End of DCsync_item_discovery() 256315:20250703:121348.290 In DCsync_item_preproc() 256315:20250703:121348.290 End of DCsync_item_preproc() 256315:20250703:121348.290 In DCsync_items_param() 256315:20250703:121348.290 End of DCsync_items_param() 256315:20250703:121348.290 In DCsync_functions() 256315:20250703:121348.290 End of DCsync_functions() 256363:20250703:121348.290 End of zbx_dc_config_get_poller_items():0 256363:20250703:121348.290 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256363:20250703:121348.290 End of zbx_dc_config_get_poller_nextcheck():-1 256363:20250703:121348.290 End of get_values():0 256363:20250703:121348.290 zbx_setproctitle() title:'java poller #6 [got 0 values in 0.001643 sec, idle 5 sec]' 256363:20250703:121348.290 In zbx_ipc_async_socket_recv() timeout:5 256362:20250703:121348.290 End of zbx_dc_config_get_poller_items():0 256362:20250703:121348.290 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256362:20250703:121348.290 End of zbx_dc_config_get_poller_nextcheck():-1 256362:20250703:121348.290 End of get_values():0 256362:20250703:121348.290 zbx_setproctitle() title:'java poller #5 [got 0 values in 0.001752 sec, idle 5 sec]' 256362:20250703:121348.290 In zbx_ipc_async_socket_recv() timeout:5 256361:20250703:121348.291 End of zbx_dc_config_get_poller_items():0 256361:20250703:121348.291 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256361:20250703:121348.291 End of zbx_dc_config_get_poller_nextcheck():-1 256361:20250703:121348.291 End of get_values():0 256361:20250703:121348.291 zbx_setproctitle() title:'java poller #4 [got 0 values in 0.001439 sec, idle 5 sec]' 256361:20250703:121348.291 In zbx_ipc_async_socket_recv() timeout:5 256315:20250703:121348.291 query [txnlev:0] [select triggerid_down,triggerid_up from trigger_depends] 256315:20250703:121348.299 query [txnlev:0] [select r.name,e.expressionid,e.expression,e.expression_type,e.exp_delimiter,e.case_sensitive from regexps r,expressions e where r.regexpid=e.regexpid] 256315:20250703:121348.300 query [txnlev:0] [select actionid,eventsource,evaltype,formula from actions where eventsource<>4 and status=0] 256315:20250703:121348.301 query [txnlev:0] [select a.actionid,o.recovery from actions a left join operations o on a.actionid=o.actionid where a.status=0 group by a.actionid,o.recovery order by a.actionid] 256315:20250703:121348.302 query [txnlev:0] [select c.conditionid,c.actionid,c.conditiontype,c.operator,c.value,c.value2 from conditions c,actions a where c.actionid=a.actionid and a.status=0] 256315:20250703:121348.303 query [txnlev:0] [select correlationid,name,evaltype,formula from correlation where status=0] 256315:20250703:121348.303 query [txnlev:0] [select cc.corr_conditionid,cc.correlationid,cc.type,cct.tag,cctv.tag,cctv.value,cctv.operator, ccg.groupid,ccg.operator,cctp.oldtag,cctp.newtag from correlation c,corr_condition cc left join corr_condition_tag cct on cct.corr_conditionid=cc.corr_conditionid left join corr_condition_tagvalue cctv on cctv.corr_conditionid=cc.corr_conditionid left join corr_condition_group ccg on ccg.corr_conditionid=cc.corr_conditionid left join corr_condition_tagpair cctp on cctp.corr_conditionid=cc.corr_conditionid where c.correlationid=cc.correlationid and c.status=0] 256315:20250703:121348.304 query [txnlev:0] [select co.corr_operationid,co.correlationid,co.type from correlation c,corr_operation co where c.correlationid=co.correlationid and c.status=0] 256315:20250703:121348.305 In DCsync_triggers() 256315:20250703:121348.305 End of DCsync_triggers() 256315:20250703:121348.305 In DCsync_trigdeps() 256315:20250703:121348.305 End of DCsync_trigdeps() 256315:20250703:121348.305 In DCsync_expressions() 256315:20250703:121348.305 End of DCsync_expressions() 256315:20250703:121348.305 In DCsync_actions() 256315:20250703:121348.305 End of DCsync_actions() 256315:20250703:121348.305 In DCsync_action_ops() 256315:20250703:121348.305 End of DCsync_action_ops() 256315:20250703:121348.305 In DCsync_action_conditions() 256315:20250703:121348.305 End of DCsync_action_conditions() 256315:20250703:121348.305 In DCsync_trigger_tags() 256315:20250703:121348.305 End of DCsync_trigger_tags() 256315:20250703:121348.305 In DCsync_item_tags() 256315:20250703:121348.305 End of DCsync_item_tags() 256315:20250703:121348.305 In DCsync_correlations() 256315:20250703:121348.305 End of DCsync_correlations() 256315:20250703:121348.305 In DCsync_corr_conditions() 256315:20250703:121348.305 End of DCsync_corr_conditions() 256315:20250703:121348.305 In DCsync_corr_operations() 256315:20250703:121348.305 End of DCsync_corr_operations() 256315:20250703:121348.306 In dc_sync_drules() 256315:20250703:121348.306 End of dc_sync_drules() 256315:20250703:121348.306 In dc_sync_dchecks() 256315:20250703:121348.306 End of dc_sync_dchecks() 256315:20250703:121348.306 In dc_sync_httptests() 256315:20250703:121348.306 End of dc_sync_httptests() 256315:20250703:121348.306 In dc_sync_httptest_fields() 256315:20250703:121348.306 End of dc_sync_httptest_fields() 256315:20250703:121348.306 In dc_sync_httpsteps() 256315:20250703:121348.306 End of dc_sync_httpsteps() 256315:20250703:121348.306 In dc_sync_httpstep_fields() 256315:20250703:121348.306 End of dc_sync_httpstep_fields() 256315:20250703:121348.306 zbx_dc_sync_configuration() changelog : sql:0.003554 sec (0 records) 256315:20250703:121348.306 zbx_dc_sync_configuration() reindex : 0.000000 sec 0 bytes. 256315:20250703:121348.306 zbx_dc_sync_configuration() proxy_group: sql:0.000007 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121348.306 zbx_dc_sync_configuration() hosts: sql:0.000004 sync:0.000001 sec 0 bytes (0/0/0). 256315:20250703:121348.306 zbx_dc_sync_configuration() host_proxy: sql:0.000002 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121348.306 zbx_dc_sync_configuration() items: sql:0.000006 sync:0.000002 sec 0 bytes (0/0/0). 256315:20250703:121348.306 zbx_dc_sync_configuration() triggers: sql:0.000007 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121348.306 zbx_dc_sync_configuration() functions: sql:0.000007 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121348.306 zbx_dc_sync_configuration() trigger_tag: sql:0.000004 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121348.306 zbx_dc_sync_configuration() item_tag: sql:0.000001 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121348.306 zbx_dc_sync_configuration() host_tag: sql:0.000004 sync:0.000001 sec 0 bytes (0/0/0). 256315:20250703:121348.306 zbx_dc_sync_configuration() item_preproc: sql:0.000007 sync:0.000001 sec 0 bytes (0/0/0). 256315:20250703:121348.307 zbx_dc_sync_configuration() drules: sql:0.000003 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121348.307 zbx_dc_sync_configuration() dchecks: sql:0.000003 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121348.307 zbx_dc_sync_configuration() httptest: sql:0.000001 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121348.307 zbx_dc_sync_configuration() httptest_field: sql:0.000000 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121348.307 zbx_dc_sync_configuration() httpstep: sql:0.000000 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121348.307 zbx_dc_sync_configuration() httpstep_field: sql:0.000001 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121348.307 zbx_dc_sync_configuration() connector: sql:0.000003 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121348.307 zbx_dc_sync_configuration() connector_tag: sql:0.000001 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121348.307 zbx_dc_sync_configuration() proxy: sql:0.000014 sync:0.000002 sec 0 bytes (0/0/0). 256315:20250703:121348.307 zbx_dc_sync_configuration() settings: sql:0.000824 sync:0.000130 sec 0 bytes (47/0/0). 256315:20250703:121348.307 zbx_dc_sync_configuration() config_autoreg_tls: sql:0.001111 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121348.307 zbx_dc_sync_configuration() autoreg_host: sql:0.000000 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121348.307 zbx_dc_sync_configuration() host_inventory: sql:0.001582 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121348.307 zbx_dc_sync_configuration() hosts_templates: sql:0.001071 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121348.308 zbx_dc_sync_configuration() globalmacro: sql:0.000674 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121348.308 zbx_dc_sync_configuration() hostmacro: sql:0.010995 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121348.308 zbx_dc_sync_configuration() interface: sql:0.000426 sync:0.000014 sec 0 bytes (25/0/0). 256315:20250703:121348.308 zbx_dc_sync_configuration() item_discovery: sql:0.014139 sync:0.000174 sec 0 bytes (7580/0/0). 256315:20250703:121348.308 zbx_dc_sync_configuration() trigger_depends: sql:0.008383 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121348.308 zbx_dc_sync_configuration() regexps: sql:0.001457 sync:0.000002 sec 0 bytes (0/0/0). 256315:20250703:121348.308 zbx_dc_sync_configuration() actions: sql:0.000981 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121348.308 zbx_dc_sync_configuration() operations: sql:0.000765 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121348.308 zbx_dc_sync_configuration() conditions: sql:0.000480 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121348.308 zbx_dc_sync_configuration() correlation: sql:0.000324 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121348.308 zbx_dc_sync_configuration() corr_condition: sql:0.001465 sync:0.000001 sec 0 bytes (0/0/0). 256315:20250703:121348.309 zbx_dc_sync_configuration() corr_operation: sql:0.000412 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121348.309 zbx_dc_sync_configuration() hstgrp: sql:0.002512 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121348.309 zbx_dc_sync_configuration() hosts_groups: sql:0.001233 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121348.309 zbx_dc_sync_configuration() item_parameter: sql:0.008820 sync:0.000001 sec 0 bytes (0/0/0). 256315:20250703:121348.309 zbx_dc_sync_configuration() maintenances: sql:0.001385 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121348.309 zbx_dc_sync_configuration() maintenances_windows: sql:0.000398 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121348.309 zbx_dc_sync_configuration() maintenance_tag: sql:0.001281 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121348.309 zbx_dc_sync_configuration() maintenances_groups: sql:0.000182 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121348.309 zbx_dc_sync_configuration() maintenances_hosts: sql:0.000141 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121348.309 zbx_dc_sync_configuration() total sql : 0.061118 sec. 256315:20250703:121348.309 zbx_dc_sync_configuration() total sync : 0.000335 sec. 256315:20250703:121348.309 zbx_dc_sync_configuration() total memory difference: 0 bytes. 256315:20250703:121348.309 zbx_dc_sync_configuration() proxies : 0 (0 slots) 256315:20250703:121348.309 zbx_dc_sync_configuration() proxies_p : 0 (0 slots) 256315:20250703:121348.309 zbx_dc_sync_configuration() hosts : 8 (17 slots) 256315:20250703:121348.310 zbx_dc_sync_configuration() hosts_h : 8 (17 slots) 256315:20250703:121348.310 zbx_dc_sync_configuration() autoreg_hosts: 0 (11 slots) 256315:20250703:121348.310 zbx_dc_sync_configuration() psks : 0 (0 slots) 256315:20250703:121348.310 zbx_dc_sync_configuration() ipmihosts : 0 (0 slots) 256315:20250703:121348.310 zbx_dc_sync_configuration() host_invent: 2 (11 slots) 256315:20250703:121348.310 zbx_dc_sync_configuration() glob macros: 1 (11 slots) 256315:20250703:121348.310 zbx_dc_sync_configuration() host macros: 6364 (9029 slots) 256315:20250703:121348.310 zbx_dc_sync_configuration() kvs_paths : 0 256315:20250703:121348.310 zbx_dc_sync_configuration() interfaces : 3 (11 slots) 256315:20250703:121348.310 zbx_dc_sync_configuration() interfaces_snmp : 0 (0 slots) 256315:20250703:121348.310 zbx_dc_sync_configuration() interfac_ht: 3 (11 slots) 256315:20250703:121348.310 zbx_dc_sync_configuration() if_snmpitms: 0 (0 slots) 256315:20250703:121348.310 zbx_dc_sync_configuration() if_snmpaddr: 0 (0 slots) 256315:20250703:121348.310 zbx_dc_sync_configuration() item_discovery : 47 (15259 slots) 256315:20250703:121348.310 zbx_dc_sync_configuration() items : 212 (35969 slots) 256315:20250703:121348.310 zbx_dc_sync_configuration() items_hk : 212 (35969 slots) 256315:20250703:121348.310 zbx_dc_sync_configuration() template_items : 17771 (30509 slots) 256315:20250703:121348.310 zbx_dc_sync_configuration() preprocitems: 137 (45767 slots) 256315:20250703:121348.311 zbx_dc_sync_configuration() item_tag_links: 204 (56237 slots) 256315:20250703:121348.311 zbx_dc_sync_configuration() functions : 120 (21341 slots) 256315:20250703:121348.311 zbx_dc_sync_configuration() triggers : 6838 (13679 slots) 256315:20250703:121348.311 zbx_dc_sync_configuration() trigdeps : 2748 (4007 slots) 256315:20250703:121348.311 zbx_dc_sync_configuration() trig. tags : 8671 (13553 slots) 256315:20250703:121348.311 zbx_dc_sync_configuration() expressions: 10 (17 slots) 256315:20250703:121348.311 zbx_dc_sync_configuration() actions : 0 (0 slots) 256315:20250703:121348.311 zbx_dc_sync_configuration() conditions : 0 (0 slots) 256315:20250703:121348.311 zbx_dc_sync_configuration() corr. : 0 (0 slots) 256315:20250703:121348.311 zbx_dc_sync_configuration() corr. conds: 0 (0 slots) 256315:20250703:121348.311 zbx_dc_sync_configuration() corr. ops : 0 (0 slots) 256315:20250703:121348.311 zbx_dc_sync_configuration() hgroups : 7 (11 slots) 256315:20250703:121348.311 zbx_dc_sync_configuration() item procs : 137 (45767 slots) 256315:20250703:121348.311 zbx_dc_sync_configuration() maintenance: 0 (0 slots) 256315:20250703:121348.311 zbx_dc_sync_configuration() maint tags : 0 (0 slots) 256315:20250703:121348.311 zbx_dc_sync_configuration() maint time : 0 (0 slots) 256315:20250703:121348.311 zbx_dc_sync_configuration() drules : 1 (11 slots) 256315:20250703:121348.311 zbx_dc_sync_configuration() dchecks : 1 (11 slots) 256315:20250703:121348.311 zbx_dc_sync_configuration() httptests : 0 (0 slots) 256315:20250703:121348.311 zbx_dc_sync_configuration() httptestfld: 0 (0 slots) 256315:20250703:121348.311 zbx_dc_sync_configuration() httpsteps : 0 (0 slots) 256315:20250703:121348.311 zbx_dc_sync_configuration() httpstepfld: 0 (0 slots) 256315:20250703:121348.311 zbx_dc_sync_configuration() connector: 0 (0 slots) 256315:20250703:121348.311 zbx_dc_sync_configuration() connector tags : 0 (0 slots) 256315:20250703:121348.311 zbx_dc_sync_configuration() proxy groups : 0 (0 slots) 256315:20250703:121348.312 zbx_dc_sync_configuration() host proxy : 0 (0 slots) 256315:20250703:121348.312 zbx_dc_sync_configuration() queue[0] : 0 (0 allocated) 256315:20250703:121348.312 zbx_dc_sync_configuration() queue[1] : 0 (0 allocated) 256315:20250703:121348.312 zbx_dc_sync_configuration() queue[2] : 0 (0 allocated) 256315:20250703:121348.312 zbx_dc_sync_configuration() queue[3] : 0 (0 allocated) 256315:20250703:121348.312 zbx_dc_sync_configuration() queue[4] : 0 (0 allocated) 256315:20250703:121348.312 zbx_dc_sync_configuration() queue[5] : 0 (0 allocated) 256315:20250703:121348.312 zbx_dc_sync_configuration() queue[6] : 0 (0 allocated) 256315:20250703:121348.312 zbx_dc_sync_configuration() queue[7] : 0 (0 allocated) 256315:20250703:121348.312 zbx_dc_sync_configuration() queue[8] : 0 (0 allocated) 256315:20250703:121348.312 zbx_dc_sync_configuration() queue[9] : 0 (0 allocated) 256315:20250703:121348.312 zbx_dc_sync_configuration() queue[10] : 0 (0 allocated) 256315:20250703:121348.312 zbx_dc_sync_configuration() queue[11] : 0 (0 allocated) 256315:20250703:121348.312 zbx_dc_sync_configuration() pqueue : 0 (0 allocated) 256315:20250703:121348.312 zbx_dc_sync_configuration() timer queue: 0 (0 allocated) 256315:20250703:121348.313 zbx_dc_sync_configuration() changelog : 911 256315:20250703:121348.313 zbx_dc_sync_configuration() configfree : 76.116681% 256315:20250703:121348.313 zbx_dc_sync_configuration() strings : 9544 (13553 slots) 256315:20250703:121348.313 === memory statistics for configuration cache === 256315:20250703:121348.313 free chunks of size >= 256 bytes: 1 256315:20250703:121348.313 min chunk size: 25540520 bytes 256315:20250703:121348.313 max chunk size: 25540520 bytes 256315:20250703:121348.313 memory of total size 32402992 bytes fragmented into 71942 chunks 256315:20250703:121348.313 of those, 25540520 bytes are in 1 free chunks 256315:20250703:121348.313 of those, 6862472 bytes are in 71941 used chunks 256315:20250703:121348.313 of those, 1151056 bytes are used by allocation overhead 256315:20250703:121348.313 ================================ 256315:20250703:121348.313 zbx_dbsync_env_flush_changelog() changelog : 911 (1181 slots) 256315:20250703:121348.315 End of zbx_dc_sync_configuration() 256315:20250703:121348.315 In zbx_dc_sync_kvs_paths() 256315:20250703:121348.315 End of zbx_dc_sync_kvs_paths() 256315:20250703:121348.315 In zbx_dc_config_get_hostids_by_revision() 256315:20250703:121348.315 End of zbx_dc_config_get_hostids_by_revision() 256315:20250703:121348.315 In zbx_dc_update_interfaces_availability() 256315:20250703:121348.315 In zbx_dc_reset_interfaces_availability() 256315:20250703:121348.315 End of zbx_dc_reset_interfaces_availability() interfaces:0 256315:20250703:121348.315 End of zbx_dc_update_interfaces_availability() 256315:20250703:121348.315 zbx_setproctitle() title:'configuration syncer [synced configuration in 0.085805 sec, idle 10 sec]' 256315:20250703:121348.315 In zbx_ipc_async_socket_recv() timeout:10 256360:20250703:121348.322 End of zbx_ipc_async_socket_recv():0 256364:20250703:121348.322 End of zbx_ipc_async_socket_recv():0 256360:20250703:121348.322 zbx_setproctitle() title:'java poller #3 [got 0 values in 0.000027 sec, getting values]' 256360:20250703:121348.322 In get_values() 256360:20250703:121348.322 In zbx_dc_config_get_poller_items() poller_type:4 256360:20250703:121348.322 End of zbx_dc_config_get_poller_items():0 256360:20250703:121348.322 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256369:20250703:121348.322 End of zbx_ipc_async_socket_recv():0 256369:20250703:121348.322 zbx_setproctitle() title:'java poller #9 [got 0 values in 0.000033 sec, getting values]' 256369:20250703:121348.322 In get_values() 256369:20250703:121348.322 In zbx_dc_config_get_poller_items() poller_type:4 256369:20250703:121348.322 End of zbx_dc_config_get_poller_items():0 256369:20250703:121348.322 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256369:20250703:121348.322 End of zbx_dc_config_get_poller_nextcheck():-1 256369:20250703:121348.322 End of get_values():0 256369:20250703:121348.322 zbx_setproctitle() title:'java poller #9 [got 0 values in 0.000167 sec, idle 5 sec]' 256369:20250703:121348.322 In zbx_ipc_async_socket_recv() timeout:5 256364:20250703:121348.323 zbx_setproctitle() title:'java poller #7 [got 0 values in 0.000052 sec, getting values]' 256364:20250703:121348.323 In get_values() 256364:20250703:121348.323 In zbx_dc_config_get_poller_items() poller_type:4 256364:20250703:121348.323 End of zbx_dc_config_get_poller_items():0 256364:20250703:121348.323 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256364:20250703:121348.323 End of zbx_dc_config_get_poller_nextcheck():-1 256364:20250703:121348.323 End of get_values():0 256364:20250703:121348.323 zbx_setproctitle() title:'java poller #7 [got 0 values in 0.000945 sec, idle 5 sec]' 256364:20250703:121348.323 In zbx_ipc_async_socket_recv() timeout:5 256358:20250703:121348.323 End of zbx_ipc_async_socket_recv():0 256358:20250703:121348.323 zbx_setproctitle() title:'java poller #1 [got 0 values in 0.000050 sec, getting values]' 256358:20250703:121348.323 In get_values() 256358:20250703:121348.323 In zbx_dc_config_get_poller_items() poller_type:4 256358:20250703:121348.323 End of zbx_dc_config_get_poller_items():0 256358:20250703:121348.323 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256358:20250703:121348.323 End of zbx_dc_config_get_poller_nextcheck():-1 256358:20250703:121348.323 End of get_values():0 256358:20250703:121348.323 zbx_setproctitle() title:'java poller #1 [got 0 values in 0.000074 sec, idle 5 sec]' 256358:20250703:121348.323 In zbx_ipc_async_socket_recv() timeout:5 256359:20250703:121348.323 End of zbx_ipc_async_socket_recv():0 256359:20250703:121348.323 zbx_setproctitle() title:'java poller #2 [got 0 values in 0.000048 sec, getting values]' 256359:20250703:121348.323 In get_values() 256359:20250703:121348.323 In zbx_dc_config_get_poller_items() poller_type:4 256359:20250703:121348.323 End of zbx_dc_config_get_poller_items():0 256359:20250703:121348.323 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256359:20250703:121348.323 End of zbx_dc_config_get_poller_nextcheck():-1 256359:20250703:121348.323 End of get_values():0 256359:20250703:121348.323 zbx_setproctitle() title:'java poller #2 [got 0 values in 0.000067 sec, idle 5 sec]' 256359:20250703:121348.323 In zbx_ipc_async_socket_recv() timeout:5 256370:20250703:121348.323 End of zbx_ipc_async_socket_recv():0 256370:20250703:121348.323 zbx_setproctitle() title:'java poller #10 [got 0 values in 0.000035 sec, getting values]' 256370:20250703:121348.323 In get_values() 256370:20250703:121348.323 In zbx_dc_config_get_poller_items() poller_type:4 256370:20250703:121348.323 End of zbx_dc_config_get_poller_items():0 256370:20250703:121348.323 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256370:20250703:121348.323 End of zbx_dc_config_get_poller_nextcheck():-1 256370:20250703:121348.323 End of get_values():0 256370:20250703:121348.323 zbx_setproctitle() title:'java poller #10 [got 0 values in 0.000064 sec, idle 5 sec]' 256370:20250703:121348.323 In zbx_ipc_async_socket_recv() timeout:5 256360:20250703:121348.323 End of zbx_dc_config_get_poller_nextcheck():-1 256360:20250703:121348.323 End of get_values():0 256360:20250703:121348.323 zbx_setproctitle() title:'java poller #3 [got 0 values in 0.001369 sec, idle 5 sec]' 256360:20250703:121348.323 In zbx_ipc_async_socket_recv() timeout:5 256375:20250703:121348.329 End of zbx_ipc_async_socket_recv():0 256375:20250703:121348.329 zbx_setproctitle() title:'poller #2 [got 0 values in 0.000191 sec, getting values]' 256375:20250703:121348.329 In get_values() 256375:20250703:121348.329 In zbx_dc_config_get_poller_items() poller_type:0 256375:20250703:121348.329 End of zbx_dc_config_get_poller_items():0 256375:20250703:121348.329 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256375:20250703:121348.329 End of zbx_dc_config_get_poller_nextcheck():-1 256375:20250703:121348.329 End of get_values():0 256375:20250703:121348.329 zbx_setproctitle() title:'poller #2 [got 0 values in 0.000072 sec, idle 5 sec]' 256375:20250703:121348.329 In zbx_ipc_async_socket_recv() timeout:5 256400:20250703:121348.329 End of zbx_ipc_async_socket_recv():0 256400:20250703:121348.329 zbx_setproctitle() title:'unreachable poller #1 [got 0 values in 0.000037 sec, getting values]' 256400:20250703:121348.329 In get_values() 256400:20250703:121348.329 In zbx_dc_config_get_poller_items() poller_type:1 256400:20250703:121348.329 End of zbx_dc_config_get_poller_items():0 256400:20250703:121348.329 In zbx_dc_config_get_poller_nextcheck() poller_type:1 256400:20250703:121348.329 End of zbx_dc_config_get_poller_nextcheck():-1 256400:20250703:121348.329 End of get_values():0 256400:20250703:121348.329 zbx_setproctitle() title:'unreachable poller #1 [got 0 values in 0.000073 sec, idle 5 sec]' 256400:20250703:121348.329 In zbx_ipc_async_socket_recv() timeout:5 256399:20250703:121348.329 End of zbx_ipc_async_socket_recv():0 256399:20250703:121348.329 zbx_setproctitle() title:'poller #5 [got 0 values in 0.000122 sec, getting values]' 256399:20250703:121348.329 In get_values() 256399:20250703:121348.329 In zbx_dc_config_get_poller_items() poller_type:0 256399:20250703:121348.329 End of zbx_dc_config_get_poller_items():0 256399:20250703:121348.329 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256399:20250703:121348.329 End of zbx_dc_config_get_poller_nextcheck():-1 256399:20250703:121348.329 End of get_values():0 256399:20250703:121348.329 zbx_setproctitle() title:'poller #5 [got 0 values in 0.000066 sec, idle 5 sec]' 256399:20250703:121348.329 In zbx_ipc_async_socket_recv() timeout:5 256376:20250703:121348.329 End of zbx_ipc_async_socket_recv():0 256376:20250703:121348.329 zbx_setproctitle() title:'poller #3 [got 0 values in 0.000037 sec, getting values]' 256376:20250703:121348.329 In get_values() 256376:20250703:121348.329 In zbx_dc_config_get_poller_items() poller_type:0 256376:20250703:121348.329 End of zbx_dc_config_get_poller_items():0 256376:20250703:121348.329 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256376:20250703:121348.329 End of zbx_dc_config_get_poller_nextcheck():-1 256376:20250703:121348.329 End of get_values():0 256376:20250703:121348.329 zbx_setproctitle() title:'poller #3 [got 0 values in 0.000065 sec, idle 5 sec]' 256376:20250703:121348.329 In zbx_ipc_async_socket_recv() timeout:5 256374:20250703:121348.329 End of zbx_ipc_async_socket_recv():0 256374:20250703:121348.329 zbx_setproctitle() title:'poller #1 [got 0 values in 0.000031 sec, getting values]' 256374:20250703:121348.329 In get_values() 256374:20250703:121348.329 In zbx_dc_config_get_poller_items() poller_type:0 256374:20250703:121348.329 End of zbx_dc_config_get_poller_items():0 256374:20250703:121348.329 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256374:20250703:121348.329 End of zbx_dc_config_get_poller_nextcheck():-1 256374:20250703:121348.329 End of get_values():0 256374:20250703:121348.329 zbx_setproctitle() title:'poller #1 [got 0 values in 0.000066 sec, idle 5 sec]' 256374:20250703:121348.329 In zbx_ipc_async_socket_recv() timeout:5 256406:20250703:121348.337 zbx_setproctitle() title:'icmp pinger #1 [getting values]' 256406:20250703:121348.337 In get_pinger_hosts() 256406:20250703:121348.337 In zbx_dc_config_get_poller_items() poller_type:3 256406:20250703:121348.337 End of zbx_dc_config_get_poller_items():0 256406:20250703:121348.337 End of get_pinger_hosts():0 256406:20250703:121348.337 In process_pinger_hosts() 256406:20250703:121348.337 End of process_pinger_hosts() 256406:20250703:121348.337 In zbx_dc_config_get_poller_nextcheck() poller_type:3 256406:20250703:121348.337 End of zbx_dc_config_get_poller_nextcheck():-1 256406:20250703:121348.337 zbx_setproctitle() title:'icmp pinger #1 [got 0 values in 0.000506 sec, idle 5 sec]' 256365:20250703:121348.338 End of zbx_ipc_async_socket_recv():0 256365:20250703:121348.338 zbx_setproctitle() title:'java poller #8 [got 0 values in 0.000039 sec, getting values]' 256365:20250703:121348.338 In get_values() 256365:20250703:121348.338 In zbx_dc_config_get_poller_items() poller_type:4 256365:20250703:121348.338 End of zbx_dc_config_get_poller_items():0 256365:20250703:121348.338 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256365:20250703:121348.338 End of zbx_dc_config_get_poller_nextcheck():-1 256365:20250703:121348.338 End of get_values():0 256365:20250703:121348.338 zbx_setproctitle() title:'java poller #8 [got 0 values in 0.000072 sec, idle 5 sec]' 256365:20250703:121348.338 In zbx_ipc_async_socket_recv() timeout:5 256418:20250703:121348.341 zbx_setproctitle() title:'snmp poller #1 [got 0 values, queued 0 in 5 sec, awaiting 0]' 256418:20250703:121348.341 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121348.341 End of zbx_ipc_async_socket_recv():0 256418:20250703:121348.341 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121348.341 End of zbx_dc_config_get_poller_items():0 256418:20250703:121348.341 queue processing_num:0 pending:0 256398:20250703:121348.348 End of zbx_ipc_async_socket_recv():0 256398:20250703:121348.349 zbx_setproctitle() title:'poller #4 [got 0 values in 0.000032 sec, getting values]' 256398:20250703:121348.349 In get_values() 256398:20250703:121348.349 In zbx_dc_config_get_poller_items() poller_type:0 256398:20250703:121348.349 End of zbx_dc_config_get_poller_items():0 256398:20250703:121348.349 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256398:20250703:121348.349 End of zbx_dc_config_get_poller_nextcheck():-1 256398:20250703:121348.349 End of get_values():0 256398:20250703:121348.349 zbx_setproctitle() title:'poller #4 [got 0 values in 0.000157 sec, idle 5 sec]' 256398:20250703:121348.349 In zbx_ipc_async_socket_recv() timeout:5 256416:20250703:121348.354 zbx_setproctitle() title:'http agent poller #1 [got 0 values, queued 0 in 5 sec, awaiting 0]' 256416:20250703:121348.354 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121348.354 End of zbx_ipc_async_socket_recv():0 256417:20250703:121348.354 zbx_setproctitle() title:'agent poller #1 [got 0 values, queued 0 in 5 sec, awaiting 0]' 256417:20250703:121348.354 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121348.354 End of zbx_ipc_async_socket_recv():0 256416:20250703:121348.355 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121348.356 End of zbx_dc_config_get_poller_items():0 256416:20250703:121348.356 queue processing_num:0 pending:0 256417:20250703:121348.357 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121348.357 End of zbx_dc_config_get_poller_items():0 256417:20250703:121348.357 queue processing_num:0 pending:0 256420:20250703:121348.360 End of zbx_ipc_async_socket_recv():0 256420:20250703:121348.360 zbx_setproctitle() title:'internal poller #1 [got 0 values in 0.000035 sec, getting values]' 256420:20250703:121348.360 In get_values() 256420:20250703:121348.360 In zbx_dc_config_get_poller_items() poller_type:10 256420:20250703:121348.360 End of zbx_dc_config_get_poller_items():0 256420:20250703:121348.360 In zbx_dc_config_get_poller_nextcheck() poller_type:10 256420:20250703:121348.360 End of zbx_dc_config_get_poller_nextcheck():-1 256420:20250703:121348.360 End of get_values():0 256420:20250703:121348.360 zbx_setproctitle() title:'internal poller #1 [got 0 values in 0.000087 sec, idle 5 sec]' 256420:20250703:121348.360 In zbx_ipc_async_socket_recv() timeout:5 256353:20250703:121348.362 End of zbx_ipc_async_socket_recv():0 256353:20250703:121348.362 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000061 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121348.362 In zbx_sync_history_cache() history_num:0 256353:20250703:121348.362 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000057 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121348.362 In zbx_ipc_async_socket_recv() timeout:1 256415:20250703:121348.364 End of zbx_ipc_async_socket_recv():0 256415:20250703:121348.364 zbx_setproctitle() title:'odbc poller #1 [got 0 values in 0.000035 sec, getting values]' 256415:20250703:121348.364 In get_values() 256415:20250703:121348.364 In zbx_dc_config_get_poller_items() poller_type:6 256415:20250703:121348.364 End of zbx_dc_config_get_poller_items():0 256415:20250703:121348.364 In zbx_dc_config_get_poller_nextcheck() poller_type:6 256415:20250703:121348.364 End of zbx_dc_config_get_poller_nextcheck():-1 256415:20250703:121348.364 End of get_values():0 256415:20250703:121348.364 zbx_setproctitle() title:'odbc poller #1 [got 0 values in 0.000082 sec, idle 5 sec]' 256415:20250703:121348.364 In zbx_ipc_async_socket_recv() timeout:5 256355:20250703:121348.372 End of zbx_ipc_async_socket_recv():0 256355:20250703:121348.372 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000029 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121348.372 In zbx_sync_history_cache() history_num:0 256355:20250703:121348.372 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000047 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121348.372 In zbx_ipc_async_socket_recv() timeout:1 256356:20250703:121348.372 End of zbx_ipc_async_socket_recv():0 256356:20250703:121348.372 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000055 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121348.372 In zbx_sync_history_cache() history_num:0 256356:20250703:121348.372 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000112 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121348.372 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121348.372 End of zbx_ipc_async_socket_recv():0 256354:20250703:121348.372 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000112 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121348.372 In zbx_sync_history_cache() history_num:0 256354:20250703:121348.372 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000026 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121348.372 In zbx_ipc_async_socket_recv() timeout:1 256344:20250703:121348.384 End of zbx_ipc_service_recv():2 256344:20250703:121348.384 zbx_setproctitle() title:'lld manager #1 [processed 0 LLD rules, idle 5.020901sec during 5.020919 sec]' 256344:20250703:121348.384 In zbx_ipc_service_recv() timeout:1.000 256372:20250703:121348.390 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121348.391 In collect_selfmon_stats() 256372:20250703:121348.391 In zbx_timekeeper_collect() 256372:20250703:121348.391 End of zbx_timekeeper_collect() 256372:20250703:121348.391 End of collect_selfmon_stats() 256372:20250703:121348.391 zbx_setproctitle() title:'self-monitoring [processed data in 0.000112 sec, idle 1 sec]' 256409:20250703:121348.396 End of zbx_ipc_async_socket_recv():0 256409:20250703:121348.396 zbx_setproctitle() title:'history poller #2 [got 0 values in 0.000040 sec, getting values]' 256409:20250703:121348.396 In get_values() 256409:20250703:121348.396 In zbx_dc_config_get_poller_items() poller_type:5 256409:20250703:121348.396 End of zbx_dc_config_get_poller_items():0 256409:20250703:121348.396 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256409:20250703:121348.397 End of zbx_dc_config_get_poller_nextcheck():-1 256409:20250703:121348.397 End of get_values():0 256409:20250703:121348.397 zbx_setproctitle() title:'history poller #2 [got 0 values in 0.000091 sec, idle 5 sec]' 256409:20250703:121348.397 In zbx_ipc_async_socket_recv() timeout:5 256412:20250703:121348.404 End of zbx_ipc_async_socket_recv():0 256412:20250703:121348.404 zbx_setproctitle() title:'history poller #5 [got 0 values in 0.000289 sec, getting values]' 256412:20250703:121348.404 In get_values() 256412:20250703:121348.404 In zbx_dc_config_get_poller_items() poller_type:5 256412:20250703:121348.404 End of zbx_dc_config_get_poller_items():0 256412:20250703:121348.404 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256412:20250703:121348.404 End of zbx_dc_config_get_poller_nextcheck():-1 256412:20250703:121348.404 End of get_values():0 256412:20250703:121348.404 zbx_setproctitle() title:'history poller #5 [got 0 values in 0.000090 sec, idle 5 sec]' 256412:20250703:121348.404 In zbx_ipc_async_socket_recv() timeout:5 256350:20250703:121348.408 zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000084 sec, getting values]' 256350:20250703:121348.408 In process_httptests() 256350:20250703:121348.408 End of process_httptests() 256350:20250703:121348.408 zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000088 sec, idle 5 sec]' 256371:20250703:121348.412 End of zbx_ipc_async_socket_recv():0 256371:20250703:121348.412 zbx_setproctitle() title:'proxy poller #1 [exchanged data with 0 proxies in 0.000030 sec, exchanging data]' 256371:20250703:121348.412 In process_proxy() 256371:20250703:121348.412 In zbx_dc_config_get_proxypoller_hosts() 256371:20250703:121348.412 End of zbx_dc_config_get_proxypoller_hosts():0 256371:20250703:121348.412 End of process_proxy() 256371:20250703:121348.412 In zbx_dc_config_get_proxypoller_nextcheck() 256371:20250703:121348.412 End of zbx_dc_config_get_proxypoller_nextcheck():-1 256371:20250703:121348.412 zbx_setproctitle() title:'proxy poller #1 [exchanged data with 0 proxies in 0.000194 sec, idle 5 sec]' 256371:20250703:121348.412 In zbx_ipc_async_socket_recv() timeout:5 256411:20250703:121348.420 End of zbx_ipc_async_socket_recv():0 256411:20250703:121348.420 zbx_setproctitle() title:'history poller #4 [got 0 values in 0.000039 sec, getting values]' 256411:20250703:121348.420 In get_values() 256411:20250703:121348.420 In zbx_dc_config_get_poller_items() poller_type:5 256411:20250703:121348.420 End of zbx_dc_config_get_poller_items():0 256411:20250703:121348.420 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256411:20250703:121348.420 End of zbx_dc_config_get_poller_nextcheck():-1 256411:20250703:121348.420 End of get_values():0 256411:20250703:121348.420 zbx_setproctitle() title:'history poller #4 [got 0 values in 0.000095 sec, idle 5 sec]' 256411:20250703:121348.420 In zbx_ipc_async_socket_recv() timeout:5 256408:20250703:121348.424 End of zbx_ipc_async_socket_recv():0 256408:20250703:121348.424 zbx_setproctitle() title:'history poller #1 [got 0 values in 0.000048 sec, getting values]' 256408:20250703:121348.424 In get_values() 256408:20250703:121348.424 In zbx_dc_config_get_poller_items() poller_type:5 256408:20250703:121348.425 End of zbx_dc_config_get_poller_items():0 256408:20250703:121348.425 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256408:20250703:121348.425 End of zbx_dc_config_get_poller_nextcheck():-1 256408:20250703:121348.425 End of get_values():0 256408:20250703:121348.425 zbx_setproctitle() title:'history poller #1 [got 0 values in 0.000073 sec, idle 5 sec]' 256408:20250703:121348.425 In zbx_ipc_async_socket_recv() timeout:5 256410:20250703:121348.429 End of zbx_ipc_async_socket_recv():0 256410:20250703:121348.429 zbx_setproctitle() title:'history poller #3 [got 0 values in 0.000038 sec, getting values]' 256410:20250703:121348.429 In get_values() 256410:20250703:121348.429 In zbx_dc_config_get_poller_items() poller_type:5 256410:20250703:121348.429 End of zbx_dc_config_get_poller_items():0 256410:20250703:121348.429 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256410:20250703:121348.429 End of zbx_dc_config_get_poller_nextcheck():-1 256410:20250703:121348.429 End of get_values():0 256410:20250703:121348.429 zbx_setproctitle() title:'history poller #3 [got 0 values in 0.000089 sec, idle 5 sec]' 256410:20250703:121348.429 In zbx_ipc_async_socket_recv() timeout:5 256421:20250703:121348.445 In zbx_dc_fetch_proxy_groups() 256421:20250703:121348.445 End of zbx_dc_fetch_proxy_groups():FAIL revision:0->0 256421:20250703:121348.445 In zbx_dc_fetch_proxies() 256421:20250703:121348.445 End of zbx_dc_fetch_proxies():FAIL revision:0->0 256339:20250703:121348.472 End of zbx_ipc_service_recv():2 256339:20250703:121348.472 zbx_setproctitle() title:'alert manager #1 [sent 0, failed 0 alerts, idle 5.015278 sec during 5.015843 sec]' 256339:20250703:121348.472 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121348.472 End of zbx_ipc_async_socket_recv():0 256407:20250703:121348.472 In zbx_ipc_async_socket_send() 256407:20250703:121348.472 In zbx_ipc_client_send() clientid:0 256407:20250703:121348.473 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121348.473 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121348.473 In am_db_update_watchdog() 256407:20250703:121348.473 query [txnlev:0] [select m.mediaid,m.mediatypeid,m.sendto from media m,users_groups u,media_type mt where m.userid=u.userid and u.usrgrpid=7 and m.mediatypeid=mt.mediatypeid and m.active=0 and mt.status=0 and mt.type<>4] 256339:20250703:121348.473 End of zbx_ipc_service_recv():1 256339:20250703:121348.473 In am_flush_results() results:0 256339:20250703:121348.473 In zbx_ipc_client_send() clientid:8 256339:20250703:121348.473 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121348.473 End of am_flush_results() 256339:20250703:121348.473 In zbx_ipc_service_recv() timeout:1.000 256421:20250703:121348.473 End of zbx_ipc_service_recv():2 256421:20250703:121348.473 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121348.474 End of am_db_update_watchdog() recipients:0 256407:20250703:121348.474 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.001656 sec, idle 1 sec]' 256407:20250703:121348.474 In zbx_ipc_async_socket_recv() timeout:1 256407:20250703:121348.474 End of zbx_ipc_async_socket_recv():0 256407:20250703:121348.474 In am_db_flush_results() 256407:20250703:121348.474 End of am_db_flush_results() flushed:0 256407:20250703:121348.474 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000020 sec, idle 1 sec]' 256407:20250703:121348.474 In zbx_ipc_async_socket_recv() timeout:1 256419:20250703:121348.476 End of zbx_ipc_service_recv():2 256419:20250703:121348.476 In zbx_ipc_service_recv() timeout:1.000 256404:20250703:121348.484 zbx_setproctitle() title:'trapper #4 [processing data]' 256404:20250703:121348.484 In zbx_ipc_async_socket_recv() timeout:0 256404:20250703:121348.484 End of zbx_ipc_async_socket_recv():0 256404:20250703:121348.484 trapper got '{"request":"active checks","host":"test","config_revision":1,"session":"3c242340683cf3307abbae10728e3e4c","version":"7.4.0","variant":1}' 256404:20250703:121348.485 In send_list_of_active_checks_json() 256404:20250703:121348.485 In zbx_is_ip4() ip:'127.0.0.1' 256404:20250703:121348.485 End of zbx_is_ip4():SUCCEED 256404:20250703:121348.485 In get_hostid_by_host_or_autoregister() host:'test' metadata:'' 256404:20250703:121348.485 End of get_hostid_by_host_or_autoregister():SUCCEED 256404:20250703:121348.485 In zbx_remote_commands_prepare_to_send() 256404:20250703:121348.485 End of zbx_remote_commands_prepare_to_send() 256404:20250703:121348.485 send_list_of_active_checks_json() sending [{"response":"success"}] 256404:20250703:121348.485 End of send_list_of_active_checks_json():SUCCEED 256404:20250703:121348.485 zbx_setproctitle() title:'trapper #4 [processed data in 0.001032 sec, waiting for connection]' 256413:20250703:121348.520 End of zbx_ipc_service_recv():2 256413:20250703:121348.520 zbx_setproctitle() title:'availability manager #1 [queued 0, processed 0 values, idle 5.021700 sec during 5.025439 sec]' 256413:20250703:121348.520 In zbx_ipc_service_recv() timeout:1.000 256352:20250703:121348.547 End of zbx_ipc_service_recv():2 256352:20250703:121348.547 In zbx_timekeeper_collect() 256352:20250703:121348.547 End of zbx_timekeeper_collect() 256352:20250703:121348.547 In process_results() del_druleids:0 256352:20250703:121348.547 process_results() results=0 checks:0/0 del_druleids=0 incomplete_druleids=0 256352:20250703:121348.547 End of process_results() ret:0 256352:20250703:121348.547 zbx_setproctitle() title:'discovery manager #1 [processing 0 rules, 0 unsaved checks]' 256352:20250703:121348.547 In process_discovery() 256352:20250703:121348.547 End of process_discovery() rule_count:0 nextcheck:-1 256352:20250703:121348.547 In zbx_ipc_service_recv() timeout:5.000 256343:20250703:121348.592 End of zbx_ipc_service_recv():2 256343:20250703:121348.592 In zbx_pp_manager_process_finished() 256343:20250703:121348.592 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121348.592 zbx_setproctitle() title:'preprocessing manager #1 [queued 0, processed 0 values, idle 5.034571 sec during 5.034845 sec]' 256343:20250703:121348.592 In zbx_ipc_service_recv() timeout:0.500 256312:20250703:121348.996 End of zbx_ipc_service_recv():2 256312:20250703:121348.996 In zbx_ipc_async_socket_send() 256312:20250703:121348.996 In zbx_ipc_client_send() clientid:0 256312:20250703:121348.996 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121348.996 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121348.996 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121348.996 End of zbx_ipc_async_socket_flush():0 256312:20250703:121348.996 In zbx_ipc_service_recv() timeout:0.997 256302:20250703:121348.996 End of zbx_ipc_service_recv():1 256302:20250703:121348.996 In zbx_ha_dispatch_message() 256302:20250703:121348.996 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121348.996 In zbx_ipc_service_recv() timeout:1.000 256314:20250703:121349.088 End of zbx_ipc_service_recv():2 256314:20250703:121349.088 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121349.097 End of zbx_ipc_service_recv():2 256343:20250703:121349.097 In zbx_pp_manager_process_finished() 256343:20250703:121349.097 In zbx_timekeeper_collect() 256343:20250703:121349.097 End of zbx_timekeeper_collect() 256343:20250703:121349.097 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121349.097 In zbx_ipc_service_recv() timeout:0.500 256418:20250703:121349.342 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121349.342 End of zbx_ipc_async_socket_recv():0 256418:20250703:121349.342 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121349.342 End of zbx_dc_config_get_poller_items():0 256418:20250703:121349.342 queue processing_num:0 pending:0 256416:20250703:121349.352 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121349.352 End of zbx_ipc_async_socket_recv():0 256416:20250703:121349.353 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121349.353 End of zbx_dc_config_get_poller_items():0 256417:20250703:121349.353 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121349.353 End of zbx_ipc_async_socket_recv():0 256417:20250703:121349.353 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121349.353 End of zbx_dc_config_get_poller_items():0 256417:20250703:121349.353 queue processing_num:0 pending:0 256416:20250703:121349.353 queue processing_num:0 pending:0 256353:20250703:121349.365 End of zbx_ipc_async_socket_recv():0 256353:20250703:121349.365 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000057 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121349.365 In zbx_sync_history_cache() history_num:0 256353:20250703:121349.365 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000045 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121349.365 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121349.376 End of zbx_ipc_async_socket_recv():0 256354:20250703:121349.376 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000026 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121349.376 In zbx_sync_history_cache() history_num:0 256354:20250703:121349.376 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000056 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121349.376 In zbx_ipc_async_socket_recv() timeout:1 256356:20250703:121349.376 End of zbx_ipc_async_socket_recv():0 256356:20250703:121349.376 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000112 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121349.376 In zbx_sync_history_cache() history_num:0 256356:20250703:121349.376 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000224 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121349.376 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121349.377 End of zbx_ipc_async_socket_recv():0 256355:20250703:121349.377 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000047 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121349.377 In zbx_sync_history_cache() history_num:0 256355:20250703:121349.377 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000034 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121349.377 In zbx_ipc_async_socket_recv() timeout:1 256344:20250703:121349.389 End of zbx_ipc_service_recv():2 256344:20250703:121349.389 In zbx_ipc_service_recv() timeout:1.000 256372:20250703:121349.391 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121349.391 In collect_selfmon_stats() 256372:20250703:121349.391 In zbx_timekeeper_collect() 256372:20250703:121349.391 End of zbx_timekeeper_collect() 256372:20250703:121349.391 End of collect_selfmon_stats() 256372:20250703:121349.391 zbx_setproctitle() title:'self-monitoring [processed data in 0.000219 sec, idle 1 sec]' 256339:20250703:121349.474 End of zbx_ipc_service_recv():2 256339:20250703:121349.474 In zbx_ipc_service_recv() timeout:1.000 256421:20250703:121349.474 End of zbx_ipc_service_recv():2 256421:20250703:121349.474 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121349.474 End of zbx_ipc_async_socket_recv():0 256407:20250703:121349.474 In zbx_ipc_async_socket_send() 256407:20250703:121349.474 In zbx_ipc_client_send() clientid:0 256407:20250703:121349.475 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121349.475 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121349.475 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000171 sec, idle 1 sec]' 256407:20250703:121349.475 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121349.475 End of zbx_ipc_service_recv():1 256339:20250703:121349.475 In am_flush_results() results:0 256339:20250703:121349.475 In zbx_ipc_client_send() clientid:8 256339:20250703:121349.475 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121349.475 End of am_flush_results() 256339:20250703:121349.475 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121349.475 End of zbx_ipc_async_socket_recv():0 256407:20250703:121349.475 In am_db_flush_results() 256407:20250703:121349.475 End of am_db_flush_results() flushed:0 256407:20250703:121349.475 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000029 sec, idle 1 sec]' 256407:20250703:121349.475 In zbx_ipc_async_socket_recv() timeout:1 256419:20250703:121349.480 End of zbx_ipc_service_recv():2 256419:20250703:121349.480 In zbx_ipc_service_recv() timeout:1.000 256413:20250703:121349.524 End of zbx_ipc_service_recv():2 256413:20250703:121349.524 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121349.601 End of zbx_ipc_service_recv():2 256343:20250703:121349.601 In zbx_pp_manager_process_finished() 256343:20250703:121349.601 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121349.601 In zbx_ipc_service_recv() timeout:0.500 256302:20250703:121349.998 End of zbx_ipc_service_recv():2 256302:20250703:121349.998 In zbx_ha_dispatch_message() 256302:20250703:121349.998 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121349.998 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121349.998 End of zbx_ipc_service_recv():2 256312:20250703:121349.998 In zbx_ipc_async_socket_send() 256312:20250703:121349.998 In zbx_ipc_client_send() clientid:0 256312:20250703:121349.998 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121349.999 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121349.999 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121349.999 End of zbx_ipc_async_socket_flush():0 256312:20250703:121349.999 In zbx_ipc_service_recv() timeout:0.995 256302:20250703:121349.999 End of zbx_ipc_service_recv():1 256302:20250703:121349.999 In zbx_ha_dispatch_message() 256302:20250703:121349.999 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121349.999 In zbx_ipc_service_recv() timeout:1.000 256314:20250703:121350.092 End of zbx_ipc_service_recv():2 256314:20250703:121350.092 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121350.104 End of zbx_ipc_service_recv():2 256343:20250703:121350.105 In zbx_pp_manager_process_finished() 256343:20250703:121350.105 In zbx_timekeeper_collect() 256343:20250703:121350.105 End of zbx_timekeeper_collect() 256343:20250703:121350.105 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121350.105 In zbx_ipc_service_recv() timeout:0.500 256418:20250703:121350.341 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121350.341 End of zbx_ipc_async_socket_recv():0 256418:20250703:121350.341 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121350.341 End of zbx_dc_config_get_poller_items():0 256418:20250703:121350.341 queue processing_num:0 pending:0 256416:20250703:121350.352 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121350.353 End of zbx_ipc_async_socket_recv():0 256416:20250703:121350.353 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121350.353 End of zbx_dc_config_get_poller_items():0 256416:20250703:121350.353 queue processing_num:0 pending:0 256417:20250703:121350.353 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121350.353 End of zbx_dc_config_get_poller_items():0 256417:20250703:121350.353 queue processing_num:0 pending:0 256417:20250703:121350.353 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121350.353 End of zbx_ipc_async_socket_recv():0 256353:20250703:121350.369 End of zbx_ipc_async_socket_recv():0 256353:20250703:121350.369 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000045 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121350.369 In zbx_sync_history_cache() history_num:0 256353:20250703:121350.369 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000078 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121350.369 In zbx_ipc_async_socket_recv() timeout:1 256373:20250703:121350.374 End of zbx_ipc_async_socket_recv():0 256373:20250703:121350.374 zbx_setproctitle() title:'task manager [processing tasks]' 256373:20250703:121350.374 query [txnlev:0] [select taskid,type,clock,ttl,proxyid from task where status in (1,2) order by taskid] 256373:20250703:121350.376 zbx_setproctitle() title:'task manager [processed 0 task(s) in 0.002331 sec, idle 5 sec]' 256373:20250703:121350.376 In zbx_ipc_async_socket_recv() timeout:5 256354:20250703:121350.380 End of zbx_ipc_async_socket_recv():0 256354:20250703:121350.380 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000056 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121350.380 In zbx_sync_history_cache() history_num:0 256354:20250703:121350.380 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000054 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121350.380 In zbx_ipc_async_socket_recv() timeout:1 256356:20250703:121350.380 End of zbx_ipc_async_socket_recv():0 256356:20250703:121350.380 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000224 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121350.381 End of zbx_ipc_async_socket_recv():0 256355:20250703:121350.381 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000034 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121350.381 In zbx_sync_history_cache() history_num:0 256355:20250703:121350.381 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000085 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121350.381 In zbx_ipc_async_socket_recv() timeout:1 256356:20250703:121350.381 In zbx_sync_history_cache() history_num:0 256356:20250703:121350.381 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000459 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121350.381 In zbx_ipc_async_socket_recv() timeout:1 256372:20250703:121350.392 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121350.392 In collect_selfmon_stats() 256372:20250703:121350.392 In zbx_timekeeper_collect() 256372:20250703:121350.392 End of zbx_timekeeper_collect() 256372:20250703:121350.392 End of collect_selfmon_stats() 256372:20250703:121350.392 zbx_setproctitle() title:'self-monitoring [processed data in 0.000231 sec, idle 1 sec]' 256344:20250703:121350.392 End of zbx_ipc_service_recv():2 256344:20250703:121350.392 In zbx_ipc_service_recv() timeout:1.000 256357:20250703:121350.453 End of zbx_ipc_async_socket_recv():0 256357:20250703:121350.453 zbx_setproctitle() title:'escalator #1 [processed 0 escalations in 0.011857 sec, processing escalations]' 256357:20250703:121350.453 In process_escalations() 256357:20250703:121350.453 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is not null and nextcheck<=1751534033 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121350.454 End of process_escalations() 256357:20250703:121350.454 In process_escalations() 256357:20250703:121350.454 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is not null and nextcheck<=1751534033 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121350.454 End of process_escalations() 256357:20250703:121350.455 In process_escalations() 256357:20250703:121350.455 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is null and serviceid is not null and nextcheck<=1751534033 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121350.455 End of process_escalations() 256357:20250703:121350.455 In process_escalations() 256357:20250703:121350.455 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is null and serviceid is null and nextcheck<=1751534033 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121350.455 End of process_escalations() 256357:20250703:121350.455 zbx_setproctitle() title:'escalator #1 [processed 0 escalations in 0.001971 sec, idle 3 sec]' 256357:20250703:121350.455 In zbx_ipc_async_socket_recv() timeout:3 256339:20250703:121350.480 End of zbx_ipc_service_recv():2 256339:20250703:121350.480 In zbx_ipc_service_recv() timeout:1.000 256421:20250703:121350.480 End of zbx_ipc_service_recv():2 256421:20250703:121350.480 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121350.480 End of zbx_ipc_async_socket_recv():0 256407:20250703:121350.480 In zbx_ipc_async_socket_send() 256407:20250703:121350.480 In zbx_ipc_client_send() clientid:0 256407:20250703:121350.480 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121350.480 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121350.480 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000137 sec, idle 1 sec]' 256407:20250703:121350.480 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121350.480 End of zbx_ipc_service_recv():1 256339:20250703:121350.480 In am_flush_results() results:0 256339:20250703:121350.480 In zbx_ipc_client_send() clientid:8 256339:20250703:121350.481 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121350.481 End of am_flush_results() 256339:20250703:121350.481 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121350.481 End of zbx_ipc_async_socket_recv():0 256407:20250703:121350.481 In am_db_flush_results() 256407:20250703:121350.481 End of am_db_flush_results() flushed:0 256407:20250703:121350.481 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000051 sec, idle 1 sec]' 256407:20250703:121350.481 In zbx_ipc_async_socket_recv() timeout:1 256419:20250703:121350.485 End of zbx_ipc_service_recv():2 256419:20250703:121350.485 In zbx_ipc_service_recv() timeout:1.000 256413:20250703:121350.535 End of zbx_ipc_service_recv():2 256413:20250703:121350.535 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121350.608 End of zbx_ipc_service_recv():2 256343:20250703:121350.608 In zbx_pp_manager_process_finished() 256343:20250703:121350.608 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121350.608 In zbx_ipc_service_recv() timeout:0.500 256312:20250703:121351.006 End of zbx_ipc_service_recv():2 256312:20250703:121351.007 In zbx_ipc_async_socket_send() 256312:20250703:121351.007 In zbx_ipc_client_send() clientid:0 256312:20250703:121351.007 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121351.007 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121351.007 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121351.007 End of zbx_ipc_async_socket_flush():0 256312:20250703:121351.007 In zbx_ipc_service_recv() timeout:0.987 256302:20250703:121351.007 End of zbx_ipc_service_recv():1 256302:20250703:121351.007 In zbx_ha_dispatch_message() 256302:20250703:121351.007 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121351.007 In zbx_ipc_service_recv() timeout:1.000 256314:20250703:121351.097 End of zbx_ipc_service_recv():2 256314:20250703:121351.097 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121351.112 End of zbx_ipc_service_recv():2 256343:20250703:121351.112 In zbx_pp_manager_process_finished() 256343:20250703:121351.112 In zbx_timekeeper_collect() 256343:20250703:121351.112 End of zbx_timekeeper_collect() 256343:20250703:121351.112 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121351.112 In zbx_ipc_service_recv() timeout:0.500 256418:20250703:121351.340 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121351.340 End of zbx_ipc_async_socket_recv():0 256418:20250703:121351.340 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121351.340 End of zbx_dc_config_get_poller_items():0 256418:20250703:121351.340 queue processing_num:0 pending:0 256416:20250703:121351.353 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121351.353 End of zbx_ipc_async_socket_recv():0 256417:20250703:121351.353 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121351.353 End of zbx_ipc_async_socket_recv():0 256416:20250703:121351.353 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121351.353 End of zbx_dc_config_get_poller_items():0 256416:20250703:121351.353 queue processing_num:0 pending:0 256417:20250703:121351.353 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121351.353 End of zbx_dc_config_get_poller_items():0 256417:20250703:121351.353 queue processing_num:0 pending:0 256353:20250703:121351.372 End of zbx_ipc_async_socket_recv():0 256353:20250703:121351.373 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000078 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121351.373 In zbx_sync_history_cache() history_num:0 256353:20250703:121351.373 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000071 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121351.373 In zbx_ipc_async_socket_recv() timeout:1 256356:20250703:121351.384 End of zbx_ipc_async_socket_recv():0 256356:20250703:121351.384 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000459 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121351.384 In zbx_sync_history_cache() history_num:0 256356:20250703:121351.384 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000081 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121351.384 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121351.387 End of zbx_ipc_async_socket_recv():0 256354:20250703:121351.387 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000054 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121351.387 In zbx_sync_history_cache() history_num:0 256354:20250703:121351.387 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000073 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121351.387 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121351.387 End of zbx_ipc_async_socket_recv():0 256355:20250703:121351.387 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000085 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121351.387 In zbx_sync_history_cache() history_num:0 256355:20250703:121351.387 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000049 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121351.387 In zbx_ipc_async_socket_recv() timeout:1 256372:20250703:121351.392 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121351.392 In collect_selfmon_stats() 256372:20250703:121351.392 In zbx_timekeeper_collect() 256372:20250703:121351.392 End of zbx_timekeeper_collect() 256372:20250703:121351.392 End of collect_selfmon_stats() 256372:20250703:121351.392 zbx_setproctitle() title:'self-monitoring [processed data in 0.000098 sec, idle 1 sec]' 256344:20250703:121351.397 End of zbx_ipc_service_recv():2 256344:20250703:121351.397 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121351.484 End of zbx_ipc_service_recv():2 256339:20250703:121351.484 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121351.484 End of zbx_ipc_async_socket_recv():0 256407:20250703:121351.484 In zbx_ipc_async_socket_send() 256407:20250703:121351.484 In zbx_ipc_client_send() clientid:0 256407:20250703:121351.485 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121351.485 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121351.485 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000155 sec, idle 1 sec]' 256407:20250703:121351.485 In zbx_ipc_async_socket_recv() timeout:1 256421:20250703:121351.485 End of zbx_ipc_service_recv():2 256421:20250703:121351.485 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121351.485 End of zbx_ipc_service_recv():1 256339:20250703:121351.485 In am_flush_results() results:0 256339:20250703:121351.485 In zbx_ipc_client_send() clientid:8 256339:20250703:121351.485 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121351.485 End of am_flush_results() 256339:20250703:121351.485 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121351.485 End of zbx_ipc_async_socket_recv():0 256407:20250703:121351.485 In am_db_flush_results() 256407:20250703:121351.485 End of am_db_flush_results() flushed:0 256407:20250703:121351.485 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000030 sec, idle 1 sec]' 256407:20250703:121351.485 In zbx_ipc_async_socket_recv() timeout:1 256419:20250703:121351.489 End of zbx_ipc_service_recv():2 256419:20250703:121351.489 In zbx_ipc_service_recv() timeout:1.000 256413:20250703:121351.540 End of zbx_ipc_service_recv():2 256413:20250703:121351.540 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121351.616 End of zbx_ipc_service_recv():2 256343:20250703:121351.616 In zbx_pp_manager_process_finished() 256343:20250703:121351.616 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121351.616 In zbx_ipc_service_recv() timeout:0.500 256312:20250703:121352.000 End of zbx_ipc_service_recv():2 256312:20250703:121352.000 In ha_check_nodes() ha_status:active db_status:0 256312:20250703:121352.000 query [txnlev:1] [begin;] 256312:20250703:121352.001 query [txnlev:1] [select ha_nodeid,name,status,lastaccess,address,port,ha_sessionid from ha_node order by ha_nodeid for update] 256312:20250703:121352.003 query [txnlev:1] [select name, value_str, value_int from settings where name in ('ha_failover_delay', 'auditlog_enabled', 'auditlog_mode')] 256312:20250703:121352.007 In ha_db_get_time() 256312:20250703:121352.008 query [txnlev:1] [select cast(extract(epoch from now()) as int) from settings limit 1] 256312:20250703:121352.009 End of ha_db_get_time():SUCCEED db_time:1751534032 256312:20250703:121352.010 query [txnlev:1] [update ha_node set lastaccess=cast(extract(epoch from now()) as int) where ha_nodeid='cmbtfdmr70001y3jqx66php2f'] 256312:20250703:121352.010 query [txnlev:1] [commit;] 256312:20250703:121352.013 End of ha_check_nodes() nodeid:cmbtfdmr70001y3jqx66php2f ha_status:active db_status:0 256312:20250703:121352.013 In zbx_ipc_async_socket_send() 256312:20250703:121352.013 In zbx_ipc_client_send() clientid:0 256312:20250703:121352.013 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121352.013 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121352.013 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121352.013 End of zbx_ipc_async_socket_flush():0 256312:20250703:121352.014 In zbx_ipc_service_recv() timeout:0.993 256302:20250703:121352.014 End of zbx_ipc_service_recv():2 256302:20250703:121352.014 In zbx_ha_dispatch_message() 256302:20250703:121352.014 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121352.014 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121352.014 End of zbx_ipc_service_recv():1 256302:20250703:121352.014 In zbx_ha_dispatch_message() 256302:20250703:121352.014 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121352.014 In zbx_ipc_service_recv() timeout:1.000 256314:20250703:121352.101 End of zbx_ipc_service_recv():2 256314:20250703:121352.101 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121352.117 End of zbx_ipc_service_recv():2 256343:20250703:121352.118 In zbx_pp_manager_process_finished() 256343:20250703:121352.118 In zbx_timekeeper_collect() 256343:20250703:121352.118 End of zbx_timekeeper_collect() 256343:20250703:121352.118 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121352.118 In zbx_ipc_service_recv() timeout:0.500 256418:20250703:121352.340 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121352.340 End of zbx_ipc_async_socket_recv():0 256418:20250703:121352.340 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121352.340 End of zbx_dc_config_get_poller_items():0 256418:20250703:121352.340 queue processing_num:0 pending:0 256416:20250703:121352.348 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121352.348 End of zbx_ipc_async_socket_recv():0 256416:20250703:121352.348 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121352.348 End of zbx_dc_config_get_poller_items():0 256416:20250703:121352.348 queue processing_num:0 pending:0 256417:20250703:121352.354 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121352.354 End of zbx_ipc_async_socket_recv():0 256417:20250703:121352.356 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121352.356 End of zbx_dc_config_get_poller_items():0 256417:20250703:121352.356 queue processing_num:0 pending:0 256353:20250703:121352.385 End of zbx_ipc_async_socket_recv():0 256353:20250703:121352.385 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000071 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121352.385 End of zbx_ipc_async_socket_recv():0 256356:20250703:121352.385 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000081 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121352.385 In zbx_sync_history_cache() history_num:0 256356:20250703:121352.385 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000045 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121352.385 In zbx_ipc_async_socket_recv() timeout:1 256353:20250703:121352.386 In zbx_sync_history_cache() history_num:0 256353:20250703:121352.386 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000488 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121352.386 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121352.388 End of zbx_ipc_async_socket_recv():0 256354:20250703:121352.388 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000073 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121352.388 In zbx_sync_history_cache() history_num:0 256354:20250703:121352.388 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000077 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121352.388 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121352.388 End of zbx_ipc_async_socket_recv():0 256355:20250703:121352.388 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000049 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121352.388 In zbx_sync_history_cache() history_num:0 256355:20250703:121352.388 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000042 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121352.388 In zbx_ipc_async_socket_recv() timeout:1 256372:20250703:121352.394 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121352.394 In collect_selfmon_stats() 256372:20250703:121352.394 In zbx_timekeeper_collect() 256372:20250703:121352.394 End of zbx_timekeeper_collect() 256372:20250703:121352.394 End of collect_selfmon_stats() 256372:20250703:121352.394 zbx_setproctitle() title:'self-monitoring [processed data in 0.000301 sec, idle 1 sec]' 256344:20250703:121352.401 End of zbx_ipc_service_recv():2 256344:20250703:121352.401 In zbx_ipc_service_recv() timeout:1.000 256421:20250703:121352.488 End of zbx_ipc_service_recv():2 256421:20250703:121352.488 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121352.488 End of zbx_ipc_async_socket_recv():0 256407:20250703:121352.489 In zbx_ipc_async_socket_send() 256407:20250703:121352.489 In zbx_ipc_client_send() clientid:0 256407:20250703:121352.489 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121352.489 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121352.489 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000569 sec, idle 1 sec]' 256407:20250703:121352.489 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121352.490 End of zbx_ipc_service_recv():2 256339:20250703:121352.491 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121352.491 End of zbx_ipc_service_recv():1 256339:20250703:121352.491 In am_flush_results() results:0 256339:20250703:121352.491 In zbx_ipc_client_send() clientid:8 256339:20250703:121352.491 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121352.491 End of am_flush_results() 256339:20250703:121352.491 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121352.492 End of zbx_ipc_async_socket_recv():0 256407:20250703:121352.492 In am_db_flush_results() 256407:20250703:121352.492 End of am_db_flush_results() flushed:0 256407:20250703:121352.492 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000040 sec, idle 1 sec]' 256407:20250703:121352.492 In zbx_ipc_async_socket_recv() timeout:1 256419:20250703:121352.496 End of zbx_ipc_service_recv():2 256419:20250703:121352.496 In zbx_ipc_service_recv() timeout:1.000 256405:20250703:121352.531 zbx_setproctitle() title:'trapper #5 [processing data]' 256405:20250703:121352.531 In zbx_ipc_async_socket_recv() timeout:0 256405:20250703:121352.531 End of zbx_ipc_async_socket_recv():0 256405:20250703:121352.531 trapper got '{"request":"status.get","type":"ping","sid":"c289772eee1c5f3fdf77c73a4585334a"}' 256405:20250703:121352.531 In recv_getstatus() 256405:20250703:121352.531 In zbx_get_user_from_json() 256405:20250703:121352.531 In zbx_db_get_user_by_active_session() sessionid:c289772eee1c5f3fdf77c73a4585334a 256405:20250703:121352.531 query [txnlev:0] [select u.userid,u.roleid,u.username,r.type from sessions s,users u,role r where s.userid=u.userid and s.sessionid='c289772eee1c5f3fdf77c73a4585334a' and s.status=0 and u.roleid=r.roleid] 256405:20250703:121352.540 End of zbx_db_get_user_by_active_session():SUCCEED 256405:20250703:121352.540 Permission granted 256405:20250703:121352.540 End of zbx_get_user_from_json():SUCCEED 256405:20250703:121352.540 recv_getstatus() json.buffer:'{"response":"success","data":{}}' 256405:20250703:121352.540 End of recv_getstatus():SUCCEED 256405:20250703:121352.540 zbx_setproctitle() title:'trapper #5 [processed data in 0.009119 sec, waiting for connection]' 256413:20250703:121352.545 End of zbx_ipc_service_recv():2 256413:20250703:121352.546 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121352.624 End of zbx_ipc_service_recv():2 256343:20250703:121352.624 In zbx_pp_manager_process_finished() 256343:20250703:121352.624 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121352.624 In zbx_ipc_service_recv() timeout:0.500 256312:20250703:121353.009 End of zbx_ipc_service_recv():2 256312:20250703:121353.009 In zbx_ipc_async_socket_send() 256312:20250703:121353.009 In zbx_ipc_client_send() clientid:0 256312:20250703:121353.009 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121353.009 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121353.009 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121353.009 End of zbx_ipc_async_socket_flush():0 256312:20250703:121353.009 In zbx_ipc_service_recv() timeout:0.984 256302:20250703:121353.009 End of zbx_ipc_service_recv():1 256302:20250703:121353.009 In zbx_ha_dispatch_message() 256302:20250703:121353.009 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121353.009 In zbx_ipc_service_recv() timeout:1.000 256314:20250703:121353.102 End of zbx_ipc_service_recv():2 256314:20250703:121353.102 zbx_setproctitle() title:'service manager #1 [processed 0 events, updated 0 event tags, deleted 0 problems, synced 0 service updates, idle 5.018167 sec during 5.018190 sec]' 256314:20250703:121353.102 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121353.124 End of zbx_ipc_service_recv():2 256343:20250703:121353.124 In zbx_pp_manager_process_finished() 256343:20250703:121353.124 In zbx_timekeeper_collect() 256343:20250703:121353.124 End of zbx_timekeeper_collect() 256343:20250703:121353.124 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121353.124 In zbx_ipc_service_recv() timeout:0.500 256351:20250703:121353.284 End of zbx_ipc_async_socket_recv():0 256351:20250703:121353.284 zbx_setproctitle() title:'browser poller #1 [got 0 values in 0.000162 sec, getting values]' 256351:20250703:121353.284 In get_values() 256351:20250703:121353.284 In zbx_dc_config_get_poller_items() poller_type:11 256351:20250703:121353.284 End of zbx_dc_config_get_poller_items():0 256351:20250703:121353.284 In zbx_dc_config_get_poller_nextcheck() poller_type:11 256351:20250703:121353.284 End of zbx_dc_config_get_poller_nextcheck():-1 256351:20250703:121353.284 End of get_values():0 256351:20250703:121353.284 zbx_setproctitle() title:'browser poller #1 [got 0 values in 0.000061 sec, idle 5 sec]' 256351:20250703:121353.284 In zbx_ipc_async_socket_recv() timeout:5 256363:20250703:121353.294 End of zbx_ipc_async_socket_recv():0 256363:20250703:121353.294 zbx_setproctitle() title:'java poller #6 [got 0 values in 0.001643 sec, getting values]' 256363:20250703:121353.294 In get_values() 256363:20250703:121353.294 In zbx_dc_config_get_poller_items() poller_type:4 256363:20250703:121353.294 End of zbx_dc_config_get_poller_items():0 256363:20250703:121353.294 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256363:20250703:121353.294 End of zbx_dc_config_get_poller_nextcheck():-1 256363:20250703:121353.294 End of get_values():0 256363:20250703:121353.294 zbx_setproctitle() title:'java poller #6 [got 0 values in 0.000055 sec, idle 5 sec]' 256363:20250703:121353.294 In zbx_ipc_async_socket_recv() timeout:5 256362:20250703:121353.295 End of zbx_ipc_async_socket_recv():0 256362:20250703:121353.295 zbx_setproctitle() title:'java poller #5 [got 0 values in 0.001752 sec, getting values]' 256362:20250703:121353.296 In get_values() 256362:20250703:121353.296 In zbx_dc_config_get_poller_items() poller_type:4 256362:20250703:121353.296 End of zbx_dc_config_get_poller_items():0 256362:20250703:121353.296 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256362:20250703:121353.296 End of zbx_dc_config_get_poller_nextcheck():-1 256362:20250703:121353.296 End of get_values():0 256362:20250703:121353.296 zbx_setproctitle() title:'java poller #5 [got 0 values in 0.000140 sec, idle 5 sec]' 256362:20250703:121353.296 In zbx_ipc_async_socket_recv() timeout:5 256361:20250703:121353.296 End of zbx_ipc_async_socket_recv():0 256361:20250703:121353.296 zbx_setproctitle() title:'java poller #4 [got 0 values in 0.001439 sec, getting values]' 256361:20250703:121353.296 In get_values() 256361:20250703:121353.296 In zbx_dc_config_get_poller_items() poller_type:4 256361:20250703:121353.296 End of zbx_dc_config_get_poller_items():0 256361:20250703:121353.296 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256361:20250703:121353.296 End of zbx_dc_config_get_poller_nextcheck():-1 256361:20250703:121353.296 End of get_values():0 256361:20250703:121353.296 zbx_setproctitle() title:'java poller #4 [got 0 values in 0.000041 sec, idle 5 sec]' 256361:20250703:121353.296 In zbx_ipc_async_socket_recv() timeout:5 256369:20250703:121353.328 End of zbx_ipc_async_socket_recv():0 256369:20250703:121353.328 zbx_setproctitle() title:'java poller #9 [got 0 values in 0.000167 sec, getting values]' 256369:20250703:121353.328 In get_values() 256369:20250703:121353.328 In zbx_dc_config_get_poller_items() poller_type:4 256369:20250703:121353.328 End of zbx_dc_config_get_poller_items():0 256369:20250703:121353.328 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256369:20250703:121353.328 End of zbx_dc_config_get_poller_nextcheck():-1 256369:20250703:121353.328 End of get_values():0 256369:20250703:121353.328 zbx_setproctitle() title:'java poller #9 [got 0 values in 0.000186 sec, idle 5 sec]' 256369:20250703:121353.328 In zbx_ipc_async_socket_recv() timeout:5 256364:20250703:121353.328 End of zbx_ipc_async_socket_recv():0 256364:20250703:121353.328 zbx_setproctitle() title:'java poller #7 [got 0 values in 0.000945 sec, getting values]' 256364:20250703:121353.328 In get_values() 256364:20250703:121353.328 In zbx_dc_config_get_poller_items() poller_type:4 256364:20250703:121353.328 End of zbx_dc_config_get_poller_items():0 256364:20250703:121353.328 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256364:20250703:121353.328 End of zbx_dc_config_get_poller_nextcheck():-1 256364:20250703:121353.328 End of get_values():0 256364:20250703:121353.328 zbx_setproctitle() title:'java poller #7 [got 0 values in 0.000062 sec, idle 5 sec]' 256364:20250703:121353.328 In zbx_ipc_async_socket_recv() timeout:5 256358:20250703:121353.328 End of zbx_ipc_async_socket_recv():0 256358:20250703:121353.329 zbx_setproctitle() title:'java poller #1 [got 0 values in 0.000074 sec, getting values]' 256358:20250703:121353.329 In get_values() 256358:20250703:121353.329 In zbx_dc_config_get_poller_items() poller_type:4 256358:20250703:121353.329 End of zbx_dc_config_get_poller_items():0 256358:20250703:121353.329 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256358:20250703:121353.329 End of zbx_dc_config_get_poller_nextcheck():-1 256358:20250703:121353.329 End of get_values():0 256358:20250703:121353.329 zbx_setproctitle() title:'java poller #1 [got 0 values in 0.000106 sec, idle 5 sec]' 256358:20250703:121353.329 In zbx_ipc_async_socket_recv() timeout:5 256370:20250703:121353.329 End of zbx_ipc_async_socket_recv():0 256370:20250703:121353.329 zbx_setproctitle() title:'java poller #10 [got 0 values in 0.000064 sec, getting values]' 256370:20250703:121353.329 In get_values() 256370:20250703:121353.329 In zbx_dc_config_get_poller_items() poller_type:4 256370:20250703:121353.329 End of zbx_dc_config_get_poller_items():0 256370:20250703:121353.329 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256370:20250703:121353.329 End of zbx_dc_config_get_poller_nextcheck():-1 256370:20250703:121353.329 End of get_values():0 256370:20250703:121353.329 zbx_setproctitle() title:'java poller #10 [got 0 values in 0.000040 sec, idle 5 sec]' 256370:20250703:121353.329 In zbx_ipc_async_socket_recv() timeout:5 256360:20250703:121353.329 End of zbx_ipc_async_socket_recv():0 256360:20250703:121353.329 zbx_setproctitle() title:'java poller #3 [got 0 values in 0.001369 sec, getting values]' 256360:20250703:121353.329 In get_values() 256360:20250703:121353.329 In zbx_dc_config_get_poller_items() poller_type:4 256360:20250703:121353.329 End of zbx_dc_config_get_poller_items():0 256360:20250703:121353.329 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256360:20250703:121353.329 End of zbx_dc_config_get_poller_nextcheck():-1 256360:20250703:121353.329 End of get_values():0 256360:20250703:121353.329 zbx_setproctitle() title:'java poller #3 [got 0 values in 0.000039 sec, idle 5 sec]' 256360:20250703:121353.329 In zbx_ipc_async_socket_recv() timeout:5 256359:20250703:121353.329 End of zbx_ipc_async_socket_recv():0 256359:20250703:121353.329 zbx_setproctitle() title:'java poller #2 [got 0 values in 0.000067 sec, getting values]' 256359:20250703:121353.329 In get_values() 256359:20250703:121353.329 In zbx_dc_config_get_poller_items() poller_type:4 256359:20250703:121353.329 End of zbx_dc_config_get_poller_items():0 256359:20250703:121353.329 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256359:20250703:121353.329 End of zbx_dc_config_get_poller_nextcheck():-1 256359:20250703:121353.329 End of get_values():0 256359:20250703:121353.329 zbx_setproctitle() title:'java poller #2 [got 0 values in 0.000038 sec, idle 5 sec]' 256359:20250703:121353.329 In zbx_ipc_async_socket_recv() timeout:5 256375:20250703:121353.333 End of zbx_ipc_async_socket_recv():0 256375:20250703:121353.333 zbx_setproctitle() title:'poller #2 [got 0 values in 0.000072 sec, getting values]' 256375:20250703:121353.333 In get_values() 256375:20250703:121353.333 In zbx_dc_config_get_poller_items() poller_type:0 256375:20250703:121353.333 End of zbx_dc_config_get_poller_items():0 256375:20250703:121353.333 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256375:20250703:121353.333 End of zbx_dc_config_get_poller_nextcheck():-1 256375:20250703:121353.333 End of get_values():0 256375:20250703:121353.333 zbx_setproctitle() title:'poller #2 [got 0 values in 0.000060 sec, idle 5 sec]' 256375:20250703:121353.333 In zbx_ipc_async_socket_recv() timeout:5 256400:20250703:121353.333 End of zbx_ipc_async_socket_recv():0 256400:20250703:121353.333 zbx_setproctitle() title:'unreachable poller #1 [got 0 values in 0.000073 sec, getting values]' 256400:20250703:121353.333 In get_values() 256400:20250703:121353.333 In zbx_dc_config_get_poller_items() poller_type:1 256400:20250703:121353.333 End of zbx_dc_config_get_poller_items():0 256400:20250703:121353.333 In zbx_dc_config_get_poller_nextcheck() poller_type:1 256400:20250703:121353.333 End of zbx_dc_config_get_poller_nextcheck():-1 256400:20250703:121353.333 End of get_values():0 256400:20250703:121353.333 zbx_setproctitle() title:'unreachable poller #1 [got 0 values in 0.000046 sec, idle 5 sec]' 256400:20250703:121353.333 In zbx_ipc_async_socket_recv() timeout:5 256399:20250703:121353.333 End of zbx_ipc_async_socket_recv():0 256399:20250703:121353.333 zbx_setproctitle() title:'poller #5 [got 0 values in 0.000066 sec, getting values]' 256399:20250703:121353.333 In get_values() 256399:20250703:121353.333 In zbx_dc_config_get_poller_items() poller_type:0 256399:20250703:121353.333 End of zbx_dc_config_get_poller_items():0 256399:20250703:121353.333 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256399:20250703:121353.333 End of zbx_dc_config_get_poller_nextcheck():-1 256399:20250703:121353.333 End of get_values():0 256399:20250703:121353.333 zbx_setproctitle() title:'poller #5 [got 0 values in 0.000071 sec, idle 5 sec]' 256399:20250703:121353.333 In zbx_ipc_async_socket_recv() timeout:5 256376:20250703:121353.333 End of zbx_ipc_async_socket_recv():0 256376:20250703:121353.333 zbx_setproctitle() title:'poller #3 [got 0 values in 0.000065 sec, getting values]' 256376:20250703:121353.333 In get_values() 256376:20250703:121353.333 In zbx_dc_config_get_poller_items() poller_type:0 256376:20250703:121353.333 End of zbx_dc_config_get_poller_items():0 256376:20250703:121353.333 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256376:20250703:121353.333 End of zbx_dc_config_get_poller_nextcheck():-1 256376:20250703:121353.333 End of get_values():0 256376:20250703:121353.333 zbx_setproctitle() title:'poller #3 [got 0 values in 0.000034 sec, idle 5 sec]' 256376:20250703:121353.333 In zbx_ipc_async_socket_recv() timeout:5 256374:20250703:121353.333 End of zbx_ipc_async_socket_recv():0 256374:20250703:121353.333 zbx_setproctitle() title:'poller #1 [got 0 values in 0.000066 sec, getting values]' 256374:20250703:121353.333 In get_values() 256374:20250703:121353.333 In zbx_dc_config_get_poller_items() poller_type:0 256374:20250703:121353.333 End of zbx_dc_config_get_poller_items():0 256374:20250703:121353.333 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256374:20250703:121353.333 End of zbx_dc_config_get_poller_nextcheck():-1 256374:20250703:121353.333 End of get_values():0 256374:20250703:121353.333 zbx_setproctitle() title:'poller #1 [got 0 values in 0.000044 sec, idle 5 sec]' 256374:20250703:121353.333 In zbx_ipc_async_socket_recv() timeout:5 256406:20250703:121353.340 zbx_setproctitle() title:'icmp pinger #1 [getting values]' 256406:20250703:121353.340 In get_pinger_hosts() 256406:20250703:121353.340 In zbx_dc_config_get_poller_items() poller_type:3 256406:20250703:121353.340 End of zbx_dc_config_get_poller_items():0 256406:20250703:121353.340 End of get_pinger_hosts():0 256406:20250703:121353.340 In process_pinger_hosts() 256406:20250703:121353.340 End of process_pinger_hosts() 256406:20250703:121353.340 In zbx_dc_config_get_poller_nextcheck() poller_type:3 256406:20250703:121353.340 End of zbx_dc_config_get_poller_nextcheck():-1 256406:20250703:121353.340 zbx_setproctitle() title:'icmp pinger #1 [got 0 values in 0.000070 sec, idle 5 sec]' 256418:20250703:121353.340 zbx_setproctitle() title:'snmp poller #1 [got 0 values, queued 0 in 5 sec, awaiting 0]' 256418:20250703:121353.340 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121353.340 End of zbx_ipc_async_socket_recv():0 256365:20250703:121353.340 End of zbx_ipc_async_socket_recv():0 256365:20250703:121353.340 zbx_setproctitle() title:'java poller #8 [got 0 values in 0.000072 sec, getting values]' 256365:20250703:121353.340 In get_values() 256365:20250703:121353.341 In zbx_dc_config_get_poller_items() poller_type:4 256365:20250703:121353.341 End of zbx_dc_config_get_poller_items():0 256365:20250703:121353.341 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256365:20250703:121353.341 End of zbx_dc_config_get_poller_nextcheck():-1 256365:20250703:121353.341 End of get_values():0 256365:20250703:121353.341 zbx_setproctitle() title:'java poller #8 [got 0 values in 0.000278 sec, idle 5 sec]' 256365:20250703:121353.341 In zbx_ipc_async_socket_recv() timeout:5 256418:20250703:121353.341 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121353.341 End of zbx_dc_config_get_poller_items():0 256418:20250703:121353.341 queue processing_num:0 pending:0 256416:20250703:121353.348 zbx_setproctitle() title:'http agent poller #1 [got 0 values, queued 0 in 5 sec, awaiting 0]' 256416:20250703:121353.348 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121353.348 End of zbx_ipc_async_socket_recv():0 256416:20250703:121353.348 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121353.348 End of zbx_dc_config_get_poller_items():0 256416:20250703:121353.348 queue processing_num:0 pending:0 256398:20250703:121353.352 End of zbx_ipc_async_socket_recv():0 256398:20250703:121353.352 zbx_setproctitle() title:'poller #4 [got 0 values in 0.000157 sec, getting values]' 256398:20250703:121353.352 In get_values() 256398:20250703:121353.352 In zbx_dc_config_get_poller_items() poller_type:0 256398:20250703:121353.352 End of zbx_dc_config_get_poller_items():0 256398:20250703:121353.352 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256398:20250703:121353.352 End of zbx_dc_config_get_poller_nextcheck():-1 256398:20250703:121353.352 End of get_values():0 256398:20250703:121353.352 zbx_setproctitle() title:'poller #4 [got 0 values in 0.000043 sec, idle 5 sec]' 256398:20250703:121353.352 In zbx_ipc_async_socket_recv() timeout:5 256417:20250703:121353.354 zbx_setproctitle() title:'agent poller #1 [got 0 values, queued 0 in 5 sec, awaiting 0]' 256417:20250703:121353.354 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121353.354 End of zbx_ipc_async_socket_recv():0 256417:20250703:121353.354 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121353.354 End of zbx_dc_config_get_poller_items():0 256417:20250703:121353.354 queue processing_num:0 pending:0 256420:20250703:121353.364 End of zbx_ipc_async_socket_recv():0 256420:20250703:121353.364 zbx_setproctitle() title:'internal poller #1 [got 0 values in 0.000087 sec, getting values]' 256420:20250703:121353.364 In get_values() 256420:20250703:121353.364 In zbx_dc_config_get_poller_items() poller_type:10 256420:20250703:121353.364 End of zbx_dc_config_get_poller_items():0 256420:20250703:121353.364 In zbx_dc_config_get_poller_nextcheck() poller_type:10 256420:20250703:121353.364 End of zbx_dc_config_get_poller_nextcheck():-1 256420:20250703:121353.364 End of get_values():0 256420:20250703:121353.364 zbx_setproctitle() title:'internal poller #1 [got 0 values in 0.000044 sec, idle 5 sec]' 256420:20250703:121353.364 In zbx_ipc_async_socket_recv() timeout:5 256415:20250703:121353.368 End of zbx_ipc_async_socket_recv():0 256415:20250703:121353.369 zbx_setproctitle() title:'odbc poller #1 [got 0 values in 0.000082 sec, getting values]' 256415:20250703:121353.369 In get_values() 256415:20250703:121353.369 In zbx_dc_config_get_poller_items() poller_type:6 256415:20250703:121353.369 End of zbx_dc_config_get_poller_items():0 256415:20250703:121353.369 In zbx_dc_config_get_poller_nextcheck() poller_type:6 256415:20250703:121353.369 End of zbx_dc_config_get_poller_nextcheck():-1 256415:20250703:121353.369 End of get_values():0 256415:20250703:121353.369 zbx_setproctitle() title:'odbc poller #1 [got 0 values in 0.000041 sec, idle 5 sec]' 256415:20250703:121353.369 In zbx_ipc_async_socket_recv() timeout:5 256356:20250703:121353.389 End of zbx_ipc_async_socket_recv():0 256355:20250703:121353.389 End of zbx_ipc_async_socket_recv():0 256355:20250703:121353.389 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000042 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121353.389 In zbx_sync_history_cache() history_num:0 256355:20250703:121353.389 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000043 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121353.389 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121353.389 End of zbx_ipc_async_socket_recv():0 256354:20250703:121353.389 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000077 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121353.389 In zbx_sync_history_cache() history_num:0 256354:20250703:121353.389 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000020 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121353.389 In zbx_ipc_async_socket_recv() timeout:1 256353:20250703:121353.389 End of zbx_ipc_async_socket_recv():0 256353:20250703:121353.389 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000488 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121353.389 In zbx_sync_history_cache() history_num:0 256356:20250703:121353.389 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000045 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121353.389 In zbx_sync_history_cache() history_num:0 256356:20250703:121353.389 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000288 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121353.389 In zbx_ipc_async_socket_recv() timeout:1 256353:20250703:121353.389 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000014 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121353.389 In zbx_ipc_async_socket_recv() timeout:1 256372:20250703:121353.394 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121353.395 In collect_selfmon_stats() 256372:20250703:121353.395 In zbx_timekeeper_collect() 256372:20250703:121353.395 End of zbx_timekeeper_collect() 256372:20250703:121353.395 End of collect_selfmon_stats() 256372:20250703:121353.395 zbx_setproctitle() title:'self-monitoring [processed data in 0.000911 sec, idle 1 sec]' 256409:20250703:121353.401 End of zbx_ipc_async_socket_recv():0 256409:20250703:121353.401 zbx_setproctitle() title:'history poller #2 [got 0 values in 0.000091 sec, getting values]' 256409:20250703:121353.401 In get_values() 256409:20250703:121353.402 In zbx_dc_config_get_poller_items() poller_type:5 256409:20250703:121353.402 End of zbx_dc_config_get_poller_items():0 256409:20250703:121353.402 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256409:20250703:121353.402 End of zbx_dc_config_get_poller_nextcheck():-1 256409:20250703:121353.402 End of get_values():0 256409:20250703:121353.402 zbx_setproctitle() title:'history poller #2 [got 0 values in 0.000086 sec, idle 5 sec]' 256409:20250703:121353.402 In zbx_ipc_async_socket_recv() timeout:5 256344:20250703:121353.404 End of zbx_ipc_service_recv():2 256344:20250703:121353.404 zbx_setproctitle() title:'lld manager #1 [processed 0 LLD rules, idle 5.019785sec during 5.019810 sec]' 256344:20250703:121353.404 In zbx_ipc_service_recv() timeout:1.000 256412:20250703:121353.408 End of zbx_ipc_async_socket_recv():0 256412:20250703:121353.408 zbx_setproctitle() title:'history poller #5 [got 0 values in 0.000090 sec, getting values]' 256412:20250703:121353.408 In get_values() 256412:20250703:121353.408 In zbx_dc_config_get_poller_items() poller_type:5 256412:20250703:121353.408 End of zbx_dc_config_get_poller_items():0 256412:20250703:121353.408 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256412:20250703:121353.408 End of zbx_dc_config_get_poller_nextcheck():-1 256412:20250703:121353.408 End of get_values():0 256412:20250703:121353.408 zbx_setproctitle() title:'history poller #5 [got 0 values in 0.000038 sec, idle 5 sec]' 256412:20250703:121353.408 In zbx_ipc_async_socket_recv() timeout:5 256350:20250703:121353.412 zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000088 sec, getting values]' 256350:20250703:121353.412 In process_httptests() 256350:20250703:121353.412 End of process_httptests() 256350:20250703:121353.412 zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000100 sec, idle 5 sec]' 256371:20250703:121353.416 End of zbx_ipc_async_socket_recv():0 256371:20250703:121353.416 zbx_setproctitle() title:'proxy poller #1 [exchanged data with 0 proxies in 0.000194 sec, exchanging data]' 256371:20250703:121353.416 In process_proxy() 256371:20250703:121353.416 In zbx_dc_config_get_proxypoller_hosts() 256371:20250703:121353.416 End of zbx_dc_config_get_proxypoller_hosts():0 256371:20250703:121353.416 End of process_proxy() 256371:20250703:121353.416 In zbx_dc_config_get_proxypoller_nextcheck() 256371:20250703:121353.416 End of zbx_dc_config_get_proxypoller_nextcheck():-1 256371:20250703:121353.417 zbx_setproctitle() title:'proxy poller #1 [exchanged data with 0 proxies in 0.000107 sec, idle 5 sec]' 256371:20250703:121353.417 In zbx_ipc_async_socket_recv() timeout:5 256411:20250703:121353.425 End of zbx_ipc_async_socket_recv():0 256411:20250703:121353.425 zbx_setproctitle() title:'history poller #4 [got 0 values in 0.000095 sec, getting values]' 256411:20250703:121353.425 In get_values() 256411:20250703:121353.425 In zbx_dc_config_get_poller_items() poller_type:5 256411:20250703:121353.425 End of zbx_dc_config_get_poller_items():0 256411:20250703:121353.425 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256411:20250703:121353.425 End of zbx_dc_config_get_poller_nextcheck():-1 256411:20250703:121353.425 End of get_values():0 256411:20250703:121353.425 zbx_setproctitle() title:'history poller #4 [got 0 values in 0.000043 sec, idle 5 sec]' 256411:20250703:121353.425 In zbx_ipc_async_socket_recv() timeout:5 256408:20250703:121353.428 End of zbx_ipc_async_socket_recv():0 256408:20250703:121353.428 zbx_setproctitle() title:'history poller #1 [got 0 values in 0.000073 sec, getting values]' 256408:20250703:121353.428 In get_values() 256408:20250703:121353.428 In zbx_dc_config_get_poller_items() poller_type:5 256408:20250703:121353.428 End of zbx_dc_config_get_poller_items():0 256408:20250703:121353.428 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256408:20250703:121353.428 End of zbx_dc_config_get_poller_nextcheck():-1 256408:20250703:121353.428 End of get_values():0 256408:20250703:121353.428 zbx_setproctitle() title:'history poller #1 [got 0 values in 0.000041 sec, idle 5 sec]' 256408:20250703:121353.428 In zbx_ipc_async_socket_recv() timeout:5 256410:20250703:121353.432 End of zbx_ipc_async_socket_recv():0 256410:20250703:121353.433 zbx_setproctitle() title:'history poller #3 [got 0 values in 0.000089 sec, getting values]' 256410:20250703:121353.433 In get_values() 256410:20250703:121353.433 In zbx_dc_config_get_poller_items() poller_type:5 256410:20250703:121353.433 End of zbx_dc_config_get_poller_items():0 256410:20250703:121353.433 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256410:20250703:121353.433 End of zbx_dc_config_get_poller_nextcheck():-1 256410:20250703:121353.433 End of get_values():0 256410:20250703:121353.433 zbx_setproctitle() title:'history poller #3 [got 0 values in 0.000049 sec, idle 5 sec]' 256410:20250703:121353.433 In zbx_ipc_async_socket_recv() timeout:5 256421:20250703:121353.449 In zbx_dc_fetch_proxy_groups() 256421:20250703:121353.449 End of zbx_dc_fetch_proxy_groups():FAIL revision:0->0 256421:20250703:121353.449 In zbx_dc_fetch_proxies() 256421:20250703:121353.449 End of zbx_dc_fetch_proxies():FAIL revision:0->0 256357:20250703:121353.456 End of zbx_ipc_async_socket_recv():0 256357:20250703:121353.456 zbx_setproctitle() title:'escalator #1 [processed 0 escalations in 0.001971 sec, processing escalations]' 256357:20250703:121353.456 In process_escalations() 256357:20250703:121353.456 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is not null and nextcheck<=1751534036 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121353.456 End of process_escalations() 256357:20250703:121353.456 In process_escalations() 256357:20250703:121353.456 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is not null and nextcheck<=1751534036 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121353.456 End of process_escalations() 256357:20250703:121353.456 In process_escalations() 256357:20250703:121353.456 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is null and serviceid is not null and nextcheck<=1751534036 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121353.456 End of process_escalations() 256357:20250703:121353.457 In process_escalations() 256357:20250703:121353.457 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is null and serviceid is null and nextcheck<=1751534036 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121353.457 End of process_escalations() 256357:20250703:121353.457 zbx_setproctitle() title:'escalator #1 [processed 0 escalations in 0.000911 sec, idle 3 sec]' 256357:20250703:121353.457 In zbx_ipc_async_socket_recv() timeout:3 256405:20250703:121353.491 zbx_setproctitle() title:'trapper #5 [processing data]' 256405:20250703:121353.491 In zbx_ipc_async_socket_recv() timeout:0 256405:20250703:121353.491 End of zbx_ipc_async_socket_recv():0 256405:20250703:121353.491 trapper got '{"request":"active checks","host":"test","config_revision":1,"session":"3c242340683cf3307abbae10728e3e4c","version":"7.4.0","variant":1}' 256405:20250703:121353.491 In send_list_of_active_checks_json() 256405:20250703:121353.491 In zbx_is_ip4() ip:'127.0.0.1' 256405:20250703:121353.491 End of zbx_is_ip4():SUCCEED 256405:20250703:121353.491 In get_hostid_by_host_or_autoregister() host:'test' metadata:'' 256405:20250703:121353.491 End of get_hostid_by_host_or_autoregister():SUCCEED 256405:20250703:121353.491 In zbx_remote_commands_prepare_to_send() 256405:20250703:121353.491 End of zbx_remote_commands_prepare_to_send() 256405:20250703:121353.491 send_list_of_active_checks_json() sending [{"response":"success"}] 256405:20250703:121353.491 End of send_list_of_active_checks_json():SUCCEED 256405:20250703:121353.491 zbx_setproctitle() title:'trapper #5 [processed data in 0.000165 sec, waiting for connection]' 256421:20250703:121353.492 End of zbx_ipc_service_recv():2 256421:20250703:121353.492 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121353.492 End of zbx_ipc_service_recv():2 256339:20250703:121353.492 zbx_setproctitle() title:'alert manager #1 [sent 0, failed 0 alerts, idle 5.019109 sec during 5.020234 sec]' 256339:20250703:121353.492 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121353.495 End of zbx_ipc_async_socket_recv():0 256407:20250703:121353.495 In zbx_ipc_async_socket_send() 256407:20250703:121353.495 In zbx_ipc_client_send() clientid:0 256407:20250703:121353.495 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121353.495 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121353.495 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000024 sec, idle 1 sec]' 256407:20250703:121353.495 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121353.495 End of zbx_ipc_service_recv():1 256339:20250703:121353.495 In am_flush_results() results:0 256339:20250703:121353.495 In zbx_ipc_client_send() clientid:8 256339:20250703:121353.495 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121353.495 End of am_flush_results() 256339:20250703:121353.495 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121353.495 End of zbx_ipc_async_socket_recv():0 256407:20250703:121353.495 In am_db_flush_results() 256407:20250703:121353.495 End of am_db_flush_results() flushed:0 256407:20250703:121353.495 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000015 sec, idle 1 sec]' 256407:20250703:121353.495 In zbx_ipc_async_socket_recv() timeout:1 256419:20250703:121353.499 End of zbx_ipc_service_recv():2 256419:20250703:121353.499 In zbx_ipc_service_recv() timeout:1.000 256413:20250703:121353.548 End of zbx_ipc_service_recv():2 256413:20250703:121353.548 zbx_setproctitle() title:'availability manager #1 [queued 0, processed 0 values, idle 5.028216 sec during 5.028243 sec]' 256413:20250703:121353.548 In zbx_ipc_service_recv() timeout:1.000 256352:20250703:121353.552 End of zbx_ipc_service_recv():2 256352:20250703:121353.552 In zbx_timekeeper_collect() 256352:20250703:121353.552 End of zbx_timekeeper_collect() 256352:20250703:121353.552 In process_results() del_druleids:0 256352:20250703:121353.552 process_results() results=0 checks:0/0 del_druleids=0 incomplete_druleids=0 256352:20250703:121353.552 End of process_results() ret:0 256352:20250703:121353.552 zbx_setproctitle() title:'discovery manager #1 [processing 0 rules, 0 unsaved checks]' 256352:20250703:121353.552 In process_discovery() 256352:20250703:121353.552 End of process_discovery() rule_count:0 nextcheck:-1 256352:20250703:121353.552 In zbx_ipc_service_recv() timeout:5.000 256343:20250703:121353.629 End of zbx_ipc_service_recv():2 256343:20250703:121353.629 In zbx_pp_manager_process_finished() 256343:20250703:121353.629 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121353.629 zbx_setproctitle() title:'preprocessing manager #1 [queued 0, processed 0 values, idle 5.035762 sec during 5.036368 sec]' 256343:20250703:121353.629 In zbx_ipc_service_recv() timeout:0.500 256312:20250703:121353.998 End of zbx_ipc_service_recv():2 256312:20250703:121353.998 In zbx_ipc_async_socket_send() 256312:20250703:121353.998 In zbx_ipc_client_send() clientid:0 256312:20250703:121353.998 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121353.998 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121353.998 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121353.998 End of zbx_ipc_async_socket_flush():0 256312:20250703:121353.998 In zbx_ipc_service_recv() timeout:0.995 256302:20250703:121353.999 End of zbx_ipc_service_recv():1 256302:20250703:121353.999 In zbx_ha_dispatch_message() 256302:20250703:121353.999 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121353.999 In zbx_ipc_service_recv() timeout:1.000 256314:20250703:121354.105 End of zbx_ipc_service_recv():2 256314:20250703:121354.105 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121354.133 End of zbx_ipc_service_recv():2 256343:20250703:121354.133 In zbx_pp_manager_process_finished() 256343:20250703:121354.133 In zbx_timekeeper_collect() 256343:20250703:121354.133 End of zbx_timekeeper_collect() 256343:20250703:121354.133 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121354.133 In zbx_ipc_service_recv() timeout:0.500 256418:20250703:121354.336 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121354.336 End of zbx_ipc_async_socket_recv():0 256418:20250703:121354.336 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121354.336 End of zbx_dc_config_get_poller_items():0 256418:20250703:121354.336 queue processing_num:0 pending:0 256416:20250703:121354.347 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121354.347 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121354.348 End of zbx_dc_config_get_poller_items():0 256416:20250703:121354.348 queue processing_num:0 pending:0 256416:20250703:121354.348 End of zbx_ipc_async_socket_recv():0 256417:20250703:121354.355 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121354.355 End of zbx_ipc_async_socket_recv():0 256417:20250703:121354.355 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121354.355 End of zbx_dc_config_get_poller_items():0 256417:20250703:121354.355 queue processing_num:0 pending:0 256353:20250703:121354.392 End of zbx_ipc_async_socket_recv():0 256353:20250703:121354.392 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000014 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121354.392 In zbx_sync_history_cache() history_num:0 256353:20250703:121354.392 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000033 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121354.392 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121354.392 End of zbx_ipc_async_socket_recv():0 256354:20250703:121354.392 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000020 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121354.392 In zbx_sync_history_cache() history_num:0 256356:20250703:121354.392 End of zbx_ipc_async_socket_recv():0 256356:20250703:121354.393 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000288 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121354.393 In zbx_sync_history_cache() history_num:0 256356:20250703:121354.393 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000023 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121354.393 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121354.393 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000014 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121354.393 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121354.393 End of zbx_ipc_async_socket_recv():0 256355:20250703:121354.393 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000043 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121354.393 In zbx_sync_history_cache() history_num:0 256355:20250703:121354.393 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000014 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121354.393 In zbx_ipc_async_socket_recv() timeout:1 256372:20250703:121354.396 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121354.396 In collect_selfmon_stats() 256372:20250703:121354.396 In zbx_timekeeper_collect() 256372:20250703:121354.396 End of zbx_timekeeper_collect() 256372:20250703:121354.396 End of collect_selfmon_stats() 256372:20250703:121354.396 zbx_setproctitle() title:'self-monitoring [processed data in 0.000130 sec, idle 1 sec]' 256344:20250703:121354.408 End of zbx_ipc_service_recv():2 256344:20250703:121354.408 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121354.496 End of zbx_ipc_async_socket_recv():0 256407:20250703:121354.496 In zbx_ipc_async_socket_send() 256407:20250703:121354.496 In zbx_ipc_client_send() clientid:0 256407:20250703:121354.496 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121354.496 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121354.496 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000056 sec, idle 1 sec]' 256407:20250703:121354.496 In zbx_ipc_async_socket_recv() timeout:1 256421:20250703:121354.496 End of zbx_ipc_service_recv():2 256421:20250703:121354.496 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121354.496 End of zbx_ipc_service_recv():1 256339:20250703:121354.496 In am_flush_results() results:0 256339:20250703:121354.496 In zbx_ipc_client_send() clientid:8 256339:20250703:121354.496 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121354.496 End of am_flush_results() 256339:20250703:121354.496 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121354.496 End of zbx_ipc_async_socket_recv():0 256407:20250703:121354.496 In am_db_flush_results() 256407:20250703:121354.496 End of am_db_flush_results() flushed:0 256407:20250703:121354.496 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000011 sec, idle 1 sec]' 256407:20250703:121354.496 In zbx_ipc_async_socket_recv() timeout:1 256419:20250703:121354.499 End of zbx_ipc_service_recv():2 256419:20250703:121354.500 In zbx_ipc_service_recv() timeout:1.000 256413:20250703:121354.553 End of zbx_ipc_service_recv():2 256413:20250703:121354.553 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121354.635 End of zbx_ipc_service_recv():2 256343:20250703:121354.636 In zbx_pp_manager_process_finished() 256343:20250703:121354.636 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121354.636 In zbx_ipc_service_recv() timeout:0.500 256312:20250703:121354.996 End of zbx_ipc_service_recv():2 256312:20250703:121354.996 In zbx_ipc_async_socket_send() 256312:20250703:121354.996 In zbx_ipc_client_send() clientid:0 256312:20250703:121354.996 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121354.996 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121354.996 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121354.996 End of zbx_ipc_async_socket_flush():0 256312:20250703:121354.996 In zbx_ipc_service_recv() timeout:0.998 256302:20250703:121354.996 End of zbx_ipc_service_recv():1 256302:20250703:121354.996 In zbx_ha_dispatch_message() 256302:20250703:121354.996 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121354.996 In zbx_ipc_service_recv() timeout:1.000 256314:20250703:121355.108 End of zbx_ipc_service_recv():2 256314:20250703:121355.108 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121355.141 End of zbx_ipc_service_recv():2 256343:20250703:121355.141 In zbx_pp_manager_process_finished() 256343:20250703:121355.141 In zbx_timekeeper_collect() 256343:20250703:121355.141 End of zbx_timekeeper_collect() 256343:20250703:121355.141 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121355.141 In zbx_ipc_service_recv() timeout:0.500 256418:20250703:121355.338 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121355.338 End of zbx_ipc_async_socket_recv():0 256418:20250703:121355.338 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121355.338 End of zbx_dc_config_get_poller_items():0 256418:20250703:121355.338 queue processing_num:0 pending:0 256416:20250703:121355.348 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121355.348 End of zbx_ipc_async_socket_recv():0 256416:20250703:121355.348 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121355.348 End of zbx_dc_config_get_poller_items():0 256416:20250703:121355.348 queue processing_num:0 pending:0 256417:20250703:121355.352 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121355.352 End of zbx_ipc_async_socket_recv():0 256417:20250703:121355.352 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121355.352 End of zbx_dc_config_get_poller_items():0 256417:20250703:121355.352 queue processing_num:0 pending:0 256373:20250703:121355.380 End of zbx_ipc_async_socket_recv():0 256373:20250703:121355.380 zbx_setproctitle() title:'task manager [processing tasks]' 256373:20250703:121355.380 query [txnlev:0] [select taskid,type,clock,ttl,proxyid from task where status in (1,2) order by taskid] 256373:20250703:121355.381 zbx_setproctitle() title:'task manager [processed 0 task(s) in 0.000690 sec, idle 5 sec]' 256373:20250703:121355.381 In zbx_ipc_async_socket_recv() timeout:5 256355:20250703:121355.396 End of zbx_ipc_async_socket_recv():0 256353:20250703:121355.396 End of zbx_ipc_async_socket_recv():0 256353:20250703:121355.396 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000033 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121355.396 In zbx_sync_history_cache() history_num:0 256353:20250703:121355.396 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000027 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121355.396 In zbx_ipc_async_socket_recv() timeout:1 256356:20250703:121355.396 End of zbx_ipc_async_socket_recv():0 256356:20250703:121355.396 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000023 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121355.396 In zbx_sync_history_cache() history_num:0 256356:20250703:121355.396 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000017 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121355.396 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000014 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121355.396 In zbx_sync_history_cache() history_num:0 256355:20250703:121355.396 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000229 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121355.396 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121355.396 End of zbx_ipc_async_socket_recv():0 256354:20250703:121355.396 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000014 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121355.396 In zbx_sync_history_cache() history_num:0 256354:20250703:121355.396 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000014 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121355.396 In zbx_ipc_async_socket_recv() timeout:1 256372:20250703:121355.396 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121355.396 In collect_selfmon_stats() 256372:20250703:121355.396 In zbx_timekeeper_collect() 256372:20250703:121355.397 End of zbx_timekeeper_collect() 256372:20250703:121355.397 End of collect_selfmon_stats() 256372:20250703:121355.397 zbx_setproctitle() title:'self-monitoring [processed data in 0.000387 sec, idle 1 sec]' 256356:20250703:121355.397 In zbx_ipc_async_socket_recv() timeout:1 256344:20250703:121355.411 End of zbx_ipc_service_recv():2 256344:20250703:121355.411 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121355.500 End of zbx_ipc_service_recv():2 256339:20250703:121355.500 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121355.502 End of zbx_ipc_async_socket_recv():0 256407:20250703:121355.502 In zbx_ipc_async_socket_send() 256407:20250703:121355.502 In zbx_ipc_client_send() clientid:0 256407:20250703:121355.502 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121355.502 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121355.502 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000026 sec, idle 1 sec]' 256407:20250703:121355.502 In zbx_ipc_async_socket_recv() timeout:1 256421:20250703:121355.502 End of zbx_ipc_service_recv():2 256421:20250703:121355.502 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121355.502 End of zbx_ipc_service_recv():1 256339:20250703:121355.502 In am_flush_results() results:0 256339:20250703:121355.502 In zbx_ipc_client_send() clientid:8 256339:20250703:121355.502 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121355.502 End of am_flush_results() 256339:20250703:121355.502 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121355.502 End of zbx_ipc_async_socket_recv():0 256407:20250703:121355.502 In am_db_flush_results() 256407:20250703:121355.502 End of am_db_flush_results() flushed:0 256407:20250703:121355.502 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000010 sec, idle 1 sec]' 256407:20250703:121355.502 In zbx_ipc_async_socket_recv() timeout:1 256419:20250703:121355.505 End of zbx_ipc_service_recv():2 256419:20250703:121355.505 In zbx_ipc_service_recv() timeout:1.000 256413:20250703:121355.557 End of zbx_ipc_service_recv():2 256413:20250703:121355.557 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121355.645 End of zbx_ipc_service_recv():2 256343:20250703:121355.645 In zbx_pp_manager_process_finished() 256343:20250703:121355.645 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121355.645 In zbx_ipc_service_recv() timeout:0.500 256312:20250703:121355.997 End of zbx_ipc_service_recv():2 256312:20250703:121355.997 In zbx_ipc_async_socket_send() 256312:20250703:121355.997 In zbx_ipc_client_send() clientid:0 256312:20250703:121355.997 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121355.997 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121355.997 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121355.997 End of zbx_ipc_async_socket_flush():0 256312:20250703:121355.997 In zbx_ipc_service_recv() timeout:0.997 256302:20250703:121355.997 End of zbx_ipc_service_recv():1 256302:20250703:121355.997 In zbx_ha_dispatch_message() 256302:20250703:121355.997 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121355.997 In zbx_ipc_service_recv() timeout:1.000 256314:20250703:121356.112 End of zbx_ipc_service_recv():2 256314:20250703:121356.112 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121356.149 End of zbx_ipc_service_recv():2 256343:20250703:121356.149 In zbx_pp_manager_process_finished() 256343:20250703:121356.149 In zbx_timekeeper_collect() 256343:20250703:121356.149 End of zbx_timekeeper_collect() 256343:20250703:121356.149 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121356.149 In zbx_ipc_service_recv() timeout:0.500 256418:20250703:121356.341 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121356.341 End of zbx_ipc_async_socket_recv():0 256418:20250703:121356.341 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121356.341 End of zbx_dc_config_get_poller_items():0 256418:20250703:121356.341 queue processing_num:0 pending:0 256416:20250703:121356.352 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121356.352 End of zbx_ipc_async_socket_recv():0 256416:20250703:121356.352 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121356.352 End of zbx_dc_config_get_poller_items():0 256416:20250703:121356.352 queue processing_num:0 pending:0 256417:20250703:121356.354 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121356.354 End of zbx_ipc_async_socket_recv():0 256417:20250703:121356.354 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121356.354 End of zbx_dc_config_get_poller_items():0 256417:20250703:121356.354 queue processing_num:0 pending:0 256372:20250703:121356.398 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121356.398 In collect_selfmon_stats() 256372:20250703:121356.398 In zbx_timekeeper_collect() 256372:20250703:121356.398 End of zbx_timekeeper_collect() 256372:20250703:121356.398 End of collect_selfmon_stats() 256372:20250703:121356.398 zbx_setproctitle() title:'self-monitoring [processed data in 0.000271 sec, idle 1 sec]' 256354:20250703:121356.399 End of zbx_ipc_async_socket_recv():0 256354:20250703:121356.400 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000014 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121356.400 In zbx_sync_history_cache() history_num:0 256354:20250703:121356.400 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000026 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121356.400 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121356.400 End of zbx_ipc_async_socket_recv():0 256355:20250703:121356.400 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000229 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121356.400 In zbx_sync_history_cache() history_num:0 256355:20250703:121356.400 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000012 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121356.400 In zbx_ipc_async_socket_recv() timeout:1 256356:20250703:121356.400 End of zbx_ipc_async_socket_recv():0 256356:20250703:121356.400 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000017 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121356.400 In zbx_sync_history_cache() history_num:0 256356:20250703:121356.400 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000024 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121356.400 In zbx_ipc_async_socket_recv() timeout:1 256353:20250703:121356.400 End of zbx_ipc_async_socket_recv():0 256353:20250703:121356.400 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000027 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121356.400 In zbx_sync_history_cache() history_num:0 256353:20250703:121356.400 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000012 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121356.400 In zbx_ipc_async_socket_recv() timeout:1 256344:20250703:121356.416 End of zbx_ipc_service_recv():2 256344:20250703:121356.416 In zbx_ipc_service_recv() timeout:1.000 256357:20250703:121356.460 End of zbx_ipc_async_socket_recv():0 256357:20250703:121356.460 zbx_setproctitle() title:'escalator #1 [processed 0 escalations in 0.000911 sec, processing escalations]' 256357:20250703:121356.460 In process_escalations() 256357:20250703:121356.460 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is not null and nextcheck<=1751534039 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121356.461 End of process_escalations() 256357:20250703:121356.461 In process_escalations() 256357:20250703:121356.461 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is not null and nextcheck<=1751534039 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121356.461 End of process_escalations() 256357:20250703:121356.461 In process_escalations() 256357:20250703:121356.461 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is null and serviceid is not null and nextcheck<=1751534039 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121356.461 End of process_escalations() 256357:20250703:121356.461 In process_escalations() 256357:20250703:121356.461 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is null and serviceid is null and nextcheck<=1751534039 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121356.461 End of process_escalations() 256357:20250703:121356.461 zbx_setproctitle() title:'escalator #1 [processed 0 escalations in 0.000908 sec, idle 3 sec]' 256357:20250703:121356.461 In zbx_ipc_async_socket_recv() timeout:3 256421:20250703:121356.504 End of zbx_ipc_service_recv():2 256421:20250703:121356.504 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121356.504 End of zbx_ipc_service_recv():2 256339:20250703:121356.504 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121356.504 End of zbx_ipc_async_socket_recv():0 256407:20250703:121356.504 In zbx_ipc_async_socket_send() 256407:20250703:121356.504 In zbx_ipc_client_send() clientid:0 256407:20250703:121356.504 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121356.504 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121356.504 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000057 sec, idle 1 sec]' 256407:20250703:121356.504 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121356.504 End of zbx_ipc_service_recv():1 256339:20250703:121356.505 In am_flush_results() results:0 256339:20250703:121356.505 In zbx_ipc_client_send() clientid:8 256339:20250703:121356.505 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121356.505 End of am_flush_results() 256339:20250703:121356.505 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121356.505 End of zbx_ipc_async_socket_recv():0 256407:20250703:121356.505 In am_db_flush_results() 256407:20250703:121356.505 End of am_db_flush_results() flushed:0 256407:20250703:121356.505 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000010 sec, idle 1 sec]' 256407:20250703:121356.505 In zbx_ipc_async_socket_recv() timeout:1 256419:20250703:121356.508 End of zbx_ipc_service_recv():2 256419:20250703:121356.508 In zbx_ipc_service_recv() timeout:1.000 256413:20250703:121356.560 End of zbx_ipc_service_recv():2 256413:20250703:121356.560 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121356.652 End of zbx_ipc_service_recv():2 256343:20250703:121356.652 In zbx_pp_manager_process_finished() 256343:20250703:121356.652 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121356.652 In zbx_ipc_service_recv() timeout:0.500 256312:20250703:121356.996 End of zbx_ipc_service_recv():2 256312:20250703:121356.996 In ha_check_nodes() ha_status:active db_status:0 256312:20250703:121356.996 query [txnlev:1] [begin;] 256312:20250703:121356.997 query [txnlev:1] [select ha_nodeid,name,status,lastaccess,address,port,ha_sessionid from ha_node order by ha_nodeid for update] 256312:20250703:121356.999 query [txnlev:1] [select name, value_str, value_int from settings where name in ('ha_failover_delay', 'auditlog_enabled', 'auditlog_mode')] 256312:20250703:121356.999 In ha_db_get_time() 256312:20250703:121356.999 query [txnlev:1] [select cast(extract(epoch from now()) as int) from settings limit 1] 256302:20250703:121357.000 End of zbx_ipc_service_recv():2 256302:20250703:121357.001 In zbx_ha_dispatch_message() 256302:20250703:121357.001 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121357.001 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121357.001 End of ha_db_get_time():SUCCEED db_time:1751534037 256312:20250703:121357.001 query [txnlev:1] [update ha_node set lastaccess=cast(extract(epoch from now()) as int) where ha_nodeid='cmbtfdmr70001y3jqx66php2f'] 256312:20250703:121357.001 query [txnlev:1] [commit;] 256312:20250703:121357.006 End of ha_check_nodes() nodeid:cmbtfdmr70001y3jqx66php2f ha_status:active db_status:0 256312:20250703:121357.006 In zbx_ipc_async_socket_send() 256312:20250703:121357.006 In zbx_ipc_client_send() clientid:0 256312:20250703:121357.006 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121357.006 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121357.006 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121357.006 End of zbx_ipc_async_socket_flush():0 256312:20250703:121357.006 In zbx_ipc_service_recv() timeout:0.998 256302:20250703:121357.006 End of zbx_ipc_service_recv():1 256302:20250703:121357.006 In zbx_ha_dispatch_message() 256302:20250703:121357.006 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121357.006 In zbx_ipc_service_recv() timeout:1.000 256314:20250703:121357.115 End of zbx_ipc_service_recv():2 256314:20250703:121357.116 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121357.157 End of zbx_ipc_service_recv():2 256343:20250703:121357.157 In zbx_pp_manager_process_finished() 256343:20250703:121357.157 In zbx_timekeeper_collect() 256343:20250703:121357.157 End of zbx_timekeeper_collect() 256343:20250703:121357.157 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121357.157 In zbx_ipc_service_recv() timeout:0.500 256418:20250703:121357.340 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121357.340 End of zbx_ipc_async_socket_recv():0 256418:20250703:121357.340 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121357.340 End of zbx_dc_config_get_poller_items():0 256418:20250703:121357.340 queue processing_num:0 pending:0 256417:20250703:121357.352 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121357.352 End of zbx_ipc_async_socket_recv():0 256417:20250703:121357.352 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121357.352 End of zbx_dc_config_get_poller_items():0 256417:20250703:121357.352 queue processing_num:0 pending:0 256416:20250703:121357.354 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121357.354 End of zbx_ipc_async_socket_recv():0 256416:20250703:121357.354 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121357.354 End of zbx_dc_config_get_poller_items():0 256416:20250703:121357.354 queue processing_num:0 pending:0 256372:20250703:121357.399 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121357.399 In collect_selfmon_stats() 256372:20250703:121357.399 In zbx_timekeeper_collect() 256372:20250703:121357.399 End of zbx_timekeeper_collect() 256372:20250703:121357.399 End of collect_selfmon_stats() 256372:20250703:121357.399 zbx_setproctitle() title:'self-monitoring [processed data in 0.000115 sec, idle 1 sec]' 256354:20250703:121357.404 End of zbx_ipc_async_socket_recv():0 256354:20250703:121357.404 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000026 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121357.404 In zbx_sync_history_cache() history_num:0 256354:20250703:121357.404 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000029 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121357.404 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121357.404 End of zbx_ipc_async_socket_recv():0 256356:20250703:121357.404 End of zbx_ipc_async_socket_recv():0 256356:20250703:121357.404 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000024 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121357.404 In zbx_sync_history_cache() history_num:0 256356:20250703:121357.404 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000022 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121357.404 In zbx_ipc_async_socket_recv() timeout:1 256353:20250703:121357.404 End of zbx_ipc_async_socket_recv():0 256355:20250703:121357.404 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000012 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121357.404 In zbx_sync_history_cache() history_num:0 256355:20250703:121357.404 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000158 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121357.404 In zbx_ipc_async_socket_recv() timeout:1 256353:20250703:121357.404 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000012 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121357.404 In zbx_sync_history_cache() history_num:0 256353:20250703:121357.404 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000087 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121357.404 In zbx_ipc_async_socket_recv() timeout:1 256344:20250703:121357.421 End of zbx_ipc_service_recv():2 256344:20250703:121357.421 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121357.508 End of zbx_ipc_async_socket_recv():0 256407:20250703:121357.508 In zbx_ipc_async_socket_send() 256407:20250703:121357.508 In zbx_ipc_client_send() clientid:0 256407:20250703:121357.508 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121357.508 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121357.508 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000030 sec, idle 1 sec]' 256407:20250703:121357.508 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121357.508 End of zbx_ipc_service_recv():1 256339:20250703:121357.508 In am_flush_results() results:0 256339:20250703:121357.508 In zbx_ipc_client_send() clientid:8 256339:20250703:121357.508 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121357.508 End of am_flush_results() 256339:20250703:121357.508 In zbx_ipc_service_recv() timeout:1.000 256421:20250703:121357.508 End of zbx_ipc_service_recv():2 256421:20250703:121357.508 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121357.508 End of zbx_ipc_async_socket_recv():0 256407:20250703:121357.508 In am_db_flush_results() 256407:20250703:121357.508 End of am_db_flush_results() flushed:0 256407:20250703:121357.508 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000009 sec, idle 1 sec]' 256407:20250703:121357.508 In zbx_ipc_async_socket_recv() timeout:1 256419:20250703:121357.511 End of zbx_ipc_service_recv():2 256419:20250703:121357.511 In zbx_ipc_service_recv() timeout:1.000 256413:20250703:121357.564 End of zbx_ipc_service_recv():2 256413:20250703:121357.564 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121357.658 End of zbx_ipc_service_recv():2 256343:20250703:121357.658 In zbx_pp_manager_process_finished() 256343:20250703:121357.658 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121357.658 In zbx_ipc_service_recv() timeout:0.500 256312:20250703:121358.007 End of zbx_ipc_service_recv():2 256312:20250703:121358.007 In zbx_ipc_async_socket_send() 256312:20250703:121358.007 In zbx_ipc_client_send() clientid:0 256312:20250703:121358.007 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121358.007 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121358.007 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121358.007 End of zbx_ipc_async_socket_flush():0 256312:20250703:121358.007 In zbx_ipc_service_recv() timeout:0.987 256302:20250703:121358.007 End of zbx_ipc_service_recv():1 256302:20250703:121358.007 In zbx_ha_dispatch_message() 256302:20250703:121358.007 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121358.007 In zbx_ipc_service_recv() timeout:1.000 256314:20250703:121358.121 End of zbx_ipc_service_recv():2 256314:20250703:121358.121 zbx_setproctitle() title:'service manager #1 [processed 0 events, updated 0 event tags, deleted 0 problems, synced 0 service updates, idle 5.018945 sec during 5.018958 sec]' 256314:20250703:121358.121 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121358.165 End of zbx_ipc_service_recv():2 256343:20250703:121358.165 In zbx_pp_manager_process_finished() 256343:20250703:121358.165 In zbx_timekeeper_collect() 256343:20250703:121358.165 End of zbx_timekeeper_collect() 256343:20250703:121358.165 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121358.165 In zbx_ipc_service_recv() timeout:0.500 256351:20250703:121358.288 End of zbx_ipc_async_socket_recv():0 256351:20250703:121358.289 zbx_setproctitle() title:'browser poller #1 [got 0 values in 0.000061 sec, getting values]' 256351:20250703:121358.289 In get_values() 256351:20250703:121358.289 In zbx_dc_config_get_poller_items() poller_type:11 256351:20250703:121358.289 End of zbx_dc_config_get_poller_items():0 256351:20250703:121358.289 In zbx_dc_config_get_poller_nextcheck() poller_type:11 256351:20250703:121358.289 End of zbx_dc_config_get_poller_nextcheck():-1 256351:20250703:121358.289 End of get_values():0 256351:20250703:121358.289 zbx_setproctitle() title:'browser poller #1 [got 0 values in 0.000057 sec, idle 5 sec]' 256351:20250703:121358.289 In zbx_ipc_async_socket_recv() timeout:5 256363:20250703:121358.296 End of zbx_ipc_async_socket_recv():0 256363:20250703:121358.296 zbx_setproctitle() title:'java poller #6 [got 0 values in 0.000055 sec, getting values]' 256363:20250703:121358.296 In get_values() 256363:20250703:121358.297 In zbx_dc_config_get_poller_items() poller_type:4 256363:20250703:121358.297 End of zbx_dc_config_get_poller_items():0 256363:20250703:121358.297 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256363:20250703:121358.297 End of zbx_dc_config_get_poller_nextcheck():-1 256363:20250703:121358.297 End of get_values():0 256363:20250703:121358.297 zbx_setproctitle() title:'java poller #6 [got 0 values in 0.000110 sec, idle 5 sec]' 256363:20250703:121358.297 In zbx_ipc_async_socket_recv() timeout:5 256362:20250703:121358.300 End of zbx_ipc_async_socket_recv():0 256362:20250703:121358.300 zbx_setproctitle() title:'java poller #5 [got 0 values in 0.000140 sec, getting values]' 256362:20250703:121358.300 In get_values() 256362:20250703:121358.300 In zbx_dc_config_get_poller_items() poller_type:4 256362:20250703:121358.300 End of zbx_dc_config_get_poller_items():0 256362:20250703:121358.300 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256362:20250703:121358.300 End of zbx_dc_config_get_poller_nextcheck():-1 256362:20250703:121358.300 End of get_values():0 256362:20250703:121358.300 zbx_setproctitle() title:'java poller #5 [got 0 values in 0.000062 sec, idle 5 sec]' 256362:20250703:121358.300 In zbx_ipc_async_socket_recv() timeout:5 256361:20250703:121358.301 End of zbx_ipc_async_socket_recv():0 256361:20250703:121358.301 zbx_setproctitle() title:'java poller #4 [got 0 values in 0.000041 sec, getting values]' 256361:20250703:121358.301 In get_values() 256361:20250703:121358.301 In zbx_dc_config_get_poller_items() poller_type:4 256361:20250703:121358.301 End of zbx_dc_config_get_poller_items():0 256361:20250703:121358.301 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256361:20250703:121358.301 End of zbx_dc_config_get_poller_nextcheck():-1 256361:20250703:121358.301 End of get_values():0 256361:20250703:121358.301 zbx_setproctitle() title:'java poller #4 [got 0 values in 0.000035 sec, idle 5 sec]' 256361:20250703:121358.301 In zbx_ipc_async_socket_recv() timeout:5 256315:20250703:121358.324 End of zbx_ipc_async_socket_recv():0 256315:20250703:121358.324 zbx_setproctitle() title:'configuration syncer [synced configuration in 0.085805 sec, syncing configuration]' 256315:20250703:121358.324 In zbx_dc_sync_configuration() 256315:20250703:121358.324 query [txnlev:0] [select changelogid,object,objectid,operation,clock from changelog] 256315:20250703:121358.325 In zbx_dbsync_compare_settings() 256315:20250703:121358.325 query [txnlev:0] [select name, type, value_str, value_int, value_usrgrpid, value_hostgroupid, value_userdirectoryid, value_mfaid from settings where name in ('alert_usrgrpid','auditlog_enabled','auditlog_mode','autoreg_tls_accept','compress_older','compression_status','db_extension','default_inventory_mode','default_timezone','discovery_groupid','hk_audit_mode','hk_audit','hk_events_autoreg','hk_events_discovery','hk_events_internal','hk_events_mode','hk_events_service','hk_events_trigger','hk_history_global','hk_history_mode','hk_history','hk_services_mode','hk_services','hk_sessions_mode','hk_sessions','hk_trends_global','hk_trends_mode','hk_trends','instanceid','severity_name_0','severity_name_1','severity_name_2','severity_name_3','severity_name_4','severity_name_5','snmptrap_logging','timeout_browser','timeout_db_monitor','timeout_external_check','timeout_http_agent','timeout_script','timeout_simple_check','timeout_snmp_agent','timeout_ssh_agent','timeout_telnet_agent','timeout_zabbix_agent','proxy_secrets_provider')] 256315:20250703:121358.325 End of zbx_dbsync_compare_settings() 256315:20250703:121358.325 query [txnlev:0] [select tls_psk_identity,tls_psk from config_autoreg_tls order by autoreg_tlsid] 256315:20250703:121358.325 In dc_sync_settings() 256315:20250703:121358.326 In store_settings() 256315:20250703:121358.326 End of store_settings() 256315:20250703:121358.326 End of dc_sync_settings() 256315:20250703:121358.326 In DCsync_autoreg_config() 256315:20250703:121358.326 End of DCsync_autoreg_config() 256315:20250703:121358.326 In DCsync_autoreg_host() 256315:20250703:121358.326 End of DCsync_autoreg_host() 256315:20250703:121358.326 In dc_sync_proxy_group() 256315:20250703:121358.326 End of dc_sync_proxy_group() 256315:20250703:121358.326 query [txnlev:0] [select hostid,templateid from hosts_templates order by hostid] 256315:20250703:121358.326 query [txnlev:0] [select globalmacroid,macro,value,type from globalmacro] 256315:20250703:121358.326 query [txnlev:0] [select hostmacroid,hostid,macro,value,type from hostmacro] 256369:20250703:121358.332 End of zbx_ipc_async_socket_recv():0 256369:20250703:121358.332 zbx_setproctitle() title:'java poller #9 [got 0 values in 0.000186 sec, getting values]' 256369:20250703:121358.332 In get_values() 256369:20250703:121358.332 In zbx_dc_config_get_poller_items() poller_type:4 256369:20250703:121358.332 End of zbx_dc_config_get_poller_items():0 256369:20250703:121358.332 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256369:20250703:121358.332 End of zbx_dc_config_get_poller_nextcheck():-1 256369:20250703:121358.332 End of get_values():0 256369:20250703:121358.332 zbx_setproctitle() title:'java poller #9 [got 0 values in 0.000052 sec, idle 5 sec]' 256369:20250703:121358.332 In zbx_ipc_async_socket_recv() timeout:5 256364:20250703:121358.332 End of zbx_ipc_async_socket_recv():0 256364:20250703:121358.332 zbx_setproctitle() title:'java poller #7 [got 0 values in 0.000062 sec, getting values]' 256364:20250703:121358.332 In get_values() 256364:20250703:121358.332 In zbx_dc_config_get_poller_items() poller_type:4 256364:20250703:121358.332 End of zbx_dc_config_get_poller_items():0 256364:20250703:121358.332 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256364:20250703:121358.332 End of zbx_dc_config_get_poller_nextcheck():-1 256364:20250703:121358.332 End of get_values():0 256364:20250703:121358.332 zbx_setproctitle() title:'java poller #7 [got 0 values in 0.000029 sec, idle 5 sec]' 256364:20250703:121358.332 In zbx_ipc_async_socket_recv() timeout:5 256358:20250703:121358.332 End of zbx_ipc_async_socket_recv():0 256358:20250703:121358.332 zbx_setproctitle() title:'java poller #1 [got 0 values in 0.000106 sec, getting values]' 256358:20250703:121358.332 In get_values() 256358:20250703:121358.332 In zbx_dc_config_get_poller_items() poller_type:4 256358:20250703:121358.332 End of zbx_dc_config_get_poller_items():0 256315:20250703:121358.332 In DCsync_host_tags() 256315:20250703:121358.333 End of DCsync_host_tags() 256315:20250703:121358.333 query [txnlev:0] [select hostid,inventory_mode,type,type_full,name,alias,os,os_full,os_short,serialno_a,serialno_b,tag,asset_tag,macaddress_a,macaddress_b,hardware,hardware_full,software,software_full,software_app_a,software_app_b,software_app_c,software_app_d,software_app_e,contact,location,location_lat,location_lon,notes,chassis,model,hw_arch,vendor,contract_number,installer_name,deployment_status,url_a,url_b,url_c,host_networks,host_netmask,host_router,oob_ip,oob_netmask,oob_router,date_hw_purchase,date_hw_install,date_hw_expiry,date_hw_decomm,site_address_a,site_address_b,site_address_c,site_city,site_state,site_country,site_zip,site_rack,site_notes,poc_1_name,poc_1_email,poc_1_phone_a,poc_1_phone_b,poc_1_cell,poc_1_screen,poc_1_notes,poc_2_name,poc_2_email,poc_2_phone_a,poc_2_phone_b,poc_2_cell,poc_2_screen,poc_2_notes from host_inventory] 256358:20250703:121358.333 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256358:20250703:121358.333 End of zbx_dc_config_get_poller_nextcheck():-1 256358:20250703:121358.333 End of get_values():0 256358:20250703:121358.333 zbx_setproctitle() title:'java poller #1 [got 0 values in 0.000236 sec, idle 5 sec]' 256358:20250703:121358.333 In zbx_ipc_async_socket_recv() timeout:5 256370:20250703:121358.333 End of zbx_ipc_async_socket_recv():0 256370:20250703:121358.333 zbx_setproctitle() title:'java poller #10 [got 0 values in 0.000040 sec, getting values]' 256370:20250703:121358.333 In get_values() 256370:20250703:121358.333 In zbx_dc_config_get_poller_items() poller_type:4 256370:20250703:121358.333 End of zbx_dc_config_get_poller_items():0 256370:20250703:121358.333 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256370:20250703:121358.333 End of zbx_dc_config_get_poller_nextcheck():-1 256370:20250703:121358.333 End of get_values():0 256370:20250703:121358.333 zbx_setproctitle() title:'java poller #10 [got 0 values in 0.000028 sec, idle 5 sec]' 256370:20250703:121358.333 In zbx_ipc_async_socket_recv() timeout:5 256360:20250703:121358.333 End of zbx_ipc_async_socket_recv():0 256360:20250703:121358.333 zbx_setproctitle() title:'java poller #3 [got 0 values in 0.000039 sec, getting values]' 256360:20250703:121358.333 In get_values() 256360:20250703:121358.333 In zbx_dc_config_get_poller_items() poller_type:4 256360:20250703:121358.333 End of zbx_dc_config_get_poller_items():0 256360:20250703:121358.333 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256360:20250703:121358.333 End of zbx_dc_config_get_poller_nextcheck():-1 256360:20250703:121358.333 End of get_values():0 256360:20250703:121358.333 zbx_setproctitle() title:'java poller #3 [got 0 values in 0.000031 sec, idle 5 sec]' 256360:20250703:121358.333 In zbx_ipc_async_socket_recv() timeout:5 256315:20250703:121358.333 query [txnlev:0] [select groupid,name from hstgrp where type=0] 256315:20250703:121358.333 query [txnlev:0] [select hg.groupid,hg.hostid from hosts_groups hg,hosts h where hg.hostid=h.hostid and h.status in (0,1) and h.flags&2=0 order by hg.groupid] 256315:20250703:121358.333 query [txnlev:0] [select maintenanceid,maintenance_type,active_since,active_till,tags_evaltype from maintenances] 256315:20250703:121358.334 query [txnlev:0] [select maintenancetagid,maintenanceid,operator,tag,value from maintenance_tag] 256315:20250703:121358.334 query [txnlev:0] [select t.timeperiodid,t.timeperiod_type,t.every,t.month,t.dayofweek,t.day,t.start_time,t.period,t.start_date,m.maintenanceid from maintenances_windows m,timeperiods t where t.timeperiodid=m.timeperiodid] 256315:20250703:121358.334 query [txnlev:0] [select maintenanceid,groupid from maintenances_groups order by maintenanceid] 256359:20250703:121358.334 End of zbx_ipc_async_socket_recv():0 256359:20250703:121358.334 zbx_setproctitle() title:'java poller #2 [got 0 values in 0.000038 sec, getting values]' 256359:20250703:121358.334 In get_values() 256359:20250703:121358.334 In zbx_dc_config_get_poller_items() poller_type:4 256359:20250703:121358.334 End of zbx_dc_config_get_poller_items():0 256359:20250703:121358.334 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256359:20250703:121358.334 End of zbx_dc_config_get_poller_nextcheck():-1 256359:20250703:121358.334 End of get_values():0 256359:20250703:121358.334 zbx_setproctitle() title:'java poller #2 [got 0 values in 0.000040 sec, idle 5 sec]' 256359:20250703:121358.334 In zbx_ipc_async_socket_recv() timeout:5 256315:20250703:121358.334 query [txnlev:0] [select maintenanceid,hostid from maintenances_hosts order by maintenanceid] 256315:20250703:121358.335 In DCsync_proxies() 256315:20250703:121358.335 End of DCsync_proxies() 256315:20250703:121358.335 In DCsync_hosts() 256315:20250703:121358.335 End of DCsync_hosts() 256315:20250703:121358.335 In DCsync_host_inventory() 256315:20250703:121358.335 End of DCsync_host_inventory() 256315:20250703:121358.335 In DCsync_hostgroups() 256315:20250703:121358.335 End of DCsync_hostgroups() 256315:20250703:121358.335 In DCsync_hostgroup_hosts() 256315:20250703:121358.335 End of DCsync_hostgroup_hosts() 256315:20250703:121358.335 In DCsync_maintenances() 256315:20250703:121358.335 End of DCsync_maintenances() 256315:20250703:121358.335 In DCsync_maintenance_tags() 256315:20250703:121358.335 End of DCsync_maintenance_tags() 256315:20250703:121358.335 In DCsync_maintenance_groups() 256315:20250703:121358.335 End of DCsync_maintenance_groups() 256315:20250703:121358.335 In DCsync_maintenance_hosts() 256315:20250703:121358.335 End of DCsync_maintenance_hosts() 256315:20250703:121358.335 In DCsync_maintenance_periods() 256315:20250703:121358.335 End of DCsync_maintenance_periods() 256315:20250703:121358.335 In DCsync_connectors() 256315:20250703:121358.335 End of DCsync_connectors() 256315:20250703:121358.335 In DCsync_connector_tags() 256315:20250703:121358.335 End of DCsync_connector_tags() 256315:20250703:121358.335 In dc_sync_host_proxy() 256315:20250703:121358.335 End of dc_sync_host_proxy() 256315:20250703:121358.335 query [txnlev:0] [select i.interfaceid,i.hostid,i.type,i.main,i.useip,i.ip,i.dns,i.port,i.available,i.disable_until,i.error,i.errors_from,s.version,s.bulk,s.community,s.securityname,s.securitylevel,s.authpassphrase,s.privpassphrase,s.authprotocol,s.privprotocol,s.contextname,s.max_repetitions from interface i left join interface_snmp s on i.interfaceid=s.interfaceid] 256315:20250703:121358.335 query [txnlev:0] [select itemid,parent_itemid from item_discovery] 256375:20250703:121358.336 End of zbx_ipc_async_socket_recv():0 256375:20250703:121358.336 zbx_setproctitle() title:'poller #2 [got 0 values in 0.000060 sec, getting values]' 256375:20250703:121358.336 In get_values() 256375:20250703:121358.336 In zbx_dc_config_get_poller_items() poller_type:0 256375:20250703:121358.336 End of zbx_dc_config_get_poller_items():0 256375:20250703:121358.336 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256375:20250703:121358.336 End of zbx_dc_config_get_poller_nextcheck():-1 256375:20250703:121358.336 End of get_values():0 256375:20250703:121358.336 zbx_setproctitle() title:'poller #2 [got 0 values in 0.000040 sec, idle 5 sec]' 256375:20250703:121358.336 In zbx_ipc_async_socket_recv() timeout:5 256400:20250703:121358.337 End of zbx_ipc_async_socket_recv():0 256400:20250703:121358.337 zbx_setproctitle() title:'unreachable poller #1 [got 0 values in 0.000046 sec, getting values]' 256400:20250703:121358.337 In get_values() 256400:20250703:121358.337 In zbx_dc_config_get_poller_items() poller_type:1 256400:20250703:121358.337 End of zbx_dc_config_get_poller_items():0 256400:20250703:121358.337 In zbx_dc_config_get_poller_nextcheck() poller_type:1 256400:20250703:121358.337 End of zbx_dc_config_get_poller_nextcheck():-1 256400:20250703:121358.337 End of get_values():0 256400:20250703:121358.337 zbx_setproctitle() title:'unreachable poller #1 [got 0 values in 0.000033 sec, idle 5 sec]' 256400:20250703:121358.337 In zbx_ipc_async_socket_recv() timeout:5 256399:20250703:121358.337 End of zbx_ipc_async_socket_recv():0 256399:20250703:121358.337 zbx_setproctitle() title:'poller #5 [got 0 values in 0.000071 sec, getting values]' 256399:20250703:121358.337 In get_values() 256399:20250703:121358.337 In zbx_dc_config_get_poller_items() poller_type:0 256399:20250703:121358.337 End of zbx_dc_config_get_poller_items():0 256399:20250703:121358.337 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256399:20250703:121358.337 End of zbx_dc_config_get_poller_nextcheck():-1 256399:20250703:121358.337 End of get_values():0 256399:20250703:121358.337 zbx_setproctitle() title:'poller #5 [got 0 values in 0.000029 sec, idle 5 sec]' 256399:20250703:121358.337 In zbx_ipc_async_socket_recv() timeout:5 256376:20250703:121358.337 End of zbx_ipc_async_socket_recv():0 256376:20250703:121358.337 zbx_setproctitle() title:'poller #3 [got 0 values in 0.000034 sec, getting values]' 256376:20250703:121358.337 In get_values() 256376:20250703:121358.337 In zbx_dc_config_get_poller_items() poller_type:0 256376:20250703:121358.337 End of zbx_dc_config_get_poller_items():0 256376:20250703:121358.337 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256376:20250703:121358.337 End of zbx_dc_config_get_poller_nextcheck():-1 256376:20250703:121358.337 End of get_values():0 256376:20250703:121358.337 zbx_setproctitle() title:'poller #3 [got 0 values in 0.000029 sec, idle 5 sec]' 256376:20250703:121358.337 In zbx_ipc_async_socket_recv() timeout:5 256374:20250703:121358.337 End of zbx_ipc_async_socket_recv():0 256374:20250703:121358.337 zbx_setproctitle() title:'poller #1 [got 0 values in 0.000044 sec, getting values]' 256374:20250703:121358.337 In get_values() 256374:20250703:121358.337 In zbx_dc_config_get_poller_items() poller_type:0 256374:20250703:121358.337 End of zbx_dc_config_get_poller_items():0 256374:20250703:121358.337 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256374:20250703:121358.337 End of zbx_dc_config_get_poller_nextcheck():-1 256374:20250703:121358.337 End of get_values():0 256374:20250703:121358.337 zbx_setproctitle() title:'poller #1 [got 0 values in 0.000029 sec, idle 5 sec]' 256374:20250703:121358.337 In zbx_ipc_async_socket_recv() timeout:5 256315:20250703:121358.340 query [txnlev:0] [select p.item_parameterid,p.itemid,p.name,p.value,i.hostid from item_parameter p,items i,hosts h where p.itemid=i.itemid and i.hostid=h.hostid and h.status in (0,1) and i.flags&2=0 order by p.itemid] 256418:20250703:121358.341 zbx_setproctitle() title:'snmp poller #1 [got 0 values, queued 0 in 5 sec, awaiting 0]' 256418:20250703:121358.341 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121358.341 End of zbx_ipc_async_socket_recv():0 256418:20250703:121358.341 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121358.341 End of zbx_dc_config_get_poller_items():0 256418:20250703:121358.341 queue processing_num:0 pending:0 256315:20250703:121358.342 In DCsync_interfaces() 256315:20250703:121358.342 End of DCsync_interfaces() 256315:20250703:121358.342 In DCsync_items() 256315:20250703:121358.342 End of DCsync_items() 256315:20250703:121358.342 In DCsync_item_discovery() 256315:20250703:121358.342 End of DCsync_item_discovery() 256315:20250703:121358.342 In DCsync_item_preproc() 256315:20250703:121358.342 End of DCsync_item_preproc() 256315:20250703:121358.342 In DCsync_items_param() 256315:20250703:121358.342 End of DCsync_items_param() 256315:20250703:121358.342 In DCsync_functions() 256315:20250703:121358.342 End of DCsync_functions() 256315:20250703:121358.342 query [txnlev:0] [select triggerid_down,triggerid_up from trigger_depends] 256406:20250703:121358.342 zbx_setproctitle() title:'icmp pinger #1 [getting values]' 256406:20250703:121358.342 In get_pinger_hosts() 256406:20250703:121358.342 In zbx_dc_config_get_poller_items() poller_type:3 256406:20250703:121358.342 End of zbx_dc_config_get_poller_items():0 256406:20250703:121358.342 End of get_pinger_hosts():0 256406:20250703:121358.342 In process_pinger_hosts() 256406:20250703:121358.342 End of process_pinger_hosts() 256406:20250703:121358.342 In zbx_dc_config_get_poller_nextcheck() poller_type:3 256406:20250703:121358.342 End of zbx_dc_config_get_poller_nextcheck():-1 256406:20250703:121358.342 zbx_setproctitle() title:'icmp pinger #1 [got 0 values in 0.000050 sec, idle 5 sec]' 256315:20250703:121358.344 query [txnlev:0] [select r.name,e.expressionid,e.expression,e.expression_type,e.exp_delimiter,e.case_sensitive from regexps r,expressions e where r.regexpid=e.regexpid] 256315:20250703:121358.345 query [txnlev:0] [select actionid,eventsource,evaltype,formula from actions where eventsource<>4 and status=0] 256365:20250703:121358.347 End of zbx_ipc_async_socket_recv():0 256365:20250703:121358.347 zbx_setproctitle() title:'java poller #8 [got 0 values in 0.000278 sec, getting values]' 256365:20250703:121358.347 In get_values() 256365:20250703:121358.347 In zbx_dc_config_get_poller_items() poller_type:4 256365:20250703:121358.347 End of zbx_dc_config_get_poller_items():0 256365:20250703:121358.347 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256315:20250703:121358.347 query [txnlev:0] [select a.actionid,o.recovery from actions a left join operations o on a.actionid=o.actionid where a.status=0 group by a.actionid,o.recovery order by a.actionid] 256365:20250703:121358.347 End of zbx_dc_config_get_poller_nextcheck():-1 256365:20250703:121358.347 End of get_values():0 256365:20250703:121358.347 zbx_setproctitle() title:'java poller #8 [got 0 values in 0.000176 sec, idle 5 sec]' 256365:20250703:121358.347 In zbx_ipc_async_socket_recv() timeout:5 256315:20250703:121358.347 query [txnlev:0] [select c.conditionid,c.actionid,c.conditiontype,c.operator,c.value,c.value2 from conditions c,actions a where c.actionid=a.actionid and a.status=0] 256315:20250703:121358.347 query [txnlev:0] [select correlationid,name,evaltype,formula from correlation where status=0] 256315:20250703:121358.349 query [txnlev:0] [select cc.corr_conditionid,cc.correlationid,cc.type,cct.tag,cctv.tag,cctv.value,cctv.operator, ccg.groupid,ccg.operator,cctp.oldtag,cctp.newtag from correlation c,corr_condition cc left join corr_condition_tag cct on cct.corr_conditionid=cc.corr_conditionid left join corr_condition_tagvalue cctv on cctv.corr_conditionid=cc.corr_conditionid left join corr_condition_group ccg on ccg.corr_conditionid=cc.corr_conditionid left join corr_condition_tagpair cctp on cctp.corr_conditionid=cc.corr_conditionid where c.correlationid=cc.correlationid and c.status=0] 256315:20250703:121358.350 query [txnlev:0] [select co.corr_operationid,co.correlationid,co.type from correlation c,corr_operation co where c.correlationid=co.correlationid and c.status=0] 256315:20250703:121358.351 In DCsync_triggers() 256315:20250703:121358.351 End of DCsync_triggers() 256315:20250703:121358.351 In DCsync_trigdeps() 256315:20250703:121358.351 End of DCsync_trigdeps() 256315:20250703:121358.351 In DCsync_expressions() 256315:20250703:121358.351 End of DCsync_expressions() 256315:20250703:121358.351 In DCsync_actions() 256315:20250703:121358.351 End of DCsync_actions() 256315:20250703:121358.351 In DCsync_action_ops() 256315:20250703:121358.351 End of DCsync_action_ops() 256315:20250703:121358.351 In DCsync_action_conditions() 256315:20250703:121358.351 End of DCsync_action_conditions() 256315:20250703:121358.351 In DCsync_trigger_tags() 256315:20250703:121358.351 End of DCsync_trigger_tags() 256315:20250703:121358.351 In DCsync_item_tags() 256315:20250703:121358.351 End of DCsync_item_tags() 256315:20250703:121358.351 In DCsync_correlations() 256315:20250703:121358.351 End of DCsync_correlations() 256315:20250703:121358.351 In DCsync_corr_conditions() 256315:20250703:121358.351 End of DCsync_corr_conditions() 256315:20250703:121358.351 In DCsync_corr_operations() 256315:20250703:121358.351 End of DCsync_corr_operations() 256315:20250703:121358.351 In dc_sync_drules() 256315:20250703:121358.351 End of dc_sync_drules() 256315:20250703:121358.351 In dc_sync_dchecks() 256315:20250703:121358.351 End of dc_sync_dchecks() 256315:20250703:121358.351 In dc_sync_httptests() 256315:20250703:121358.351 End of dc_sync_httptests() 256315:20250703:121358.351 In dc_sync_httptest_fields() 256315:20250703:121358.351 End of dc_sync_httptest_fields() 256315:20250703:121358.351 In dc_sync_httpsteps() 256315:20250703:121358.351 End of dc_sync_httpsteps() 256315:20250703:121358.351 In dc_sync_httpstep_fields() 256315:20250703:121358.351 End of dc_sync_httpstep_fields() 256315:20250703:121358.351 zbx_dc_sync_configuration() changelog : sql:0.000984 sec (0 records) 256315:20250703:121358.351 zbx_dc_sync_configuration() reindex : 0.000000 sec 0 bytes. 256315:20250703:121358.351 zbx_dc_sync_configuration() proxy_group: sql:0.000002 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121358.351 zbx_dc_sync_configuration() hosts: sql:0.000001 sync:0.000001 sec 0 bytes (0/0/0). 256315:20250703:121358.351 zbx_dc_sync_configuration() host_proxy: sql:0.000001 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121358.351 zbx_dc_sync_configuration() items: sql:0.000003 sync:0.000001 sec 0 bytes (0/0/0). 256315:20250703:121358.351 zbx_dc_sync_configuration() triggers: sql:0.000001 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121358.351 zbx_dc_sync_configuration() functions: sql:0.000002 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121358.351 zbx_dc_sync_configuration() trigger_tag: sql:0.000002 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121358.351 zbx_dc_sync_configuration() item_tag: sql:0.000001 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121358.351 zbx_dc_sync_configuration() host_tag: sql:0.000003 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121358.351 zbx_dc_sync_configuration() item_preproc: sql:0.000003 sync:0.000001 sec 0 bytes (0/0/0). 256315:20250703:121358.351 zbx_dc_sync_configuration() drules: sql:0.000001 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121358.351 zbx_dc_sync_configuration() dchecks: sql:0.000001 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121358.351 zbx_dc_sync_configuration() httptest: sql:0.000000 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121358.351 zbx_dc_sync_configuration() httptest_field: sql:0.000000 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121358.351 zbx_dc_sync_configuration() httpstep: sql:0.000000 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121358.351 zbx_dc_sync_configuration() httpstep_field: sql:0.000000 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121358.351 zbx_dc_sync_configuration() connector: sql:0.000001 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121358.351 zbx_dc_sync_configuration() connector_tag: sql:0.000000 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121358.351 zbx_dc_sync_configuration() proxy: sql:0.000002 sync:0.000001 sec 0 bytes (0/0/0). 256315:20250703:121358.351 zbx_dc_sync_configuration() settings: sql:0.000484 sync:0.000050 sec 0 bytes (47/0/0). 256315:20250703:121358.351 zbx_dc_sync_configuration() config_autoreg_tls: sql:0.000125 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121358.351 zbx_dc_sync_configuration() autoreg_host: sql:0.000000 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121358.351 zbx_dc_sync_configuration() host_inventory: sql:0.000346 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121358.351 zbx_dc_sync_configuration() hosts_templates: sql:0.000181 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121358.351 zbx_dc_sync_configuration() globalmacro: sql:0.000120 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121358.351 zbx_dc_sync_configuration() hostmacro: sql:0.006579 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121358.351 zbx_dc_sync_configuration() interface: sql:0.000383 sync:0.000005 sec 0 bytes (25/0/0). 256315:20250703:121358.351 zbx_dc_sync_configuration() item_discovery: sql:0.004552 sync:0.000057 sec 0 bytes (7580/0/0). 256315:20250703:121358.351 zbx_dc_sync_configuration() trigger_depends: sql:0.001696 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121358.351 zbx_dc_sync_configuration() regexps: sql:0.001659 sync:0.000002 sec 0 bytes (0/0/0). 256315:20250703:121358.351 zbx_dc_sync_configuration() actions: sql:0.001554 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121358.351 zbx_dc_sync_configuration() operations: sql:0.000255 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121358.351 zbx_dc_sync_configuration() conditions: sql:0.000191 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121358.351 zbx_dc_sync_configuration() correlation: sql:0.001207 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121358.351 zbx_dc_sync_configuration() corr_condition: sql:0.001272 sync:0.000001 sec 0 bytes (0/0/0). 256315:20250703:121358.351 zbx_dc_sync_configuration() corr_operation: sql:0.000269 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121358.351 zbx_dc_sync_configuration() hstgrp: sql:0.000178 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121358.351 zbx_dc_sync_configuration() hosts_groups: sql:0.000415 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121358.351 zbx_dc_sync_configuration() item_parameter: sql:0.002171 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121358.351 zbx_dc_sync_configuration() maintenances: sql:0.000164 sync:0.000000 sec 0 bytes (0/0/0). 256416:20250703:121358.352 zbx_setproctitle() title:'http agent poller #1 [got 0 values, queued 0 in 5 sec, awaiting 0]' 256416:20250703:121358.352 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121358.352 End of zbx_ipc_async_socket_recv():0 256315:20250703:121358.352 zbx_dc_sync_configuration() maintenances_windows: sql:0.000159 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121358.352 zbx_dc_sync_configuration() maintenance_tag: sql:0.000102 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121358.352 zbx_dc_sync_configuration() maintenances_groups: sql:0.000542 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121358.352 zbx_dc_sync_configuration() maintenances_hosts: sql:0.000168 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121358.352 zbx_dc_sync_configuration() total sql : 0.024800 sec. 256315:20250703:121358.352 zbx_dc_sync_configuration() total sync : 0.000123 sec. 256315:20250703:121358.352 zbx_dc_sync_configuration() total memory difference: 0 bytes. 256315:20250703:121358.353 zbx_dc_sync_configuration() proxies : 0 (0 slots) 256315:20250703:121358.353 zbx_dc_sync_configuration() proxies_p : 0 (0 slots) 256417:20250703:121358.353 In zbx_dc_config_get_poller_items() poller_type:8 256315:20250703:121358.353 zbx_dc_sync_configuration() hosts : 8 (17 slots) 256315:20250703:121358.353 zbx_dc_sync_configuration() hosts_h : 8 (17 slots) 256315:20250703:121358.353 zbx_dc_sync_configuration() autoreg_hosts: 0 (11 slots) 256315:20250703:121358.353 zbx_dc_sync_configuration() psks : 0 (0 slots) 256315:20250703:121358.353 zbx_dc_sync_configuration() ipmihosts : 0 (0 slots) 256315:20250703:121358.354 zbx_dc_sync_configuration() host_invent: 2 (11 slots) 256315:20250703:121358.354 zbx_dc_sync_configuration() glob macros: 1 (11 slots) 256315:20250703:121358.354 zbx_dc_sync_configuration() host macros: 6364 (9029 slots) 256315:20250703:121358.354 zbx_dc_sync_configuration() kvs_paths : 0 256315:20250703:121358.354 zbx_dc_sync_configuration() interfaces : 3 (11 slots) 256315:20250703:121358.354 zbx_dc_sync_configuration() interfaces_snmp : 0 (0 slots) 256315:20250703:121358.354 zbx_dc_sync_configuration() interfac_ht: 3 (11 slots) 256315:20250703:121358.354 zbx_dc_sync_configuration() if_snmpitms: 0 (0 slots) 256315:20250703:121358.354 zbx_dc_sync_configuration() if_snmpaddr: 0 (0 slots) 256315:20250703:121358.354 zbx_dc_sync_configuration() item_discovery : 47 (15259 slots) 256315:20250703:121358.354 zbx_dc_sync_configuration() items : 212 (35969 slots) 256315:20250703:121358.354 zbx_dc_sync_configuration() items_hk : 212 (35969 slots) 256315:20250703:121358.354 zbx_dc_sync_configuration() template_items : 17771 (30509 slots) 256315:20250703:121358.354 zbx_dc_sync_configuration() preprocitems: 137 (45767 slots) 256315:20250703:121358.354 zbx_dc_sync_configuration() item_tag_links: 204 (56237 slots) 256315:20250703:121358.354 zbx_dc_sync_configuration() functions : 120 (21341 slots) 256315:20250703:121358.354 zbx_dc_sync_configuration() triggers : 6838 (13679 slots) 256315:20250703:121358.354 zbx_dc_sync_configuration() trigdeps : 2748 (4007 slots) 256315:20250703:121358.354 zbx_dc_sync_configuration() trig. tags : 8671 (13553 slots) 256315:20250703:121358.354 zbx_dc_sync_configuration() expressions: 10 (17 slots) 256315:20250703:121358.354 zbx_dc_sync_configuration() actions : 0 (0 slots) 256315:20250703:121358.354 zbx_dc_sync_configuration() conditions : 0 (0 slots) 256315:20250703:121358.354 zbx_dc_sync_configuration() corr. : 0 (0 slots) 256315:20250703:121358.354 zbx_dc_sync_configuration() corr. conds: 0 (0 slots) 256315:20250703:121358.354 zbx_dc_sync_configuration() corr. ops : 0 (0 slots) 256315:20250703:121358.354 zbx_dc_sync_configuration() hgroups : 7 (11 slots) 256315:20250703:121358.354 zbx_dc_sync_configuration() item procs : 137 (45767 slots) 256315:20250703:121358.354 zbx_dc_sync_configuration() maintenance: 0 (0 slots) 256315:20250703:121358.354 zbx_dc_sync_configuration() maint tags : 0 (0 slots) 256315:20250703:121358.354 zbx_dc_sync_configuration() maint time : 0 (0 slots) 256315:20250703:121358.354 zbx_dc_sync_configuration() drules : 1 (11 slots) 256315:20250703:121358.354 zbx_dc_sync_configuration() dchecks : 1 (11 slots) 256315:20250703:121358.354 zbx_dc_sync_configuration() httptests : 0 (0 slots) 256315:20250703:121358.354 zbx_dc_sync_configuration() httptestfld: 0 (0 slots) 256315:20250703:121358.354 zbx_dc_sync_configuration() httpsteps : 0 (0 slots) 256315:20250703:121358.354 zbx_dc_sync_configuration() httpstepfld: 0 (0 slots) 256315:20250703:121358.354 zbx_dc_sync_configuration() connector: 0 (0 slots) 256315:20250703:121358.354 zbx_dc_sync_configuration() connector tags : 0 (0 slots) 256315:20250703:121358.354 zbx_dc_sync_configuration() proxy groups : 0 (0 slots) 256315:20250703:121358.354 zbx_dc_sync_configuration() host proxy : 0 (0 slots) 256315:20250703:121358.354 zbx_dc_sync_configuration() queue[0] : 0 (0 allocated) 256315:20250703:121358.354 zbx_dc_sync_configuration() queue[1] : 0 (0 allocated) 256315:20250703:121358.354 zbx_dc_sync_configuration() queue[2] : 0 (0 allocated) 256315:20250703:121358.354 zbx_dc_sync_configuration() queue[3] : 0 (0 allocated) 256315:20250703:121358.354 zbx_dc_sync_configuration() queue[4] : 0 (0 allocated) 256315:20250703:121358.354 zbx_dc_sync_configuration() queue[5] : 0 (0 allocated) 256315:20250703:121358.354 zbx_dc_sync_configuration() queue[6] : 0 (0 allocated) 256315:20250703:121358.354 zbx_dc_sync_configuration() queue[7] : 0 (0 allocated) 256315:20250703:121358.354 zbx_dc_sync_configuration() queue[8] : 0 (0 allocated) 256315:20250703:121358.354 zbx_dc_sync_configuration() queue[9] : 0 (0 allocated) 256315:20250703:121358.355 zbx_dc_sync_configuration() queue[10] : 0 (0 allocated) 256315:20250703:121358.355 zbx_dc_sync_configuration() queue[11] : 0 (0 allocated) 256315:20250703:121358.355 zbx_dc_sync_configuration() pqueue : 0 (0 allocated) 256315:20250703:121358.355 zbx_dc_sync_configuration() timer queue: 0 (0 allocated) 256315:20250703:121358.355 zbx_dc_sync_configuration() changelog : 911 256315:20250703:121358.355 zbx_dc_sync_configuration() configfree : 76.116681% 256315:20250703:121358.355 zbx_dc_sync_configuration() strings : 9544 (13553 slots) 256315:20250703:121358.355 === memory statistics for configuration cache === 256315:20250703:121358.355 free chunks of size >= 256 bytes: 1 256315:20250703:121358.355 min chunk size: 25540520 bytes 256315:20250703:121358.355 max chunk size: 25540520 bytes 256315:20250703:121358.355 memory of total size 32402992 bytes fragmented into 71942 chunks 256315:20250703:121358.355 of those, 25540520 bytes are in 1 free chunks 256315:20250703:121358.355 of those, 6862472 bytes are in 71941 used chunks 256315:20250703:121358.355 of those, 1151056 bytes are used by allocation overhead 256315:20250703:121358.355 ================================ 256417:20250703:121358.355 End of zbx_dc_config_get_poller_items():0 256417:20250703:121358.355 queue processing_num:0 pending:0 256315:20250703:121358.355 zbx_dbsync_env_flush_changelog() changelog : 911 (1181 slots) 256417:20250703:121358.355 zbx_setproctitle() title:'agent poller #1 [got 0 values, queued 0 in 5 sec, awaiting 0]' 256417:20250703:121358.355 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121358.355 End of zbx_ipc_async_socket_recv():0 256416:20250703:121358.355 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121358.355 End of zbx_dc_config_get_poller_items():0 256416:20250703:121358.355 queue processing_num:0 pending:0 256315:20250703:121358.355 End of zbx_dc_sync_configuration() 256315:20250703:121358.355 In zbx_dc_sync_kvs_paths() 256315:20250703:121358.355 End of zbx_dc_sync_kvs_paths() 256315:20250703:121358.355 In zbx_dc_config_get_hostids_by_revision() 256315:20250703:121358.355 End of zbx_dc_config_get_hostids_by_revision() 256315:20250703:121358.355 In zbx_dc_update_interfaces_availability() 256315:20250703:121358.355 In zbx_dc_reset_interfaces_availability() 256315:20250703:121358.355 End of zbx_dc_reset_interfaces_availability() interfaces:0 256315:20250703:121358.355 End of zbx_dc_update_interfaces_availability() 256315:20250703:121358.355 zbx_setproctitle() title:'configuration syncer [synced configuration in 0.031490 sec, idle 10 sec]' 256315:20250703:121358.355 In zbx_ipc_async_socket_recv() timeout:10 256398:20250703:121358.357 End of zbx_ipc_async_socket_recv():0 256398:20250703:121358.357 zbx_setproctitle() title:'poller #4 [got 0 values in 0.000043 sec, getting values]' 256398:20250703:121358.357 In get_values() 256398:20250703:121358.357 In zbx_dc_config_get_poller_items() poller_type:0 256398:20250703:121358.357 End of zbx_dc_config_get_poller_items():0 256398:20250703:121358.357 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256398:20250703:121358.357 End of zbx_dc_config_get_poller_nextcheck():-1 256398:20250703:121358.357 End of get_values():0 256398:20250703:121358.357 zbx_setproctitle() title:'poller #4 [got 0 values in 0.000035 sec, idle 5 sec]' 256398:20250703:121358.357 In zbx_ipc_async_socket_recv() timeout:5 256420:20250703:121358.368 End of zbx_ipc_async_socket_recv():0 256420:20250703:121358.368 zbx_setproctitle() title:'internal poller #1 [got 0 values in 0.000044 sec, getting values]' 256420:20250703:121358.368 In get_values() 256420:20250703:121358.368 In zbx_dc_config_get_poller_items() poller_type:10 256420:20250703:121358.368 End of zbx_dc_config_get_poller_items():0 256420:20250703:121358.368 In zbx_dc_config_get_poller_nextcheck() poller_type:10 256420:20250703:121358.368 End of zbx_dc_config_get_poller_nextcheck():-1 256420:20250703:121358.368 End of get_values():0 256420:20250703:121358.368 zbx_setproctitle() title:'internal poller #1 [got 0 values in 0.000037 sec, idle 5 sec]' 256420:20250703:121358.368 In zbx_ipc_async_socket_recv() timeout:5 256415:20250703:121358.372 End of zbx_ipc_async_socket_recv():0 256415:20250703:121358.372 zbx_setproctitle() title:'odbc poller #1 [got 0 values in 0.000041 sec, getting values]' 256415:20250703:121358.372 In get_values() 256415:20250703:121358.372 In zbx_dc_config_get_poller_items() poller_type:6 256415:20250703:121358.372 End of zbx_dc_config_get_poller_items():0 256415:20250703:121358.372 In zbx_dc_config_get_poller_nextcheck() poller_type:6 256415:20250703:121358.372 End of zbx_dc_config_get_poller_nextcheck():-1 256415:20250703:121358.372 End of get_values():0 256415:20250703:121358.372 zbx_setproctitle() title:'odbc poller #1 [got 0 values in 0.000036 sec, idle 5 sec]' 256415:20250703:121358.372 In zbx_ipc_async_socket_recv() timeout:5 256372:20250703:121358.399 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121358.400 In collect_selfmon_stats() 256372:20250703:121358.400 In zbx_timekeeper_collect() 256372:20250703:121358.400 End of zbx_timekeeper_collect() 256372:20250703:121358.400 End of collect_selfmon_stats() 256372:20250703:121358.400 zbx_setproctitle() title:'self-monitoring [processed data in 0.000176 sec, idle 1 sec]' 256409:20250703:121358.406 End of zbx_ipc_async_socket_recv():0 256409:20250703:121358.406 zbx_setproctitle() title:'history poller #2 [got 0 values in 0.000086 sec, getting values]' 256409:20250703:121358.406 In get_values() 256409:20250703:121358.406 In zbx_dc_config_get_poller_items() poller_type:5 256409:20250703:121358.406 End of zbx_dc_config_get_poller_items():0 256409:20250703:121358.406 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256409:20250703:121358.406 End of zbx_dc_config_get_poller_nextcheck():-1 256409:20250703:121358.406 End of get_values():0 256409:20250703:121358.406 zbx_setproctitle() title:'history poller #2 [got 0 values in 0.000039 sec, idle 5 sec]' 256409:20250703:121358.406 In zbx_ipc_async_socket_recv() timeout:5 256355:20250703:121358.408 End of zbx_ipc_async_socket_recv():0 256355:20250703:121358.408 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000158 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121358.408 In zbx_sync_history_cache() history_num:0 256355:20250703:121358.408 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000031 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121358.408 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121358.408 End of zbx_ipc_async_socket_recv():0 256354:20250703:121358.408 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000029 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121358.408 In zbx_sync_history_cache() history_num:0 256354:20250703:121358.408 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000021 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121358.408 In zbx_ipc_async_socket_recv() timeout:1 256356:20250703:121358.408 End of zbx_ipc_async_socket_recv():0 256356:20250703:121358.408 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000022 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121358.408 In zbx_sync_history_cache() history_num:0 256353:20250703:121358.408 End of zbx_ipc_async_socket_recv():0 256353:20250703:121358.408 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000087 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121358.408 In zbx_sync_history_cache() history_num:0 256353:20250703:121358.408 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000018 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121358.408 In zbx_ipc_async_socket_recv() timeout:1 256356:20250703:121358.408 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000016 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121358.408 In zbx_ipc_async_socket_recv() timeout:1 256350:20250703:121358.413 zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000100 sec, getting values]' 256350:20250703:121358.413 In process_httptests() 256350:20250703:121358.413 End of process_httptests() 256350:20250703:121358.413 zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000081 sec, idle 5 sec]' 256412:20250703:121358.413 End of zbx_ipc_async_socket_recv():0 256412:20250703:121358.413 zbx_setproctitle() title:'history poller #5 [got 0 values in 0.000038 sec, getting values]' 256412:20250703:121358.413 In get_values() 256412:20250703:121358.413 In zbx_dc_config_get_poller_items() poller_type:5 256412:20250703:121358.413 End of zbx_dc_config_get_poller_items():0 256412:20250703:121358.413 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256412:20250703:121358.413 End of zbx_dc_config_get_poller_nextcheck():-1 256412:20250703:121358.413 End of get_values():0 256412:20250703:121358.413 zbx_setproctitle() title:'history poller #5 [got 0 values in 0.000036 sec, idle 5 sec]' 256412:20250703:121358.413 In zbx_ipc_async_socket_recv() timeout:5 256371:20250703:121358.420 End of zbx_ipc_async_socket_recv():0 256371:20250703:121358.420 zbx_setproctitle() title:'proxy poller #1 [exchanged data with 0 proxies in 0.000107 sec, exchanging data]' 256371:20250703:121358.420 In process_proxy() 256371:20250703:121358.420 In zbx_dc_config_get_proxypoller_hosts() 256371:20250703:121358.420 End of zbx_dc_config_get_proxypoller_hosts():0 256371:20250703:121358.420 End of process_proxy() 256371:20250703:121358.420 In zbx_dc_config_get_proxypoller_nextcheck() 256371:20250703:121358.420 End of zbx_dc_config_get_proxypoller_nextcheck():-1 256371:20250703:121358.420 zbx_setproctitle() title:'proxy poller #1 [exchanged data with 0 proxies in 0.000030 sec, idle 5 sec]' 256371:20250703:121358.420 In zbx_ipc_async_socket_recv() timeout:5 256344:20250703:121358.425 End of zbx_ipc_service_recv():2 256344:20250703:121358.425 zbx_setproctitle() title:'lld manager #1 [processed 0 LLD rules, idle 5.021172sec during 5.021185 sec]' 256344:20250703:121358.425 In zbx_ipc_service_recv() timeout:1.000 256411:20250703:121358.428 End of zbx_ipc_async_socket_recv():0 256411:20250703:121358.428 zbx_setproctitle() title:'history poller #4 [got 0 values in 0.000043 sec, getting values]' 256411:20250703:121358.428 In get_values() 256411:20250703:121358.428 In zbx_dc_config_get_poller_items() poller_type:5 256411:20250703:121358.428 End of zbx_dc_config_get_poller_items():0 256411:20250703:121358.428 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256411:20250703:121358.428 End of zbx_dc_config_get_poller_nextcheck():-1 256411:20250703:121358.428 End of get_values():0 256411:20250703:121358.428 zbx_setproctitle() title:'history poller #4 [got 0 values in 0.000036 sec, idle 5 sec]' 256411:20250703:121358.428 In zbx_ipc_async_socket_recv() timeout:5 256408:20250703:121358.432 End of zbx_ipc_async_socket_recv():0 256408:20250703:121358.432 zbx_setproctitle() title:'history poller #1 [got 0 values in 0.000041 sec, getting values]' 256408:20250703:121358.432 In get_values() 256408:20250703:121358.432 In zbx_dc_config_get_poller_items() poller_type:5 256408:20250703:121358.432 End of zbx_dc_config_get_poller_items():0 256408:20250703:121358.432 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256408:20250703:121358.432 End of zbx_dc_config_get_poller_nextcheck():-1 256408:20250703:121358.432 End of get_values():0 256408:20250703:121358.432 zbx_setproctitle() title:'history poller #1 [got 0 values in 0.000048 sec, idle 5 sec]' 256408:20250703:121358.432 In zbx_ipc_async_socket_recv() timeout:5 256410:20250703:121358.436 End of zbx_ipc_async_socket_recv():0 256410:20250703:121358.436 zbx_setproctitle() title:'history poller #3 [got 0 values in 0.000049 sec, getting values]' 256410:20250703:121358.436 In get_values() 256410:20250703:121358.436 In zbx_dc_config_get_poller_items() poller_type:5 256410:20250703:121358.436 End of zbx_dc_config_get_poller_items():0 256410:20250703:121358.436 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256410:20250703:121358.436 End of zbx_dc_config_get_poller_nextcheck():-1 256410:20250703:121358.436 End of get_values():0 256410:20250703:121358.436 zbx_setproctitle() title:'history poller #3 [got 0 values in 0.000035 sec, idle 5 sec]' 256410:20250703:121358.436 In zbx_ipc_async_socket_recv() timeout:5 256421:20250703:121358.452 In zbx_dc_fetch_proxy_groups() 256421:20250703:121358.452 End of zbx_dc_fetch_proxy_groups():FAIL revision:0->0 256421:20250703:121358.452 In zbx_dc_fetch_proxies() 256421:20250703:121358.452 End of zbx_dc_fetch_proxies():FAIL revision:0->0 256401:20250703:121358.496 zbx_setproctitle() title:'trapper #1 [processing data]' 256401:20250703:121358.496 In zbx_ipc_async_socket_recv() timeout:0 256401:20250703:121358.496 End of zbx_ipc_async_socket_recv():0 256401:20250703:121358.496 trapper got '{"request":"active checks","host":"test","config_revision":1,"session":"3c242340683cf3307abbae10728e3e4c","version":"7.4.0","variant":1}' 256401:20250703:121358.496 In send_list_of_active_checks_json() 256401:20250703:121358.496 In zbx_is_ip4() ip:'127.0.0.1' 256401:20250703:121358.496 End of zbx_is_ip4():SUCCEED 256401:20250703:121358.496 In get_hostid_by_host_or_autoregister() host:'test' metadata:'' 256401:20250703:121358.496 End of get_hostid_by_host_or_autoregister():SUCCEED 256401:20250703:121358.496 In zbx_remote_commands_prepare_to_send() 256401:20250703:121358.496 End of zbx_remote_commands_prepare_to_send() 256401:20250703:121358.496 send_list_of_active_checks_json() sending [{"response":"success"}] 256401:20250703:121358.496 End of send_list_of_active_checks_json():SUCCEED 256401:20250703:121358.496 zbx_setproctitle() title:'trapper #1 [processed data in 0.000129 sec, waiting for connection]' 256407:20250703:121358.513 End of zbx_ipc_async_socket_recv():0 256407:20250703:121358.513 In zbx_ipc_async_socket_send() 256407:20250703:121358.513 In zbx_ipc_client_send() clientid:0 256407:20250703:121358.513 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121358.513 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121358.513 In am_db_update_watchdog() 256407:20250703:121358.513 query [txnlev:0] [select m.mediaid,m.mediatypeid,m.sendto from media m,users_groups u,media_type mt where m.userid=u.userid and u.usrgrpid=7 and m.mediatypeid=mt.mediatypeid and m.active=0 and mt.status=0 and mt.type<>4] 256421:20250703:121358.513 End of zbx_ipc_service_recv():2 256421:20250703:121358.513 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121358.513 End of zbx_ipc_service_recv():1 256339:20250703:121358.513 In am_flush_results() results:0 256339:20250703:121358.513 In zbx_ipc_client_send() clientid:8 256339:20250703:121358.513 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121358.513 End of am_flush_results() 256339:20250703:121358.513 zbx_setproctitle() title:'alert manager #1 [sent 0, failed 0 alerts, idle 5.020795 sec during 5.020982 sec]' 256339:20250703:121358.513 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121358.514 End of am_db_update_watchdog() recipients:0 256407:20250703:121358.515 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.001376 sec, idle 1 sec]' 256407:20250703:121358.515 In zbx_ipc_async_socket_recv() timeout:1 256407:20250703:121358.515 End of zbx_ipc_async_socket_recv():0 256407:20250703:121358.515 In am_db_flush_results() 256407:20250703:121358.515 End of am_db_flush_results() flushed:0 256407:20250703:121358.515 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000018 sec, idle 1 sec]' 256407:20250703:121358.515 In zbx_ipc_async_socket_recv() timeout:1 256419:20250703:121358.516 End of zbx_ipc_service_recv():2 256419:20250703:121358.516 In zbx_ipc_service_recv() timeout:1.000 256403:20250703:121358.535 zbx_setproctitle() title:'trapper #3 [processing data]' 256403:20250703:121358.535 In zbx_ipc_async_socket_recv() timeout:0 256403:20250703:121358.535 End of zbx_ipc_async_socket_recv():0 256403:20250703:121358.535 trapper got '{"request":"status.get","type":"ping","sid":"a1c8e8c4f6fe23f89e307368a314454c"}' 256403:20250703:121358.535 In recv_getstatus() 256403:20250703:121358.535 In zbx_get_user_from_json() 256403:20250703:121358.535 In zbx_db_get_user_by_active_session() sessionid:a1c8e8c4f6fe23f89e307368a314454c 256403:20250703:121358.535 query [txnlev:0] [select u.userid,u.roleid,u.username,r.type from sessions s,users u,role r where s.userid=u.userid and s.sessionid='a1c8e8c4f6fe23f89e307368a314454c' and s.status=0 and u.roleid=r.roleid] 256403:20250703:121358.536 End of zbx_db_get_user_by_active_session():FAIL 256403:20250703:121358.536 Permission denied 256403:20250703:121358.536 End of zbx_get_user_from_json():FAIL 256403:20250703:121358.536 In zbx_send_response_json() 256403:20250703:121358.536 zbx_send_response_json() '{"response":"failed","info":"Permission denied."}' 256403:20250703:121358.536 End of zbx_send_response_json():SUCCEED 256403:20250703:121358.536 End of recv_getstatus():FAIL 256403:20250703:121358.536 zbx_setproctitle() title:'trapper #3 [processed data in 0.000766 sec, waiting for connection]' 256352:20250703:121358.556 End of zbx_ipc_service_recv():2 256352:20250703:121358.556 In zbx_timekeeper_collect() 256352:20250703:121358.556 End of zbx_timekeeper_collect() 256352:20250703:121358.556 In process_results() del_druleids:0 256352:20250703:121358.556 process_results() results=0 checks:0/0 del_druleids=0 incomplete_druleids=0 256352:20250703:121358.556 End of process_results() ret:0 256352:20250703:121358.556 zbx_setproctitle() title:'discovery manager #1 [processing 0 rules, 0 unsaved checks]' 256352:20250703:121358.556 In process_discovery() 256352:20250703:121358.556 End of process_discovery() rule_count:0 nextcheck:-1 256352:20250703:121358.556 In zbx_ipc_service_recv() timeout:5.000 256413:20250703:121358.568 End of zbx_ipc_service_recv():2 256413:20250703:121358.568 zbx_setproctitle() title:'availability manager #1 [queued 0, processed 0 values, idle 5.019635 sec during 5.019651 sec]' 256413:20250703:121358.568 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121358.668 End of zbx_ipc_service_recv():2 256343:20250703:121358.668 In zbx_pp_manager_process_finished() 256343:20250703:121358.668 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121358.668 zbx_setproctitle() title:'preprocessing manager #1 [queued 0, processed 0 values, idle 5.038878 sec during 5.039184 sec]' 256343:20250703:121358.668 In zbx_ipc_service_recv() timeout:0.500 256401:20250703:121358.796 zbx_setproctitle() title:'trapper #1 [processing data]' 256401:20250703:121358.796 In zbx_ipc_async_socket_recv() timeout:0 256401:20250703:121358.796 End of zbx_ipc_async_socket_recv():0 256401:20250703:121358.796 trapper got '{"request":"sender data","data":[{"host":"test2","key":"trap","value":"{\"data\":[{\"level_0\":\"01\"}]}"}],"clock":1751534038,"ns":796709813}' 256401:20250703:121358.796 In recv_senderhistory() 256401:20250703:121358.796 log_client_timediff(): timestamp from json 1751534038 seconds and 796709813 nanosecond, delta time from json 0 seconds and 44089 nanosecond 256401:20250703:121358.797 In parse_history_data() 256401:20250703:121358.797 End of parse_history_data():SUCCEED processed:1/1 256401:20250703:121358.797 In zbx_process_history_data() 256401:20250703:121358.797 In zbx_preprocess_item_value() 256401:20250703:121358.797 End of zbx_preprocess_item_value() 256401:20250703:121358.797 In zbx_ipc_socket_open() 256401:20250703:121358.797 End of zbx_ipc_socket_open():SUCCEED 256401:20250703:121358.797 In zbx_ipc_socket_write() 256401:20250703:121358.797 End of zbx_ipc_socket_write():SUCCEED 256401:20250703:121358.797 End of zbx_process_history_data() processed:1 256401:20250703:121358.797 In zbx_send_response_json() 256401:20250703:121358.797 zbx_send_response_json() '{"response":"success","info":"processed: 1; failed: 0; total: 1; seconds spent: 0.000193"}' 256401:20250703:121358.797 End of zbx_send_response_json():SUCCEED 256401:20250703:121358.797 End of recv_senderhistory() 256401:20250703:121358.797 zbx_setproctitle() title:'trapper #1 [processed data in 0.000403 sec, waiting for connection]' 256343:20250703:121358.797 In ipc_service_accept() 256343:20250703:121358.797 In ipc_service_add_client() 256343:20250703:121358.797 End of ipc_service_add_client() clientid:5 256343:20250703:121358.797 End of ipc_service_accept() 256343:20250703:121358.797 End of zbx_ipc_service_recv():2 256343:20250703:121358.797 In zbx_pp_manager_process_finished() 256343:20250703:121358.797 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121358.797 In zbx_ipc_service_recv() timeout:0.500 256343:20250703:121358.797 End of zbx_ipc_service_recv():1 256343:20250703:121358.797 In preprocessor_add_request() 256343:20250703:121358.797 In preprocessor_sync_configuration() 256343:20250703:121358.797 End of preprocessor_sync_configuration() item config size:4 revision:0->3 256343:20250703:121358.797 In preproc_flush_value_server() 256343:20250703:121358.797 In zbx_ipc_socket_open() 256343:20250703:121358.797 End of zbx_ipc_socket_open():SUCCEED 256343:20250703:121358.797 In zbx_ipc_socket_write() 256343:20250703:121358.797 End of zbx_ipc_socket_write():SUCCEED 256343:20250703:121358.797 End of preproc_flush_value_server() 256343:20250703:121358.797 End of preprocessor_add_request() 256343:20250703:121358.797 In zbx_pp_manager_process_finished() 256343:20250703:121358.797 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121358.797 In zbx_ipc_service_recv() timeout:0.000 256343:20250703:121358.797 End of zbx_ipc_service_recv():2 256343:20250703:121358.797 In zbx_pp_manager_process_finished() 256343:20250703:121358.797 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121358.797 In zbx_ipc_service_recv() timeout:0.500 256344:20250703:121358.797 In ipc_service_accept() 256344:20250703:121358.797 In ipc_service_add_client() 256344:20250703:121358.797 End of ipc_service_add_client() clientid:7 256344:20250703:121358.797 End of ipc_service_accept() 256344:20250703:121358.797 End of zbx_ipc_service_recv():2 256344:20250703:121358.797 In zbx_ipc_service_recv() timeout:1.000 256344:20250703:121358.797 End of zbx_ipc_service_recv():1 256344:20250703:121358.797 In lld_queue_request() 256344:20250703:121358.797 queuing discovery rule:59707 256344:20250703:121358.797 End of lld_queue_request() 256344:20250703:121358.797 In zbx_ipc_client_send() clientid:5 256344:20250703:121358.797 End of zbx_ipc_client_send():SUCCEED 256344:20250703:121358.797 In zbx_ipc_service_recv() timeout:1.000 256347:20250703:121358.798 End of zbx_ipc_socket_read():SUCCEED 256347:20250703:121358.798 In zbx_lld_macro_paths_get() 256347:20250703:121358.798 query [txnlev:0] [select lld_macro,path from lld_macro_path where itemid=59707] 256347:20250703:121358.801 End of zbx_lld_macro_paths_get():SUCCEED 256347:20250703:121358.801 In zbx_ipc_socket_write() 256347:20250703:121358.801 End of zbx_ipc_socket_write():SUCCEED 256347:20250703:121358.801 zbx_setproctitle() title:'lld worker #2 [processed 0 LLD rules, idle 20.363868 sec during 20.455340 sec]' 256347:20250703:121358.801 In zbx_ipc_socket_read() 256344:20250703:121358.801 End of zbx_ipc_service_recv():1 256344:20250703:121358.801 In lld_process_next() 256344:20250703:121358.801 discovery rule:59707 duplicate check in progress, values:1 256344:20250703:121358.801 In zbx_ipc_client_send() clientid:5 256344:20250703:121358.801 End of zbx_ipc_client_send():SUCCEED 256344:20250703:121358.801 End of lld_process_next() 256344:20250703:121358.801 In zbx_ipc_service_recv() timeout:1.000 256347:20250703:121358.801 End of zbx_ipc_socket_read():SUCCEED 256347:20250703:121358.801 In lld_process_discovery_rule() itemid:59707 256347:20250703:121358.801 query [txnlev:0] [select hostid,key_,evaltype,formula,lifetime_type,lifetime,enabled_lifetime_type,enabled_lifetime from items where itemid=59707] 256347:20250703:121358.802 In lld_filter_load() 256347:20250703:121358.802 query [txnlev:0] [select item_conditionid,macro,value,operator from item_condition where itemid=59707] 256347:20250703:121358.802 End of lld_filter_load():SUCCEED 256347:20250703:121358.802 In lld_overrides_load() 256347:20250703:121358.802 query [txnlev:1] [begin;] 256347:20250703:121358.802 query [txnlev:1] [select lld_overrideid,step,evaltype,formula,stop from lld_override where itemid=59707 order by lld_overrideid] 256347:20250703:121358.803 query [txnlev:1] [commit;] 256347:20250703:121358.803 End of lld_overrides_load():SUCCEED 256347:20250703:121358.803 query [txnlev:0] [select lld_macro,value from lld_macro_export where itemid=59707] 256347:20250703:121358.804 In lld_rows_get() 256347:20250703:121358.804 End of lld_rows_get():SUCCEED 256347:20250703:121358.804 In lld_update_items() 256347:20250703:121358.804 In lld_item_prototypes_get() 256347:20250703:121358.804 query [txnlev:0] [select i.itemid,i.name,i.key_,i.type,i.value_type,i.delay,i.history,i.trends,i.status,i.trapper_hosts,i.units,i.formula,i.logtimefmt,i.valuemapid,i.params,i.ipmi_sensor,i.snmp_oid,i.authtype,i.username,i.password,i.publickey,i.privatekey,i.description,i.interfaceid,i.jmx_endpoint,i.master_itemid,i.timeout,i.url,i.query_fields,i.posts,i.status_codes,i.follow_redirects,i.post_type,i.http_proxy,i.headers,i.retrieve_mode,i.request_method,i.output_format,i.ssl_cert_file,i.ssl_key_file,i.ssl_key_password,i.verify_peer,i.verify_host,i.allow_traps,i.discover,i.lifetime,i.lifetime_type,i.enabled_lifetime,i.enabled_lifetime_type,i.evaltype,i.flags from items i,item_discovery id where i.itemid=id.itemid and id.lldruleid=59707] 256347:20250703:121358.806 query [txnlev:0] [select itemid,step,type,params,error_handler,error_handler_params from item_preproc where itemid in (59708,59709)] 256347:20250703:121358.807 query [txnlev:0] [select itemid,name,value from item_parameter where itemid in (59708,59709)] 256347:20250703:121358.807 query [txnlev:0] [select itemid,tag,value from item_tag where itemid=59708] 256347:20250703:121358.808 query [txnlev:0] [select lld_macro_pathid,itemid,lld_macro,path from lld_macro_path where itemid=59709] 256347:20250703:121358.808 query [txnlev:0] [select item_conditionid,itemid,operator,macro,value from item_condition where itemid=59709] 256347:20250703:121358.808 query [txnlev:0] [select lld_overrideid,itemid,name,step,stop,evaltype,formula from lld_override where itemid=59709] 256347:20250703:121358.809 End of lld_item_prototypes_get():2 prototypes 256347:20250703:121358.809 query [txnlev:1] [begin;] 256347:20250703:121358.809 In lld_items_get() 256347:20250703:121358.809 query [txnlev:1] [select itemid,key_,lastcheck,status,ts_delete,ts_disable,disable_source,parent_itemid from item_discovery where parent_itemid in (59708,59709)] 256347:20250703:121358.809 End of lld_items_get() 256347:20250703:121358.809 query [txnlev:1] [commit;] 256347:20250703:121358.809 In lld_items_make() 256347:20250703:121358.809 In lld_item_make() 256347:20250703:121358.809 In lld_override_item() 256347:20250703:121358.809 End of lld_override_item() 256347:20250703:121358.809 In zbx_substitute_item_key_params(): data:trap0[{#L0}] 256347:20250703:121358.809 End of zbx_substitute_item_key_params() ret:SUCCEED 256347:20250703:121358.809 In zbx_substitute_macros_in_json_pairs() 256347:20250703:121358.809 End of zbx_substitute_macros_in_json_pairs():SUCCEED 256347:20250703:121358.809 End of lld_item_make() 256347:20250703:121358.809 In lld_item_make() 256347:20250703:121358.809 In lld_override_lldrule() 256347:20250703:121358.809 End of lld_override_lldrule() 256347:20250703:121358.809 In zbx_substitute_item_key_params(): data:lld_trap[{#L0}] 256347:20250703:121358.809 End of zbx_substitute_item_key_params() ret:SUCCEED 256347:20250703:121358.809 In zbx_substitute_macros_in_json_pairs() 256347:20250703:121358.809 End of zbx_substitute_macros_in_json_pairs():SUCCEED 256347:20250703:121358.809 End of lld_item_make() 256347:20250703:121358.809 End of lld_items_make():2 items 256347:20250703:121358.809 In lld_items_param_make() 256347:20250703:121358.809 In zbx_merge_item_params() old item parameters:0 new item parameters:0 256347:20250703:121358.809 End of zbx_merge_item_params() item parameter:0 256347:20250703:121358.809 In zbx_merge_item_params() old item parameters:0 new item parameters:0 256347:20250703:121358.809 End of zbx_merge_item_params() item parameter:0 256347:20250703:121358.809 End of lld_items_param_make() 256347:20250703:121358.809 In zbx_merge_tags() old_tags:0 new_tags:0 256347:20250703:121358.809 End of zbx_merge_tags() tags:0 256347:20250703:121358.809 In lld_link_dependent_items() 256347:20250703:121358.809 End of lld_link_dependent_items() 256347:20250703:121358.809 In lld_rule_macro_paths_make() 256347:20250703:121358.809 End of lld_rule_macro_paths_make() 256347:20250703:121358.809 In lld_rule_filters_make() 256347:20250703:121358.809 End of lld_rule_filters_make() 256347:20250703:121358.809 In lld_rule_overrides_make() 256347:20250703:121358.809 End of lld_rule_overrides_make() 256347:20250703:121358.809 In lld_items_validate() 256347:20250703:121358.810 query [txnlev:0] [select key_,itemid,flags from items where hostid=10853 and key_ in ('trap0[01]','lld_trap[01]')] 256347:20250703:121358.810 End of lld_items_validate() 256347:20250703:121358.810 query [txnlev:1] [begin;] 256347:20250703:121358.811 In lld_items_save() 256347:20250703:121358.811 In zbx_dbconn_lock_record() 256347:20250703:121358.811 query [txnlev:1] [select null from hosts where hostid=10853 for update] 256347:20250703:121358.811 End of zbx_dbconn_lock_record():SUCCEED 256347:20250703:121358.811 In zbx_dbconn_lock_records() 256347:20250703:121358.811 query [txnlev:1] [select null from items where itemid in (59708,59709) for update] 256347:20250703:121358.812 End of zbx_dbconn_lock_records():SUCCEED 256347:20250703:121358.812 In dbconn_get_nextid() tablename:'items' 256347:20250703:121358.812 query [txnlev:1] [select nextid from ids where table_name='items' and field_name='itemid'] 256347:20250703:121358.813 query [txnlev:1] [update ids set nextid=nextid+2 where table_name='items' and field_name='itemid'] 256347:20250703:121358.814 query [txnlev:1] [select nextid from ids where table_name='items' and field_name='itemid'] 256347:20250703:121358.814 End of dbconn_get_nextid():59712 table:'items' recid:'itemid' 256347:20250703:121358.814 In dbconn_get_nextid() tablename:'item_discovery' 256347:20250703:121358.814 query [txnlev:1] [select nextid from ids where table_name='item_discovery' and field_name='itemdiscoveryid'] 256347:20250703:121358.815 query [txnlev:1] [update ids set nextid=nextid+2 where table_name='item_discovery' and field_name='itemdiscoveryid'] 256347:20250703:121358.815 query [txnlev:1] [select nextid from ids where table_name='item_discovery' and field_name='itemdiscoveryid'] 256347:20250703:121358.815 End of dbconn_get_nextid():18312 table:'item_discovery' recid:'itemdiscoveryid' 256347:20250703:121358.815 query [txnlev:1] [insert into items (itemid,name,key_,hostid,type,value_type,delay,history,trends,status,trapper_hosts,units,formula,logtimefmt,valuemapid,params,ipmi_sensor,snmp_oid,authtype,username,password,publickey,privatekey,description,interfaceid,flags,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,http_proxy,headers,retrieve_mode,request_method,output_format,ssl_cert_file,ssl_key_file,ssl_key_password,verify_peer,verify_host,allow_traps,lifetime,lifetime_type,enabled_lifetime,enabled_lifetime_type,evaltype,discover) values (59712,'Root level item prototype','trap0[01]',10853,2,3,'0','31d','365d',0,'','','','',null,'','','',0,'','','','','',null,4,'',null,'','','','','200',1,0,'','',0,0,0,'','','',0,0,0,'7d',0,'0',2,0,0),(59713,'1st level LLD','lld_trap[01]',10853,23,4,'0','31d','365d',0,'','','','',null,'','','',0,'','','','','',null,5,'',null,'','','','','200',1,0,'','',0,0,0,'','','',0,0,0,'7d',0,'0',2,0,0);.] 256347:20250703:121358.817 query [txnlev:1] [insert into item_discovery (itemdiscoveryid,itemid,parent_itemid,key_,lastcheck,lldruleid) values (18312,59712,59708,'trap0[{#L0}]',1751534038,null),(18313,59713,59709,'lld_trap[{#L0}]',1751534038,null);.] 256347:20250703:121358.817 query [txnlev:1] [insert into item_rtname (itemid,name_resolved,name_resolved_upper) values (59712,'Root level item prototype',upper('Root level item prototype'));.] 256347:20250703:121358.818 query [txnlev:1] [insert into item_rtdata (itemid) values (59712),(59713);.] 256347:20250703:121358.818 End of lld_items_save() 256347:20250703:121358.818 In lld_items_param_save() 256347:20250703:121358.818 End of lld_items_param_save() added:0 updated:0 removed:0 256347:20250703:121358.818 In lld_items_preproc_save() 256347:20250703:121358.818 In dbconn_get_nextid() tablename:'item_preproc' 256347:20250703:121358.818 query [txnlev:1] [select nextid from ids where table_name='item_preproc' and field_name='item_preprocid'] 256347:20250703:121358.818 query [txnlev:1] [update ids set nextid=nextid+1 where table_name='item_preproc' and field_name='item_preprocid'] 256347:20250703:121358.818 query [txnlev:1] [select nextid from ids where table_name='item_preproc' and field_name='item_preprocid'] 256347:20250703:121358.818 End of dbconn_get_nextid():117941 table:'item_preproc' recid:'item_preprocid' 256347:20250703:121358.818 query [txnlev:1] [insert into item_preproc (item_preprocid,itemid,step,type,params,error_handler,error_handler_params) values (117941,59713,1,12,'$.path_to_1',0,'');.] 256347:20250703:121358.818 End of lld_items_preproc_save() added:1 updated:0 removed:0 256347:20250703:121358.818 In lld_items_tags_save() 256347:20250703:121358.818 End of lld_items_tags_save() added:0 updated:0 removed:0 256347:20250703:121358.818 In lld_rule_macro_paths_save() 256347:20250703:121358.818 In dbconn_get_nextid() tablename:'lld_macro_path' 256347:20250703:121358.818 query [txnlev:1] [select nextid from ids where table_name='lld_macro_path' and field_name='lld_macro_pathid'] 256347:20250703:121358.819 query [txnlev:1] [update ids set nextid=nextid+1 where table_name='lld_macro_path' and field_name='lld_macro_pathid'] 256347:20250703:121358.819 query [txnlev:1] [select nextid from ids where table_name='lld_macro_path' and field_name='lld_macro_pathid'] 256347:20250703:121358.819 End of dbconn_get_nextid():2122 table:'lld_macro_path' recid:'lld_macro_pathid' 256347:20250703:121358.819 query [txnlev:1] [insert into lld_macro_path (lld_macro_pathid,itemid,lld_macro,path) values (2122,59713,'{#L1}','$.level_1');.] 256347:20250703:121358.819 End of lld_rule_macro_paths_save() added:1 updated:0 removed:0 256347:20250703:121358.819 In lld_rule_filters_save() 256347:20250703:121358.819 End of lld_rule_filters_save() added:0 updated:0 removed:0 256347:20250703:121358.819 In lld_items_overrides_save() 256347:20250703:121358.819 End of lld_items_overrides_save() added:0 updated:0 removed:0 256347:20250703:121358.819 query [txnlev:1] [commit;] 256347:20250703:121358.821 In lld_process_lost_items() 256347:20250703:121358.821 In lld_flush_discoveries() 256347:20250703:121358.822 End of lld_flush_discoveries() 256347:20250703:121358.822 End of lld_process_lost_items() 256347:20250703:121358.822 In lld_rule_discover_prototypes() 256347:20250703:121358.822 query [txnlev:0] [select lld_macro_exportid,itemid,lld_macro,value from lld_macro_export where itemid=59713] 256347:20250703:121358.822 In dbconn_get_cached_nextid() table:'lld_macro_export' num:1 256347:20250703:121358.822 query [txnlev:0] [select max(lld_macro_exportid) from lld_macro_export where lld_macro_exportid between 0 and 9223372036854775807] 256347:20250703:121358.822 End of dbconn_get_cached_nextid() table:'lld_macro_export' [32:32] 256347:20250703:121358.822 query without transaction detected 256347:20250703:121358.822 query [txnlev:0] [insert into lld_macro_export (lld_macro_exportid,itemid,lld_macro,value) values (32,59713,'{#L0}','01');.] 256347:20250703:121358.823 In zbx_preprocess_item_value() 256347:20250703:121358.823 End of zbx_preprocess_item_value() 256347:20250703:121358.823 In zbx_ipc_socket_open() 256347:20250703:121358.824 End of zbx_ipc_socket_open():SUCCEED 256347:20250703:121358.824 In zbx_ipc_socket_write() 256347:20250703:121358.824 End of zbx_ipc_socket_write():SUCCEED 256347:20250703:121358.824 In lld_update_items() 256347:20250703:121358.824 In lld_item_prototypes_get() 256347:20250703:121358.824 query [txnlev:0] [select i.itemid,i.name,i.key_,i.type,i.value_type,i.delay,i.history,i.trends,i.status,i.trapper_hosts,i.units,i.formula,i.logtimefmt,i.valuemapid,i.params,i.ipmi_sensor,i.snmp_oid,i.authtype,i.username,i.password,i.publickey,i.privatekey,i.description,i.interfaceid,i.jmx_endpoint,i.master_itemid,i.timeout,i.url,i.query_fields,i.posts,i.status_codes,i.follow_redirects,i.post_type,i.http_proxy,i.headers,i.retrieve_mode,i.request_method,i.output_format,i.ssl_cert_file,i.ssl_key_file,i.ssl_key_password,i.verify_peer,i.verify_host,i.allow_traps,i.discover,i.lifetime,i.lifetime_type,i.enabled_lifetime,i.enabled_lifetime_type,i.evaltype,i.flags from items i,item_discovery id where i.itemid=id.itemid and id.lldruleid=59709] 256343:20250703:121358.824 In ipc_service_accept() 256343:20250703:121358.824 In ipc_service_add_client() 256343:20250703:121358.824 End of ipc_service_add_client() clientid:6 256343:20250703:121358.825 End of ipc_service_accept() 256343:20250703:121358.825 End of zbx_ipc_service_recv():2 256343:20250703:121358.825 In zbx_pp_manager_process_finished() 256343:20250703:121358.825 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121358.825 In zbx_ipc_service_recv() timeout:0.500 256343:20250703:121358.825 End of zbx_ipc_service_recv():1 256343:20250703:121358.825 In preprocessor_add_request() 256343:20250703:121358.825 In preprocessor_sync_configuration() 256343:20250703:121358.825 End of preprocessor_sync_configuration() item config size:4 revision:3->3 256343:20250703:121358.825 In preproc_flush_value_server() 256343:20250703:121358.825 End of preproc_flush_value_server() 256343:20250703:121358.825 End of preprocessor_add_request() 256343:20250703:121358.825 In zbx_pp_manager_process_finished() 256343:20250703:121358.825 End of zbx_pp_manager_process_finished() values_num:0 256347:20250703:121358.825 query [txnlev:0] [select itemid,step,type,params,error_handler,error_handler_params from item_preproc where itemid in (59710,59711)] 256343:20250703:121358.825 In zbx_ipc_service_recv() timeout:0.000 256343:20250703:121358.825 End of zbx_ipc_service_recv():2 256343:20250703:121358.825 In zbx_pp_manager_process_finished() 256343:20250703:121358.825 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121358.825 In zbx_ipc_service_recv() timeout:0.500 256347:20250703:121358.825 query [txnlev:0] [select itemid,name,value from item_parameter where itemid in (59710,59711)] 256347:20250703:121358.825 query [txnlev:0] [select itemid,tag,value from item_tag where itemid=59710] 256347:20250703:121358.825 query [txnlev:0] [select lld_macro_pathid,itemid,lld_macro,path from lld_macro_path where itemid=59711] 256347:20250703:121358.826 query [txnlev:0] [select item_conditionid,itemid,operator,macro,value from item_condition where itemid=59711] 256347:20250703:121358.826 query [txnlev:0] [select lld_overrideid,itemid,name,step,stop,evaltype,formula from lld_override where itemid=59711] 256347:20250703:121358.826 End of lld_item_prototypes_get():2 prototypes 256347:20250703:121358.826 query [txnlev:1] [begin;] 256347:20250703:121358.826 In lld_items_get() 256347:20250703:121358.826 query [txnlev:1] [select itemid,key_,lastcheck,status,ts_delete,ts_disable,disable_source,parent_itemid from item_discovery where parent_itemid in (59710,59711)] 256347:20250703:121358.826 End of lld_items_get() 256347:20250703:121358.826 query [txnlev:1] [commit;] 256347:20250703:121358.826 In lld_items_make() 256347:20250703:121358.826 In lld_item_make() 256347:20250703:121358.826 In zbx_substitute_item_key_params(): data:trap1[{#L0},{#L1}] 256347:20250703:121358.826 End of zbx_substitute_item_key_params() ret:SUCCEED 256347:20250703:121358.826 In zbx_substitute_macros_in_json_pairs() 256347:20250703:121358.826 End of zbx_substitute_macros_in_json_pairs():SUCCEED 256347:20250703:121358.826 End of lld_item_make() 256347:20250703:121358.826 In lld_item_make() 256347:20250703:121358.826 In zbx_substitute_item_key_params(): data:lld_trap[{#L0},{#L1}] 256347:20250703:121358.826 End of zbx_substitute_item_key_params() ret:SUCCEED 256347:20250703:121358.826 In zbx_substitute_macros_in_json_pairs() 256347:20250703:121358.826 End of zbx_substitute_macros_in_json_pairs():SUCCEED 256347:20250703:121358.826 End of lld_item_make() 256347:20250703:121358.826 End of lld_items_make():2 items 256347:20250703:121358.826 In lld_items_param_make() 256347:20250703:121358.827 In zbx_merge_item_params() old item parameters:0 new item parameters:0 256347:20250703:121358.827 End of zbx_merge_item_params() item parameter:0 256347:20250703:121358.827 In zbx_merge_item_params() old item parameters:0 new item parameters:0 256347:20250703:121358.827 End of zbx_merge_item_params() item parameter:0 256347:20250703:121358.827 End of lld_items_param_make() 256347:20250703:121358.827 In zbx_merge_tags() old_tags:0 new_tags:0 256347:20250703:121358.827 End of zbx_merge_tags() tags:0 256347:20250703:121358.827 In lld_link_dependent_items() 256347:20250703:121358.827 End of lld_link_dependent_items() 256347:20250703:121358.827 In lld_rule_macro_paths_make() 256347:20250703:121358.827 End of lld_rule_macro_paths_make() 256347:20250703:121358.827 In lld_rule_filters_make() 256347:20250703:121358.827 End of lld_rule_filters_make() 256347:20250703:121358.827 In lld_rule_overrides_make() 256347:20250703:121358.827 End of lld_rule_overrides_make() 256347:20250703:121358.827 In lld_items_validate() 256347:20250703:121358.827 query [txnlev:0] [select key_,itemid,flags from items where hostid=10853 and key_ in ('trap1[01,{#L1}]','lld_trap[01,{#L1}]')] 256347:20250703:121358.828 End of lld_items_validate() 256347:20250703:121358.828 query [txnlev:1] [begin;] 256347:20250703:121358.828 In lld_items_save() 256347:20250703:121358.828 In zbx_dbconn_lock_record() 256347:20250703:121358.828 query [txnlev:1] [select null from hosts where hostid=10853 for update] 256347:20250703:121358.829 End of zbx_dbconn_lock_record():SUCCEED 256347:20250703:121358.829 In zbx_dbconn_lock_records() 256347:20250703:121358.829 query [txnlev:1] [select null from items where itemid in (59710,59711) for update] 256347:20250703:121358.830 End of zbx_dbconn_lock_records():SUCCEED 256347:20250703:121358.830 In dbconn_get_nextid() tablename:'items' 256347:20250703:121358.830 query [txnlev:1] [select nextid from ids where table_name='items' and field_name='itemid'] 256347:20250703:121358.830 query [txnlev:1] [update ids set nextid=nextid+2 where table_name='items' and field_name='itemid'] 256347:20250703:121358.830 query [txnlev:1] [select nextid from ids where table_name='items' and field_name='itemid'] 256347:20250703:121358.830 End of dbconn_get_nextid():59714 table:'items' recid:'itemid' 256347:20250703:121358.831 In dbconn_get_nextid() tablename:'item_discovery' 256347:20250703:121358.831 query [txnlev:1] [select nextid from ids where table_name='item_discovery' and field_name='itemdiscoveryid'] 256347:20250703:121358.831 query [txnlev:1] [update ids set nextid=nextid+2 where table_name='item_discovery' and field_name='itemdiscoveryid'] 256347:20250703:121358.831 query [txnlev:1] [select nextid from ids where table_name='item_discovery' and field_name='itemdiscoveryid'] 256347:20250703:121358.831 End of dbconn_get_nextid():18314 table:'item_discovery' recid:'itemdiscoveryid' 256347:20250703:121358.831 query [txnlev:1] [insert into items (itemid,name,key_,hostid,type,value_type,delay,history,trends,status,trapper_hosts,units,formula,logtimefmt,valuemapid,params,ipmi_sensor,snmp_oid,authtype,username,password,publickey,privatekey,description,interfaceid,flags,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,http_proxy,headers,retrieve_mode,request_method,output_format,ssl_cert_file,ssl_key_file,ssl_key_password,verify_peer,verify_host,allow_traps,lifetime,lifetime_type,enabled_lifetime,enabled_lifetime_type,evaltype,discover) values (59714,'1st level item prototype','trap1[01,{#L1}]',10853,2,3,'0','31d','365d',0,'','','','',null,'','','',0,'','','','','',null,6,'',null,'','','','','200',1,0,'','',0,0,0,'','','',0,0,0,'7d',0,'0',2,0,0),(59715,'2nd level LLD','lld_trap[01,{#L1}]',10853,23,4,'0','31d','365d',0,'','','','',null,'','','',0,'','','','','',null,7,'',null,'','','','','200',1,0,'','',0,0,0,'','','',0,0,0,'7d',0,'0',2,0,0);.] 256347:20250703:121358.836 query [txnlev:1] [insert into item_discovery (itemdiscoveryid,itemid,parent_itemid,key_,lastcheck,lldruleid) values (18314,59714,59710,'trap1[{#L0},{#L1}]',1751534038,59713),(18315,59715,59711,'lld_trap[{#L0},{#L1}]',1751534038,59713);.] 256347:20250703:121358.837 End of lld_items_save() 256347:20250703:121358.837 In lld_items_param_save() 256347:20250703:121358.837 End of lld_items_param_save() added:0 updated:0 removed:0 256347:20250703:121358.837 In lld_items_preproc_save() 256347:20250703:121358.837 In dbconn_get_nextid() tablename:'item_preproc' 256347:20250703:121358.837 query [txnlev:1] [select nextid from ids where table_name='item_preproc' and field_name='item_preprocid'] 256347:20250703:121358.837 query [txnlev:1] [update ids set nextid=nextid+1 where table_name='item_preproc' and field_name='item_preprocid'] 256347:20250703:121358.838 query [txnlev:1] [select nextid from ids where table_name='item_preproc' and field_name='item_preprocid'] 256347:20250703:121358.838 End of dbconn_get_nextid():117942 table:'item_preproc' recid:'item_preprocid' 256347:20250703:121358.838 query [txnlev:1] [insert into item_preproc (item_preprocid,itemid,step,type,params,error_handler,error_handler_params) values (117942,59715,1,12,'$.path_to_2',0,'');.] 256347:20250703:121358.838 End of lld_items_preproc_save() added:1 updated:0 removed:0 256347:20250703:121358.838 In lld_items_tags_save() 256347:20250703:121358.838 End of lld_items_tags_save() added:0 updated:0 removed:0 256347:20250703:121358.838 In lld_rule_macro_paths_save() 256347:20250703:121358.838 In dbconn_get_nextid() tablename:'lld_macro_path' 256347:20250703:121358.838 query [txnlev:1] [select nextid from ids where table_name='lld_macro_path' and field_name='lld_macro_pathid'] 256347:20250703:121358.839 query [txnlev:1] [update ids set nextid=nextid+1 where table_name='lld_macro_path' and field_name='lld_macro_pathid'] 256347:20250703:121358.839 query [txnlev:1] [select nextid from ids where table_name='lld_macro_path' and field_name='lld_macro_pathid'] 256347:20250703:121358.839 End of dbconn_get_nextid():2123 table:'lld_macro_path' recid:'lld_macro_pathid' 256347:20250703:121358.839 query [txnlev:1] [insert into lld_macro_path (lld_macro_pathid,itemid,lld_macro,path) values (2123,59715,'{#L2}','$.level_2');.] 256347:20250703:121358.839 End of lld_rule_macro_paths_save() added:1 updated:0 removed:0 256347:20250703:121358.839 In lld_rule_filters_save() 256347:20250703:121358.839 End of lld_rule_filters_save() added:0 updated:0 removed:0 256347:20250703:121358.839 In lld_items_overrides_save() 256347:20250703:121358.839 End of lld_items_overrides_save() added:0 updated:0 removed:0 256347:20250703:121358.839 query [txnlev:1] [commit;] 256347:20250703:121358.840 In lld_process_lost_items() 256347:20250703:121358.840 In lld_flush_discoveries() 256347:20250703:121358.840 End of lld_flush_discoveries() 256347:20250703:121358.840 End of lld_process_lost_items() 256347:20250703:121358.840 In lld_rule_discover_prototypes() 256347:20250703:121358.840 query [txnlev:0] [select lld_macro_exportid,itemid,lld_macro,value from lld_macro_export where itemid=59715] 256347:20250703:121358.840 In dbconn_get_cached_nextid() table:'lld_macro_export' num:1 256347:20250703:121358.840 End of dbconn_get_cached_nextid() table:'lld_macro_export' [33:33] 256347:20250703:121358.840 query without transaction detected 256347:20250703:121358.840 query [txnlev:0] [insert into lld_macro_export (lld_macro_exportid,itemid,lld_macro,value) values (33,59715,'{#L0}','01');.] 256347:20250703:121358.842 In zbx_preprocess_item_value() 256347:20250703:121358.842 End of zbx_preprocess_item_value() 256347:20250703:121358.842 In zbx_ipc_socket_write() 256347:20250703:121358.842 End of zbx_ipc_socket_write():SUCCEED 256347:20250703:121358.842 In lld_update_items() 256347:20250703:121358.842 In lld_item_prototypes_get() 256347:20250703:121358.842 query [txnlev:0] [select i.itemid,i.name,i.key_,i.type,i.value_type,i.delay,i.history,i.trends,i.status,i.trapper_hosts,i.units,i.formula,i.logtimefmt,i.valuemapid,i.params,i.ipmi_sensor,i.snmp_oid,i.authtype,i.username,i.password,i.publickey,i.privatekey,i.description,i.interfaceid,i.jmx_endpoint,i.master_itemid,i.timeout,i.url,i.query_fields,i.posts,i.status_codes,i.follow_redirects,i.post_type,i.http_proxy,i.headers,i.retrieve_mode,i.request_method,i.output_format,i.ssl_cert_file,i.ssl_key_file,i.ssl_key_password,i.verify_peer,i.verify_host,i.allow_traps,i.discover,i.lifetime,i.lifetime_type,i.enabled_lifetime,i.enabled_lifetime_type,i.evaltype,i.flags from items i,item_discovery id where i.itemid=id.itemid and id.lldruleid=59711] 256343:20250703:121358.842 End of zbx_ipc_service_recv():1 256343:20250703:121358.842 In preprocessor_add_request() 256343:20250703:121358.842 In preprocessor_sync_configuration() 256343:20250703:121358.842 End of preprocessor_sync_configuration() item config size:4 revision:3->3 256343:20250703:121358.842 In preproc_flush_value_server() 256343:20250703:121358.842 End of preproc_flush_value_server() 256343:20250703:121358.842 End of preprocessor_add_request() 256343:20250703:121358.842 In zbx_pp_manager_process_finished() 256343:20250703:121358.842 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121358.842 In zbx_ipc_service_recv() timeout:0.000 256343:20250703:121358.842 End of zbx_ipc_service_recv():2 256343:20250703:121358.842 In zbx_pp_manager_process_finished() 256343:20250703:121358.842 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121358.842 In zbx_ipc_service_recv() timeout:0.500 256347:20250703:121358.842 End of lld_item_prototypes_get():0 prototypes 256347:20250703:121358.842 End of lld_update_items() 256347:20250703:121358.842 In lld_update_triggers() 256347:20250703:121358.842 query [txnlev:0] [select t.triggerid,t.description,t.expression,t.status,t.type,t.priority,t.comments,t.url,t.url_name,t.recovery_expression,t.recovery_mode,t.correlation_mode,t.correlation_tag,t.manual_close,t.opdata,t.discover,t.event_name from triggers t where t.triggerid in (select distinct tg.triggerid from triggers tg,functions f,items i,item_discovery id where tg.triggerid=f.triggerid and f.itemid=i.itemid and i.itemid=id.itemid and id.lldruleid=59711)] 256347:20250703:121358.844 End of lld_update_triggers() 256347:20250703:121358.844 In lld_update_graphs() 256347:20250703:121358.844 query [txnlev:0] [select distinct g.graphid,g.name,g.width,g.height,g.yaxismin,g.yaxismax,g.show_work_period,g.show_triggers,g.graphtype,g.show_legend,g.show_3d,g.percent_left,g.percent_right,g.ymin_type,g.ymin_itemid,g.ymax_type,g.ymax_itemid,g.discover from graphs g,graphs_items gi,items i,item_discovery id where g.graphid=gi.graphid and gi.itemid=i.itemid and i.itemid=id.itemid and id.lldruleid=59711] 256347:20250703:121358.845 End of lld_update_graphs() 256347:20250703:121358.849 In lld_update_hosts() 256347:20250703:121358.849 query [txnlev:0] [select h.proxyid,h.ipmi_authtype,h.ipmi_privilege,h.ipmi_username,h.ipmi_password,h.tls_connect,h.tls_accept,h.tls_issuer,h.tls_subject,h.tls_psk_identity,h.tls_psk,h.proxy_groupid,h.monitored_by from hosts h,items i where h.hostid=i.hostid and i.itemid=59711] 256347:20250703:121358.850 query [txnlev:0] [select hi.interfaceid,hi.type,hi.main,hi.useip,hi.ip,hi.dns,hi.port,s.version,s.bulk,s.community,s.securityname,s.securitylevel,s.authpassphrase,s.privpassphrase,s.authprotocol,s.privprotocol,s.contextname,s.max_repetitions from interface hi inner join items i on hi.hostid=i.hostid left join interface_snmp s on hi.interfaceid=s.interfaceid where i.itemid=59711] 256347:20250703:121358.851 In lld_masterhostmacros_get() 256347:20250703:121358.851 query [txnlev:0] [select hm.macro,hm.value,hm.description,hm.type from hostmacro hm,items i where hm.hostid=i.hostid and i.itemid=59711] 256347:20250703:121358.853 End of lld_masterhostmacros_get() 256347:20250703:121358.853 query [txnlev:0] [select h.hostid,h.host,h.name,h.status,h.discover,hi.inventory_mode,h.custom_interfaces from hosts h,host_discovery hd left join host_inventory hi on hd.hostid=hi.hostid where h.hostid=hd.hostid and hd.lldruleid=59711] 256347:20250703:121358.853 End of lld_update_hosts() 256347:20250703:121358.853 End of lld_rule_discover_prototypes() 256347:20250703:121358.853 End of lld_update_items() 256347:20250703:121358.853 In lld_update_triggers() 256347:20250703:121358.853 query [txnlev:0] [select t.triggerid,t.description,t.expression,t.status,t.type,t.priority,t.comments,t.url,t.url_name,t.recovery_expression,t.recovery_mode,t.correlation_mode,t.correlation_tag,t.manual_close,t.opdata,t.discover,t.event_name from triggers t where t.triggerid in (select distinct tg.triggerid from triggers tg,functions f,items i,item_discovery id where tg.triggerid=f.triggerid and f.itemid=i.itemid and i.itemid=id.itemid and id.lldruleid=59709)] 256347:20250703:121358.854 In lld_triggers_get() 256347:20250703:121358.855 query [txnlev:0] [select td.parent_triggerid,t.triggerid,t.description,t.expression,t.type,t.priority,t.comments,t.url,t.url_name,t.recovery_expression,t.recovery_mode,t.correlation_mode,t.correlation_tag,t.manual_close,t.opdata,td.lastcheck,td.status,td.ts_delete,td.ts_disable,td.disable_source,t.event_name,t.status,t.discover from triggers t,trigger_discovery td where t.triggerid=td.triggerid and td.parent_triggerid=28852] 256347:20250703:121358.855 End of lld_triggers_get() 256347:20250703:121358.855 In lld_functions_get() 256347:20250703:121358.855 In lld_trigger_functions_get() 256347:20250703:121358.855 query [txnlev:0] [select functionid,triggerid,itemid,name,parameter from functions where triggerid=28852] 256347:20250703:121358.855 End of lld_trigger_functions_get() 256347:20250703:121358.855 End of lld_functions_get() 256347:20250703:121358.855 In lld_dependencies_get() 256347:20250703:121358.855 query [txnlev:0] [select triggerdepid,triggerid_down,triggerid_up from trigger_depends where triggerid_down=28852] 256347:20250703:121358.856 End of lld_dependencies_get() 256347:20250703:121358.856 query [txnlev:0] [select triggertagid,triggerid,tag,value from trigger_tag where triggerid=28852] 256347:20250703:121358.856 End of lld_tags_get() 256347:20250703:121358.856 In lld_trigger_items_get() 256347:20250703:121358.856 query [txnlev:0] [select distinct i.itemid,i.flags from items i,functions f where i.itemid=f.itemid and f.triggerid=28852] 256347:20250703:121358.856 End of lld_trigger_items_get() 256347:20250703:121358.856 In lld_eval_expression_simplify() expression:'' 256347:20250703:121358.856 End of lld_eval_expression_simplify() expression:'' 256347:20250703:121358.856 In lld_eval_expression_simplify() expression:'' 256347:20250703:121358.856 End of lld_eval_expression_simplify() expression:'' 256347:20250703:121358.856 In lld_trigger_make() 256347:20250703:121358.856 In lld_functions_make() 256347:20250703:121358.856 In zbx_substitute_function_lld_param() 256347:20250703:121358.856 End of zbx_substitute_function_lld_param() 256347:20250703:121358.856 End of lld_functions_make():SUCCEED 256347:20250703:121358.856 End of lld_trigger_make() 256347:20250703:121358.856 In lld_triggers_validate() 256347:20250703:121358.856 In lld_eval_expression_expand() expression:'{1}<>1' 256347:20250703:121358.856 End of lld_eval_expression_expand() expression:'59714:last($)<>1' 256347:20250703:121358.856 query [txnlev:0] [select t.triggerid,t.description,t.expression,t.recovery_expression from triggers t,functions f,items i where t.triggerid=f.triggerid and f.itemid=i.itemid and i.hostid=10853 and t.description='1st level Trigger prototype 01 {#L1}'] 256347:20250703:121358.857 In lld_trigger_functions_get() 256347:20250703:121358.857 End of lld_trigger_functions_get() 256347:20250703:121358.857 End of lld_triggers_validate() 256347:20250703:121358.857 In lld_trigger_dependencies_validate() 256347:20250703:121358.857 In lld_trigger_cache_init() 256347:20250703:121358.857 End of lld_trigger_cache_init() 256347:20250703:121358.857 End of lld_trigger_dependencies_validate() 256347:20250703:121358.857 In lld_trigger_tag_make() 256347:20250703:121358.857 In zbx_merge_tags() old_tags:0 new_tags:0 256347:20250703:121358.857 End of zbx_merge_tags() tags:0 256347:20250703:121358.857 End of lld_trigger_tag_make() 256347:20250703:121358.857 In lld_triggers_save() 256347:20250703:121358.857 query [txnlev:1] [begin;] 256347:20250703:121358.857 In dbconn_get_nextid() tablename:'functions' 256347:20250703:121358.857 query [txnlev:1] [select nextid from ids where table_name='functions' and field_name='functionid'] 256347:20250703:121358.857 query [txnlev:1] [update ids set nextid=nextid+1 where table_name='functions' and field_name='functionid'] 256347:20250703:121358.857 query [txnlev:1] [select nextid from ids where table_name='functions' and field_name='functionid'] 256347:20250703:121358.857 End of dbconn_get_nextid():42095 table:'functions' recid:'functionid' 256347:20250703:121358.857 In dbconn_get_nextid() tablename:'triggers' 256347:20250703:121358.857 query [txnlev:1] [select nextid from ids where table_name='triggers' and field_name='triggerid'] 256347:20250703:121358.857 query [txnlev:1] [update ids set nextid=nextid+1 where table_name='triggers' and field_name='triggerid'] 256347:20250703:121358.858 query [txnlev:1] [select nextid from ids where table_name='triggers' and field_name='triggerid'] 256347:20250703:121358.858 End of dbconn_get_nextid():28853 table:'triggers' recid:'triggerid' 256347:20250703:121358.858 In zbx_dbconn_lock_record() 256347:20250703:121358.858 query [txnlev:1] [select null from hosts where hostid=10853 for update] 256347:20250703:121358.858 End of zbx_dbconn_lock_record():SUCCEED 256347:20250703:121358.858 In zbx_dbconn_lock_records() 256347:20250703:121358.858 query [txnlev:1] [select null from triggers where triggerid=28852 for update] 256347:20250703:121358.858 End of zbx_dbconn_lock_records():SUCCEED 256347:20250703:121358.858 In lld_expression_create() expression:'{1}<>1' 256347:20250703:121358.858 End of lld_expression_create() expression:'{42095}<>1' 256347:20250703:121358.858 In lld_expression_create() expression:'' 256347:20250703:121358.858 End of lld_expression_create() expression:'' 256347:20250703:121358.858 query [txnlev:1] [insert into triggers (triggerid,description,expression,priority,status,comments,url,url_name,type,value,state,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close,opdata,event_name,discover) values (28853,'1st level Trigger prototype 01 {#L1}','{42095}<>1',2,0,'','','',0,0,0,6,0,'',0,'',0,'','',0);.] 256347:20250703:121358.859 query [txnlev:1] [insert into trigger_discovery (triggerid,parent_triggerid,lastcheck) values (28853,28852,1751534038);.] 256347:20250703:121358.859 query [txnlev:1] [insert into functions (functionid,itemid,triggerid,name,parameter) values (42095,59714,28853,'last','$');.] 256347:20250703:121358.859 query [txnlev:1] [commit;] 256347:20250703:121358.861 End of lld_triggers_save() 256347:20250703:121358.861 In lld_flush_discoveries() 256347:20250703:121358.861 End of lld_flush_discoveries() 256347:20250703:121358.861 End of lld_update_triggers() 256347:20250703:121358.861 In lld_update_graphs() 256347:20250703:121358.861 query [txnlev:0] [select distinct g.graphid,g.name,g.width,g.height,g.yaxismin,g.yaxismax,g.show_work_period,g.show_triggers,g.graphtype,g.show_legend,g.show_3d,g.percent_left,g.percent_right,g.ymin_type,g.ymin_itemid,g.ymax_type,g.ymax_itemid,g.discover from graphs g,graphs_items gi,items i,item_discovery id where g.graphid=gi.graphid and gi.itemid=i.itemid and i.itemid=id.itemid and id.lldruleid=59709] 256347:20250703:121358.863 In lld_graphs_get() 256347:20250703:121358.864 query [txnlev:0] [select g.graphid,g.name,g.width,g.height,g.yaxismin,g.yaxismax,g.show_work_period,g.show_triggers,g.graphtype,g.show_legend,g.show_3d,g.percent_left,g.percent_right,g.ymin_type,g.ymin_itemid,g.ymax_type,g.ymax_itemid,gd.lastcheck,gd.status,gd.ts_delete,g.discover from graphs g,graph_discovery gd where g.graphid=gd.graphid and gd.parent_graphid=4296] 256347:20250703:121358.865 End of lld_graphs_get() 256347:20250703:121358.865 In lld_gitems_get() 256347:20250703:121358.865 query [txnlev:0] [select gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type from graphs_items where graphid=4296] 256347:20250703:121358.866 End of lld_gitems_get() 256347:20250703:121358.866 In lld_graph_items_get() 256347:20250703:121358.866 query [txnlev:0] [select itemid,flags from items where itemid=59710] 256347:20250703:121358.866 End of lld_graph_items_get(): items:1 256347:20250703:121358.866 In lld_graph_make() 256347:20250703:121358.866 In lld_gitems_make() 256347:20250703:121358.866 End of lld_gitems_make():SUCCEED 256347:20250703:121358.866 End of lld_graph_make() 256347:20250703:121358.866 In lld_graphs_validate() 256347:20250703:121358.866 query [txnlev:0] [select g.graphid,g.name from graphs g,graphs_items gi,items i where g.graphid=gi.graphid and gi.itemid=i.itemid and i.hostid=10853 and g.name='1st level Graph prototype 01 {#L1}'] 256347:20250703:121358.867 End of lld_graphs_validate() 256347:20250703:121358.867 In lld_graphs_save() 256347:20250703:121358.867 query [txnlev:1] [begin;] 256347:20250703:121358.867 In zbx_dbconn_lock_record() 256347:20250703:121358.867 query [txnlev:1] [select null from hosts where hostid=10853 for update] 256347:20250703:121358.868 End of zbx_dbconn_lock_record():SUCCEED 256347:20250703:121358.868 In zbx_dbconn_lock_record() 256347:20250703:121358.868 query [txnlev:1] [select null from graphs where graphid=4296 for update] 256347:20250703:121358.868 End of zbx_dbconn_lock_record():SUCCEED 256347:20250703:121358.868 In dbconn_get_nextid() tablename:'graphs' 256347:20250703:121358.868 query [txnlev:1] [select nextid from ids where table_name='graphs' and field_name='graphid'] 256347:20250703:121358.869 query [txnlev:1] [update ids set nextid=nextid+1 where table_name='graphs' and field_name='graphid'] 256347:20250703:121358.869 query [txnlev:1] [select nextid from ids where table_name='graphs' and field_name='graphid'] 256347:20250703:121358.869 End of dbconn_get_nextid():4297 table:'graphs' recid:'graphid' 256347:20250703:121358.869 In dbconn_get_nextid() tablename:'graphs_items' 256347:20250703:121358.869 query [txnlev:1] [select nextid from ids where table_name='graphs_items' and field_name='gitemid'] 256347:20250703:121358.870 query [txnlev:1] [update ids set nextid=nextid+1 where table_name='graphs_items' and field_name='gitemid'] 256347:20250703:121358.870 query [txnlev:1] [select nextid from ids where table_name='graphs_items' and field_name='gitemid'] 256347:20250703:121358.870 End of dbconn_get_nextid():297648 table:'graphs_items' recid:'gitemid' 256347:20250703:121358.870 query [txnlev:1] [insert into graphs (graphid,name,width,height,yaxismin,yaxismax,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymin_itemid,ymax_type,ymax_itemid,flags,discover) values (4297,'1st level Graph prototype 01 {#L1}',900,200,0,0,1,1,0,1,0,0,0,0,null,0,null,6,0);.] 256347:20250703:121358.870 query [txnlev:1] [insert into graph_discovery (graphid,parent_graphid,lastcheck) values (4297,4296,1751534038);.] 256347:20250703:121358.871 query [txnlev:1] [insert into graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values (297648,4297,59714,0,0,'1A7C11',0,7,0);.] 256347:20250703:121358.871 query [txnlev:1] [commit;] 256347:20250703:121358.873 End of lld_graphs_save() 256347:20250703:121358.873 In lld_flush_discoveries() 256347:20250703:121358.873 End of lld_flush_discoveries() 256347:20250703:121358.873 End of lld_update_graphs() 256347:20250703:121358.873 In lld_update_hosts() 256347:20250703:121358.873 query [txnlev:0] [select h.proxyid,h.ipmi_authtype,h.ipmi_privilege,h.ipmi_username,h.ipmi_password,h.tls_connect,h.tls_accept,h.tls_issuer,h.tls_subject,h.tls_psk_identity,h.tls_psk,h.proxy_groupid,h.monitored_by from hosts h,items i where h.hostid=i.hostid and i.itemid=59709] 256347:20250703:121358.874 query [txnlev:0] [select hi.interfaceid,hi.type,hi.main,hi.useip,hi.ip,hi.dns,hi.port,s.version,s.bulk,s.community,s.securityname,s.securitylevel,s.authpassphrase,s.privpassphrase,s.authprotocol,s.privprotocol,s.contextname,s.max_repetitions from interface hi inner join items i on hi.hostid=i.hostid left join interface_snmp s on hi.interfaceid=s.interfaceid where i.itemid=59709] 256347:20250703:121358.876 In lld_masterhostmacros_get() 256347:20250703:121358.876 query [txnlev:0] [select hm.macro,hm.value,hm.description,hm.type from hostmacro hm,items i where hm.hostid=i.hostid and i.itemid=59709] 256347:20250703:121358.876 End of lld_masterhostmacros_get() 256347:20250703:121358.876 query [txnlev:0] [select h.hostid,h.host,h.name,h.status,h.discover,hi.inventory_mode,h.custom_interfaces from hosts h,host_discovery hd left join host_inventory hi on hd.hostid=hi.hostid where h.hostid=hd.hostid and hd.lldruleid=59709] 256347:20250703:121358.877 In lld_hosts_get() 256347:20250703:121358.877 query [txnlev:0] [select hd.hostid,hd.host,hd.lastcheck,hd.ts_delete,h.host,h.name,h.proxyid,h.ipmi_authtype,h.ipmi_privilege,h.ipmi_username,h.ipmi_password,hi.inventory_mode,h.tls_connect,h.tls_accept,h.tls_issuer,h.tls_subject,h.tls_psk_identity,h.tls_psk,h.custom_interfaces,hh.hgsetid,hd.status,hd.ts_disable,hd.disable_source,h.status,h.proxy_groupid,h.monitored_by,h.discover from host_discovery hd join hosts h on hd.hostid=h.hostid left join host_hgset hh on hh.hostid=h.hostid left join host_inventory hi on hd.hostid=hi.hostid where hd.parent_hostid=10855] 256347:20250703:121358.877 End of lld_hosts_get() 256347:20250703:121358.877 In lld_proto_tags_get() 256347:20250703:121358.877 query [txnlev:0] [select tag,value from host_tag where hostid=10855] 256347:20250703:121358.879 End of lld_proto_tags_get() 256347:20250703:121358.879 In lld_group_prototype_prototypes_get() 256347:20250703:121358.879 query [txnlev:0] [select group_prototypeid,name,groupid from group_prototype where hostid=10855] 256347:20250703:121358.880 End of lld_group_prototype_prototypes_get() 256347:20250703:121358.881 In lld_host_group_prototypes_get() 256347:20250703:121358.881 query [txnlev:0] [select gp.group_prototypeid,gp.hostid,gp.name,gp.groupid from host_discovery hd join group_prototype gp on hd.hostid=gp.hostid where hd.parent_hostid=10855] 256347:20250703:121358.882 In lld_hostmacros_get() 256347:20250703:121358.882 query [txnlev:0] [select hm.macro,hm.value,hm.description,hm.type from hostmacro hm where hm.hostid=10855] 256347:20250703:121358.883 End of lld_hostmacros_get() 256347:20250703:121358.883 In lld_host_make() 256347:20250703:121358.883 In lld_override_host() 256347:20250703:121358.883 End of lld_override_host() 256347:20250703:121358.883 In zbx_merge_tags() old_tags:0 new_tags:0 256347:20250703:121358.883 End of zbx_merge_tags() tags:0 256347:20250703:121358.883 End of lld_host_make():0x5605e1815d70 256347:20250703:121358.883 In lld_hosts_validate() 256347:20250703:121358.883 query [txnlev:0] [select host,name from hosts where status in (0,1,3) and flags&2=0 and ( host='1st Level Host prototype 01 {#L1}' or name='1st Level Host prototype 01 {#L1}')] 256347:20250703:121358.883 End of lld_hosts_validate() 256347:20250703:121358.883 In lld_interfaces_make() 256347:20250703:121358.883 End of lld_interfaces_make() 256347:20250703:121358.883 In lld_interfaces_validate() 256347:20250703:121358.883 End of lld_interfaces_validate() 256347:20250703:121358.883 In lld_templates_make() 256347:20250703:121358.883 query [txnlev:0] [select templateid from hosts_templates where hostid=10855] 256347:20250703:121358.884 End of lld_templates_make() 256347:20250703:121358.884 In lld_hostmacros_make() 256347:20250703:121358.884 End of lld_hostmacros_make() 256347:20250703:121358.884 In lld_hosts_save() 256347:20250703:121358.884 query [txnlev:1] [begin;] 256347:20250703:121358.884 In zbx_dbconn_lock_record() 256347:20250703:121358.884 query [txnlev:1] [select null from hosts where hostid=10855 for update] 256347:20250703:121358.885 End of zbx_dbconn_lock_record():SUCCEED 256347:20250703:121358.885 In dbconn_get_nextid() tablename:'hosts' 256347:20250703:121358.885 query [txnlev:1] [select nextid from ids where table_name='hosts' and field_name='hostid'] 256347:20250703:121358.885 query [txnlev:1] [update ids set nextid=nextid+1 where table_name='hosts' and field_name='hostid'] 256347:20250703:121358.885 query [txnlev:1] [select nextid from ids where table_name='hosts' and field_name='hostid'] 256347:20250703:121358.885 End of dbconn_get_nextid():10856 table:'hosts' recid:'hostid' 256347:20250703:121358.885 query [txnlev:1] [insert into hosts (hostid,host,name,proxyid,proxy_groupid,ipmi_authtype,ipmi_privilege,ipmi_username,ipmi_password,status,flags,tls_connect,tls_accept,tls_issuer,tls_subject,tls_psk_identity,tls_psk,custom_interfaces,monitored_by,discover) values (10856,'1st Level Host prototype 01 {#L1}','1st Level Host prototype 01 {#L1}',null,null,-1,2,'','',0,6,1,1,'','','','',0,0,0);.] 256347:20250703:121358.886 query [txnlev:1] [insert into host_discovery (hostid,parent_hostid,host,lldruleid) values (10856,10855,'1st Level Host prototype {#L0} {#L1}',59713);.] 256347:20250703:121358.887 query [txnlev:1] [commit;] 256347:20250703:121358.890 End of lld_hosts_save() 256347:20250703:121358.890 In dbconn_get_nextid() tablename:'group_prototype' 256347:20250703:121358.890 query [txnlev:0] [select nextid from ids where table_name='group_prototype' and field_name='group_prototypeid'] 256347:20250703:121358.890 query without transaction detected 256347:20250703:121358.890 query [txnlev:0] [update ids set nextid=nextid+1 where table_name='group_prototype' and field_name='group_prototypeid'] 256347:20250703:121358.892 query [txnlev:0] [select nextid from ids where table_name='group_prototype' and field_name='group_prototypeid'] 256347:20250703:121358.892 End of dbconn_get_nextid():382 table:'group_prototype' recid:'group_prototypeid' 256347:20250703:121358.892 query without transaction detected 256347:20250703:121358.892 query [txnlev:0] [insert into group_prototype (group_prototypeid,hostid,name,groupid) values (382,10856,'',5);.] 256347:20250703:121358.895 In lld_prototype_templates_link() 256347:20250703:121358.895 query [txnlev:1] [begin;] 256347:20250703:121358.895 query [txnlev:1] [select templateid from hosts_templates where hostid=10856] 256347:20250703:121358.896 query [txnlev:1] [commit;] 256347:20250703:121358.896 End of lld_prototype_templates_link() 256347:20250703:121358.896 query [txnlev:1] [begin;] 256347:20250703:121358.896 query [txnlev:1] [update host_discovery set lastcheck=1751534038 where hostid=10856;.] 256347:20250703:121358.897 query [txnlev:1] [commit;] 256347:20250703:121358.899 End of lld_update_hosts() 256347:20250703:121358.899 End of lld_rule_discover_prototypes() 256347:20250703:121358.899 End of lld_update_items() 256347:20250703:121358.899 In lld_update_triggers() 256347:20250703:121358.899 query [txnlev:0] [select t.triggerid,t.description,t.expression,t.status,t.type,t.priority,t.comments,t.url,t.url_name,t.recovery_expression,t.recovery_mode,t.correlation_mode,t.correlation_tag,t.manual_close,t.opdata,t.discover,t.event_name from triggers t where t.triggerid in (select distinct tg.triggerid from triggers tg,functions f,items i,item_discovery id where tg.triggerid=f.triggerid and f.itemid=i.itemid and i.itemid=id.itemid and id.lldruleid=59707)] 256347:20250703:121358.900 In lld_triggers_get() 256347:20250703:121358.900 query [txnlev:0] [select td.parent_triggerid,t.triggerid,t.description,t.expression,t.type,t.priority,t.comments,t.url,t.url_name,t.recovery_expression,t.recovery_mode,t.correlation_mode,t.correlation_tag,t.manual_close,t.opdata,td.lastcheck,td.status,td.ts_delete,td.ts_disable,td.disable_source,t.event_name,t.status,t.discover from triggers t,trigger_discovery td where t.triggerid=td.triggerid and td.parent_triggerid=28851] 256347:20250703:121358.901 End of lld_triggers_get() 256347:20250703:121358.901 In lld_functions_get() 256347:20250703:121358.901 In lld_trigger_functions_get() 256347:20250703:121358.901 query [txnlev:0] [select functionid,triggerid,itemid,name,parameter from functions where triggerid=28851] 256347:20250703:121358.901 End of lld_trigger_functions_get() 256347:20250703:121358.901 End of lld_functions_get() 256347:20250703:121358.901 In lld_dependencies_get() 256347:20250703:121358.901 query [txnlev:0] [select triggerdepid,triggerid_down,triggerid_up from trigger_depends where triggerid_down=28851] 256347:20250703:121358.901 End of lld_dependencies_get() 256347:20250703:121358.901 query [txnlev:0] [select triggertagid,triggerid,tag,value from trigger_tag where triggerid=28851] 256347:20250703:121358.901 End of lld_tags_get() 256347:20250703:121358.901 In lld_trigger_items_get() 256347:20250703:121358.901 query [txnlev:0] [select distinct i.itemid,i.flags from items i,functions f where i.itemid=f.itemid and f.triggerid=28851] 256347:20250703:121358.902 End of lld_trigger_items_get() 256347:20250703:121358.902 In lld_eval_expression_simplify() expression:'' 256347:20250703:121358.902 End of lld_eval_expression_simplify() expression:'' 256347:20250703:121358.902 In lld_eval_expression_simplify() expression:'' 256347:20250703:121358.902 End of lld_eval_expression_simplify() expression:'' 256347:20250703:121358.902 In lld_trigger_make() 256347:20250703:121358.902 In lld_override_trigger() 256347:20250703:121358.902 End of lld_override_trigger() 256347:20250703:121358.902 In lld_functions_make() 256347:20250703:121358.902 In zbx_substitute_function_lld_param() 256347:20250703:121358.902 End of zbx_substitute_function_lld_param() 256347:20250703:121358.902 End of lld_functions_make():SUCCEED 256347:20250703:121358.902 End of lld_trigger_make() 256347:20250703:121358.902 In lld_triggers_validate() 256347:20250703:121358.902 In lld_eval_expression_expand() expression:'{1}<>0' 256347:20250703:121358.902 End of lld_eval_expression_expand() expression:'59712:last($)<>0' 256347:20250703:121358.902 query [txnlev:0] [select t.triggerid,t.description,t.expression,t.recovery_expression from triggers t,functions f,items i where t.triggerid=f.triggerid and f.itemid=i.itemid and i.hostid=10853 and t.description='Root level Trigger prototype'] 256347:20250703:121358.902 In lld_trigger_functions_get() 256347:20250703:121358.903 query [txnlev:0] [select functionid,triggerid,itemid,name,parameter from functions where triggerid=28851] 256347:20250703:121358.903 End of lld_trigger_functions_get() 256347:20250703:121358.903 In lld_eval_expression_expand() expression:'{42093}<>0' 256347:20250703:121358.903 End of lld_eval_expression_expand() expression:'59708:last($)<>0' 256347:20250703:121358.903 In lld_triggers_equal() 256347:20250703:121358.903 End of lld_triggers_equal():FAIL 256347:20250703:121358.903 End of lld_triggers_validate() 256347:20250703:121358.903 In lld_trigger_dependencies_validate() 256347:20250703:121358.903 In lld_trigger_cache_init() 256347:20250703:121358.903 End of lld_trigger_cache_init() 256347:20250703:121358.903 End of lld_trigger_dependencies_validate() 256347:20250703:121358.903 In lld_trigger_tag_make() 256347:20250703:121358.903 In zbx_merge_tags() old_tags:0 new_tags:0 256347:20250703:121358.903 End of zbx_merge_tags() tags:0 256347:20250703:121358.903 End of lld_trigger_tag_make() 256347:20250703:121358.903 In lld_triggers_save() 256347:20250703:121358.903 query [txnlev:1] [begin;] 256347:20250703:121358.903 In dbconn_get_nextid() tablename:'functions' 256347:20250703:121358.903 query [txnlev:1] [select nextid from ids where table_name='functions' and field_name='functionid'] 256347:20250703:121358.904 query [txnlev:1] [update ids set nextid=nextid+1 where table_name='functions' and field_name='functionid'] 256347:20250703:121358.904 query [txnlev:1] [select nextid from ids where table_name='functions' and field_name='functionid'] 256347:20250703:121358.904 End of dbconn_get_nextid():42096 table:'functions' recid:'functionid' 256347:20250703:121358.904 In dbconn_get_nextid() tablename:'triggers' 256347:20250703:121358.904 query [txnlev:1] [select nextid from ids where table_name='triggers' and field_name='triggerid'] 256347:20250703:121358.905 query [txnlev:1] [update ids set nextid=nextid+1 where table_name='triggers' and field_name='triggerid'] 256347:20250703:121358.905 query [txnlev:1] [select nextid from ids where table_name='triggers' and field_name='triggerid'] 256347:20250703:121358.905 End of dbconn_get_nextid():28854 table:'triggers' recid:'triggerid' 256347:20250703:121358.905 In zbx_dbconn_lock_record() 256347:20250703:121358.905 query [txnlev:1] [select null from hosts where hostid=10853 for update] 256347:20250703:121358.905 End of zbx_dbconn_lock_record():SUCCEED 256347:20250703:121358.905 In zbx_dbconn_lock_records() 256347:20250703:121358.905 query [txnlev:1] [select null from triggers where triggerid=28851 for update] 256347:20250703:121358.905 End of zbx_dbconn_lock_records():SUCCEED 256347:20250703:121358.905 In lld_expression_create() expression:'{1}<>0' 256347:20250703:121358.905 End of lld_expression_create() expression:'{42096}<>0' 256347:20250703:121358.905 In lld_expression_create() expression:'' 256347:20250703:121358.905 End of lld_expression_create() expression:'' 256347:20250703:121358.905 query [txnlev:1] [insert into triggers (triggerid,description,expression,priority,status,comments,url,url_name,type,value,state,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close,opdata,event_name,discover) values (28854,'Root level Trigger prototype','{42096}<>0',2,0,'','','',0,0,0,4,0,'',0,'',0,'','',0);.] 256347:20250703:121358.906 query [txnlev:1] [insert into trigger_discovery (triggerid,parent_triggerid,lastcheck) values (28854,28851,1751534038);.] 256347:20250703:121358.906 query [txnlev:1] [insert into functions (functionid,itemid,triggerid,name,parameter) values (42096,59712,28854,'last','$');.] 256347:20250703:121358.906 query [txnlev:1] [commit;] 256347:20250703:121358.908 End of lld_triggers_save() 256347:20250703:121358.908 In lld_flush_discoveries() 256347:20250703:121358.908 End of lld_flush_discoveries() 256347:20250703:121358.908 End of lld_update_triggers() 256347:20250703:121358.908 In lld_update_graphs() 256347:20250703:121358.908 query [txnlev:0] [select distinct g.graphid,g.name,g.width,g.height,g.yaxismin,g.yaxismax,g.show_work_period,g.show_triggers,g.graphtype,g.show_legend,g.show_3d,g.percent_left,g.percent_right,g.ymin_type,g.ymin_itemid,g.ymax_type,g.ymax_itemid,g.discover from graphs g,graphs_items gi,items i,item_discovery id where g.graphid=gi.graphid and gi.itemid=i.itemid and i.itemid=id.itemid and id.lldruleid=59707] 256347:20250703:121358.909 In lld_graphs_get() 256347:20250703:121358.909 query [txnlev:0] [select g.graphid,g.name,g.width,g.height,g.yaxismin,g.yaxismax,g.show_work_period,g.show_triggers,g.graphtype,g.show_legend,g.show_3d,g.percent_left,g.percent_right,g.ymin_type,g.ymin_itemid,g.ymax_type,g.ymax_itemid,gd.lastcheck,gd.status,gd.ts_delete,g.discover from graphs g,graph_discovery gd where g.graphid=gd.graphid and gd.parent_graphid=4295] 256347:20250703:121358.910 End of lld_graphs_get() 256347:20250703:121358.910 In lld_gitems_get() 256347:20250703:121358.910 query [txnlev:0] [select gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type from graphs_items where graphid=4295] 256347:20250703:121358.910 End of lld_gitems_get() 256347:20250703:121358.910 In lld_graph_items_get() 256347:20250703:121358.910 query [txnlev:0] [select itemid,flags from items where itemid=59708] 256347:20250703:121358.911 End of lld_graph_items_get(): items:1 256347:20250703:121358.911 In lld_graph_make() 256347:20250703:121358.911 In lld_override_graph() 256347:20250703:121358.911 End of lld_override_graph() 256347:20250703:121358.911 In lld_gitems_make() 256347:20250703:121358.911 End of lld_gitems_make():SUCCEED 256347:20250703:121358.911 End of lld_graph_make() 256347:20250703:121358.911 In lld_graphs_validate() 256347:20250703:121358.911 query [txnlev:0] [select g.graphid,g.name from graphs g,graphs_items gi,items i where g.graphid=gi.graphid and gi.itemid=i.itemid and i.hostid=10853 and g.name='Root level Graph prototype 01'] 256347:20250703:121358.912 End of lld_graphs_validate() 256347:20250703:121358.912 In lld_graphs_save() 256347:20250703:121358.912 query [txnlev:1] [begin;] 256347:20250703:121358.913 In zbx_dbconn_lock_record() 256347:20250703:121358.913 query [txnlev:1] [select null from hosts where hostid=10853 for update] 256347:20250703:121358.913 End of zbx_dbconn_lock_record():SUCCEED 256347:20250703:121358.913 In zbx_dbconn_lock_record() 256347:20250703:121358.913 query [txnlev:1] [select null from graphs where graphid=4295 for update] 256347:20250703:121358.914 End of zbx_dbconn_lock_record():SUCCEED 256347:20250703:121358.914 In dbconn_get_nextid() tablename:'graphs' 256347:20250703:121358.914 query [txnlev:1] [select nextid from ids where table_name='graphs' and field_name='graphid'] 256347:20250703:121358.915 query [txnlev:1] [update ids set nextid=nextid+1 where table_name='graphs' and field_name='graphid'] 256347:20250703:121358.915 query [txnlev:1] [select nextid from ids where table_name='graphs' and field_name='graphid'] 256347:20250703:121358.915 End of dbconn_get_nextid():4298 table:'graphs' recid:'graphid' 256347:20250703:121358.915 In dbconn_get_nextid() tablename:'graphs_items' 256347:20250703:121358.915 query [txnlev:1] [select nextid from ids where table_name='graphs_items' and field_name='gitemid'] 256347:20250703:121358.916 query [txnlev:1] [update ids set nextid=nextid+1 where table_name='graphs_items' and field_name='gitemid'] 256347:20250703:121358.916 query [txnlev:1] [select nextid from ids where table_name='graphs_items' and field_name='gitemid'] 256347:20250703:121358.916 End of dbconn_get_nextid():297649 table:'graphs_items' recid:'gitemid' 256347:20250703:121358.916 query [txnlev:1] [insert into graphs (graphid,name,width,height,yaxismin,yaxismax,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymin_itemid,ymax_type,ymax_itemid,flags,discover) values (4298,'Root level Graph prototype 01',900,200,0,100,1,1,0,1,0,0,0,0,null,0,null,4,0);.] 256347:20250703:121358.917 query [txnlev:1] [insert into graph_discovery (graphid,parent_graphid,lastcheck) values (4298,4295,1751534038);.] 256347:20250703:121358.917 query [txnlev:1] [insert into graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values (297649,4298,59712,0,0,'1A7C11',0,7,0);.] 256347:20250703:121358.917 query [txnlev:1] [commit;] 256347:20250703:121358.919 End of lld_graphs_save() 256347:20250703:121358.919 In lld_flush_discoveries() 256347:20250703:121358.919 End of lld_flush_discoveries() 256347:20250703:121358.919 End of lld_update_graphs() 256347:20250703:121358.919 In lld_update_hosts() 256347:20250703:121358.919 query [txnlev:0] [select h.proxyid,h.ipmi_authtype,h.ipmi_privilege,h.ipmi_username,h.ipmi_password,h.tls_connect,h.tls_accept,h.tls_issuer,h.tls_subject,h.tls_psk_identity,h.tls_psk,h.proxy_groupid,h.monitored_by from hosts h,items i where h.hostid=i.hostid and i.itemid=59707] 256347:20250703:121358.920 query [txnlev:0] [select hi.interfaceid,hi.type,hi.main,hi.useip,hi.ip,hi.dns,hi.port,s.version,s.bulk,s.community,s.securityname,s.securitylevel,s.authpassphrase,s.privpassphrase,s.authprotocol,s.privprotocol,s.contextname,s.max_repetitions from interface hi inner join items i on hi.hostid=i.hostid left join interface_snmp s on hi.interfaceid=s.interfaceid where i.itemid=59707] 256347:20250703:121358.920 In lld_masterhostmacros_get() 256347:20250703:121358.920 query [txnlev:0] [select hm.macro,hm.value,hm.description,hm.type from hostmacro hm,items i where hm.hostid=i.hostid and i.itemid=59707] 256347:20250703:121358.921 End of lld_masterhostmacros_get() 256347:20250703:121358.921 query [txnlev:0] [select h.hostid,h.host,h.name,h.status,h.discover,hi.inventory_mode,h.custom_interfaces from hosts h,host_discovery hd left join host_inventory hi on hd.hostid=hi.hostid where h.hostid=hd.hostid and hd.lldruleid=59707] 256347:20250703:121358.921 In lld_hosts_get() 256347:20250703:121358.921 query [txnlev:0] [select hd.hostid,hd.host,hd.lastcheck,hd.ts_delete,h.host,h.name,h.proxyid,h.ipmi_authtype,h.ipmi_privilege,h.ipmi_username,h.ipmi_password,hi.inventory_mode,h.tls_connect,h.tls_accept,h.tls_issuer,h.tls_subject,h.tls_psk_identity,h.tls_psk,h.custom_interfaces,hh.hgsetid,hd.status,hd.ts_disable,hd.disable_source,h.status,h.proxy_groupid,h.monitored_by,h.discover from host_discovery hd join hosts h on hd.hostid=h.hostid left join host_hgset hh on hh.hostid=h.hostid left join host_inventory hi on hd.hostid=hi.hostid where hd.parent_hostid=10854] 256347:20250703:121358.922 End of lld_hosts_get() 256347:20250703:121358.922 In lld_proto_tags_get() 256347:20250703:121358.922 query [txnlev:0] [select tag,value from host_tag where hostid=10854] 256347:20250703:121358.922 End of lld_proto_tags_get() 256347:20250703:121358.922 query [txnlev:0] [select groupid from group_prototype where groupid is not null and hostid=10854] 256347:20250703:121358.922 In lld_group_prototypes_get() 256347:20250703:121358.922 query [txnlev:0] [select group_prototypeid,name from group_prototype where groupid is null and hostid=10854] 256347:20250703:121358.922 End of lld_group_prototypes_get() 256347:20250703:121358.922 In lld_groups_get() 256347:20250703:121358.922 query [txnlev:0] [select gd.groupid,gp.group_prototypeid,gd.name,gd.lastcheck,gd.status,gd.ts_delete,g.name,gd.groupdiscoveryid from group_prototype gp,group_discovery gd join hstgrp g on gd.groupid=g.groupid where gp.group_prototypeid=gd.parent_group_prototypeid and gp.hostid=10854 order by gd.groupid] 256347:20250703:121358.923 End of lld_groups_get() 256347:20250703:121358.923 In lld_hostmacros_get() 256347:20250703:121358.923 query [txnlev:0] [select hm.macro,hm.value,hm.description,hm.type from hostmacro hm where hm.hostid=10854] 256347:20250703:121358.923 End of lld_hostmacros_get() 256347:20250703:121358.923 In lld_host_make() 256347:20250703:121358.923 In lld_override_host() 256347:20250703:121358.923 End of lld_override_host() 256347:20250703:121358.923 In zbx_merge_tags() old_tags:0 new_tags:0 256347:20250703:121358.923 End of zbx_merge_tags() tags:0 256347:20250703:121358.923 End of lld_host_make():0x5605e1815d70 256347:20250703:121358.923 In lld_groups_make() 256347:20250703:121358.923 End of lld_groups_make() 256347:20250703:121358.923 In lld_groups_validate() 256347:20250703:121358.923 End of lld_groups_validate() 256347:20250703:121358.923 In lld_hosts_validate() 256347:20250703:121358.923 query [txnlev:0] [select host,name from hosts where status in (0,1,3) and flags&2=0 and ( host='Root level Host prototype 01' or name='Root level Host prototype 01')] 256347:20250703:121358.924 End of lld_hosts_validate() 256347:20250703:121358.924 In lld_interfaces_make() 256347:20250703:121358.924 End of lld_interfaces_make() 256347:20250703:121358.924 In lld_interfaces_validate() 256347:20250703:121358.924 End of lld_interfaces_validate() 256347:20250703:121358.924 In lld_groups_save() 256347:20250703:121358.924 End of lld_groups_save() 256347:20250703:121358.924 In lld_hostgroups_make() groupids:1 hosts:1 256347:20250703:121358.924 End of lld_hostgroups_make() 256347:20250703:121358.924 In lld_hgsets_make() 256347:20250703:121358.924 query [txnlev:0] [select hgsetid,hash from hgset where hash='ef2d127de37b942baad06145e54b0c619a1f22327b2ebbcfbec78f5564afe39d'] 256347:20250703:121358.924 End of lld_hgsets_make() 256347:20250703:121358.924 In lld_permissions_make() 256347:20250703:121358.924 In lld_templates_make() 256347:20250703:121358.924 query [txnlev:0] [select templateid from hosts_templates where hostid=10854] 256347:20250703:121358.924 End of lld_templates_make() 256347:20250703:121358.924 In lld_hostmacros_make() 256347:20250703:121358.924 End of lld_hostmacros_make() 256347:20250703:121358.924 In lld_hosts_save() 256347:20250703:121358.924 query [txnlev:1] [begin;] 256347:20250703:121358.924 In zbx_dbconn_lock_record() 256347:20250703:121358.924 query [txnlev:1] [select null from hosts where hostid=10854 for update] 256347:20250703:121358.925 End of zbx_dbconn_lock_record():SUCCEED 256347:20250703:121358.925 In zbx_dbconn_lock_records() 256347:20250703:121358.925 query [txnlev:1] [select null from hgset where hgsetid=14 for update] 256347:20250703:121358.925 End of zbx_dbconn_lock_records():SUCCEED 256347:20250703:121358.925 In dbconn_get_nextid() tablename:'hosts' 256347:20250703:121358.925 query [txnlev:1] [select nextid from ids where table_name='hosts' and field_name='hostid'] 256347:20250703:121358.925 query [txnlev:1] [update ids set nextid=nextid+1 where table_name='hosts' and field_name='hostid'] 256347:20250703:121358.925 query [txnlev:1] [select nextid from ids where table_name='hosts' and field_name='hostid'] 256347:20250703:121358.926 End of dbconn_get_nextid():10857 table:'hosts' recid:'hostid' 256347:20250703:121358.926 In dbconn_get_nextid() tablename:'hosts_groups' 256347:20250703:121358.926 query [txnlev:1] [select nextid from ids where table_name='hosts_groups' and field_name='hostgroupid'] 256347:20250703:121358.926 query [txnlev:1] [update ids set nextid=nextid+1 where table_name='hosts_groups' and field_name='hostgroupid'] 256347:20250703:121358.926 query [txnlev:1] [select nextid from ids where table_name='hosts_groups' and field_name='hostgroupid'] 256347:20250703:121358.927 End of dbconn_get_nextid():707 table:'hosts_groups' recid:'hostgroupid' 256347:20250703:121358.927 query [txnlev:1] [insert into hosts (hostid,host,name,proxyid,proxy_groupid,ipmi_authtype,ipmi_privilege,ipmi_username,ipmi_password,status,flags,tls_connect,tls_accept,tls_issuer,tls_subject,tls_psk_identity,tls_psk,custom_interfaces,monitored_by,discover) values (10857,'Root level Host prototype 01','Root level Host prototype 01',null,null,-1,2,'','',0,4,1,1,'','','','',0,0,0);.] 256347:20250703:121358.928 query [txnlev:1] [insert into host_discovery (hostid,parent_hostid,host,lldruleid) values (10857,10854,'Root level Host prototype {#L0}',null);.] 256347:20250703:121358.928 query [txnlev:1] [insert into host_rtdata (hostid,active_available) values (10857,0);.] 256347:20250703:121358.929 query [txnlev:1] [insert into host_hgset (hostid,hgsetid) values (10857,14);.] 256347:20250703:121358.931 query [txnlev:1] [insert into hosts_groups (hostgroupid,hostid,groupid) values (707,10857,5);.] 256347:20250703:121358.932 query [txnlev:1] [commit;] 256347:20250703:121358.933 End of lld_hosts_save() 256347:20250703:121358.934 In lld_templates_link() 256347:20250703:121358.934 query [txnlev:1] [begin;] 256347:20250703:121358.934 query [txnlev:1] [commit;] 256347:20250703:121358.934 End of lld_templates_link() 256347:20250703:121358.934 In lld_host_export_lld_macros() 256347:20250703:121358.934 query [txnlev:0] [select hostid,itemid from items where flags&1<>0 and hostid=10857 order by hostid] 256347:20250703:121358.935 End of lld_host_export_lld_macros() 256347:20250703:121358.935 In lld_host_process_nested_lld_rules() 256347:20250703:121358.935 query [txnlev:0] [select hostid,itemid from items where type=23 and status=0 and hostid=10857] 256347:20250703:121358.935 End of lld_host_process_nested_lld_rules() 256347:20250703:121358.935 query [txnlev:1] [begin;] 256347:20250703:121358.935 query [txnlev:1] [update host_discovery set lastcheck=1751534038 where hostid=10857;.] 256347:20250703:121358.935 query [txnlev:1] [commit;] 256347:20250703:121358.937 End of lld_update_hosts() 256347:20250703:121358.937 query without transaction detected 256347:20250703:121358.937 query [txnlev:0] [insert into auditlog (auditid,userid,username,clock,action,ip,resourceid,resourcename,resourcetype,recordsetid,details) values ('cmcn655wv0004srjq98rw353q',null,'System',1751534038,0,'',59715,'2nd level LLD',56,'cmcn655zt000bsrjqqcojj0m1','{"discoveryruleprototype.itemid":["add",59715],"discoveryruleprototype.hostid":["add",10853],"discoveryruleprototype.name":["add","2nd level LLD"],"discoveryruleprototype.key_":["add","lld_trap[01,{#L1}]"],"discoveryruleprototype.type":["add",23],"discoveryruleprototype.value_type":["add",4],"discoveryruleprototype.flags":["add",7],"discoveryruleprototype.ruleid":["add",59713],"discoveryruleprototype.preprocessing[117942]":["add"],"discoveryruleprototype.preprocessing[117942].step":["add",1],"discoveryruleprototype.preprocessing[117942].type":["add",12],"discoveryruleprototype.preprocessing[117942].params":["add","$.path_to_2"],"discoveryruleprototype.lld_macro_paths[2123]":["add"],"discoveryruleprototype.lld_macro_paths[2123].lld_macro":["add","{#L2}"],"discoveryruleprototype.lld_macro_paths[2123].path":["add","$.level_2"]}'),('cmcn655xm0005srjq8b790rkh',null,'System',1751534038,0,'',28853,'1st level Trigger prototype 01 {#L1}',31,'cmcn655zt000bsrjqqcojj0m1','{"triggerprototype.triggerid":["add",28853],"triggerprototype":["add"],"triggerprototype.flags":["add",6],"triggerprototype.priority":["add",2],"triggerprototype.expression":["add","{42095}<>1"]}'),('cmcn655zj000asrjqs9baoxy2',null,'System',1751534038,0,'',10857,'Root level Host prototype 01',4,'cmcn655zt000bsrjqqcojj0m1','{"host.hostid":["add",10857],"host.host":["add","Root level Host prototype 01"],"host.name":["add","Root level Host prototype 01"],"host.flags":["add",4],"host.inventory_mode":["add",-1],"host.groups[5]":["add"],"host.groups[707].hostid":["add",10857],"host.groups[707].groupid":["add",5]}'),('cmcn655xy0006srjq9pu3x1q5',null,'System',1751534038,0,'',4297,'1st level Graph prototype 01 {#L1}',35,'cmcn655zt000bsrjqqcojj0m1','{"graphprototype.graphid":["add",4297],"graphprototype":["add"],"graphprototype.name":["add","1st level Graph prototype 01 {#L1}"],"graphprototype.yaxismax":["add",0.000000],"graphprototype.flags":["add",6],"graphprototype.gitems[297648]":["add"],"graphprototype.gitems[297648].color":["add","1A7C11"],"graphprototype.gitems[297648].calc_fnc":["add",7],"graphprototype.gitems[297648].itemid":["add",59714]}'),('cmcn655z80009srjqxjrtxyfq',null,'System',1751534038,0,'',4298,'Root level Graph prototype 01',6,'cmcn655zt000bsrjqqcojj0m1','{"graph.graphid":["add",4298],"graph":["add"],"graph.name":["add","Root level Graph prototype 01"],"graph.flags":["add",4],"graph.gitems[297649]":["add"],"graph.gitems[297649].color":["add","1A7C11"],"graph.gitems[297649].calc_fnc":["add",7],"graph.gitems[297649].itemid":["add",59712]}'),('cmcn655wf0002srjqz44t7ghw',null,'System',1751534038,0,'',59713,'1st level LLD',52,'cmcn655zt000bsrjqqcojj0m1','{"discoveryrule.itemid":["add",59713],"discoveryrule.hostid":["add",10853],"discoveryrule.name":["add","1st level LLD"],"discoveryrule.key_":["add","lld_trap[01]"],"discoveryrule.type":["add",23],"discoveryrule.value_type":["add",4],"discoveryrule.flags":["add",5],"discoveryrule.preprocessing[117941]":["add"],"discoveryrule.preprocessing[117941].step":["add",1],"discoveryrule.preprocessing[117941].type":["add",12],"discoveryrule.preprocessing[117941].params":["add","$.path_to_1"],"discoveryrule.lld_macro_paths[2122]":["add"],"discoveryrule.lld_macro_paths[2122].lld_macro":["add","{#L1}"],"discoveryrule.lld_macro_paths[2122].path":["add","$.level_1"]}'),('cmcn655yx0008srjq38hr7e3z',null,'System',1751534038,0,'',28854,'Root level Trigger prototype',13,'cmcn655zt000bsrjqqcojj0m1','{"trigger.triggerid":["add",28854],"trigger":["add"],"trigger.flags":["add",4],"trigger.priority":["add",2],"trigger.expression":["add","{42096}<>0"]}'),('cmcn655wv0003srjqeh6a5eb4',null,'System',1751534038,0,'',59714,'1st level item prototype',36,'cmcn655zt000bsrjqqcojj0m1','{"itemprototype.itemid":["add",59714],"itemprototype.hostid":["add",10853],"itemprototype.name":["add","1st level item prototype"],"itemprototype.key_":["add","trap1[01,{#L1}]"],"itemprototype.type":["add",2],"itemprototype.value_type":["add",3],"itemprototype.flags":["add",6],"itemprototype.ruleid":["add",59713]}'),('cmcn655wf0001srjqeu1p5kqy',null,'System',1751534038,0,'',59712,'Root level item prototype',15,'cmcn655zt000bsrjqqcojj0m1','{"item.itemid":["add",59712],"item.hostid":["add",10853],"item.name":["add","Root level item prototype"],"item.key_":["add","trap0[01]"],"item.type":["add",2],"item.value_type":["add",3],"item.flags":["add",4]}'),('cmcn655yd0007srjq2polbdyi',null,'System',1751534038,0,'',10856,'1st Level Host prototype 01 {#L1}',37,'cmcn655zt000bsrjqqcojj0m1','{"hostprototype.hostid":["add",10856],"hostprototype.host":["add","1st Level Host prototype 01 {#L1}"],"hostprototype.name":["add","1st Level Host prototype 01 {#L1}"],"hostprototype.flags":["add",6],"hostprototype.inventory_mode":["add",-1],"hostprototype.ruleid":["add",59713]}');.] 256347:20250703:121358.938 End of lld_process_discovery_rule() 256347:20250703:121358.938 In zbx_ipc_socket_write() 256347:20250703:121358.938 End of zbx_ipc_socket_write():SUCCEED 256347:20250703:121358.938 In zbx_ipc_socket_read() 256344:20250703:121358.938 End of zbx_ipc_service_recv():1 256344:20250703:121358.939 In lld_process_result() 256344:20250703:121358.939 discovery rule:59707 has been processed 256344:20250703:121358.939 End of lld_process_result() 256344:20250703:121358.939 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121358.996 End of zbx_ipc_service_recv():2 256312:20250703:121358.997 In zbx_ipc_async_socket_send() 256312:20250703:121358.997 In zbx_ipc_client_send() clientid:0 256312:20250703:121358.997 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121358.997 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121358.997 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121358.997 End of zbx_ipc_async_socket_flush():0 256312:20250703:121358.997 In zbx_ipc_service_recv() timeout:0.997 256302:20250703:121358.997 End of zbx_ipc_service_recv():1 256302:20250703:121358.997 In zbx_ha_dispatch_message() 256302:20250703:121358.997 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121358.997 In zbx_ipc_service_recv() timeout:1.000 256314:20250703:121359.125 End of zbx_ipc_service_recv():2 256314:20250703:121359.125 In zbx_ipc_service_recv() timeout:1.000 256418:20250703:121359.340 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121359.340 End of zbx_ipc_async_socket_recv():0 256418:20250703:121359.340 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121359.340 End of zbx_dc_config_get_poller_items():0 256418:20250703:121359.340 queue processing_num:0 pending:0 256343:20250703:121359.345 End of zbx_ipc_service_recv():2 256343:20250703:121359.345 In zbx_pp_manager_process_finished() 256343:20250703:121359.345 In zbx_timekeeper_collect() 256343:20250703:121359.345 End of zbx_timekeeper_collect() 256343:20250703:121359.345 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121359.345 In zbx_ipc_service_recv() timeout:0.500 256416:20250703:121359.352 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121359.352 End of zbx_ipc_async_socket_recv():0 256416:20250703:121359.352 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121359.352 End of zbx_dc_config_get_poller_items():0 256416:20250703:121359.352 queue processing_num:0 pending:0 256417:20250703:121359.354 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121359.354 End of zbx_ipc_async_socket_recv():0 256417:20250703:121359.354 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121359.354 End of zbx_dc_config_get_poller_items():0 256417:20250703:121359.354 queue processing_num:0 pending:0 256372:20250703:121359.400 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121359.400 In collect_selfmon_stats() 256372:20250703:121359.400 In zbx_timekeeper_collect() 256372:20250703:121359.400 End of zbx_timekeeper_collect() 256372:20250703:121359.400 End of collect_selfmon_stats() 256372:20250703:121359.400 zbx_setproctitle() title:'self-monitoring [processed data in 0.000124 sec, idle 1 sec]' 256355:20250703:121359.413 End of zbx_ipc_async_socket_recv():0 256355:20250703:121359.413 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000031 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121359.413 In zbx_sync_history_cache() history_num:0 256355:20250703:121359.413 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000033 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121359.413 In zbx_ipc_async_socket_recv() timeout:1 256356:20250703:121359.413 End of zbx_ipc_async_socket_recv():0 256356:20250703:121359.413 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000016 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121359.413 In zbx_sync_history_cache() history_num:0 256356:20250703:121359.413 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000015 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121359.413 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121359.413 End of zbx_ipc_async_socket_recv():0 256354:20250703:121359.413 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000021 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121359.413 In zbx_sync_history_cache() history_num:0 256354:20250703:121359.413 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000013 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121359.413 In zbx_ipc_async_socket_recv() timeout:1 256353:20250703:121359.415 End of zbx_ipc_async_socket_recv():0 256353:20250703:121359.415 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000018 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121359.415 In zbx_sync_history_cache() history_num:0 256353:20250703:121359.415 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000023 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121359.415 In zbx_ipc_async_socket_recv() timeout:1 256357:20250703:121359.464 End of zbx_ipc_async_socket_recv():0 256357:20250703:121359.464 zbx_setproctitle() title:'escalator #1 [processed 0 escalations in 0.000908 sec, processing escalations]' 256357:20250703:121359.464 In process_escalations() 256357:20250703:121359.464 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is not null and nextcheck<=1751534042 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121359.464 End of process_escalations() 256357:20250703:121359.465 In process_escalations() 256357:20250703:121359.465 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is not null and nextcheck<=1751534042 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121359.465 End of process_escalations() 256357:20250703:121359.465 In process_escalations() 256357:20250703:121359.465 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is null and serviceid is not null and nextcheck<=1751534042 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121359.465 End of process_escalations() 256357:20250703:121359.465 In process_escalations() 256357:20250703:121359.465 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is null and serviceid is null and nextcheck<=1751534042 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121359.465 End of process_escalations() 256357:20250703:121359.465 zbx_setproctitle() title:'escalator #1 [processed 0 escalations in 0.000834 sec, idle 3 sec]' 256357:20250703:121359.465 In zbx_ipc_async_socket_recv() timeout:3 256407:20250703:121359.516 End of zbx_ipc_async_socket_recv():0 256407:20250703:121359.516 In zbx_ipc_async_socket_send() 256407:20250703:121359.516 In zbx_ipc_client_send() clientid:0 256407:20250703:121359.516 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121359.516 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121359.516 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000030 sec, idle 1 sec]' 256407:20250703:121359.516 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121359.516 End of zbx_ipc_service_recv():1 256339:20250703:121359.516 In am_flush_results() results:0 256339:20250703:121359.516 In zbx_ipc_client_send() clientid:8 256339:20250703:121359.516 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121359.516 End of am_flush_results() 256339:20250703:121359.516 In zbx_ipc_service_recv() timeout:1.000 256421:20250703:121359.516 End of zbx_ipc_service_recv():2 256421:20250703:121359.516 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121359.516 End of zbx_ipc_async_socket_recv():0 256407:20250703:121359.516 In am_db_flush_results() 256407:20250703:121359.516 End of am_db_flush_results() flushed:0 256407:20250703:121359.516 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000009 sec, idle 1 sec]' 256407:20250703:121359.516 In zbx_ipc_async_socket_recv() timeout:1 256419:20250703:121359.520 End of zbx_ipc_service_recv():2 256419:20250703:121359.520 In zbx_ipc_service_recv() timeout:1.000 256413:20250703:121359.572 End of zbx_ipc_service_recv():2 256413:20250703:121359.572 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121359.850 End of zbx_ipc_service_recv():2 256343:20250703:121359.850 In zbx_pp_manager_process_finished() 256343:20250703:121359.850 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121359.850 In zbx_ipc_service_recv() timeout:0.500 256344:20250703:121359.939 End of zbx_ipc_service_recv():2 256344:20250703:121359.940 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121359.996 End of zbx_ipc_service_recv():2 256312:20250703:121359.996 In zbx_ipc_async_socket_send() 256312:20250703:121359.996 In zbx_ipc_client_send() clientid:0 256312:20250703:121359.996 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121359.996 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121359.996 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121359.996 End of zbx_ipc_async_socket_flush():0 256312:20250703:121359.996 In zbx_ipc_service_recv() timeout:0.998 256302:20250703:121359.996 End of zbx_ipc_service_recv():1 256302:20250703:121359.996 In zbx_ha_dispatch_message() 256302:20250703:121359.996 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121359.996 In zbx_ipc_service_recv() timeout:1.000 256314:20250703:121400.132 End of zbx_ipc_service_recv():2 256314:20250703:121400.132 In zbx_ipc_service_recv() timeout:1.000 256418:20250703:121400.340 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121400.340 End of zbx_ipc_async_socket_recv():0 256418:20250703:121400.340 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121400.340 End of zbx_dc_config_get_poller_items():0 256418:20250703:121400.340 queue processing_num:0 pending:0 256417:20250703:121400.352 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121400.352 End of zbx_ipc_async_socket_recv():0 256417:20250703:121400.352 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121400.352 End of zbx_dc_config_get_poller_items():0 256417:20250703:121400.352 queue processing_num:0 pending:0 256416:20250703:121400.354 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121400.354 End of zbx_ipc_async_socket_recv():0 256416:20250703:121400.354 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121400.354 End of zbx_dc_config_get_poller_items():0 256416:20250703:121400.354 queue processing_num:0 pending:0 256343:20250703:121400.356 End of zbx_ipc_service_recv():2 256343:20250703:121400.356 In zbx_pp_manager_process_finished() 256343:20250703:121400.356 In zbx_timekeeper_collect() 256343:20250703:121400.356 End of zbx_timekeeper_collect() 256343:20250703:121400.356 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121400.356 In zbx_ipc_service_recv() timeout:0.500 256373:20250703:121400.386 End of zbx_ipc_async_socket_recv():0 256373:20250703:121400.386 zbx_setproctitle() title:'task manager [processing tasks]' 256373:20250703:121400.387 query [txnlev:0] [select taskid,type,clock,ttl,proxyid from task where status in (1,2) order by taskid] 256373:20250703:121400.388 zbx_setproctitle() title:'task manager [processed 0 task(s) in 0.001014 sec, idle 5 sec]' 256373:20250703:121400.388 In zbx_ipc_async_socket_recv() timeout:5 256372:20250703:121400.401 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121400.401 In collect_selfmon_stats() 256372:20250703:121400.401 In zbx_timekeeper_collect() 256372:20250703:121400.401 End of zbx_timekeeper_collect() 256372:20250703:121400.401 End of collect_selfmon_stats() 256372:20250703:121400.401 zbx_setproctitle() title:'self-monitoring [processed data in 0.000142 sec, idle 1 sec]' 256353:20250703:121400.416 End of zbx_ipc_async_socket_recv():0 256353:20250703:121400.416 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000023 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121400.416 In zbx_sync_history_cache() history_num:0 256353:20250703:121400.416 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000031 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121400.416 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121400.416 End of zbx_ipc_async_socket_recv():0 256354:20250703:121400.416 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000013 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121400.416 In zbx_sync_history_cache() history_num:0 256354:20250703:121400.416 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000013 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121400.416 In zbx_ipc_async_socket_recv() timeout:1 256356:20250703:121400.416 End of zbx_ipc_async_socket_recv():0 256356:20250703:121400.416 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000015 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121400.416 In zbx_sync_history_cache() history_num:0 256356:20250703:121400.416 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000018 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121400.416 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121400.416 End of zbx_ipc_async_socket_recv():0 256355:20250703:121400.416 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000033 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121400.416 In zbx_sync_history_cache() history_num:0 256355:20250703:121400.416 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000013 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121400.416 In zbx_ipc_async_socket_recv() timeout:1 256349:20250703:121400.452 zbx_setproctitle() title:'timer #1 [updated 0 hosts, suppressed 0 events in 0.132163 sec, processing maintenances]' 256349:20250703:121400.452 In zbx_dc_update_maintenances() 256349:20250703:121400.452 End of zbx_dc_update_maintenances() started:0 stopped:0 running:0 256349:20250703:121400.452 query [txnlev:0] [select eventid,maintenanceid from event_suppress where suppress_until<1751534040 and suppress_until<>0] 256349:20250703:121400.453 query [txnlev:1] [begin;] 256349:20250703:121400.453 query [txnlev:1] [delete from event_suppress where suppress_until<1751534040 and suppress_until<>0] 256349:20250703:121400.453 query [txnlev:1] [commit;] 256349:20250703:121400.453 zbx_setproctitle() title:'timer #1 [updated 0 hosts, suppressed 0 events in 0.001358 sec, idle 59 sec]' 256419:20250703:121400.521 End of zbx_ipc_service_recv():2 256419:20250703:121400.521 In zbx_ipc_service_recv() timeout:1.000 256421:20250703:121400.521 End of zbx_ipc_service_recv():2 256421:20250703:121400.521 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121400.521 End of zbx_ipc_async_socket_recv():0 256407:20250703:121400.521 In zbx_ipc_async_socket_send() 256407:20250703:121400.521 In zbx_ipc_client_send() clientid:0 256407:20250703:121400.521 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121400.521 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121400.521 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000044 sec, idle 1 sec]' 256407:20250703:121400.521 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121400.521 End of zbx_ipc_service_recv():1 256339:20250703:121400.521 In am_flush_results() results:0 256339:20250703:121400.521 In zbx_ipc_client_send() clientid:8 256339:20250703:121400.521 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121400.521 End of am_flush_results() 256339:20250703:121400.522 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121400.522 End of zbx_ipc_async_socket_recv():0 256407:20250703:121400.522 In am_db_flush_results() 256407:20250703:121400.522 End of am_db_flush_results() flushed:0 256407:20250703:121400.522 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000017 sec, idle 1 sec]' 256407:20250703:121400.522 In zbx_ipc_async_socket_recv() timeout:1 256413:20250703:121400.573 End of zbx_ipc_service_recv():2 256413:20250703:121400.573 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121400.858 End of zbx_ipc_service_recv():2 256343:20250703:121400.858 In zbx_pp_manager_process_finished() 256343:20250703:121400.858 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121400.858 In zbx_ipc_service_recv() timeout:0.500 256344:20250703:121400.941 End of zbx_ipc_service_recv():2 256344:20250703:121400.941 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121400.996 End of zbx_ipc_service_recv():2 256312:20250703:121400.996 In zbx_ipc_async_socket_send() 256312:20250703:121400.996 In zbx_ipc_client_send() clientid:0 256312:20250703:121400.996 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121400.997 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121400.997 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121400.997 End of zbx_ipc_async_socket_flush():0 256312:20250703:121400.997 In zbx_ipc_service_recv() timeout:0.997 256302:20250703:121400.997 End of zbx_ipc_service_recv():1 256302:20250703:121400.997 In zbx_ha_dispatch_message() 256302:20250703:121400.997 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121400.997 In zbx_ipc_service_recv() timeout:1.000 256314:20250703:121401.132 End of zbx_ipc_service_recv():2 256314:20250703:121401.132 In zbx_ipc_service_recv() timeout:1.000 256418:20250703:121401.342 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121401.342 End of zbx_ipc_async_socket_recv():0 256418:20250703:121401.342 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121401.342 End of zbx_dc_config_get_poller_items():0 256418:20250703:121401.342 queue processing_num:0 pending:0 256417:20250703:121401.352 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121401.352 End of zbx_ipc_async_socket_recv():0 256417:20250703:121401.353 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121401.353 End of zbx_dc_config_get_poller_items():0 256417:20250703:121401.353 queue processing_num:0 pending:0 256416:20250703:121401.354 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121401.354 End of zbx_ipc_async_socket_recv():0 256416:20250703:121401.354 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121401.354 End of zbx_dc_config_get_poller_items():0 256416:20250703:121401.354 queue processing_num:0 pending:0 256343:20250703:121401.360 End of zbx_ipc_service_recv():2 256343:20250703:121401.360 In zbx_pp_manager_process_finished() 256343:20250703:121401.360 In zbx_timekeeper_collect() 256343:20250703:121401.360 End of zbx_timekeeper_collect() 256343:20250703:121401.360 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121401.360 In zbx_ipc_service_recv() timeout:0.500 256372:20250703:121401.401 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121401.402 In collect_selfmon_stats() 256372:20250703:121401.402 In zbx_timekeeper_collect() 256372:20250703:121401.402 End of zbx_timekeeper_collect() 256372:20250703:121401.402 End of collect_selfmon_stats() 256372:20250703:121401.402 zbx_setproctitle() title:'self-monitoring [processed data in 0.000138 sec, idle 1 sec]' 256353:20250703:121401.417 End of zbx_ipc_async_socket_recv():0 256353:20250703:121401.417 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000031 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121401.417 In zbx_sync_history_cache() history_num:0 256353:20250703:121401.417 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000030 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121401.417 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121401.417 End of zbx_ipc_async_socket_recv():0 256354:20250703:121401.417 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000013 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121401.417 In zbx_sync_history_cache() history_num:0 256354:20250703:121401.417 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000012 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121401.417 In zbx_ipc_async_socket_recv() timeout:1 256356:20250703:121401.417 End of zbx_ipc_async_socket_recv():0 256356:20250703:121401.417 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000018 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121401.417 In zbx_sync_history_cache() history_num:0 256356:20250703:121401.417 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000020 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121401.417 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121401.417 End of zbx_ipc_async_socket_recv():0 256355:20250703:121401.417 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000013 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121401.417 In zbx_sync_history_cache() history_num:0 256355:20250703:121401.417 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000012 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121401.417 In zbx_ipc_async_socket_recv() timeout:1 256421:20250703:121401.524 End of zbx_ipc_service_recv():2 256421:20250703:121401.524 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121401.524 End of zbx_ipc_async_socket_recv():0 256407:20250703:121401.524 In zbx_ipc_async_socket_send() 256407:20250703:121401.524 In zbx_ipc_client_send() clientid:0 256407:20250703:121401.524 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121401.524 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121401.524 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000045 sec, idle 1 sec]' 256407:20250703:121401.524 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121401.524 End of zbx_ipc_service_recv():1 256339:20250703:121401.524 In am_flush_results() results:0 256339:20250703:121401.524 In zbx_ipc_client_send() clientid:8 256339:20250703:121401.524 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121401.524 End of am_flush_results() 256339:20250703:121401.524 In zbx_ipc_service_recv() timeout:1.000 256419:20250703:121401.524 End of zbx_ipc_service_recv():2 256419:20250703:121401.524 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121401.524 End of zbx_ipc_async_socket_recv():0 256407:20250703:121401.524 In am_db_flush_results() 256407:20250703:121401.524 End of am_db_flush_results() flushed:0 256407:20250703:121401.524 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000016 sec, idle 1 sec]' 256407:20250703:121401.524 In zbx_ipc_async_socket_recv() timeout:1 256413:20250703:121401.580 End of zbx_ipc_service_recv():2 256413:20250703:121401.581 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121401.868 End of zbx_ipc_service_recv():2 256343:20250703:121401.868 In zbx_pp_manager_process_finished() 256343:20250703:121401.868 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121401.868 In zbx_ipc_service_recv() timeout:0.500 256344:20250703:121401.945 End of zbx_ipc_service_recv():2 256344:20250703:121401.945 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121401.997 End of zbx_ipc_service_recv():2 256312:20250703:121401.997 In ha_check_nodes() ha_status:active db_status:0 256312:20250703:121401.997 query [txnlev:1] [begin;] 256312:20250703:121401.997 query [txnlev:1] [select ha_nodeid,name,status,lastaccess,address,port,ha_sessionid from ha_node order by ha_nodeid for update] 256312:20250703:121401.997 query [txnlev:1] [select name, value_str, value_int from settings where name in ('ha_failover_delay', 'auditlog_enabled', 'auditlog_mode')] 256302:20250703:121401.998 End of zbx_ipc_service_recv():2 256302:20250703:121401.998 In zbx_ha_dispatch_message() 256302:20250703:121401.998 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121401.998 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121401.998 In ha_db_get_time() 256312:20250703:121401.998 query [txnlev:1] [select cast(extract(epoch from now()) as int) from settings limit 1] 256312:20250703:121401.998 End of ha_db_get_time():SUCCEED db_time:1751534042 256312:20250703:121401.998 query [txnlev:1] [update ha_node set lastaccess=cast(extract(epoch from now()) as int) where ha_nodeid='cmbtfdmr70001y3jqx66php2f'] 256312:20250703:121401.998 query [txnlev:1] [commit;] 256312:20250703:121402.000 End of ha_check_nodes() nodeid:cmbtfdmr70001y3jqx66php2f ha_status:active db_status:0 256312:20250703:121402.001 In zbx_ipc_async_socket_send() 256312:20250703:121402.001 In zbx_ipc_client_send() clientid:0 256312:20250703:121402.001 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121402.001 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121402.001 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121402.001 End of zbx_ipc_async_socket_flush():0 256312:20250703:121402.001 In zbx_ipc_service_recv() timeout:0.997 256302:20250703:121402.001 End of zbx_ipc_service_recv():1 256302:20250703:121402.001 In zbx_ha_dispatch_message() 256302:20250703:121402.001 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121402.001 In zbx_ipc_service_recv() timeout:1.000 256314:20250703:121402.138 End of zbx_ipc_service_recv():2 256314:20250703:121402.138 In zbx_ipc_service_recv() timeout:1.000 256418:20250703:121402.343 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121402.343 End of zbx_ipc_async_socket_recv():0 256418:20250703:121402.343 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121402.343 End of zbx_dc_config_get_poller_items():0 256418:20250703:121402.343 queue processing_num:0 pending:0 256417:20250703:121402.352 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121402.352 End of zbx_ipc_async_socket_recv():0 256417:20250703:121402.352 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121402.352 End of zbx_dc_config_get_poller_items():0 256417:20250703:121402.352 queue processing_num:0 pending:0 256416:20250703:121402.354 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121402.355 End of zbx_ipc_async_socket_recv():0 256416:20250703:121402.355 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121402.355 End of zbx_dc_config_get_poller_items():0 256416:20250703:121402.355 queue processing_num:0 pending:0 256343:20250703:121402.391 End of zbx_ipc_service_recv():2 256343:20250703:121402.392 In zbx_pp_manager_process_finished() 256343:20250703:121402.392 In zbx_timekeeper_collect() 256343:20250703:121402.392 End of zbx_timekeeper_collect() 256343:20250703:121402.392 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121402.392 In zbx_ipc_service_recv() timeout:0.500 256372:20250703:121402.404 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121402.404 In collect_selfmon_stats() 256372:20250703:121402.404 In zbx_timekeeper_collect() 256372:20250703:121402.404 End of zbx_timekeeper_collect() 256372:20250703:121402.404 End of collect_selfmon_stats() 256372:20250703:121402.404 zbx_setproctitle() title:'self-monitoring [processed data in 0.000139 sec, idle 1 sec]' 256353:20250703:121402.421 End of zbx_ipc_async_socket_recv():0 256353:20250703:121402.421 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000030 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121402.421 In zbx_sync_history_cache() history_num:0 256353:20250703:121402.421 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000054 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121402.421 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121402.421 End of zbx_ipc_async_socket_recv():0 256355:20250703:121402.421 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000012 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121402.421 In zbx_sync_history_cache() history_num:0 256355:20250703:121402.421 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000062 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121402.421 In zbx_ipc_async_socket_recv() timeout:1 256356:20250703:121402.421 End of zbx_ipc_async_socket_recv():0 256356:20250703:121402.421 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000020 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121402.421 In zbx_sync_history_cache() history_num:0 256356:20250703:121402.421 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000046 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121402.421 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121402.421 End of zbx_ipc_async_socket_recv():0 256354:20250703:121402.421 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000012 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121402.421 In zbx_sync_history_cache() history_num:0 256354:20250703:121402.421 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000044 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121402.421 In zbx_ipc_async_socket_recv() timeout:1 256357:20250703:121402.468 End of zbx_ipc_async_socket_recv():0 256357:20250703:121402.468 zbx_setproctitle() title:'escalator #1 [processed 0 escalations in 0.000834 sec, processing escalations]' 256357:20250703:121402.468 In process_escalations() 256357:20250703:121402.468 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is not null and nextcheck<=1751534045 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121402.469 End of process_escalations() 256357:20250703:121402.469 In process_escalations() 256357:20250703:121402.469 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is not null and nextcheck<=1751534045 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121402.473 End of process_escalations() 256357:20250703:121402.473 In process_escalations() 256357:20250703:121402.473 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is null and serviceid is not null and nextcheck<=1751534045 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121402.473 End of process_escalations() 256357:20250703:121402.473 In process_escalations() 256357:20250703:121402.473 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is null and serviceid is null and nextcheck<=1751534045 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121402.474 End of process_escalations() 256357:20250703:121402.474 zbx_setproctitle() title:'escalator #1 [processed 0 escalations in 0.006413 sec, idle 3 sec]' 256357:20250703:121402.474 In zbx_ipc_async_socket_recv() timeout:3 256419:20250703:121402.528 End of zbx_ipc_service_recv():2 256419:20250703:121402.528 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121402.528 End of zbx_ipc_service_recv():2 256339:20250703:121402.528 In zbx_ipc_service_recv() timeout:1.000 256421:20250703:121402.528 End of zbx_ipc_service_recv():2 256421:20250703:121402.528 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121402.528 End of zbx_ipc_async_socket_recv():0 256407:20250703:121402.528 In zbx_ipc_async_socket_send() 256407:20250703:121402.528 In zbx_ipc_client_send() clientid:0 256407:20250703:121402.529 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121402.529 End of zbx_ipc_service_recv():1 256339:20250703:121402.529 In am_flush_results() results:0 256339:20250703:121402.529 In zbx_ipc_client_send() clientid:8 256339:20250703:121402.529 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121402.529 End of am_flush_results() 256339:20250703:121402.529 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121402.530 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121402.530 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.001182 sec, idle 1 sec]' 256407:20250703:121402.530 In zbx_ipc_async_socket_recv() timeout:1 256407:20250703:121402.530 End of zbx_ipc_async_socket_recv():0 256407:20250703:121402.530 In am_db_flush_results() 256407:20250703:121402.530 End of am_db_flush_results() flushed:0 256407:20250703:121402.530 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000019 sec, idle 1 sec]' 256407:20250703:121402.530 In zbx_ipc_async_socket_recv() timeout:1 256413:20250703:121402.581 End of zbx_ipc_service_recv():2 256413:20250703:121402.581 In zbx_ipc_service_recv() timeout:1.000 256403:20250703:121402.641 zbx_setproctitle() title:'trapper #3 [processing data]' 256403:20250703:121402.641 In zbx_ipc_async_socket_recv() timeout:0 256403:20250703:121402.641 End of zbx_ipc_async_socket_recv():0 256403:20250703:121402.641 trapper got '{"request":"status.get","type":"ping","sid":"c289772eee1c5f3fdf77c73a4585334a"}' 256403:20250703:121402.641 In recv_getstatus() 256403:20250703:121402.641 In zbx_get_user_from_json() 256403:20250703:121402.641 In zbx_db_get_user_by_active_session() sessionid:c289772eee1c5f3fdf77c73a4585334a 256403:20250703:121402.641 query [txnlev:0] [select u.userid,u.roleid,u.username,r.type from sessions s,users u,role r where s.userid=u.userid and s.sessionid='c289772eee1c5f3fdf77c73a4585334a' and s.status=0 and u.roleid=r.roleid] 256403:20250703:121402.642 End of zbx_db_get_user_by_active_session():SUCCEED 256403:20250703:121402.642 Permission granted 256403:20250703:121402.642 End of zbx_get_user_from_json():SUCCEED 256403:20250703:121402.642 recv_getstatus() json.buffer:'{"response":"success","data":{}}' 256403:20250703:121402.642 End of recv_getstatus():SUCCEED 256403:20250703:121402.642 zbx_setproctitle() title:'trapper #3 [processed data in 0.001564 sec, waiting for connection]' 256343:20250703:121402.898 End of zbx_ipc_service_recv():2 256343:20250703:121402.898 In zbx_pp_manager_process_finished() 256343:20250703:121402.898 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121402.898 In zbx_ipc_service_recv() timeout:0.500 256344:20250703:121402.948 End of zbx_ipc_service_recv():2 256344:20250703:121402.948 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121403.000 End of zbx_ipc_service_recv():2 256312:20250703:121403.000 In zbx_ipc_async_socket_send() 256312:20250703:121403.000 In zbx_ipc_client_send() clientid:0 256312:20250703:121403.000 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121403.000 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121403.000 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121403.000 End of zbx_ipc_async_socket_flush():0 256312:20250703:121403.000 In zbx_ipc_service_recv() timeout:0.993 256302:20250703:121403.000 End of zbx_ipc_service_recv():1 256302:20250703:121403.000 In zbx_ha_dispatch_message() 256302:20250703:121403.000 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121403.000 In zbx_ipc_service_recv() timeout:1.000 256314:20250703:121403.140 End of zbx_ipc_service_recv():2 256314:20250703:121403.140 zbx_setproctitle() title:'service manager #1 [processed 0 events, updated 0 event tags, deleted 0 problems, synced 0 service updates, idle 5.018585 sec during 5.018607 sec]' 256314:20250703:121403.140 In zbx_ipc_service_recv() timeout:1.000 256351:20250703:121403.292 End of zbx_ipc_async_socket_recv():0 256351:20250703:121403.293 zbx_setproctitle() title:'browser poller #1 [got 0 values in 0.000057 sec, getting values]' 256351:20250703:121403.293 In get_values() 256351:20250703:121403.293 In zbx_dc_config_get_poller_items() poller_type:11 256351:20250703:121403.293 End of zbx_dc_config_get_poller_items():0 256351:20250703:121403.293 In zbx_dc_config_get_poller_nextcheck() poller_type:11 256351:20250703:121403.293 End of zbx_dc_config_get_poller_nextcheck():-1 256351:20250703:121403.293 End of get_values():0 256351:20250703:121403.293 zbx_setproctitle() title:'browser poller #1 [got 0 values in 0.000425 sec, idle 5 sec]' 256351:20250703:121403.293 In zbx_ipc_async_socket_recv() timeout:5 256363:20250703:121403.301 End of zbx_ipc_async_socket_recv():0 256363:20250703:121403.301 zbx_setproctitle() title:'java poller #6 [got 0 values in 0.000110 sec, getting values]' 256363:20250703:121403.301 In get_values() 256363:20250703:121403.301 In zbx_dc_config_get_poller_items() poller_type:4 256363:20250703:121403.301 End of zbx_dc_config_get_poller_items():0 256363:20250703:121403.301 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256363:20250703:121403.301 End of zbx_dc_config_get_poller_nextcheck():-1 256363:20250703:121403.301 End of get_values():0 256363:20250703:121403.301 zbx_setproctitle() title:'java poller #6 [got 0 values in 0.000099 sec, idle 5 sec]' 256363:20250703:121403.301 In zbx_ipc_async_socket_recv() timeout:5 256362:20250703:121403.304 End of zbx_ipc_async_socket_recv():0 256362:20250703:121403.304 zbx_setproctitle() title:'java poller #5 [got 0 values in 0.000062 sec, getting values]' 256362:20250703:121403.304 In get_values() 256362:20250703:121403.304 In zbx_dc_config_get_poller_items() poller_type:4 256362:20250703:121403.304 End of zbx_dc_config_get_poller_items():0 256362:20250703:121403.304 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256362:20250703:121403.304 End of zbx_dc_config_get_poller_nextcheck():-1 256362:20250703:121403.304 End of get_values():0 256362:20250703:121403.304 zbx_setproctitle() title:'java poller #5 [got 0 values in 0.000403 sec, idle 5 sec]' 256362:20250703:121403.304 In zbx_ipc_async_socket_recv() timeout:5 256361:20250703:121403.305 End of zbx_ipc_async_socket_recv():0 256361:20250703:121403.305 zbx_setproctitle() title:'java poller #4 [got 0 values in 0.000035 sec, getting values]' 256361:20250703:121403.305 In get_values() 256361:20250703:121403.305 In zbx_dc_config_get_poller_items() poller_type:4 256361:20250703:121403.305 End of zbx_dc_config_get_poller_items():0 256361:20250703:121403.305 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256361:20250703:121403.305 End of zbx_dc_config_get_poller_nextcheck():-1 256361:20250703:121403.305 End of get_values():0 256361:20250703:121403.305 zbx_setproctitle() title:'java poller #4 [got 0 values in 0.000081 sec, idle 5 sec]' 256361:20250703:121403.305 In zbx_ipc_async_socket_recv() timeout:5 256359:20250703:121403.336 End of zbx_ipc_async_socket_recv():0 256360:20250703:121403.336 End of zbx_ipc_async_socket_recv():0 256360:20250703:121403.336 zbx_setproctitle() title:'java poller #3 [got 0 values in 0.000031 sec, getting values]' 256360:20250703:121403.336 In get_values() 256360:20250703:121403.337 In zbx_dc_config_get_poller_items() poller_type:4 256360:20250703:121403.337 End of zbx_dc_config_get_poller_items():0 256360:20250703:121403.337 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256360:20250703:121403.337 End of zbx_dc_config_get_poller_nextcheck():-1 256360:20250703:121403.337 End of get_values():0 256360:20250703:121403.337 zbx_setproctitle() title:'java poller #3 [got 0 values in 0.000300 sec, idle 5 sec]' 256360:20250703:121403.337 In zbx_ipc_async_socket_recv() timeout:5 256358:20250703:121403.337 End of zbx_ipc_async_socket_recv():0 256358:20250703:121403.337 zbx_setproctitle() title:'java poller #1 [got 0 values in 0.000236 sec, getting values]' 256358:20250703:121403.337 In get_values() 256358:20250703:121403.337 In zbx_dc_config_get_poller_items() poller_type:4 256358:20250703:121403.337 End of zbx_dc_config_get_poller_items():0 256358:20250703:121403.337 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256358:20250703:121403.337 End of zbx_dc_config_get_poller_nextcheck():-1 256358:20250703:121403.337 End of get_values():0 256358:20250703:121403.337 zbx_setproctitle() title:'java poller #1 [got 0 values in 0.000085 sec, idle 5 sec]' 256358:20250703:121403.337 In zbx_ipc_async_socket_recv() timeout:5 256370:20250703:121403.337 End of zbx_ipc_async_socket_recv():0 256370:20250703:121403.337 zbx_setproctitle() title:'java poller #10 [got 0 values in 0.000028 sec, getting values]' 256370:20250703:121403.337 In get_values() 256370:20250703:121403.337 In zbx_dc_config_get_poller_items() poller_type:4 256370:20250703:121403.337 End of zbx_dc_config_get_poller_items():0 256370:20250703:121403.337 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256370:20250703:121403.337 End of zbx_dc_config_get_poller_nextcheck():-1 256370:20250703:121403.337 End of get_values():0 256370:20250703:121403.337 zbx_setproctitle() title:'java poller #10 [got 0 values in 0.000086 sec, idle 5 sec]' 256370:20250703:121403.337 In zbx_ipc_async_socket_recv() timeout:5 256359:20250703:121403.337 zbx_setproctitle() title:'java poller #2 [got 0 values in 0.000040 sec, getting values]' 256359:20250703:121403.337 In get_values() 256359:20250703:121403.337 In zbx_dc_config_get_poller_items() poller_type:4 256359:20250703:121403.337 End of zbx_dc_config_get_poller_items():0 256359:20250703:121403.337 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256359:20250703:121403.337 End of zbx_dc_config_get_poller_nextcheck():-1 256359:20250703:121403.337 End of get_values():0 256359:20250703:121403.337 zbx_setproctitle() title:'java poller #2 [got 0 values in 0.001122 sec, idle 5 sec]' 256359:20250703:121403.337 In zbx_ipc_async_socket_recv() timeout:5 256364:20250703:121403.337 End of zbx_ipc_async_socket_recv():0 256364:20250703:121403.337 zbx_setproctitle() title:'java poller #7 [got 0 values in 0.000029 sec, getting values]' 256364:20250703:121403.337 In get_values() 256364:20250703:121403.337 In zbx_dc_config_get_poller_items() poller_type:4 256364:20250703:121403.337 End of zbx_dc_config_get_poller_items():0 256364:20250703:121403.337 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256364:20250703:121403.338 End of zbx_dc_config_get_poller_nextcheck():-1 256364:20250703:121403.338 End of get_values():0 256364:20250703:121403.338 zbx_setproctitle() title:'java poller #7 [got 0 values in 0.000094 sec, idle 5 sec]' 256364:20250703:121403.338 In zbx_ipc_async_socket_recv() timeout:5 256369:20250703:121403.338 End of zbx_ipc_async_socket_recv():0 256369:20250703:121403.338 zbx_setproctitle() title:'java poller #9 [got 0 values in 0.000052 sec, getting values]' 256369:20250703:121403.338 In get_values() 256369:20250703:121403.338 In zbx_dc_config_get_poller_items() poller_type:4 256369:20250703:121403.338 End of zbx_dc_config_get_poller_items():0 256369:20250703:121403.338 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256369:20250703:121403.338 End of zbx_dc_config_get_poller_nextcheck():-1 256369:20250703:121403.338 End of get_values():0 256369:20250703:121403.338 zbx_setproctitle() title:'java poller #9 [got 0 values in 0.000067 sec, idle 5 sec]' 256369:20250703:121403.338 In zbx_ipc_async_socket_recv() timeout:5 256375:20250703:121403.340 End of zbx_ipc_async_socket_recv():0 256375:20250703:121403.340 zbx_setproctitle() title:'poller #2 [got 0 values in 0.000040 sec, getting values]' 256375:20250703:121403.340 In get_values() 256375:20250703:121403.340 In zbx_dc_config_get_poller_items() poller_type:0 256375:20250703:121403.340 End of zbx_dc_config_get_poller_items():0 256375:20250703:121403.340 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256375:20250703:121403.340 End of zbx_dc_config_get_poller_nextcheck():-1 256375:20250703:121403.340 End of get_values():0 256375:20250703:121403.340 zbx_setproctitle() title:'poller #2 [got 0 values in 0.000074 sec, idle 5 sec]' 256375:20250703:121403.340 In zbx_ipc_async_socket_recv() timeout:5 256400:20250703:121403.340 End of zbx_ipc_async_socket_recv():0 256400:20250703:121403.340 zbx_setproctitle() title:'unreachable poller #1 [got 0 values in 0.000033 sec, getting values]' 256400:20250703:121403.340 In get_values() 256400:20250703:121403.340 In zbx_dc_config_get_poller_items() poller_type:1 256400:20250703:121403.340 End of zbx_dc_config_get_poller_items():0 256400:20250703:121403.340 In zbx_dc_config_get_poller_nextcheck() poller_type:1 256400:20250703:121403.340 End of zbx_dc_config_get_poller_nextcheck():-1 256400:20250703:121403.340 End of get_values():0 256400:20250703:121403.340 zbx_setproctitle() title:'unreachable poller #1 [got 0 values in 0.000062 sec, idle 5 sec]' 256400:20250703:121403.340 In zbx_ipc_async_socket_recv() timeout:5 256418:20250703:121403.340 zbx_setproctitle() title:'snmp poller #1 [got 0 values, queued 0 in 5 sec, awaiting 0]' 256418:20250703:121403.340 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121403.340 End of zbx_ipc_async_socket_recv():0 256399:20250703:121403.340 End of zbx_ipc_async_socket_recv():0 256399:20250703:121403.340 zbx_setproctitle() title:'poller #5 [got 0 values in 0.000029 sec, getting values]' 256399:20250703:121403.340 In get_values() 256399:20250703:121403.340 In zbx_dc_config_get_poller_items() poller_type:0 256399:20250703:121403.340 End of zbx_dc_config_get_poller_items():0 256399:20250703:121403.340 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256399:20250703:121403.340 End of zbx_dc_config_get_poller_nextcheck():-1 256399:20250703:121403.340 End of get_values():0 256399:20250703:121403.340 zbx_setproctitle() title:'poller #5 [got 0 values in 0.000254 sec, idle 5 sec]' 256399:20250703:121403.340 In zbx_ipc_async_socket_recv() timeout:5 256374:20250703:121403.340 End of zbx_ipc_async_socket_recv():0 256374:20250703:121403.340 zbx_setproctitle() title:'poller #1 [got 0 values in 0.000029 sec, getting values]' 256374:20250703:121403.340 In get_values() 256374:20250703:121403.340 In zbx_dc_config_get_poller_items() poller_type:0 256374:20250703:121403.340 End of zbx_dc_config_get_poller_items():0 256374:20250703:121403.340 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256374:20250703:121403.340 End of zbx_dc_config_get_poller_nextcheck():-1 256374:20250703:121403.341 End of get_values():0 256374:20250703:121403.341 zbx_setproctitle() title:'poller #1 [got 0 values in 0.000088 sec, idle 5 sec]' 256374:20250703:121403.341 In zbx_ipc_async_socket_recv() timeout:5 256376:20250703:121403.341 End of zbx_ipc_async_socket_recv():0 256376:20250703:121403.341 zbx_setproctitle() title:'poller #3 [got 0 values in 0.000029 sec, getting values]' 256376:20250703:121403.341 In get_values() 256376:20250703:121403.341 In zbx_dc_config_get_poller_items() poller_type:0 256376:20250703:121403.341 End of zbx_dc_config_get_poller_items():0 256376:20250703:121403.341 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256376:20250703:121403.341 End of zbx_dc_config_get_poller_nextcheck():-1 256376:20250703:121403.341 End of get_values():0 256376:20250703:121403.341 zbx_setproctitle() title:'poller #3 [got 0 values in 0.000151 sec, idle 5 sec]' 256376:20250703:121403.341 In zbx_ipc_async_socket_recv() timeout:5 256418:20250703:121403.341 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121403.341 End of zbx_dc_config_get_poller_items():0 256418:20250703:121403.341 queue processing_num:0 pending:0 256406:20250703:121403.346 zbx_setproctitle() title:'icmp pinger #1 [getting values]' 256406:20250703:121403.346 In get_pinger_hosts() 256406:20250703:121403.346 In zbx_dc_config_get_poller_items() poller_type:3 256406:20250703:121403.346 End of zbx_dc_config_get_poller_items():0 256406:20250703:121403.346 End of get_pinger_hosts():0 256406:20250703:121403.346 In process_pinger_hosts() 256406:20250703:121403.346 End of process_pinger_hosts() 256406:20250703:121403.346 In zbx_dc_config_get_poller_nextcheck() poller_type:3 256406:20250703:121403.346 End of zbx_dc_config_get_poller_nextcheck():-1 256406:20250703:121403.346 zbx_setproctitle() title:'icmp pinger #1 [got 0 values in 0.000420 sec, idle 5 sec]' 256417:20250703:121403.350 zbx_setproctitle() title:'agent poller #1 [got 0 values, queued 0 in 5 sec, awaiting 0]' 256417:20250703:121403.350 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121403.350 End of zbx_ipc_async_socket_recv():0 256417:20250703:121403.351 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121403.351 End of zbx_dc_config_get_poller_items():0 256417:20250703:121403.351 queue processing_num:0 pending:0 256365:20250703:121403.352 End of zbx_ipc_async_socket_recv():0 256365:20250703:121403.352 zbx_setproctitle() title:'java poller #8 [got 0 values in 0.000176 sec, getting values]' 256365:20250703:121403.352 In get_values() 256365:20250703:121403.352 In zbx_dc_config_get_poller_items() poller_type:4 256365:20250703:121403.352 End of zbx_dc_config_get_poller_items():0 256365:20250703:121403.352 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256365:20250703:121403.352 End of zbx_dc_config_get_poller_nextcheck():-1 256365:20250703:121403.352 End of get_values():0 256365:20250703:121403.352 zbx_setproctitle() title:'java poller #8 [got 0 values in 0.000075 sec, idle 5 sec]' 256365:20250703:121403.352 In zbx_ipc_async_socket_recv() timeout:5 256416:20250703:121403.352 zbx_setproctitle() title:'http agent poller #1 [got 0 values, queued 0 in 5 sec, awaiting 0]' 256416:20250703:121403.352 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121403.352 End of zbx_ipc_async_socket_recv():0 256416:20250703:121403.352 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121403.353 End of zbx_dc_config_get_poller_items():0 256416:20250703:121403.353 queue processing_num:0 pending:0 256398:20250703:121403.360 End of zbx_ipc_async_socket_recv():0 256398:20250703:121403.360 zbx_setproctitle() title:'poller #4 [got 0 values in 0.000035 sec, getting values]' 256398:20250703:121403.360 In get_values() 256398:20250703:121403.360 In zbx_dc_config_get_poller_items() poller_type:0 256398:20250703:121403.360 End of zbx_dc_config_get_poller_items():0 256398:20250703:121403.360 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256398:20250703:121403.360 End of zbx_dc_config_get_poller_nextcheck():-1 256398:20250703:121403.360 End of get_values():0 256398:20250703:121403.360 zbx_setproctitle() title:'poller #4 [got 0 values in 0.000176 sec, idle 5 sec]' 256398:20250703:121403.360 In zbx_ipc_async_socket_recv() timeout:5 256420:20250703:121403.372 End of zbx_ipc_async_socket_recv():0 256420:20250703:121403.372 zbx_setproctitle() title:'internal poller #1 [got 0 values in 0.000037 sec, getting values]' 256420:20250703:121403.372 In get_values() 256420:20250703:121403.372 In zbx_dc_config_get_poller_items() poller_type:10 256420:20250703:121403.372 End of zbx_dc_config_get_poller_items():0 256420:20250703:121403.372 In zbx_dc_config_get_poller_nextcheck() poller_type:10 256420:20250703:121403.372 End of zbx_dc_config_get_poller_nextcheck():-1 256420:20250703:121403.372 End of get_values():0 256420:20250703:121403.372 zbx_setproctitle() title:'internal poller #1 [got 0 values in 0.000087 sec, idle 5 sec]' 256420:20250703:121403.372 In zbx_ipc_async_socket_recv() timeout:5 256415:20250703:121403.376 End of zbx_ipc_async_socket_recv():0 256415:20250703:121403.377 zbx_setproctitle() title:'odbc poller #1 [got 0 values in 0.000036 sec, getting values]' 256415:20250703:121403.377 In get_values() 256415:20250703:121403.377 In zbx_dc_config_get_poller_items() poller_type:6 256415:20250703:121403.377 End of zbx_dc_config_get_poller_items():0 256415:20250703:121403.377 In zbx_dc_config_get_poller_nextcheck() poller_type:6 256415:20250703:121403.377 End of zbx_dc_config_get_poller_nextcheck():-1 256415:20250703:121403.377 End of get_values():0 256415:20250703:121403.377 zbx_setproctitle() title:'odbc poller #1 [got 0 values in 0.000104 sec, idle 5 sec]' 256415:20250703:121403.377 In zbx_ipc_async_socket_recv() timeout:5 256343:20250703:121403.399 End of zbx_ipc_service_recv():2 256343:20250703:121403.400 In zbx_pp_manager_process_finished() 256343:20250703:121403.400 In zbx_timekeeper_collect() 256343:20250703:121403.400 End of zbx_timekeeper_collect() 256343:20250703:121403.400 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121403.400 In zbx_ipc_service_recv() timeout:0.500 256372:20250703:121403.405 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121403.405 In collect_selfmon_stats() 256372:20250703:121403.405 In zbx_timekeeper_collect() 256372:20250703:121403.405 End of zbx_timekeeper_collect() 256372:20250703:121403.405 End of collect_selfmon_stats() 256372:20250703:121403.405 zbx_setproctitle() title:'self-monitoring [processed data in 0.000108 sec, idle 1 sec]' 256409:20250703:121403.411 End of zbx_ipc_async_socket_recv():0 256409:20250703:121403.411 zbx_setproctitle() title:'history poller #2 [got 0 values in 0.000039 sec, getting values]' 256409:20250703:121403.411 In get_values() 256409:20250703:121403.411 In zbx_dc_config_get_poller_items() poller_type:5 256409:20250703:121403.412 End of zbx_dc_config_get_poller_items():0 256409:20250703:121403.412 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256409:20250703:121403.412 End of zbx_dc_config_get_poller_nextcheck():-1 256409:20250703:121403.412 End of get_values():0 256409:20250703:121403.412 zbx_setproctitle() title:'history poller #2 [got 0 values in 0.001087 sec, idle 5 sec]' 256409:20250703:121403.412 In zbx_ipc_async_socket_recv() timeout:5 256412:20250703:121403.416 End of zbx_ipc_async_socket_recv():0 256412:20250703:121403.416 zbx_setproctitle() title:'history poller #5 [got 0 values in 0.000036 sec, getting values]' 256412:20250703:121403.416 In get_values() 256412:20250703:121403.416 In zbx_dc_config_get_poller_items() poller_type:5 256412:20250703:121403.416 End of zbx_dc_config_get_poller_items():0 256412:20250703:121403.416 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256412:20250703:121403.416 End of zbx_dc_config_get_poller_nextcheck():-1 256412:20250703:121403.416 End of get_values():0 256412:20250703:121403.416 zbx_setproctitle() title:'history poller #5 [got 0 values in 0.000072 sec, idle 5 sec]' 256412:20250703:121403.416 In zbx_ipc_async_socket_recv() timeout:5 256350:20250703:121403.418 zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000081 sec, getting values]' 256350:20250703:121403.418 In process_httptests() 256350:20250703:121403.418 End of process_httptests() 256350:20250703:121403.418 zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000171 sec, idle 5 sec]' 256356:20250703:121403.424 End of zbx_ipc_async_socket_recv():0 256356:20250703:121403.424 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000046 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121403.424 In zbx_sync_history_cache() history_num:0 256356:20250703:121403.424 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000041 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121403.424 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121403.424 End of zbx_ipc_async_socket_recv():0 256354:20250703:121403.424 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000044 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121403.424 In zbx_sync_history_cache() history_num:0 256354:20250703:121403.424 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000036 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121403.424 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121403.424 End of zbx_ipc_async_socket_recv():0 256355:20250703:121403.424 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000062 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121403.424 In zbx_sync_history_cache() history_num:0 256355:20250703:121403.424 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000026 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121403.424 In zbx_ipc_async_socket_recv() timeout:1 256353:20250703:121403.424 End of zbx_ipc_async_socket_recv():0 256353:20250703:121403.424 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000054 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121403.424 In zbx_sync_history_cache() history_num:0 256353:20250703:121403.424 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000026 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121403.424 In zbx_ipc_async_socket_recv() timeout:1 256371:20250703:121403.425 End of zbx_ipc_async_socket_recv():0 256371:20250703:121403.425 zbx_setproctitle() title:'proxy poller #1 [exchanged data with 0 proxies in 0.000030 sec, exchanging data]' 256371:20250703:121403.425 In process_proxy() 256371:20250703:121403.425 In zbx_dc_config_get_proxypoller_hosts() 256371:20250703:121403.425 End of zbx_dc_config_get_proxypoller_hosts():0 256371:20250703:121403.425 End of process_proxy() 256371:20250703:121403.425 In zbx_dc_config_get_proxypoller_nextcheck() 256371:20250703:121403.425 End of zbx_dc_config_get_proxypoller_nextcheck():-1 256371:20250703:121403.425 zbx_setproctitle() title:'proxy poller #1 [exchanged data with 0 proxies in 0.000057 sec, idle 5 sec]' 256371:20250703:121403.425 In zbx_ipc_async_socket_recv() timeout:5 256411:20250703:121403.432 End of zbx_ipc_async_socket_recv():0 256411:20250703:121403.432 zbx_setproctitle() title:'history poller #4 [got 0 values in 0.000036 sec, getting values]' 256411:20250703:121403.432 In get_values() 256411:20250703:121403.432 In zbx_dc_config_get_poller_items() poller_type:5 256411:20250703:121403.432 End of zbx_dc_config_get_poller_items():0 256411:20250703:121403.432 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256411:20250703:121403.432 End of zbx_dc_config_get_poller_nextcheck():-1 256411:20250703:121403.432 End of get_values():0 256411:20250703:121403.432 zbx_setproctitle() title:'history poller #4 [got 0 values in 0.000073 sec, idle 5 sec]' 256411:20250703:121403.432 In zbx_ipc_async_socket_recv() timeout:5 256408:20250703:121403.436 End of zbx_ipc_async_socket_recv():0 256408:20250703:121403.436 zbx_setproctitle() title:'history poller #1 [got 0 values in 0.000048 sec, getting values]' 256408:20250703:121403.436 In get_values() 256408:20250703:121403.436 In zbx_dc_config_get_poller_items() poller_type:5 256408:20250703:121403.436 End of zbx_dc_config_get_poller_items():0 256408:20250703:121403.436 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256408:20250703:121403.436 End of zbx_dc_config_get_poller_nextcheck():-1 256408:20250703:121403.436 End of get_values():0 256408:20250703:121403.436 zbx_setproctitle() title:'history poller #1 [got 0 values in 0.000087 sec, idle 5 sec]' 256408:20250703:121403.436 In zbx_ipc_async_socket_recv() timeout:5 256410:20250703:121403.440 End of zbx_ipc_async_socket_recv():0 256410:20250703:121403.440 zbx_setproctitle() title:'history poller #3 [got 0 values in 0.000035 sec, getting values]' 256410:20250703:121403.440 In get_values() 256410:20250703:121403.440 In zbx_dc_config_get_poller_items() poller_type:5 256410:20250703:121403.440 End of zbx_dc_config_get_poller_items():0 256410:20250703:121403.440 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256410:20250703:121403.440 End of zbx_dc_config_get_poller_nextcheck():-1 256410:20250703:121403.440 End of get_values():0 256410:20250703:121403.440 zbx_setproctitle() title:'history poller #3 [got 0 values in 0.000181 sec, idle 5 sec]' 256410:20250703:121403.440 In zbx_ipc_async_socket_recv() timeout:5 256421:20250703:121403.453 In zbx_dc_fetch_proxy_groups() 256421:20250703:121403.453 End of zbx_dc_fetch_proxy_groups():FAIL revision:0->0 256421:20250703:121403.453 In zbx_dc_fetch_proxies() 256421:20250703:121403.453 End of zbx_dc_fetch_proxies():FAIL revision:0->0 256403:20250703:121403.500 zbx_setproctitle() title:'trapper #3 [processing data]' 256403:20250703:121403.500 In zbx_ipc_async_socket_recv() timeout:0 256403:20250703:121403.500 End of zbx_ipc_async_socket_recv():0 256403:20250703:121403.500 trapper got '{"request":"active checks","host":"test","config_revision":1,"session":"3c242340683cf3307abbae10728e3e4c","version":"7.4.0","variant":1}' 256403:20250703:121403.500 In send_list_of_active_checks_json() 256403:20250703:121403.500 In zbx_is_ip4() ip:'127.0.0.1' 256403:20250703:121403.500 End of zbx_is_ip4():SUCCEED 256403:20250703:121403.500 In get_hostid_by_host_or_autoregister() host:'test' metadata:'' 256403:20250703:121403.500 End of get_hostid_by_host_or_autoregister():SUCCEED 256403:20250703:121403.500 In zbx_remote_commands_prepare_to_send() 256403:20250703:121403.500 End of zbx_remote_commands_prepare_to_send() 256403:20250703:121403.500 send_list_of_active_checks_json() sending [{"response":"success"}] 256403:20250703:121403.500 End of send_list_of_active_checks_json():SUCCEED 256403:20250703:121403.500 zbx_setproctitle() title:'trapper #3 [processed data in 0.000275 sec, waiting for connection]' 256419:20250703:121403.532 End of zbx_ipc_service_recv():2 256339:20250703:121403.532 End of zbx_ipc_service_recv():2 256339:20250703:121403.532 zbx_setproctitle() title:'alert manager #1 [sent 0, failed 0 alerts, idle 5.018428 sec during 5.018606 sec]' 256339:20250703:121403.532 In zbx_ipc_service_recv() timeout:1.000 256421:20250703:121403.532 End of zbx_ipc_service_recv():2 256407:20250703:121403.532 End of zbx_ipc_async_socket_recv():0 256407:20250703:121403.532 In zbx_ipc_async_socket_send() 256407:20250703:121403.532 In zbx_ipc_client_send() clientid:0 256407:20250703:121403.532 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121403.532 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121403.532 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000069 sec, idle 1 sec]' 256339:20250703:121403.532 End of zbx_ipc_service_recv():1 256339:20250703:121403.533 In am_flush_results() results:0 256339:20250703:121403.533 In zbx_ipc_client_send() clientid:8 256339:20250703:121403.533 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121403.533 End of am_flush_results() 256339:20250703:121403.533 In zbx_ipc_service_recv() timeout:1.000 256421:20250703:121403.533 In zbx_ipc_service_recv() timeout:1.000 256419:20250703:121403.533 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121403.533 In zbx_ipc_async_socket_recv() timeout:1 256407:20250703:121403.533 End of zbx_ipc_async_socket_recv():0 256407:20250703:121403.533 In am_db_flush_results() 256407:20250703:121403.533 End of am_db_flush_results() flushed:0 256407:20250703:121403.533 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000021 sec, idle 1 sec]' 256407:20250703:121403.533 In zbx_ipc_async_socket_recv() timeout:1 256352:20250703:121403.561 End of zbx_ipc_service_recv():2 256352:20250703:121403.561 In zbx_timekeeper_collect() 256352:20250703:121403.561 End of zbx_timekeeper_collect() 256352:20250703:121403.561 In process_results() del_druleids:0 256352:20250703:121403.561 process_results() results=0 checks:0/0 del_druleids=0 incomplete_druleids=0 256352:20250703:121403.561 End of process_results() ret:0 256352:20250703:121403.561 zbx_setproctitle() title:'discovery manager #1 [processing 0 rules, 0 unsaved checks]' 256352:20250703:121403.561 In process_discovery() 256352:20250703:121403.562 End of process_discovery() rule_count:0 nextcheck:-1 256352:20250703:121403.562 In zbx_ipc_service_recv() timeout:5.000 256413:20250703:121403.585 End of zbx_ipc_service_recv():2 256413:20250703:121403.585 zbx_setproctitle() title:'availability manager #1 [queued 0, processed 0 values, idle 5.017436 sec during 5.017459 sec]' 256413:20250703:121403.585 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121403.904 End of zbx_ipc_service_recv():2 256343:20250703:121403.905 In zbx_pp_manager_process_finished() 256343:20250703:121403.905 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121403.905 zbx_setproctitle() title:'preprocessing manager #1 [queued 0, processed 0 values, idle 5.235948 sec during 5.236632 sec]' 256343:20250703:121403.905 In zbx_ipc_service_recv() timeout:0.500 256344:20250703:121403.952 End of zbx_ipc_service_recv():2 256344:20250703:121403.952 zbx_setproctitle() title:'lld manager #1 [processed 1 LLD rules, idle 5.526552sec during 5.526728 sec]' 256344:20250703:121403.952 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121403.999 End of zbx_ipc_service_recv():2 256312:20250703:121403.999 In zbx_ipc_async_socket_send() 256312:20250703:121403.999 In zbx_ipc_client_send() clientid:0 256312:20250703:121403.999 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121403.999 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121403.999 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121403.999 End of zbx_ipc_async_socket_flush():0 256312:20250703:121403.999 In zbx_ipc_service_recv() timeout:0.995 256302:20250703:121403.999 End of zbx_ipc_service_recv():1 256302:20250703:121403.999 In zbx_ha_dispatch_message() 256302:20250703:121403.999 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121403.999 In zbx_ipc_service_recv() timeout:1.000 256314:20250703:121404.144 End of zbx_ipc_service_recv():2 256314:20250703:121404.145 In zbx_ipc_service_recv() timeout:1.000 256418:20250703:121404.341 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121404.341 End of zbx_ipc_async_socket_recv():0 256418:20250703:121404.341 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121404.341 End of zbx_dc_config_get_poller_items():0 256418:20250703:121404.341 queue processing_num:0 pending:0 256416:20250703:121404.354 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121404.354 End of zbx_ipc_async_socket_recv():0 256416:20250703:121404.354 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121404.354 End of zbx_dc_config_get_poller_items():0 256416:20250703:121404.354 queue processing_num:0 pending:0 256417:20250703:121404.354 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121404.354 End of zbx_ipc_async_socket_recv():0 256417:20250703:121404.355 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121404.355 End of zbx_dc_config_get_poller_items():0 256417:20250703:121404.355 queue processing_num:0 pending:0 256372:20250703:121404.405 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121404.406 In collect_selfmon_stats() 256372:20250703:121404.406 In zbx_timekeeper_collect() 256372:20250703:121404.406 End of zbx_timekeeper_collect() 256372:20250703:121404.406 End of collect_selfmon_stats() 256372:20250703:121404.406 zbx_setproctitle() title:'self-monitoring [processed data in 0.000253 sec, idle 1 sec]' 256343:20250703:121404.408 End of zbx_ipc_service_recv():2 256343:20250703:121404.409 In zbx_pp_manager_process_finished() 256343:20250703:121404.409 In zbx_timekeeper_collect() 256343:20250703:121404.409 End of zbx_timekeeper_collect() 256343:20250703:121404.409 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121404.409 In zbx_ipc_service_recv() timeout:0.500 256356:20250703:121404.428 End of zbx_ipc_async_socket_recv():0 256356:20250703:121404.428 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000041 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121404.428 In zbx_sync_history_cache() history_num:0 256356:20250703:121404.428 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000050 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121404.428 In zbx_ipc_async_socket_recv() timeout:1 256353:20250703:121404.428 End of zbx_ipc_async_socket_recv():0 256353:20250703:121404.429 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000026 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121404.429 In zbx_sync_history_cache() history_num:0 256353:20250703:121404.429 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000042 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121404.429 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121404.429 End of zbx_ipc_async_socket_recv():0 256355:20250703:121404.429 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000026 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121404.429 In zbx_sync_history_cache() history_num:0 256355:20250703:121404.429 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000029 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121404.429 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121404.429 End of zbx_ipc_async_socket_recv():0 256354:20250703:121404.429 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000036 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121404.429 In zbx_sync_history_cache() history_num:0 256354:20250703:121404.429 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000026 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121404.429 In zbx_ipc_async_socket_recv() timeout:1 256421:20250703:121404.536 End of zbx_ipc_service_recv():2 256421:20250703:121404.536 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121404.536 End of zbx_ipc_service_recv():2 256339:20250703:121404.536 In zbx_ipc_service_recv() timeout:1.000 256419:20250703:121404.536 End of zbx_ipc_service_recv():2 256419:20250703:121404.536 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121404.536 End of zbx_ipc_async_socket_recv():0 256407:20250703:121404.536 In zbx_ipc_async_socket_send() 256407:20250703:121404.536 In zbx_ipc_client_send() clientid:0 256407:20250703:121404.537 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121404.537 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121404.537 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000164 sec, idle 1 sec]' 256407:20250703:121404.537 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121404.537 End of zbx_ipc_service_recv():1 256339:20250703:121404.537 In am_flush_results() results:0 256339:20250703:121404.537 In zbx_ipc_client_send() clientid:8 256339:20250703:121404.537 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121404.537 End of am_flush_results() 256339:20250703:121404.538 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121404.538 End of zbx_ipc_async_socket_recv():0 256407:20250703:121404.538 In am_db_flush_results() 256407:20250703:121404.538 End of am_db_flush_results() flushed:0 256407:20250703:121404.538 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000023 sec, idle 1 sec]' 256407:20250703:121404.538 In zbx_ipc_async_socket_recv() timeout:1 256413:20250703:121404.588 End of zbx_ipc_service_recv():2 256413:20250703:121404.588 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121404.913 End of zbx_ipc_service_recv():2 256343:20250703:121404.913 In zbx_pp_manager_process_finished() 256343:20250703:121404.913 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121404.913 In zbx_ipc_service_recv() timeout:0.500 256344:20250703:121404.956 End of zbx_ipc_service_recv():2 256344:20250703:121404.956 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121404.996 End of zbx_ipc_service_recv():2 256312:20250703:121404.996 In zbx_ipc_async_socket_send() 256312:20250703:121404.996 In zbx_ipc_client_send() clientid:0 256312:20250703:121404.996 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121404.996 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121404.996 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121404.996 End of zbx_ipc_async_socket_flush():0 256312:20250703:121404.996 In zbx_ipc_service_recv() timeout:0.998 256302:20250703:121404.996 End of zbx_ipc_service_recv():1 256302:20250703:121404.996 In zbx_ha_dispatch_message() 256302:20250703:121404.996 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121404.996 In zbx_ipc_service_recv() timeout:1.000 256314:20250703:121405.149 End of zbx_ipc_service_recv():2 256314:20250703:121405.149 In zbx_ipc_service_recv() timeout:1.000 256418:20250703:121405.341 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121405.341 End of zbx_dc_config_get_poller_items():0 256418:20250703:121405.341 queue processing_num:0 pending:0 256418:20250703:121405.341 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121405.342 End of zbx_ipc_async_socket_recv():0 256416:20250703:121405.352 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121405.352 End of zbx_ipc_async_socket_recv():0 256416:20250703:121405.352 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121405.352 End of zbx_dc_config_get_poller_items():0 256416:20250703:121405.352 queue processing_num:0 pending:0 256417:20250703:121405.352 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121405.352 End of zbx_ipc_async_socket_recv():0 256417:20250703:121405.352 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121405.352 End of zbx_dc_config_get_poller_items():0 256417:20250703:121405.352 queue processing_num:0 pending:0 256373:20250703:121405.392 End of zbx_ipc_async_socket_recv():0 256373:20250703:121405.393 zbx_setproctitle() title:'task manager [processing tasks]' 256373:20250703:121405.393 query [txnlev:0] [select taskid,type,clock,ttl,proxyid from task where status in (1,2) order by taskid] 256373:20250703:121405.395 zbx_setproctitle() title:'task manager [processed 0 task(s) in 0.002630 sec, idle 5 sec]' 256373:20250703:121405.395 In zbx_ipc_async_socket_recv() timeout:5 256372:20250703:121405.407 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121405.407 In collect_selfmon_stats() 256372:20250703:121405.407 In zbx_timekeeper_collect() 256372:20250703:121405.407 End of zbx_timekeeper_collect() 256372:20250703:121405.407 End of collect_selfmon_stats() 256372:20250703:121405.407 zbx_setproctitle() title:'self-monitoring [processed data in 0.000102 sec, idle 1 sec]' 256343:20250703:121405.416 End of zbx_ipc_service_recv():2 256343:20250703:121405.416 In zbx_pp_manager_process_finished() 256343:20250703:121405.416 In zbx_timekeeper_collect() 256343:20250703:121405.416 End of zbx_timekeeper_collect() 256343:20250703:121405.416 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121405.416 In zbx_ipc_service_recv() timeout:0.500 256354:20250703:121405.432 End of zbx_ipc_async_socket_recv():0 256354:20250703:121405.432 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000026 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121405.432 In zbx_sync_history_cache() history_num:0 256354:20250703:121405.432 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000027 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121405.432 In zbx_ipc_async_socket_recv() timeout:1 256353:20250703:121405.432 End of zbx_ipc_async_socket_recv():0 256353:20250703:121405.432 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000042 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121405.432 In zbx_sync_history_cache() history_num:0 256353:20250703:121405.432 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000013 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121405.432 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121405.432 End of zbx_ipc_async_socket_recv():0 256355:20250703:121405.432 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000029 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121405.432 In zbx_sync_history_cache() history_num:0 256355:20250703:121405.432 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000068 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121405.432 In zbx_ipc_async_socket_recv() timeout:1 256356:20250703:121405.432 End of zbx_ipc_async_socket_recv():0 256356:20250703:121405.432 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000050 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121405.432 In zbx_sync_history_cache() history_num:0 256356:20250703:121405.432 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000032 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121405.432 In zbx_ipc_async_socket_recv() timeout:1 256357:20250703:121405.476 End of zbx_ipc_async_socket_recv():0 256357:20250703:121405.477 zbx_setproctitle() title:'escalator #1 [processed 0 escalations in 0.006413 sec, processing escalations]' 256357:20250703:121405.477 In process_escalations() 256357:20250703:121405.477 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is not null and nextcheck<=1751534048 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121405.478 End of process_escalations() 256357:20250703:121405.478 In process_escalations() 256357:20250703:121405.478 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is not null and nextcheck<=1751534048 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121405.478 End of process_escalations() 256357:20250703:121405.479 In process_escalations() 256357:20250703:121405.479 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is null and serviceid is not null and nextcheck<=1751534048 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121405.480 End of process_escalations() 256357:20250703:121405.480 In process_escalations() 256357:20250703:121405.480 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is null and serviceid is null and nextcheck<=1751534048 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121405.481 End of process_escalations() 256357:20250703:121405.481 zbx_setproctitle() title:'escalator #1 [processed 0 escalations in 0.004712 sec, idle 3 sec]' 256357:20250703:121405.481 In zbx_ipc_async_socket_recv() timeout:3 256419:20250703:121405.541 End of zbx_ipc_service_recv():2 256419:20250703:121405.541 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121405.541 End of zbx_ipc_async_socket_recv():0 256407:20250703:121405.541 In zbx_ipc_async_socket_send() 256407:20250703:121405.541 In zbx_ipc_client_send() clientid:0 256407:20250703:121405.541 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121405.541 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121405.541 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000078 sec, idle 1 sec]' 256407:20250703:121405.541 In zbx_ipc_async_socket_recv() timeout:1 256421:20250703:121405.541 End of zbx_ipc_service_recv():2 256421:20250703:121405.541 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121405.541 End of zbx_ipc_service_recv():1 256339:20250703:121405.541 In am_flush_results() results:0 256339:20250703:121405.541 In zbx_ipc_client_send() clientid:8 256339:20250703:121405.541 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121405.541 End of am_flush_results() 256339:20250703:121405.541 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121405.541 End of zbx_ipc_async_socket_recv():0 256407:20250703:121405.541 In am_db_flush_results() 256407:20250703:121405.541 End of am_db_flush_results() flushed:0 256407:20250703:121405.541 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000042 sec, idle 1 sec]' 256407:20250703:121405.542 In zbx_ipc_async_socket_recv() timeout:1 256413:20250703:121405.592 End of zbx_ipc_service_recv():2 256413:20250703:121405.592 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121405.920 End of zbx_ipc_service_recv():2 256343:20250703:121405.920 In zbx_pp_manager_process_finished() 256343:20250703:121405.920 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121405.920 In zbx_ipc_service_recv() timeout:0.500 256344:20250703:121405.960 End of zbx_ipc_service_recv():2 256344:20250703:121405.960 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121405.996 End of zbx_ipc_service_recv():2 256312:20250703:121405.996 In zbx_ipc_async_socket_send() 256312:20250703:121405.996 In zbx_ipc_client_send() clientid:0 256312:20250703:121405.996 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121405.996 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121405.996 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121405.996 End of zbx_ipc_async_socket_flush():0 256312:20250703:121405.996 In zbx_ipc_service_recv() timeout:0.997 256302:20250703:121405.996 End of zbx_ipc_service_recv():1 256302:20250703:121405.996 In zbx_ha_dispatch_message() 256302:20250703:121405.996 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121405.996 In zbx_ipc_service_recv() timeout:1.000 256314:20250703:121406.153 End of zbx_ipc_service_recv():2 256314:20250703:121406.153 In zbx_ipc_service_recv() timeout:1.000 256418:20250703:121406.340 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121406.340 End of zbx_ipc_async_socket_recv():0 256418:20250703:121406.340 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121406.340 End of zbx_dc_config_get_poller_items():0 256418:20250703:121406.340 queue processing_num:0 pending:0 256416:20250703:121406.352 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121406.352 End of zbx_ipc_async_socket_recv():0 256417:20250703:121406.352 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121406.352 End of zbx_ipc_async_socket_recv():0 256417:20250703:121406.352 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121406.353 End of zbx_dc_config_get_poller_items():0 256417:20250703:121406.353 queue processing_num:0 pending:0 256416:20250703:121406.353 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121406.353 End of zbx_dc_config_get_poller_items():0 256416:20250703:121406.353 queue processing_num:0 pending:0 256372:20250703:121406.407 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121406.407 In collect_selfmon_stats() 256372:20250703:121406.407 In zbx_timekeeper_collect() 256372:20250703:121406.407 End of zbx_timekeeper_collect() 256372:20250703:121406.407 End of collect_selfmon_stats() 256372:20250703:121406.407 zbx_setproctitle() title:'self-monitoring [processed data in 0.000150 sec, idle 1 sec]' 256343:20250703:121406.424 End of zbx_ipc_service_recv():2 256343:20250703:121406.424 In zbx_pp_manager_process_finished() 256343:20250703:121406.424 In zbx_timekeeper_collect() 256343:20250703:121406.424 End of zbx_timekeeper_collect() 256343:20250703:121406.424 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121406.424 In zbx_ipc_service_recv() timeout:0.500 256356:20250703:121406.439 End of zbx_ipc_async_socket_recv():0 256356:20250703:121406.439 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000032 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121406.439 In zbx_sync_history_cache() history_num:0 256356:20250703:121406.439 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000062 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121406.439 In zbx_ipc_async_socket_recv() timeout:1 256353:20250703:121406.439 End of zbx_ipc_async_socket_recv():0 256353:20250703:121406.439 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000013 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121406.439 In zbx_sync_history_cache() history_num:0 256353:20250703:121406.439 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000040 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121406.439 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121406.439 End of zbx_ipc_async_socket_recv():0 256354:20250703:121406.440 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000027 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121406.440 In zbx_sync_history_cache() history_num:0 256354:20250703:121406.440 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000031 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121406.440 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121406.440 End of zbx_ipc_async_socket_recv():0 256355:20250703:121406.440 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000068 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121406.440 In zbx_sync_history_cache() history_num:0 256355:20250703:121406.440 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000032 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121406.440 In zbx_ipc_async_socket_recv() timeout:1 256419:20250703:121406.544 End of zbx_ipc_service_recv():2 256419:20250703:121406.544 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121406.544 End of zbx_ipc_async_socket_recv():0 256407:20250703:121406.544 In zbx_ipc_async_socket_send() 256407:20250703:121406.544 In zbx_ipc_client_send() clientid:0 256407:20250703:121406.544 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121406.544 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121406.544 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000071 sec, idle 1 sec]' 256407:20250703:121406.544 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121406.544 End of zbx_ipc_service_recv():2 256339:20250703:121406.544 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121406.544 End of zbx_ipc_service_recv():1 256339:20250703:121406.545 In am_flush_results() results:0 256339:20250703:121406.545 In zbx_ipc_client_send() clientid:8 256339:20250703:121406.545 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121406.545 End of am_flush_results() 256339:20250703:121406.545 In zbx_ipc_service_recv() timeout:1.000 256421:20250703:121406.545 End of zbx_ipc_service_recv():2 256421:20250703:121406.545 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121406.545 End of zbx_ipc_async_socket_recv():0 256407:20250703:121406.545 In am_db_flush_results() 256407:20250703:121406.545 End of am_db_flush_results() flushed:0 256407:20250703:121406.545 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000020 sec, idle 1 sec]' 256407:20250703:121406.545 In zbx_ipc_async_socket_recv() timeout:1 256413:20250703:121406.596 End of zbx_ipc_service_recv():2 256413:20250703:121406.596 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121406.928 End of zbx_ipc_service_recv():2 256343:20250703:121406.928 In zbx_pp_manager_process_finished() 256343:20250703:121406.928 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121406.928 In zbx_ipc_service_recv() timeout:0.500 256344:20250703:121406.965 End of zbx_ipc_service_recv():2 256344:20250703:121406.965 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121406.996 End of zbx_ipc_service_recv():2 256312:20250703:121406.997 In ha_check_nodes() ha_status:active db_status:0 256312:20250703:121406.997 query [txnlev:1] [begin;] 256312:20250703:121406.997 query [txnlev:1] [select ha_nodeid,name,status,lastaccess,address,port,ha_sessionid from ha_node order by ha_nodeid for update] 256312:20250703:121406.999 query [txnlev:1] [select name, value_str, value_int from settings where name in ('ha_failover_delay', 'auditlog_enabled', 'auditlog_mode')] 256312:20250703:121407.000 In ha_db_get_time() 256312:20250703:121407.000 query [txnlev:1] [select cast(extract(epoch from now()) as int) from settings limit 1] 256302:20250703:121407.000 End of zbx_ipc_service_recv():2 256302:20250703:121407.000 In zbx_ha_dispatch_message() 256302:20250703:121407.000 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121407.000 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121407.002 End of ha_db_get_time():SUCCEED db_time:1751534047 256312:20250703:121407.002 query [txnlev:1] [update ha_node set lastaccess=cast(extract(epoch from now()) as int) where ha_nodeid='cmbtfdmr70001y3jqx66php2f'] 256312:20250703:121407.003 query [txnlev:1] [commit;] 256312:20250703:121407.005 End of ha_check_nodes() nodeid:cmbtfdmr70001y3jqx66php2f ha_status:active db_status:0 256312:20250703:121407.005 In zbx_ipc_async_socket_send() 256312:20250703:121407.005 In zbx_ipc_client_send() clientid:0 256312:20250703:121407.005 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121407.005 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121407.005 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121407.005 End of zbx_ipc_async_socket_flush():0 256312:20250703:121407.005 In zbx_ipc_service_recv() timeout:0.997 256302:20250703:121407.005 End of zbx_ipc_service_recv():1 256302:20250703:121407.005 In zbx_ha_dispatch_message() 256302:20250703:121407.005 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121407.006 In zbx_ipc_service_recv() timeout:1.000 256314:20250703:121407.156 End of zbx_ipc_service_recv():2 256314:20250703:121407.156 In zbx_ipc_service_recv() timeout:1.000 256418:20250703:121407.339 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121407.340 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121407.340 End of zbx_dc_config_get_poller_items():0 256418:20250703:121407.340 queue processing_num:0 pending:0 256418:20250703:121407.341 End of zbx_ipc_async_socket_recv():0 256417:20250703:121407.352 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121407.352 End of zbx_ipc_async_socket_recv():0 256417:20250703:121407.352 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121407.353 End of zbx_dc_config_get_poller_items():0 256417:20250703:121407.353 queue processing_num:0 pending:0 256416:20250703:121407.353 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121407.353 End of zbx_ipc_async_socket_recv():0 256416:20250703:121407.353 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121407.353 End of zbx_dc_config_get_poller_items():0 256416:20250703:121407.353 queue processing_num:0 pending:0 256372:20250703:121407.409 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121407.409 In collect_selfmon_stats() 256372:20250703:121407.409 In zbx_timekeeper_collect() 256372:20250703:121407.409 End of zbx_timekeeper_collect() 256372:20250703:121407.409 End of collect_selfmon_stats() 256372:20250703:121407.409 zbx_setproctitle() title:'self-monitoring [processed data in 0.000194 sec, idle 1 sec]' 256343:20250703:121407.432 End of zbx_ipc_service_recv():2 256343:20250703:121407.432 In zbx_pp_manager_process_finished() 256343:20250703:121407.432 In zbx_timekeeper_collect() 256343:20250703:121407.432 End of zbx_timekeeper_collect() 256343:20250703:121407.432 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121407.432 In zbx_ipc_service_recv() timeout:0.500 256353:20250703:121407.444 End of zbx_ipc_async_socket_recv():0 256353:20250703:121407.444 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000040 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121407.444 In zbx_sync_history_cache() history_num:0 256353:20250703:121407.444 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000028 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121407.444 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121407.444 End of zbx_ipc_async_socket_recv():0 256355:20250703:121407.444 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000032 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121407.444 In zbx_sync_history_cache() history_num:0 256354:20250703:121407.444 End of zbx_ipc_async_socket_recv():0 256354:20250703:121407.444 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000031 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121407.444 In zbx_sync_history_cache() history_num:0 256356:20250703:121407.444 End of zbx_ipc_async_socket_recv():0 256356:20250703:121407.444 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000062 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121407.444 In zbx_sync_history_cache() history_num:0 256356:20250703:121407.444 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000017 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121407.444 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121407.444 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000014 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121407.444 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121407.444 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000188 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121407.444 In zbx_ipc_async_socket_recv() timeout:1 256407:20250703:121407.548 End of zbx_ipc_async_socket_recv():0 256421:20250703:121407.548 End of zbx_ipc_service_recv():2 256421:20250703:121407.548 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121407.548 In zbx_ipc_async_socket_send() 256407:20250703:121407.548 In zbx_ipc_client_send() clientid:0 256407:20250703:121407.548 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121407.548 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121407.548 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000277 sec, idle 1 sec]' 256407:20250703:121407.548 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121407.549 End of zbx_ipc_service_recv():2 256339:20250703:121407.549 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121407.549 End of zbx_ipc_service_recv():1 256339:20250703:121407.549 In am_flush_results() results:0 256339:20250703:121407.549 In zbx_ipc_client_send() clientid:8 256339:20250703:121407.549 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121407.549 End of am_flush_results() 256339:20250703:121407.549 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121407.549 End of zbx_ipc_async_socket_recv():0 256407:20250703:121407.549 In am_db_flush_results() 256407:20250703:121407.549 End of am_db_flush_results() flushed:0 256419:20250703:121407.549 End of zbx_ipc_service_recv():2 256419:20250703:121407.549 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121407.549 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000009 sec, idle 1 sec]' 256407:20250703:121407.549 In zbx_ipc_async_socket_recv() timeout:1 256413:20250703:121407.600 End of zbx_ipc_service_recv():2 256413:20250703:121407.600 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121407.936 End of zbx_ipc_service_recv():2 256343:20250703:121407.936 In zbx_pp_manager_process_finished() 256343:20250703:121407.936 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121407.936 In zbx_ipc_service_recv() timeout:0.500 256344:20250703:121407.970 End of zbx_ipc_service_recv():2 256344:20250703:121407.970 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121408.004 End of zbx_ipc_service_recv():2 256312:20250703:121408.004 In zbx_ipc_async_socket_send() 256312:20250703:121408.004 In zbx_ipc_client_send() clientid:0 256312:20250703:121408.004 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121408.004 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121408.004 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121408.004 End of zbx_ipc_async_socket_flush():0 256312:20250703:121408.004 In zbx_ipc_service_recv() timeout:0.989 256302:20250703:121408.004 End of zbx_ipc_service_recv():1 256302:20250703:121408.004 In zbx_ha_dispatch_message() 256302:20250703:121408.005 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121408.005 In zbx_ipc_service_recv() timeout:1.000 256314:20250703:121408.160 End of zbx_ipc_service_recv():2 256314:20250703:121408.160 zbx_setproctitle() title:'service manager #1 [processed 0 events, updated 0 event tags, deleted 0 problems, synced 0 service updates, idle 5.020610 sec during 5.020632 sec]' 256314:20250703:121408.160 In zbx_ipc_service_recv() timeout:1.000 256351:20250703:121408.297 End of zbx_ipc_async_socket_recv():0 256351:20250703:121408.297 zbx_setproctitle() title:'browser poller #1 [got 0 values in 0.000425 sec, getting values]' 256351:20250703:121408.297 In get_values() 256351:20250703:121408.297 In zbx_dc_config_get_poller_items() poller_type:11 256351:20250703:121408.297 End of zbx_dc_config_get_poller_items():0 256351:20250703:121408.297 In zbx_dc_config_get_poller_nextcheck() poller_type:11 256351:20250703:121408.297 End of zbx_dc_config_get_poller_nextcheck():-1 256351:20250703:121408.297 End of get_values():0 256351:20250703:121408.297 zbx_setproctitle() title:'browser poller #1 [got 0 values in 0.000090 sec, idle 5 sec]' 256351:20250703:121408.297 In zbx_ipc_async_socket_recv() timeout:5 256363:20250703:121408.306 End of zbx_ipc_async_socket_recv():0 256363:20250703:121408.307 zbx_setproctitle() title:'java poller #6 [got 0 values in 0.000099 sec, getting values]' 256363:20250703:121408.307 In get_values() 256363:20250703:121408.307 In zbx_dc_config_get_poller_items() poller_type:4 256363:20250703:121408.307 End of zbx_dc_config_get_poller_items():0 256363:20250703:121408.307 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256363:20250703:121408.307 End of zbx_dc_config_get_poller_nextcheck():-1 256363:20250703:121408.307 End of get_values():0 256363:20250703:121408.307 zbx_setproctitle() title:'java poller #6 [got 0 values in 0.000109 sec, idle 5 sec]' 256363:20250703:121408.307 In zbx_ipc_async_socket_recv() timeout:5 256361:20250703:121408.308 End of zbx_ipc_async_socket_recv():0 256361:20250703:121408.308 zbx_setproctitle() title:'java poller #4 [got 0 values in 0.000081 sec, getting values]' 256361:20250703:121408.308 In get_values() 256361:20250703:121408.308 In zbx_dc_config_get_poller_items() poller_type:4 256361:20250703:121408.308 End of zbx_dc_config_get_poller_items():0 256361:20250703:121408.308 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256361:20250703:121408.308 End of zbx_dc_config_get_poller_nextcheck():-1 256361:20250703:121408.308 End of get_values():0 256361:20250703:121408.308 zbx_setproctitle() title:'java poller #4 [got 0 values in 0.000108 sec, idle 5 sec]' 256361:20250703:121408.308 In zbx_ipc_async_socket_recv() timeout:5 256362:20250703:121408.312 End of zbx_ipc_async_socket_recv():0 256362:20250703:121408.312 zbx_setproctitle() title:'java poller #5 [got 0 values in 0.000403 sec, getting values]' 256362:20250703:121408.312 In get_values() 256362:20250703:121408.312 In zbx_dc_config_get_poller_items() poller_type:4 256362:20250703:121408.312 End of zbx_dc_config_get_poller_items():0 256362:20250703:121408.312 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256362:20250703:121408.312 End of zbx_dc_config_get_poller_nextcheck():-1 256362:20250703:121408.312 End of get_values():0 256362:20250703:121408.312 zbx_setproctitle() title:'java poller #5 [got 0 values in 0.000083 sec, idle 5 sec]' 256362:20250703:121408.312 In zbx_ipc_async_socket_recv() timeout:5 256418:20250703:121408.341 zbx_setproctitle() title:'snmp poller #1 [got 0 values, queued 0 in 5 sec, awaiting 0]' 256418:20250703:121408.341 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121408.341 End of zbx_ipc_async_socket_recv():0 256364:20250703:121408.341 End of zbx_ipc_async_socket_recv():0 256364:20250703:121408.341 zbx_setproctitle() title:'java poller #7 [got 0 values in 0.000094 sec, getting values]' 256364:20250703:121408.341 In get_values() 256364:20250703:121408.341 In zbx_dc_config_get_poller_items() poller_type:4 256364:20250703:121408.341 End of zbx_dc_config_get_poller_items():0 256364:20250703:121408.341 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256364:20250703:121408.341 End of zbx_dc_config_get_poller_nextcheck():-1 256364:20250703:121408.341 End of get_values():0 256364:20250703:121408.341 zbx_setproctitle() title:'java poller #7 [got 0 values in 0.000071 sec, idle 5 sec]' 256364:20250703:121408.341 In zbx_ipc_async_socket_recv() timeout:5 256369:20250703:121408.341 End of zbx_ipc_async_socket_recv():0 256369:20250703:121408.341 zbx_setproctitle() title:'java poller #9 [got 0 values in 0.000067 sec, getting values]' 256369:20250703:121408.341 In get_values() 256369:20250703:121408.341 In zbx_dc_config_get_poller_items() poller_type:4 256369:20250703:121408.341 End of zbx_dc_config_get_poller_items():0 256369:20250703:121408.341 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256369:20250703:121408.341 End of zbx_dc_config_get_poller_nextcheck():-1 256369:20250703:121408.341 End of get_values():0 256369:20250703:121408.341 zbx_setproctitle() title:'java poller #9 [got 0 values in 0.000058 sec, idle 5 sec]' 256369:20250703:121408.341 In zbx_ipc_async_socket_recv() timeout:5 256418:20250703:121408.341 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121408.341 End of zbx_dc_config_get_poller_items():0 256418:20250703:121408.341 queue processing_num:0 pending:0 256360:20250703:121408.343 End of zbx_ipc_async_socket_recv():0 256360:20250703:121408.344 zbx_setproctitle() title:'java poller #3 [got 0 values in 0.000300 sec, getting values]' 256360:20250703:121408.344 In get_values() 256360:20250703:121408.344 In zbx_dc_config_get_poller_items() poller_type:4 256360:20250703:121408.344 End of zbx_dc_config_get_poller_items():0 256360:20250703:121408.344 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256360:20250703:121408.344 End of zbx_dc_config_get_poller_nextcheck():-1 256360:20250703:121408.344 End of get_values():0 256360:20250703:121408.344 zbx_setproctitle() title:'java poller #3 [got 0 values in 0.000092 sec, idle 5 sec]' 256360:20250703:121408.344 In zbx_ipc_async_socket_recv() timeout:5 256375:20250703:121408.344 End of zbx_ipc_async_socket_recv():0 256375:20250703:121408.344 zbx_setproctitle() title:'poller #2 [got 0 values in 0.000074 sec, getting values]' 256375:20250703:121408.344 In get_values() 256375:20250703:121408.344 In zbx_dc_config_get_poller_items() poller_type:0 256375:20250703:121408.344 End of zbx_dc_config_get_poller_items():0 256375:20250703:121408.344 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256375:20250703:121408.344 End of zbx_dc_config_get_poller_nextcheck():-1 256375:20250703:121408.344 End of get_values():0 256375:20250703:121408.344 zbx_setproctitle() title:'poller #2 [got 0 values in 0.000069 sec, idle 5 sec]' 256375:20250703:121408.344 In zbx_ipc_async_socket_recv() timeout:5 256400:20250703:121408.344 End of zbx_ipc_async_socket_recv():0 256400:20250703:121408.344 zbx_setproctitle() title:'unreachable poller #1 [got 0 values in 0.000062 sec, getting values]' 256400:20250703:121408.344 In get_values() 256400:20250703:121408.344 In zbx_dc_config_get_poller_items() poller_type:1 256400:20250703:121408.344 End of zbx_dc_config_get_poller_items():0 256400:20250703:121408.344 In zbx_dc_config_get_poller_nextcheck() poller_type:1 256400:20250703:121408.344 End of zbx_dc_config_get_poller_nextcheck():-1 256400:20250703:121408.344 End of get_values():0 256400:20250703:121408.344 zbx_setproctitle() title:'unreachable poller #1 [got 0 values in 0.000058 sec, idle 5 sec]' 256400:20250703:121408.344 In zbx_ipc_async_socket_recv() timeout:5 256358:20250703:121408.344 End of zbx_ipc_async_socket_recv():0 256358:20250703:121408.344 zbx_setproctitle() title:'java poller #1 [got 0 values in 0.000085 sec, getting values]' 256358:20250703:121408.344 In get_values() 256358:20250703:121408.344 In zbx_dc_config_get_poller_items() poller_type:4 256358:20250703:121408.344 End of zbx_dc_config_get_poller_items():0 256358:20250703:121408.344 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256358:20250703:121408.344 End of zbx_dc_config_get_poller_nextcheck():-1 256358:20250703:121408.344 End of get_values():0 256358:20250703:121408.344 zbx_setproctitle() title:'java poller #1 [got 0 values in 0.000117 sec, idle 5 sec]' 256358:20250703:121408.345 In zbx_ipc_async_socket_recv() timeout:5 256370:20250703:121408.345 End of zbx_ipc_async_socket_recv():0 256370:20250703:121408.345 zbx_setproctitle() title:'java poller #10 [got 0 values in 0.000086 sec, getting values]' 256370:20250703:121408.345 In get_values() 256370:20250703:121408.345 In zbx_dc_config_get_poller_items() poller_type:4 256370:20250703:121408.345 End of zbx_dc_config_get_poller_items():0 256370:20250703:121408.345 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256370:20250703:121408.345 End of zbx_dc_config_get_poller_nextcheck():-1 256370:20250703:121408.345 End of get_values():0 256370:20250703:121408.345 zbx_setproctitle() title:'java poller #10 [got 0 values in 0.000091 sec, idle 5 sec]' 256370:20250703:121408.345 In zbx_ipc_async_socket_recv() timeout:5 256359:20250703:121408.345 End of zbx_ipc_async_socket_recv():0 256359:20250703:121408.345 zbx_setproctitle() title:'java poller #2 [got 0 values in 0.001122 sec, getting values]' 256359:20250703:121408.345 In get_values() 256359:20250703:121408.345 In zbx_dc_config_get_poller_items() poller_type:4 256359:20250703:121408.345 End of zbx_dc_config_get_poller_items():0 256359:20250703:121408.345 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256359:20250703:121408.345 End of zbx_dc_config_get_poller_nextcheck():-1 256359:20250703:121408.345 End of get_values():0 256359:20250703:121408.345 zbx_setproctitle() title:'java poller #2 [got 0 values in 0.000072 sec, idle 5 sec]' 256359:20250703:121408.345 In zbx_ipc_async_socket_recv() timeout:5 256374:20250703:121408.345 End of zbx_ipc_async_socket_recv():0 256374:20250703:121408.345 zbx_setproctitle() title:'poller #1 [got 0 values in 0.000088 sec, getting values]' 256374:20250703:121408.345 In get_values() 256374:20250703:121408.345 In zbx_dc_config_get_poller_items() poller_type:0 256374:20250703:121408.345 End of zbx_dc_config_get_poller_items():0 256374:20250703:121408.345 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256374:20250703:121408.345 End of zbx_dc_config_get_poller_nextcheck():-1 256374:20250703:121408.345 End of get_values():0 256374:20250703:121408.345 zbx_setproctitle() title:'poller #1 [got 0 values in 0.000368 sec, idle 5 sec]' 256374:20250703:121408.345 In zbx_ipc_async_socket_recv() timeout:5 256376:20250703:121408.345 End of zbx_ipc_async_socket_recv():0 256376:20250703:121408.345 zbx_setproctitle() title:'poller #3 [got 0 values in 0.000151 sec, getting values]' 256376:20250703:121408.345 In get_values() 256376:20250703:121408.345 In zbx_dc_config_get_poller_items() poller_type:0 256376:20250703:121408.345 End of zbx_dc_config_get_poller_items():0 256376:20250703:121408.345 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256376:20250703:121408.345 End of zbx_dc_config_get_poller_nextcheck():-1 256376:20250703:121408.345 End of get_values():0 256376:20250703:121408.345 zbx_setproctitle() title:'poller #3 [got 0 values in 0.000067 sec, idle 5 sec]' 256376:20250703:121408.345 In zbx_ipc_async_socket_recv() timeout:5 256399:20250703:121408.346 End of zbx_ipc_async_socket_recv():0 256399:20250703:121408.346 zbx_setproctitle() title:'poller #5 [got 0 values in 0.000254 sec, getting values]' 256399:20250703:121408.346 In get_values() 256399:20250703:121408.346 In zbx_dc_config_get_poller_items() poller_type:0 256399:20250703:121408.346 End of zbx_dc_config_get_poller_items():0 256399:20250703:121408.346 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256399:20250703:121408.346 End of zbx_dc_config_get_poller_nextcheck():-1 256399:20250703:121408.346 End of get_values():0 256399:20250703:121408.346 zbx_setproctitle() title:'poller #5 [got 0 values in 0.000070 sec, idle 5 sec]' 256399:20250703:121408.346 In zbx_ipc_async_socket_recv() timeout:5 256406:20250703:121408.348 zbx_setproctitle() title:'icmp pinger #1 [getting values]' 256406:20250703:121408.348 In get_pinger_hosts() 256406:20250703:121408.348 In zbx_dc_config_get_poller_items() poller_type:3 256406:20250703:121408.348 End of zbx_dc_config_get_poller_items():0 256406:20250703:121408.348 End of get_pinger_hosts():0 256406:20250703:121408.348 In process_pinger_hosts() 256406:20250703:121408.348 End of process_pinger_hosts() 256406:20250703:121408.348 In zbx_dc_config_get_poller_nextcheck() poller_type:3 256406:20250703:121408.348 End of zbx_dc_config_get_poller_nextcheck():-1 256406:20250703:121408.348 zbx_setproctitle() title:'icmp pinger #1 [got 0 values in 0.000405 sec, idle 5 sec]' 256417:20250703:121408.353 zbx_setproctitle() title:'agent poller #1 [got 0 values, queued 0 in 5 sec, awaiting 0]' 256417:20250703:121408.353 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121408.353 End of zbx_ipc_async_socket_recv():0 256416:20250703:121408.353 zbx_setproctitle() title:'http agent poller #1 [got 0 values, queued 0 in 5 sec, awaiting 0]' 256416:20250703:121408.353 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121408.353 End of zbx_ipc_async_socket_recv():0 256417:20250703:121408.354 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121408.354 End of zbx_dc_config_get_poller_items():0 256417:20250703:121408.354 queue processing_num:0 pending:0 256416:20250703:121408.354 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121408.354 End of zbx_dc_config_get_poller_items():0 256416:20250703:121408.354 queue processing_num:0 pending:0 256365:20250703:121408.356 End of zbx_ipc_async_socket_recv():0 256365:20250703:121408.356 zbx_setproctitle() title:'java poller #8 [got 0 values in 0.000075 sec, getting values]' 256365:20250703:121408.356 In get_values() 256365:20250703:121408.356 In zbx_dc_config_get_poller_items() poller_type:4 256365:20250703:121408.356 End of zbx_dc_config_get_poller_items():0 256365:20250703:121408.356 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256365:20250703:121408.356 End of zbx_dc_config_get_poller_nextcheck():-1 256365:20250703:121408.356 End of get_values():0 256365:20250703:121408.356 zbx_setproctitle() title:'java poller #8 [got 0 values in 0.000081 sec, idle 5 sec]' 256365:20250703:121408.356 In zbx_ipc_async_socket_recv() timeout:5 256398:20250703:121408.364 End of zbx_ipc_async_socket_recv():0 256398:20250703:121408.365 zbx_setproctitle() title:'poller #4 [got 0 values in 0.000176 sec, getting values]' 256398:20250703:121408.365 In get_values() 256398:20250703:121408.365 In zbx_dc_config_get_poller_items() poller_type:0 256398:20250703:121408.365 End of zbx_dc_config_get_poller_items():0 256398:20250703:121408.365 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256398:20250703:121408.365 End of zbx_dc_config_get_poller_nextcheck():-1 256398:20250703:121408.365 End of get_values():0 256398:20250703:121408.365 zbx_setproctitle() title:'poller #4 [got 0 values in 0.000185 sec, idle 5 sec]' 256398:20250703:121408.365 In zbx_ipc_async_socket_recv() timeout:5 256315:20250703:121408.365 End of zbx_ipc_async_socket_recv():0 256315:20250703:121408.365 zbx_setproctitle() title:'configuration syncer [synced configuration in 0.031490 sec, syncing configuration]' 256315:20250703:121408.365 In zbx_dc_sync_configuration() 256315:20250703:121408.365 query [txnlev:0] [select changelogid,object,objectid,operation,clock from changelog] 256315:20250703:121408.367 In zbx_dbsync_compare_settings() 256315:20250703:121408.367 query [txnlev:0] [select name, type, value_str, value_int, value_usrgrpid, value_hostgroupid, value_userdirectoryid, value_mfaid from settings where name in ('alert_usrgrpid','auditlog_enabled','auditlog_mode','autoreg_tls_accept','compress_older','compression_status','db_extension','default_inventory_mode','default_timezone','discovery_groupid','hk_audit_mode','hk_audit','hk_events_autoreg','hk_events_discovery','hk_events_internal','hk_events_mode','hk_events_service','hk_events_trigger','hk_history_global','hk_history_mode','hk_history','hk_services_mode','hk_services','hk_sessions_mode','hk_sessions','hk_trends_global','hk_trends_mode','hk_trends','instanceid','severity_name_0','severity_name_1','severity_name_2','severity_name_3','severity_name_4','severity_name_5','snmptrap_logging','timeout_browser','timeout_db_monitor','timeout_external_check','timeout_http_agent','timeout_script','timeout_simple_check','timeout_snmp_agent','timeout_ssh_agent','timeout_telnet_agent','timeout_zabbix_agent','proxy_secrets_provider')] 256315:20250703:121408.368 End of zbx_dbsync_compare_settings() 256315:20250703:121408.368 query [txnlev:0] [select tls_psk_identity,tls_psk from config_autoreg_tls order by autoreg_tlsid] 256315:20250703:121408.369 In dc_sync_settings() 256315:20250703:121408.369 In store_settings() 256315:20250703:121408.369 End of store_settings() 256315:20250703:121408.369 End of dc_sync_settings() 256315:20250703:121408.369 In DCsync_autoreg_config() 256315:20250703:121408.369 End of DCsync_autoreg_config() 256315:20250703:121408.369 In DCsync_autoreg_host() 256315:20250703:121408.369 End of DCsync_autoreg_host() 256315:20250703:121408.369 In dc_sync_proxy_group() 256315:20250703:121408.369 End of dc_sync_proxy_group() 256315:20250703:121408.369 query [txnlev:0] [select hostid,templateid from hosts_templates order by hostid] 256315:20250703:121408.370 query [txnlev:0] [select globalmacroid,macro,value,type from globalmacro] 256315:20250703:121408.371 query [txnlev:0] [select hostmacroid,hostid,macro,value,type from hostmacro] 256420:20250703:121408.376 End of zbx_ipc_async_socket_recv():0 256420:20250703:121408.376 zbx_setproctitle() title:'internal poller #1 [got 0 values in 0.000087 sec, getting values]' 256420:20250703:121408.376 In get_values() 256420:20250703:121408.376 In zbx_dc_config_get_poller_items() poller_type:10 256420:20250703:121408.376 End of zbx_dc_config_get_poller_items():0 256420:20250703:121408.376 In zbx_dc_config_get_poller_nextcheck() poller_type:10 256420:20250703:121408.376 End of zbx_dc_config_get_poller_nextcheck():-1 256420:20250703:121408.376 End of get_values():0 256420:20250703:121408.376 zbx_setproctitle() title:'internal poller #1 [got 0 values in 0.000271 sec, idle 5 sec]' 256420:20250703:121408.376 In zbx_ipc_async_socket_recv() timeout:5 256415:20250703:121408.380 End of zbx_ipc_async_socket_recv():0 256415:20250703:121408.380 zbx_setproctitle() title:'odbc poller #1 [got 0 values in 0.000104 sec, getting values]' 256415:20250703:121408.380 In get_values() 256415:20250703:121408.380 In zbx_dc_config_get_poller_items() poller_type:6 256415:20250703:121408.380 End of zbx_dc_config_get_poller_items():0 256415:20250703:121408.380 In zbx_dc_config_get_poller_nextcheck() poller_type:6 256415:20250703:121408.381 End of zbx_dc_config_get_poller_nextcheck():-1 256415:20250703:121408.381 End of get_values():0 256415:20250703:121408.381 zbx_setproctitle() title:'odbc poller #1 [got 0 values in 0.000424 sec, idle 5 sec]' 256415:20250703:121408.381 In zbx_ipc_async_socket_recv() timeout:5 256315:20250703:121408.388 In DCsync_host_tags() 256315:20250703:121408.388 End of DCsync_host_tags() 256315:20250703:121408.388 query [txnlev:0] [select hostid,proxyid,host,ipmi_authtype,ipmi_privilege,ipmi_username,ipmi_password,maintenance_status,maintenance_type,maintenance_from,status,name,tls_connect,tls_accept,tls_issuer,tls_subject,tls_psk_identity,tls_psk,maintenanceid,proxy_groupid,monitored_by,flags from hosts where status in (0,1) and flags&2=0 and hostid in (10856,10857)] 256315:20250703:121408.389 query [txnlev:0] [select hostid,inventory_mode,type,type_full,name,alias,os,os_full,os_short,serialno_a,serialno_b,tag,asset_tag,macaddress_a,macaddress_b,hardware,hardware_full,software,software_full,software_app_a,software_app_b,software_app_c,software_app_d,software_app_e,contact,location,location_lat,location_lon,notes,chassis,model,hw_arch,vendor,contract_number,installer_name,deployment_status,url_a,url_b,url_c,host_networks,host_netmask,host_router,oob_ip,oob_netmask,oob_router,date_hw_purchase,date_hw_install,date_hw_expiry,date_hw_decomm,site_address_a,site_address_b,site_address_c,site_city,site_state,site_country,site_zip,site_rack,site_notes,poc_1_name,poc_1_email,poc_1_phone_a,poc_1_phone_b,poc_1_cell,poc_1_screen,poc_1_notes,poc_2_name,poc_2_email,poc_2_phone_a,poc_2_phone_b,poc_2_cell,poc_2_screen,poc_2_notes from host_inventory] 256315:20250703:121408.391 query [txnlev:0] [select groupid,name from hstgrp where type=0] 256315:20250703:121408.392 query [txnlev:0] [select hg.groupid,hg.hostid from hosts_groups hg,hosts h where hg.hostid=h.hostid and h.status in (0,1) and h.flags&2=0 order by hg.groupid] 256315:20250703:121408.394 query [txnlev:0] [select maintenanceid,maintenance_type,active_since,active_till,tags_evaltype from maintenances] 256315:20250703:121408.395 query [txnlev:0] [select maintenancetagid,maintenanceid,operator,tag,value from maintenance_tag] 256315:20250703:121408.397 query [txnlev:0] [select t.timeperiodid,t.timeperiod_type,t.every,t.month,t.dayofweek,t.day,t.start_time,t.period,t.start_date,m.maintenanceid from maintenances_windows m,timeperiods t where t.timeperiodid=m.timeperiodid] 256315:20250703:121408.398 query [txnlev:0] [select maintenanceid,groupid from maintenances_groups order by maintenanceid] 256315:20250703:121408.400 query [txnlev:0] [select maintenanceid,hostid from maintenances_hosts order by maintenanceid] 256315:20250703:121408.401 In DCsync_proxies() 256315:20250703:121408.401 End of DCsync_proxies() 256315:20250703:121408.401 In DCsync_hosts() 256315:20250703:121408.401 End of DCsync_hosts() 256315:20250703:121408.401 In DCsync_host_inventory() 256315:20250703:121408.401 End of DCsync_host_inventory() 256315:20250703:121408.401 In DCsync_hostgroups() 256315:20250703:121408.401 End of DCsync_hostgroups() 256315:20250703:121408.401 In DCsync_hostgroup_hosts() 256315:20250703:121408.401 End of DCsync_hostgroup_hosts() 256315:20250703:121408.401 In DCsync_maintenances() 256315:20250703:121408.401 End of DCsync_maintenances() 256315:20250703:121408.401 In DCsync_maintenance_tags() 256315:20250703:121408.401 End of DCsync_maintenance_tags() 256315:20250703:121408.401 In DCsync_maintenance_groups() 256315:20250703:121408.401 End of DCsync_maintenance_groups() 256315:20250703:121408.401 In DCsync_maintenance_hosts() 256315:20250703:121408.401 End of DCsync_maintenance_hosts() 256315:20250703:121408.401 In DCsync_maintenance_periods() 256315:20250703:121408.401 End of DCsync_maintenance_periods() 256315:20250703:121408.402 In DCsync_connectors() 256315:20250703:121408.402 End of DCsync_connectors() 256315:20250703:121408.402 In DCsync_connector_tags() 256315:20250703:121408.402 End of DCsync_connector_tags() 256315:20250703:121408.402 In dc_sync_host_proxy() 256315:20250703:121408.402 End of dc_sync_host_proxy() 256315:20250703:121408.402 query [txnlev:0] [select i.interfaceid,i.hostid,i.type,i.main,i.useip,i.ip,i.dns,i.port,i.available,i.disable_until,i.error,i.errors_from,s.version,s.bulk,s.community,s.securityname,s.securitylevel,s.authpassphrase,s.privpassphrase,s.authprotocol,s.privprotocol,s.contextname,s.max_repetitions from interface i left join interface_snmp s on i.interfaceid=s.interfaceid] 256315:20250703:121408.403 query [txnlev:0] [select i.itemid,i.hostid,i.status,i.type,i.value_type,i.key_,i.snmp_oid,i.ipmi_sensor,i.delay,i.trapper_hosts,i.logtimefmt,i.params,ir.state,i.authtype,i.username,i.password,i.publickey,i.privatekey,i.flags,i.interfaceid,ir.lastlogsize,ir.mtime,i.history,i.trends,i.inventory_link,i.valuemapid,i.units,ir.error,i.jmx_endpoint,i.master_itemid,i.timeout,i.url,i.query_fields,i.posts,i.status_codes,i.follow_redirects,i.post_type,i.http_proxy,i.headers,i.retrieve_mode,i.request_method,i.output_format,i.ssl_cert_file,i.ssl_key_file,i.ssl_key_password,i.verify_peer,i.verify_host,i.allow_traps,i.templateid,null from items i left join item_rtdata ir on i.itemid=ir.itemid where i.itemid in (59712,59713,59714,59715)] 256315:20250703:121408.405 query [txnlev:0] [select itemid,parent_itemid from item_discovery] 256372:20250703:121408.411 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121408.411 In collect_selfmon_stats() 256372:20250703:121408.411 In zbx_timekeeper_collect() 256372:20250703:121408.411 End of zbx_timekeeper_collect() 256372:20250703:121408.411 End of collect_selfmon_stats() 256372:20250703:121408.411 zbx_setproctitle() title:'self-monitoring [processed data in 0.000138 sec, idle 1 sec]' 256315:20250703:121408.419 query [txnlev:0] [select item_preprocid,itemid,type,params,step,error_handler,error_handler_params from item_preproc where item_preprocid in (117941,117942)] 256409:20250703:121408.420 End of zbx_ipc_async_socket_recv():0 256409:20250703:121408.420 zbx_setproctitle() title:'history poller #2 [got 0 values in 0.001087 sec, getting values]' 256409:20250703:121408.420 In get_values() 256409:20250703:121408.420 In zbx_dc_config_get_poller_items() poller_type:5 256409:20250703:121408.420 End of zbx_dc_config_get_poller_items():0 256409:20250703:121408.420 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256409:20250703:121408.420 End of zbx_dc_config_get_poller_nextcheck():-1 256409:20250703:121408.420 End of get_values():0 256409:20250703:121408.420 zbx_setproctitle() title:'history poller #2 [got 0 values in 0.000047 sec, idle 5 sec]' 256409:20250703:121408.420 In zbx_ipc_async_socket_recv() timeout:5 256412:20250703:121408.421 End of zbx_ipc_async_socket_recv():0 256412:20250703:121408.421 zbx_setproctitle() title:'history poller #5 [got 0 values in 0.000072 sec, getting values]' 256412:20250703:121408.421 In get_values() 256412:20250703:121408.421 In zbx_dc_config_get_poller_items() poller_type:5 256412:20250703:121408.421 End of zbx_dc_config_get_poller_items():0 256412:20250703:121408.421 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256412:20250703:121408.421 End of zbx_dc_config_get_poller_nextcheck():-1 256412:20250703:121408.421 End of get_values():0 256412:20250703:121408.421 zbx_setproctitle() title:'history poller #5 [got 0 values in 0.000107 sec, idle 5 sec]' 256412:20250703:121408.421 In zbx_ipc_async_socket_recv() timeout:5 256315:20250703:121408.421 query [txnlev:0] [select p.item_parameterid,p.itemid,p.name,p.value,i.hostid from item_parameter p,items i,hosts h where p.itemid=i.itemid and i.hostid=h.hostid and h.status in (0,1) and i.flags&2=0 order by p.itemid] 256350:20250703:121408.422 zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000171 sec, getting values]' 256350:20250703:121408.422 In process_httptests() 256350:20250703:121408.422 End of process_httptests() 256350:20250703:121408.422 zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000102 sec, idle 5 sec]' 256315:20250703:121408.427 query [txnlev:0] [select functionid,itemid,name,parameter,triggerid from functions where functionid in (42095,42096)] 256371:20250703:121408.428 End of zbx_ipc_async_socket_recv():0 256371:20250703:121408.428 zbx_setproctitle() title:'proxy poller #1 [exchanged data with 0 proxies in 0.000057 sec, exchanging data]' 256371:20250703:121408.428 In process_proxy() 256371:20250703:121408.428 In zbx_dc_config_get_proxypoller_hosts() 256371:20250703:121408.428 End of zbx_dc_config_get_proxypoller_hosts():0 256371:20250703:121408.428 End of process_proxy() 256371:20250703:121408.428 In zbx_dc_config_get_proxypoller_nextcheck() 256371:20250703:121408.428 End of zbx_dc_config_get_proxypoller_nextcheck():-1 256371:20250703:121408.428 zbx_setproctitle() title:'proxy poller #1 [exchanged data with 0 proxies in 0.000033 sec, idle 5 sec]' 256371:20250703:121408.428 In zbx_ipc_async_socket_recv() timeout:5 256315:20250703:121408.428 In DCsync_interfaces() 256315:20250703:121408.428 End of DCsync_interfaces() 256315:20250703:121408.428 In DCsync_items() 256315:20250703:121408.428 End of DCsync_items() 256315:20250703:121408.428 In DCsync_item_discovery() 256315:20250703:121408.428 End of DCsync_item_discovery() 256315:20250703:121408.428 In DCsync_item_preproc() 256315:20250703:121408.428 End of DCsync_item_preproc() 256315:20250703:121408.428 In DCsync_items_param() 256315:20250703:121408.428 End of DCsync_items_param() 256315:20250703:121408.428 In DCsync_functions() 256315:20250703:121408.428 End of DCsync_functions() 256315:20250703:121408.428 query [txnlev:0] [select triggerid,description,expression,error,priority,type,value,state,lastchange,status,recovery_mode,recovery_expression,correlation_mode,correlation_tag,opdata,event_name,null,null,null,flags from triggers where triggerid in (28853,28854)] 256315:20250703:121408.428 query [txnlev:0] [select triggerid_down,triggerid_up from trigger_depends] 256315:20250703:121408.429 query [txnlev:0] [select r.name,e.expressionid,e.expression,e.expression_type,e.exp_delimiter,e.case_sensitive from regexps r,expressions e where r.regexpid=e.regexpid] 256315:20250703:121408.430 query [txnlev:0] [select actionid,eventsource,evaltype,formula from actions where eventsource<>4 and status=0] 256315:20250703:121408.430 query [txnlev:0] [select a.actionid,o.recovery from actions a left join operations o on a.actionid=o.actionid where a.status=0 group by a.actionid,o.recovery order by a.actionid] 256315:20250703:121408.430 query [txnlev:0] [select c.conditionid,c.actionid,c.conditiontype,c.operator,c.value,c.value2 from conditions c,actions a where c.actionid=a.actionid and a.status=0] 256315:20250703:121408.430 query [txnlev:0] [select correlationid,name,evaltype,formula from correlation where status=0] 256315:20250703:121408.430 query [txnlev:0] [select cc.corr_conditionid,cc.correlationid,cc.type,cct.tag,cctv.tag,cctv.value,cctv.operator, ccg.groupid,ccg.operator,cctp.oldtag,cctp.newtag from correlation c,corr_condition cc left join corr_condition_tag cct on cct.corr_conditionid=cc.corr_conditionid left join corr_condition_tagvalue cctv on cctv.corr_conditionid=cc.corr_conditionid left join corr_condition_group ccg on ccg.corr_conditionid=cc.corr_conditionid left join corr_condition_tagpair cctp on cctp.corr_conditionid=cc.corr_conditionid where c.correlationid=cc.correlationid and c.status=0] 256315:20250703:121408.430 query [txnlev:0] [select co.corr_operationid,co.correlationid,co.type from correlation c,corr_operation co where c.correlationid=co.correlationid and c.status=0] 256315:20250703:121408.431 In DCsync_triggers() 256315:20250703:121408.431 End of DCsync_triggers() 256315:20250703:121408.431 In DCsync_trigdeps() 256315:20250703:121408.431 End of DCsync_trigdeps() 256315:20250703:121408.431 In DCsync_expressions() 256315:20250703:121408.431 End of DCsync_expressions() 256315:20250703:121408.431 In DCsync_actions() 256315:20250703:121408.431 End of DCsync_actions() 256315:20250703:121408.431 In DCsync_action_ops() 256315:20250703:121408.431 End of DCsync_action_ops() 256315:20250703:121408.431 In DCsync_action_conditions() 256315:20250703:121408.431 End of DCsync_action_conditions() 256315:20250703:121408.431 In DCsync_trigger_tags() 256315:20250703:121408.431 End of DCsync_trigger_tags() 256315:20250703:121408.431 In DCsync_item_tags() 256315:20250703:121408.431 End of DCsync_item_tags() 256315:20250703:121408.431 In DCsync_correlations() 256315:20250703:121408.431 End of DCsync_correlations() 256315:20250703:121408.431 In DCsync_corr_conditions() 256315:20250703:121408.431 End of DCsync_corr_conditions() 256315:20250703:121408.431 In DCsync_corr_operations() 256315:20250703:121408.431 End of DCsync_corr_operations() 256315:20250703:121408.431 In dc_sync_drules() 256315:20250703:121408.432 End of dc_sync_drules() 256315:20250703:121408.432 In dc_sync_dchecks() 256315:20250703:121408.432 End of dc_sync_dchecks() 256315:20250703:121408.432 In dc_sync_httptests() 256315:20250703:121408.432 End of dc_sync_httptests() 256315:20250703:121408.432 In dc_sync_httptest_fields() 256315:20250703:121408.432 End of dc_sync_httptest_fields() 256315:20250703:121408.432 In dc_sync_httpsteps() 256315:20250703:121408.432 End of dc_sync_httpsteps() 256315:20250703:121408.432 In dc_sync_httpstep_fields() 256315:20250703:121408.432 End of dc_sync_httpstep_fields() 256315:20250703:121408.434 zbx_dc_sync_configuration() changelog : sql:0.002243 sec (14 records) 256315:20250703:121408.434 zbx_dc_sync_configuration() reindex : 0.001575 sec 48 bytes. 256315:20250703:121408.434 zbx_dc_sync_configuration() proxy_group: sql:0.000002 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121408.434 zbx_dc_sync_configuration() hosts: sql:0.001198 sync:0.000017 sec 368 bytes (1/0/0). 256315:20250703:121408.434 zbx_dc_sync_configuration() host_proxy: sql:0.000041 sync:0.000001 sec 0 bytes (0/0/0). 256315:20250703:121408.434 zbx_dc_sync_configuration() items: sql:0.001659 sync:0.000057 sec 768 bytes (4/0/0). 256315:20250703:121408.434 zbx_dc_sync_configuration() triggers: sql:0.000246 sync:0.000029 sec 432 bytes (2/0/0). 256315:20250703:121408.434 zbx_dc_sync_configuration() functions: sql:0.001125 sync:0.000016 sec 80 bytes (2/0/0). 256315:20250703:121408.434 zbx_dc_sync_configuration() trigger_tag: sql:0.000001 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121408.434 zbx_dc_sync_configuration() item_tag: sql:0.000000 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121408.434 zbx_dc_sync_configuration() host_tag: sql:0.000005 sync:0.000001 sec 0 bytes (0/0/0). 256315:20250703:121408.434 zbx_dc_sync_configuration() item_preproc: sql:0.003131 sync:0.000004 sec 136 bytes (2/0/0). 256315:20250703:121408.434 zbx_dc_sync_configuration() drules: sql:0.000005 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121408.435 zbx_dc_sync_configuration() dchecks: sql:0.000004 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121408.435 zbx_dc_sync_configuration() httptest: sql:0.000001 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121408.435 zbx_dc_sync_configuration() httptest_field: sql:0.000002 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121408.435 zbx_dc_sync_configuration() httpstep: sql:0.000001 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121408.435 zbx_dc_sync_configuration() httpstep_field: sql:0.000001 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121408.435 zbx_dc_sync_configuration() connector: sql:0.000004 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121408.435 zbx_dc_sync_configuration() connector_tag: sql:0.000001 sync:0.000001 sec 0 bytes (0/0/0). 256315:20250703:121408.435 zbx_dc_sync_configuration() proxy: sql:0.000006 sync:0.000003 sec 0 bytes (0/0/0). 256315:20250703:121408.435 zbx_dc_sync_configuration() settings: sql:0.000950 sync:0.000331 sec 0 bytes (47/0/0). 256315:20250703:121408.435 zbx_dc_sync_configuration() config_autoreg_tls: sql:0.000550 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121408.435 zbx_dc_sync_configuration() autoreg_host: sql:0.000000 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121408.435 zbx_dc_sync_configuration() host_inventory: sql:0.001331 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121408.435 zbx_dc_sync_configuration() hosts_templates: sql:0.000678 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121408.435 zbx_dc_sync_configuration() globalmacro: sql:0.000633 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121408.435 zbx_dc_sync_configuration() hostmacro: sql:0.017285 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121408.435 zbx_dc_sync_configuration() interface: sql:0.000918 sync:0.000008 sec 0 bytes (25/0/0). 256315:20250703:121408.435 zbx_dc_sync_configuration() item_discovery: sql:0.013508 sync:0.000109 sec 128 bytes (7584/0/0). 256315:20250703:121408.435 zbx_dc_sync_configuration() trigger_depends: sql:0.000901 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121408.435 zbx_dc_sync_configuration() regexps: sql:0.000200 sync:0.000003 sec 0 bytes (0/0/0). 256315:20250703:121408.435 zbx_dc_sync_configuration() actions: sql:0.000097 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121408.435 zbx_dc_sync_configuration() operations: sql:0.000130 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121408.435 zbx_dc_sync_configuration() conditions: sql:0.000103 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121408.435 zbx_dc_sync_configuration() correlation: sql:0.000103 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121408.435 zbx_dc_sync_configuration() corr_condition: sql:0.000401 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121408.435 zbx_dc_sync_configuration() corr_operation: sql:0.000145 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121408.435 zbx_dc_sync_configuration() hstgrp: sql:0.001371 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121408.435 zbx_dc_sync_configuration() hosts_groups: sql:0.001331 sync:0.000004 sec 24 bytes (1/0/0). 256315:20250703:121408.435 zbx_dc_sync_configuration() item_parameter: sql:0.005344 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121408.435 zbx_dc_sync_configuration() maintenances: sql:0.001872 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121408.435 zbx_dc_sync_configuration() maintenances_windows: sql:0.001120 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121408.435 zbx_dc_sync_configuration() maintenance_tag: sql:0.001539 sync:0.000001 sec 0 bytes (0/0/0). 256315:20250703:121408.435 zbx_dc_sync_configuration() maintenances_groups: sql:0.002336 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121408.435 zbx_dc_sync_configuration() maintenances_hosts: sql:0.000367 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121408.435 zbx_dc_sync_configuration() total sql : 0.060646 sec. 256315:20250703:121408.435 zbx_dc_sync_configuration() total sync : 0.000589 sec. 256315:20250703:121408.435 zbx_dc_sync_configuration() total memory difference: 1936 bytes. 256315:20250703:121408.435 zbx_dc_sync_configuration() proxies : 0 (0 slots) 256315:20250703:121408.435 zbx_dc_sync_configuration() proxies_p : 0 (0 slots) 256315:20250703:121408.435 zbx_dc_sync_configuration() hosts : 9 (17 slots) 256411:20250703:121408.436 End of zbx_ipc_async_socket_recv():0 256411:20250703:121408.436 zbx_setproctitle() title:'history poller #4 [got 0 values in 0.000073 sec, getting values]' 256411:20250703:121408.436 In get_values() 256411:20250703:121408.436 In zbx_dc_config_get_poller_items() poller_type:5 256315:20250703:121408.436 zbx_dc_sync_configuration() hosts_h : 9 (17 slots) 256315:20250703:121408.436 zbx_dc_sync_configuration() autoreg_hosts: 0 (11 slots) 256315:20250703:121408.436 zbx_dc_sync_configuration() psks : 0 (0 slots) 256315:20250703:121408.436 zbx_dc_sync_configuration() ipmihosts : 0 (0 slots) 256315:20250703:121408.436 zbx_dc_sync_configuration() host_invent: 2 (11 slots) 256315:20250703:121408.436 zbx_dc_sync_configuration() glob macros: 1 (11 slots) 256315:20250703:121408.436 zbx_dc_sync_configuration() host macros: 6364 (9029 slots) 256315:20250703:121408.436 zbx_dc_sync_configuration() kvs_paths : 0 256315:20250703:121408.436 zbx_dc_sync_configuration() interfaces : 3 (11 slots) 256315:20250703:121408.436 zbx_dc_sync_configuration() interfaces_snmp : 0 (0 slots) 256315:20250703:121408.436 zbx_dc_sync_configuration() interfac_ht: 3 (11 slots) 256315:20250703:121408.436 zbx_dc_sync_configuration() if_snmpitms: 0 (0 slots) 256315:20250703:121408.436 zbx_dc_sync_configuration() if_snmpaddr: 0 (0 slots) 256315:20250703:121408.436 zbx_dc_sync_configuration() item_discovery : 51 (15259 slots) 256315:20250703:121408.436 zbx_dc_sync_configuration() items : 214 (35969 slots) 256315:20250703:121408.436 zbx_dc_sync_configuration() items_hk : 214 (35969 slots) 256315:20250703:121408.436 zbx_dc_sync_configuration() template_items : 17773 (30509 slots) 256315:20250703:121408.436 zbx_dc_sync_configuration() preprocitems: 138 (45767 slots) 256315:20250703:121408.436 zbx_dc_sync_configuration() item_tag_links: 204 (56237 slots) 256315:20250703:121408.436 zbx_dc_sync_configuration() functions : 121 (21341 slots) 256315:20250703:121408.436 zbx_dc_sync_configuration() triggers : 6840 (13679 slots) 256315:20250703:121408.436 zbx_dc_sync_configuration() trigdeps : 2748 (4007 slots) 256315:20250703:121408.436 zbx_dc_sync_configuration() trig. tags : 8671 (13553 slots) 256315:20250703:121408.436 zbx_dc_sync_configuration() expressions: 10 (17 slots) 256315:20250703:121408.436 zbx_dc_sync_configuration() actions : 0 (0 slots) 256315:20250703:121408.436 zbx_dc_sync_configuration() conditions : 0 (0 slots) 256315:20250703:121408.436 zbx_dc_sync_configuration() corr. : 0 (0 slots) 256315:20250703:121408.436 zbx_dc_sync_configuration() corr. conds: 0 (0 slots) 256315:20250703:121408.436 zbx_dc_sync_configuration() corr. ops : 0 (0 slots) 256315:20250703:121408.436 zbx_dc_sync_configuration() hgroups : 7 (11 slots) 256315:20250703:121408.436 zbx_dc_sync_configuration() item procs : 138 (45767 slots) 256315:20250703:121408.436 zbx_dc_sync_configuration() maintenance: 0 (0 slots) 256315:20250703:121408.436 zbx_dc_sync_configuration() maint tags : 0 (0 slots) 256315:20250703:121408.436 zbx_dc_sync_configuration() maint time : 0 (0 slots) 256315:20250703:121408.436 zbx_dc_sync_configuration() drules : 1 (11 slots) 256315:20250703:121408.436 zbx_dc_sync_configuration() dchecks : 1 (11 slots) 256315:20250703:121408.436 zbx_dc_sync_configuration() httptests : 0 (0 slots) 256315:20250703:121408.436 zbx_dc_sync_configuration() httptestfld: 0 (0 slots) 256315:20250703:121408.436 zbx_dc_sync_configuration() httpsteps : 0 (0 slots) 256315:20250703:121408.436 zbx_dc_sync_configuration() httpstepfld: 0 (0 slots) 256315:20250703:121408.436 zbx_dc_sync_configuration() connector: 0 (0 slots) 256315:20250703:121408.436 zbx_dc_sync_configuration() connector tags : 0 (0 slots) 256315:20250703:121408.436 zbx_dc_sync_configuration() proxy groups : 0 (0 slots) 256315:20250703:121408.436 zbx_dc_sync_configuration() host proxy : 0 (0 slots) 256315:20250703:121408.436 zbx_dc_sync_configuration() queue[0] : 0 (0 allocated) 256315:20250703:121408.436 zbx_dc_sync_configuration() queue[1] : 0 (0 allocated) 256315:20250703:121408.436 zbx_dc_sync_configuration() queue[2] : 0 (0 allocated) 256315:20250703:121408.436 zbx_dc_sync_configuration() queue[3] : 0 (0 allocated) 256315:20250703:121408.436 zbx_dc_sync_configuration() queue[4] : 0 (0 allocated) 256315:20250703:121408.436 zbx_dc_sync_configuration() queue[5] : 0 (0 allocated) 256315:20250703:121408.436 zbx_dc_sync_configuration() queue[6] : 0 (0 allocated) 256315:20250703:121408.436 zbx_dc_sync_configuration() queue[7] : 0 (0 allocated) 256315:20250703:121408.436 zbx_dc_sync_configuration() queue[8] : 0 (0 allocated) 256315:20250703:121408.436 zbx_dc_sync_configuration() queue[9] : 0 (0 allocated) 256315:20250703:121408.436 zbx_dc_sync_configuration() queue[10] : 0 (0 allocated) 256315:20250703:121408.436 zbx_dc_sync_configuration() queue[11] : 0 (0 allocated) 256315:20250703:121408.436 zbx_dc_sync_configuration() pqueue : 0 (0 allocated) 256315:20250703:121408.436 zbx_dc_sync_configuration() timer queue: 0 (0 allocated) 256315:20250703:121408.436 zbx_dc_sync_configuration() changelog : 911 256315:20250703:121408.436 zbx_dc_sync_configuration() configfree : 76.109385% 256315:20250703:121408.436 zbx_dc_sync_configuration() strings : 9548 (13553 slots) 256315:20250703:121408.436 === memory statistics for configuration cache === 256315:20250703:121408.436 free chunks of size >= 256 bytes: 1 256315:20250703:121408.436 min chunk size: 25538072 bytes 256315:20250703:121408.436 max chunk size: 25538072 bytes 256315:20250703:121408.436 memory of total size 32402528 bytes fragmented into 71971 chunks 256315:20250703:121408.436 of those, 25538072 bytes are in 1 free chunks 256315:20250703:121408.436 of those, 6864456 bytes are in 71970 used chunks 256315:20250703:121408.437 of those, 1151520 bytes are used by allocation overhead 256315:20250703:121408.437 ================================ 256411:20250703:121408.437 End of zbx_dc_config_get_poller_items():0 256411:20250703:121408.437 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256411:20250703:121408.437 End of zbx_dc_config_get_poller_nextcheck():-1 256411:20250703:121408.437 End of get_values():0 256411:20250703:121408.437 zbx_setproctitle() title:'history poller #4 [got 0 values in 0.000864 sec, idle 5 sec]' 256411:20250703:121408.437 In zbx_ipc_async_socket_recv() timeout:5 256315:20250703:121408.437 zbx_dbsync_env_flush_changelog() changelog : 925 (1181 slots) 256315:20250703:121408.437 In dc_get_items_to_reschedule() 256315:20250703:121408.437 End of dc_get_items_to_reschedule() items:0 256315:20250703:121408.437 zbx_dc_sync_configuration() reschedule : 0.000124 sec. 256315:20250703:121408.438 End of zbx_dc_sync_configuration() 256315:20250703:121408.438 In zbx_dc_sync_kvs_paths() 256315:20250703:121408.438 End of zbx_dc_sync_kvs_paths() 256315:20250703:121408.438 In zbx_dc_config_get_hostids_by_revision() 256315:20250703:121408.438 End of zbx_dc_config_get_hostids_by_revision() 256315:20250703:121408.438 In zbx_ipc_socket_open() 256419:20250703:121408.438 In ipc_service_accept() 256419:20250703:121408.438 In ipc_service_add_client() 256419:20250703:121408.438 End of ipc_service_add_client() clientid:5 256419:20250703:121408.438 End of ipc_service_accept() 256419:20250703:121408.438 End of zbx_ipc_service_recv():2 256419:20250703:121408.438 In zbx_ipc_service_recv() timeout:1.000 256315:20250703:121408.438 End of zbx_ipc_socket_open():SUCCEED 256315:20250703:121408.438 In zbx_ipc_socket_write() 256419:20250703:121408.438 End of zbx_ipc_service_recv():1 256419:20250703:121408.438 zbx_setproctitle() title:'configuration syncer worker [synced 0, updated 0 item names in 0.002571 sec, syncing]' 256419:20250703:121408.438 In dbsync_item_rtname() 256419:20250703:121408.438 query [txnlev:1] [begin;] 256315:20250703:121408.438 End of zbx_ipc_socket_write():SUCCEED 256315:20250703:121408.438 In zbx_dc_update_interfaces_availability() 256315:20250703:121408.438 In zbx_dc_reset_interfaces_availability() 256315:20250703:121408.438 End of zbx_dc_reset_interfaces_availability() interfaces:0 256315:20250703:121408.438 End of zbx_dc_update_interfaces_availability() 256315:20250703:121408.438 zbx_setproctitle() title:'configuration syncer [synced configuration in 0.073336 sec, idle 10 sec]' 256315:20250703:121408.438 In zbx_ipc_async_socket_recv() timeout:10 256419:20250703:121408.439 query [txnlev:1] [select i.itemid,i.hostid,i.name,ir.name_resolved from items i,item_rtname ir where i.name like '%%{$%%' and ir.itemid=i.itemid and i.hostid in (10853,10857) order by i.itemid] 256419:20250703:121408.441 fetch started 256419:20250703:121408.441 query [txnlev:1] [commit;] 256419:20250703:121408.441 End of dbsync_item_rtname() 256419:20250703:121408.441 zbx_setproctitle() title:'configuration syncer worker [synced 0, updated 0 item names in 0.003314 sec, idle]' 256419:20250703:121408.441 In zbx_ipc_service_recv() timeout:1.000 256355:20250703:121408.447 End of zbx_ipc_async_socket_recv():0 256355:20250703:121408.447 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000014 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121408.447 In zbx_sync_history_cache() history_num:0 256355:20250703:121408.447 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000213 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121408.447 In zbx_ipc_async_socket_recv() timeout:1 256410:20250703:121408.448 End of zbx_ipc_async_socket_recv():0 256410:20250703:121408.448 zbx_setproctitle() title:'history poller #3 [got 0 values in 0.000181 sec, getting values]' 256410:20250703:121408.448 In get_values() 256410:20250703:121408.448 In zbx_dc_config_get_poller_items() poller_type:5 256410:20250703:121408.448 End of zbx_dc_config_get_poller_items():0 256410:20250703:121408.448 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256410:20250703:121408.448 End of zbx_dc_config_get_poller_nextcheck():-1 256410:20250703:121408.448 End of get_values():0 256410:20250703:121408.448 zbx_setproctitle() title:'history poller #3 [got 0 values in 0.000105 sec, idle 5 sec]' 256410:20250703:121408.448 In zbx_ipc_async_socket_recv() timeout:5 256353:20250703:121408.448 End of zbx_ipc_async_socket_recv():0 256353:20250703:121408.448 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000028 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121408.448 In zbx_sync_history_cache() history_num:0 256353:20250703:121408.448 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000041 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121408.448 In zbx_ipc_async_socket_recv() timeout:1 256356:20250703:121408.448 End of zbx_ipc_async_socket_recv():0 256356:20250703:121408.448 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000017 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121408.448 In zbx_sync_history_cache() history_num:0 256356:20250703:121408.448 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000042 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121408.448 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121408.448 End of zbx_ipc_async_socket_recv():0 256354:20250703:121408.448 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000188 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121408.449 In zbx_sync_history_cache() history_num:0 256354:20250703:121408.449 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000821 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121408.449 In zbx_ipc_async_socket_recv() timeout:1 256343:20250703:121408.449 End of zbx_ipc_service_recv():2 256343:20250703:121408.449 In zbx_pp_manager_process_finished() 256343:20250703:121408.449 In zbx_timekeeper_collect() 256343:20250703:121408.449 End of zbx_timekeeper_collect() 256343:20250703:121408.449 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121408.449 In zbx_ipc_service_recv() timeout:0.500 256408:20250703:121408.449 End of zbx_ipc_async_socket_recv():0 256408:20250703:121408.450 zbx_setproctitle() title:'history poller #1 [got 0 values in 0.000087 sec, getting values]' 256408:20250703:121408.450 In get_values() 256408:20250703:121408.450 In zbx_dc_config_get_poller_items() poller_type:5 256408:20250703:121408.450 End of zbx_dc_config_get_poller_items():0 256408:20250703:121408.450 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256408:20250703:121408.450 End of zbx_dc_config_get_poller_nextcheck():-1 256408:20250703:121408.450 End of get_values():0 256408:20250703:121408.450 zbx_setproctitle() title:'history poller #1 [got 0 values in 0.000099 sec, idle 5 sec]' 256408:20250703:121408.450 In zbx_ipc_async_socket_recv() timeout:5 256421:20250703:121408.455 In zbx_dc_fetch_proxy_groups() 256421:20250703:121408.455 End of zbx_dc_fetch_proxy_groups():FAIL revision:0->0 256421:20250703:121408.455 In zbx_dc_fetch_proxies() 256421:20250703:121408.455 End of zbx_dc_fetch_proxies():FAIL revision:0->0 256357:20250703:121408.487 End of zbx_ipc_async_socket_recv():0 256357:20250703:121408.487 zbx_setproctitle() title:'escalator #1 [processed 0 escalations in 0.004712 sec, processing escalations]' 256357:20250703:121408.487 In process_escalations() 256357:20250703:121408.487 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is not null and nextcheck<=1751534051 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121408.487 End of process_escalations() 256357:20250703:121408.487 In process_escalations() 256357:20250703:121408.487 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is not null and nextcheck<=1751534051 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121408.488 End of process_escalations() 256357:20250703:121408.488 In process_escalations() 256357:20250703:121408.488 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is null and serviceid is not null and nextcheck<=1751534051 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121408.488 End of process_escalations() 256357:20250703:121408.488 In process_escalations() 256357:20250703:121408.488 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is null and serviceid is null and nextcheck<=1751534051 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121408.488 End of process_escalations() 256357:20250703:121408.488 zbx_setproctitle() title:'escalator #1 [processed 0 escalations in 0.001189 sec, idle 3 sec]' 256357:20250703:121408.488 In zbx_ipc_async_socket_recv() timeout:3 256401:20250703:121408.504 zbx_setproctitle() title:'trapper #1 [processing data]' 256401:20250703:121408.504 In zbx_ipc_async_socket_recv() timeout:0 256401:20250703:121408.505 End of zbx_ipc_async_socket_recv():0 256401:20250703:121408.505 trapper got '{"request":"active checks","host":"test","config_revision":1,"session":"3c242340683cf3307abbae10728e3e4c","version":"7.4.0","variant":1}' 256401:20250703:121408.505 In send_list_of_active_checks_json() 256401:20250703:121408.505 In zbx_is_ip4() ip:'127.0.0.1' 256401:20250703:121408.505 End of zbx_is_ip4():SUCCEED 256401:20250703:121408.505 In get_hostid_by_host_or_autoregister() host:'test' metadata:'' 256401:20250703:121408.505 End of get_hostid_by_host_or_autoregister():SUCCEED 256401:20250703:121408.506 In zbx_remote_commands_prepare_to_send() 256401:20250703:121408.506 End of zbx_remote_commands_prepare_to_send() 256401:20250703:121408.506 send_list_of_active_checks_json() sending [{"response":"success"}] 256401:20250703:121408.506 End of send_list_of_active_checks_json():SUCCEED 256401:20250703:121408.506 zbx_setproctitle() title:'trapper #1 [processed data in 0.001205 sec, waiting for connection]' 256339:20250703:121408.549 End of zbx_ipc_service_recv():2 256339:20250703:121408.549 zbx_setproctitle() title:'alert manager #1 [sent 0, failed 0 alerts, idle 5.016595 sec during 5.017028 sec]' 256339:20250703:121408.549 In zbx_ipc_service_recv() timeout:1.000 256421:20250703:121408.549 End of zbx_ipc_service_recv():2 256421:20250703:121408.550 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121408.553 End of zbx_ipc_async_socket_recv():0 256407:20250703:121408.553 In zbx_ipc_async_socket_send() 256407:20250703:121408.553 In zbx_ipc_client_send() clientid:0 256339:20250703:121408.553 End of zbx_ipc_service_recv():1 256339:20250703:121408.553 In am_flush_results() results:0 256339:20250703:121408.553 In zbx_ipc_client_send() clientid:8 256339:20250703:121408.553 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121408.553 End of am_flush_results() 256339:20250703:121408.553 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121408.553 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121408.554 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121408.554 In am_db_update_watchdog() 256407:20250703:121408.554 query [txnlev:0] [select m.mediaid,m.mediatypeid,m.sendto from media m,users_groups u,media_type mt where m.userid=u.userid and u.usrgrpid=7 and m.mediatypeid=mt.mediatypeid and m.active=0 and mt.status=0 and mt.type<>4] 256407:20250703:121408.555 End of am_db_update_watchdog() recipients:0 256407:20250703:121408.555 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.002166 sec, idle 1 sec]' 256407:20250703:121408.555 In zbx_ipc_async_socket_recv() timeout:1 256407:20250703:121408.555 End of zbx_ipc_async_socket_recv():0 256407:20250703:121408.555 In am_db_flush_results() 256407:20250703:121408.555 End of am_db_flush_results() flushed:0 256407:20250703:121408.555 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000031 sec, idle 1 sec]' 256407:20250703:121408.555 In zbx_ipc_async_socket_recv() timeout:1 256352:20250703:121408.566 End of zbx_ipc_service_recv():2 256352:20250703:121408.566 In zbx_timekeeper_collect() 256352:20250703:121408.566 End of zbx_timekeeper_collect() 256352:20250703:121408.566 In process_results() del_druleids:0 256352:20250703:121408.566 process_results() results=0 checks:0/0 del_druleids=0 incomplete_druleids=0 256352:20250703:121408.566 End of process_results() ret:0 256352:20250703:121408.566 zbx_setproctitle() title:'discovery manager #1 [processing 0 rules, 0 unsaved checks]' 256352:20250703:121408.566 In process_discovery() 256352:20250703:121408.566 End of process_discovery() rule_count:0 nextcheck:-1 256352:20250703:121408.566 In zbx_ipc_service_recv() timeout:5.000 256413:20250703:121408.602 End of zbx_ipc_service_recv():2 256413:20250703:121408.602 zbx_setproctitle() title:'availability manager #1 [queued 0, processed 0 values, idle 5.017135 sec during 5.017169 sec]' 256413:20250703:121408.602 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121408.953 End of zbx_ipc_service_recv():2 256343:20250703:121408.953 In zbx_pp_manager_process_finished() 256343:20250703:121408.953 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121408.953 zbx_setproctitle() title:'preprocessing manager #1 [queued 0, processed 0 values, idle 5.047680 sec during 5.048467 sec]' 256343:20250703:121408.953 In zbx_ipc_service_recv() timeout:0.500 256344:20250703:121408.977 End of zbx_ipc_service_recv():2 256344:20250703:121408.977 zbx_setproctitle() title:'lld manager #1 [processed 0 LLD rules, idle 5.024600sec during 5.024634 sec]' 256344:20250703:121408.977 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121408.996 End of zbx_ipc_service_recv():2 256312:20250703:121408.996 In zbx_ipc_async_socket_send() 256312:20250703:121408.996 In zbx_ipc_client_send() clientid:0 256312:20250703:121408.996 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121408.996 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121408.996 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121408.996 End of zbx_ipc_async_socket_flush():0 256312:20250703:121408.996 In zbx_ipc_service_recv() timeout:0.997 256302:20250703:121408.996 End of zbx_ipc_service_recv():1 256302:20250703:121408.996 In zbx_ha_dispatch_message() 256302:20250703:121408.996 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121408.996 In zbx_ipc_service_recv() timeout:1.000 256314:20250703:121409.162 End of zbx_ipc_service_recv():2 256314:20250703:121409.162 In zbx_ipc_service_recv() timeout:1.000 256418:20250703:121409.340 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121409.340 End of zbx_ipc_async_socket_recv():0 256418:20250703:121409.340 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121409.340 End of zbx_dc_config_get_poller_items():0 256418:20250703:121409.340 queue processing_num:0 pending:0 256417:20250703:121409.352 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121409.352 End of zbx_ipc_async_socket_recv():0 256416:20250703:121409.353 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121409.353 End of zbx_ipc_async_socket_recv():0 256417:20250703:121409.353 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121409.353 End of zbx_dc_config_get_poller_items():0 256417:20250703:121409.353 queue processing_num:0 pending:0 256416:20250703:121409.353 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121409.353 End of zbx_dc_config_get_poller_items():0 256416:20250703:121409.353 queue processing_num:0 pending:0 256372:20250703:121409.412 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121409.412 In collect_selfmon_stats() 256372:20250703:121409.412 In zbx_timekeeper_collect() 256372:20250703:121409.412 End of zbx_timekeeper_collect() 256372:20250703:121409.412 End of collect_selfmon_stats() 256372:20250703:121409.412 zbx_setproctitle() title:'self-monitoring [processed data in 0.000558 sec, idle 1 sec]' 256419:20250703:121409.444 End of zbx_ipc_service_recv():2 256419:20250703:121409.444 In zbx_ipc_service_recv() timeout:1.000 256356:20250703:121409.452 End of zbx_ipc_async_socket_recv():0 256356:20250703:121409.452 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000042 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121409.452 In zbx_sync_history_cache() history_num:0 256356:20250703:121409.452 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000050 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121409.452 In zbx_ipc_async_socket_recv() timeout:1 256353:20250703:121409.452 End of zbx_ipc_async_socket_recv():0 256353:20250703:121409.452 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000041 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121409.452 In zbx_sync_history_cache() history_num:0 256353:20250703:121409.452 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000029 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121409.452 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121409.452 End of zbx_ipc_async_socket_recv():0 256354:20250703:121409.453 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000821 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121409.453 In zbx_sync_history_cache() history_num:0 256354:20250703:121409.453 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000027 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121409.453 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121409.453 End of zbx_ipc_async_socket_recv():0 256355:20250703:121409.453 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000213 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121409.453 In zbx_sync_history_cache() history_num:0 256355:20250703:121409.453 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000043 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121409.453 In zbx_ipc_async_socket_recv() timeout:1 256343:20250703:121409.460 End of zbx_ipc_service_recv():2 256343:20250703:121409.460 In zbx_pp_manager_process_finished() 256343:20250703:121409.460 In zbx_timekeeper_collect() 256343:20250703:121409.460 End of zbx_timekeeper_collect() 256343:20250703:121409.460 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121409.460 In zbx_ipc_service_recv() timeout:0.500 256402:20250703:121409.541 zbx_setproctitle() title:'trapper #2 [processing data]' 256402:20250703:121409.541 In zbx_ipc_async_socket_recv() timeout:0 256402:20250703:121409.541 End of zbx_ipc_async_socket_recv():0 256402:20250703:121409.541 trapper got '{"request":"status.get","type":"ping","sid":"a1c8e8c4f6fe23f89e307368a314454c"}' 256402:20250703:121409.541 In recv_getstatus() 256402:20250703:121409.541 In zbx_get_user_from_json() 256402:20250703:121409.541 In zbx_db_get_user_by_active_session() sessionid:a1c8e8c4f6fe23f89e307368a314454c 256402:20250703:121409.541 query [txnlev:0] [select u.userid,u.roleid,u.username,r.type from sessions s,users u,role r where s.userid=u.userid and s.sessionid='a1c8e8c4f6fe23f89e307368a314454c' and s.status=0 and u.roleid=r.roleid] 256402:20250703:121409.545 End of zbx_db_get_user_by_active_session():FAIL 256402:20250703:121409.545 Permission denied 256402:20250703:121409.545 End of zbx_get_user_from_json():FAIL 256402:20250703:121409.545 In zbx_send_response_json() 256402:20250703:121409.545 zbx_send_response_json() '{"response":"failed","info":"Permission denied."}' 256402:20250703:121409.545 End of zbx_send_response_json():SUCCEED 256402:20250703:121409.545 End of recv_getstatus():FAIL 256402:20250703:121409.545 zbx_setproctitle() title:'trapper #2 [processed data in 0.003999 sec, waiting for connection]' 256421:20250703:121409.555 End of zbx_ipc_service_recv():2 256421:20250703:121409.555 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121409.561 End of zbx_ipc_service_recv():2 256339:20250703:121409.561 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121409.561 End of zbx_ipc_async_socket_recv():0 256407:20250703:121409.561 In zbx_ipc_async_socket_send() 256407:20250703:121409.561 In zbx_ipc_client_send() clientid:0 256407:20250703:121409.561 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121409.561 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121409.561 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000175 sec, idle 1 sec]' 256407:20250703:121409.561 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121409.561 End of zbx_ipc_service_recv():1 256339:20250703:121409.561 In am_flush_results() results:0 256339:20250703:121409.561 In zbx_ipc_client_send() clientid:8 256339:20250703:121409.561 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121409.561 End of am_flush_results() 256339:20250703:121409.561 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121409.561 End of zbx_ipc_async_socket_recv():0 256407:20250703:121409.561 In am_db_flush_results() 256407:20250703:121409.561 End of am_db_flush_results() flushed:0 256407:20250703:121409.561 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000090 sec, idle 1 sec]' 256407:20250703:121409.562 In zbx_ipc_async_socket_recv() timeout:1 256413:20250703:121409.604 End of zbx_ipc_service_recv():2 256413:20250703:121409.604 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121409.960 End of zbx_ipc_service_recv():2 256343:20250703:121409.960 In zbx_pp_manager_process_finished() 256343:20250703:121409.961 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121409.961 In zbx_ipc_service_recv() timeout:0.500 256344:20250703:121409.979 End of zbx_ipc_service_recv():2 256344:20250703:121409.979 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121409.996 End of zbx_ipc_service_recv():2 256312:20250703:121409.996 In zbx_ipc_async_socket_send() 256312:20250703:121409.996 In zbx_ipc_client_send() clientid:0 256302:20250703:121409.996 End of zbx_ipc_service_recv():1 256302:20250703:121409.997 In zbx_ha_dispatch_message() 256302:20250703:121409.997 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121409.997 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121409.997 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121409.997 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121409.997 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121409.997 End of zbx_ipc_async_socket_flush():0 256312:20250703:121409.997 In zbx_ipc_service_recv() timeout:0.998 256314:20250703:121410.166 End of zbx_ipc_service_recv():2 256314:20250703:121410.166 In zbx_ipc_service_recv() timeout:1.000 256418:20250703:121410.340 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121410.340 End of zbx_ipc_async_socket_recv():0 256418:20250703:121410.340 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121410.340 End of zbx_dc_config_get_poller_items():0 256418:20250703:121410.340 queue processing_num:0 pending:0 256417:20250703:121410.353 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121410.353 End of zbx_ipc_async_socket_recv():0 256416:20250703:121410.353 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121410.353 End of zbx_ipc_async_socket_recv():0 256417:20250703:121410.353 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121410.353 End of zbx_dc_config_get_poller_items():0 256417:20250703:121410.353 queue processing_num:0 pending:0 256416:20250703:121410.353 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121410.353 End of zbx_dc_config_get_poller_items():0 256416:20250703:121410.353 queue processing_num:0 pending:0 256373:20250703:121410.400 End of zbx_ipc_async_socket_recv():0 256373:20250703:121410.400 zbx_setproctitle() title:'task manager [processing tasks]' 256373:20250703:121410.400 query [txnlev:0] [select taskid,type,clock,ttl,proxyid from task where status in (1,2) order by taskid] 256373:20250703:121410.403 zbx_setproctitle() title:'task manager [processed 0 task(s) in 0.002705 sec, idle 5 sec]' 256373:20250703:121410.403 In zbx_ipc_async_socket_recv() timeout:5 256372:20250703:121410.413 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121410.413 In collect_selfmon_stats() 256372:20250703:121410.413 In zbx_timekeeper_collect() 256372:20250703:121410.413 End of zbx_timekeeper_collect() 256372:20250703:121410.413 End of collect_selfmon_stats() 256372:20250703:121410.413 zbx_setproctitle() title:'self-monitoring [processed data in 0.000127 sec, idle 1 sec]' 256419:20250703:121410.445 End of zbx_ipc_service_recv():2 256419:20250703:121410.445 In zbx_ipc_service_recv() timeout:1.000 256356:20250703:121410.455 End of zbx_ipc_async_socket_recv():0 256356:20250703:121410.455 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000050 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121410.455 In zbx_sync_history_cache() history_num:0 256356:20250703:121410.455 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000069 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121410.455 In zbx_ipc_async_socket_recv() timeout:1 256353:20250703:121410.455 End of zbx_ipc_async_socket_recv():0 256353:20250703:121410.456 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000029 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121410.456 In zbx_sync_history_cache() history_num:0 256353:20250703:121410.456 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000068 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121410.456 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121410.457 End of zbx_ipc_async_socket_recv():0 256354:20250703:121410.457 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000027 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121410.457 In zbx_sync_history_cache() history_num:0 256354:20250703:121410.457 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000084 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121410.457 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121410.457 End of zbx_ipc_async_socket_recv():0 256355:20250703:121410.457 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000043 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121410.457 In zbx_sync_history_cache() history_num:0 256355:20250703:121410.457 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000028 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121410.457 In zbx_ipc_async_socket_recv() timeout:1 256343:20250703:121410.467 End of zbx_ipc_service_recv():2 256343:20250703:121410.467 In zbx_pp_manager_process_finished() 256343:20250703:121410.467 In zbx_timekeeper_collect() 256343:20250703:121410.467 End of zbx_timekeeper_collect() 256343:20250703:121410.467 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121410.468 In zbx_ipc_service_recv() timeout:0.500 256421:20250703:121410.558 End of zbx_ipc_service_recv():2 256421:20250703:121410.558 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121410.562 End of zbx_ipc_async_socket_recv():0 256407:20250703:121410.562 In zbx_ipc_async_socket_send() 256407:20250703:121410.562 In zbx_ipc_client_send() clientid:0 256407:20250703:121410.562 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121410.562 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121410.562 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000123 sec, idle 1 sec]' 256407:20250703:121410.562 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121410.562 End of zbx_ipc_service_recv():1 256339:20250703:121410.562 In am_flush_results() results:0 256339:20250703:121410.562 In zbx_ipc_client_send() clientid:8 256339:20250703:121410.562 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121410.562 End of am_flush_results() 256339:20250703:121410.562 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121410.562 End of zbx_ipc_async_socket_recv():0 256407:20250703:121410.563 In am_db_flush_results() 256407:20250703:121410.563 End of am_db_flush_results() flushed:0 256407:20250703:121410.563 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000040 sec, idle 1 sec]' 256407:20250703:121410.563 In zbx_ipc_async_socket_recv() timeout:1 256413:20250703:121410.612 End of zbx_ipc_service_recv():2 256413:20250703:121410.612 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121410.969 End of zbx_ipc_service_recv():2 256343:20250703:121410.969 In zbx_pp_manager_process_finished() 256343:20250703:121410.969 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121410.969 In zbx_ipc_service_recv() timeout:0.500 256344:20250703:121410.980 End of zbx_ipc_service_recv():2 256344:20250703:121410.980 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121410.997 End of zbx_ipc_service_recv():2 256312:20250703:121410.997 In zbx_ipc_async_socket_send() 256312:20250703:121410.997 In zbx_ipc_client_send() clientid:0 256312:20250703:121410.997 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121410.997 End of zbx_ipc_service_recv():2 256302:20250703:121410.997 In zbx_ha_dispatch_message() 256302:20250703:121410.997 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121410.997 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121410.997 End of zbx_ipc_service_recv():1 256302:20250703:121410.997 In zbx_ha_dispatch_message() 256302:20250703:121410.997 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121410.997 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121410.997 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121410.998 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121410.998 End of zbx_ipc_async_socket_flush():0 256312:20250703:121410.998 In zbx_ipc_service_recv() timeout:0.996 256314:20250703:121411.168 End of zbx_ipc_service_recv():2 256314:20250703:121411.169 In zbx_ipc_service_recv() timeout:1.000 256418:20250703:121411.336 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121411.336 End of zbx_ipc_async_socket_recv():0 256418:20250703:121411.336 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121411.336 End of zbx_dc_config_get_poller_items():0 256418:20250703:121411.336 queue processing_num:0 pending:0 256417:20250703:121411.352 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121411.352 End of zbx_ipc_async_socket_recv():0 256416:20250703:121411.352 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121411.352 End of zbx_dc_config_get_poller_items():0 256416:20250703:121411.352 queue processing_num:0 pending:0 256416:20250703:121411.352 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121411.352 End of zbx_ipc_async_socket_recv():0 256417:20250703:121411.352 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121411.352 End of zbx_dc_config_get_poller_items():0 256417:20250703:121411.352 queue processing_num:0 pending:0 256372:20250703:121411.413 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121411.413 In collect_selfmon_stats() 256372:20250703:121411.413 In zbx_timekeeper_collect() 256372:20250703:121411.413 End of zbx_timekeeper_collect() 256372:20250703:121411.413 End of collect_selfmon_stats() 256372:20250703:121411.413 zbx_setproctitle() title:'self-monitoring [processed data in 0.000210 sec, idle 1 sec]' 256419:20250703:121411.449 End of zbx_ipc_service_recv():2 256419:20250703:121411.449 In zbx_ipc_service_recv() timeout:1.000 256356:20250703:121411.457 End of zbx_ipc_async_socket_recv():0 256356:20250703:121411.457 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000069 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121411.457 In zbx_sync_history_cache() history_num:0 256356:20250703:121411.457 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000034 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121411.457 In zbx_ipc_async_socket_recv() timeout:1 256353:20250703:121411.460 End of zbx_ipc_async_socket_recv():0 256353:20250703:121411.460 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000068 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121411.460 In zbx_sync_history_cache() history_num:0 256353:20250703:121411.460 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000036 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121411.460 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121411.460 End of zbx_ipc_async_socket_recv():0 256355:20250703:121411.460 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000028 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121411.460 In zbx_sync_history_cache() history_num:0 256355:20250703:121411.460 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000022 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121411.460 End of zbx_ipc_async_socket_recv():0 256354:20250703:121411.461 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000084 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121411.461 In zbx_sync_history_cache() history_num:0 256354:20250703:121411.461 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000256 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121411.461 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121411.461 In zbx_ipc_async_socket_recv() timeout:1 256343:20250703:121411.473 End of zbx_ipc_service_recv():2 256343:20250703:121411.473 In zbx_pp_manager_process_finished() 256343:20250703:121411.473 In zbx_timekeeper_collect() 256343:20250703:121411.473 End of zbx_timekeeper_collect() 256343:20250703:121411.473 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121411.473 In zbx_ipc_service_recv() timeout:0.500 256357:20250703:121411.488 End of zbx_ipc_async_socket_recv():0 256357:20250703:121411.489 zbx_setproctitle() title:'escalator #1 [processed 0 escalations in 0.001189 sec, processing escalations]' 256357:20250703:121411.489 In process_escalations() 256357:20250703:121411.489 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is not null and nextcheck<=1751534054 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121411.490 End of process_escalations() 256357:20250703:121411.490 In process_escalations() 256357:20250703:121411.490 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is not null and nextcheck<=1751534054 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121411.491 End of process_escalations() 256357:20250703:121411.491 In process_escalations() 256357:20250703:121411.491 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is null and serviceid is not null and nextcheck<=1751534054 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121411.491 End of process_escalations() 256357:20250703:121411.491 In process_escalations() 256357:20250703:121411.491 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is null and serviceid is null and nextcheck<=1751534054 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121411.491 End of process_escalations() 256357:20250703:121411.491 zbx_setproctitle() title:'escalator #1 [processed 0 escalations in 0.002742 sec, idle 3 sec]' 256357:20250703:121411.491 In zbx_ipc_async_socket_recv() timeout:3 256421:20250703:121411.561 End of zbx_ipc_service_recv():2 256421:20250703:121411.561 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121411.565 End of zbx_ipc_async_socket_recv():0 256407:20250703:121411.565 In zbx_ipc_async_socket_send() 256407:20250703:121411.565 In zbx_ipc_client_send() clientid:0 256407:20250703:121411.565 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121411.565 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121411.565 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000240 sec, idle 1 sec]' 256407:20250703:121411.565 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121411.565 End of zbx_ipc_service_recv():1 256339:20250703:121411.565 In am_flush_results() results:0 256339:20250703:121411.565 In zbx_ipc_client_send() clientid:8 256339:20250703:121411.565 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121411.566 End of am_flush_results() 256339:20250703:121411.566 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121411.566 End of zbx_ipc_async_socket_recv():0 256407:20250703:121411.566 In am_db_flush_results() 256407:20250703:121411.566 End of am_db_flush_results() flushed:0 256407:20250703:121411.566 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000062 sec, idle 1 sec]' 256407:20250703:121411.566 In zbx_ipc_async_socket_recv() timeout:1 256413:20250703:121411.618 End of zbx_ipc_service_recv():2 256413:20250703:121411.618 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121411.975 End of zbx_ipc_service_recv():2 256343:20250703:121411.976 In zbx_pp_manager_process_finished() 256343:20250703:121411.976 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121411.976 In zbx_ipc_service_recv() timeout:0.500 256344:20250703:121411.984 End of zbx_ipc_service_recv():2 256344:20250703:121411.985 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121411.996 End of zbx_ipc_service_recv():2 256312:20250703:121411.996 In ha_check_nodes() ha_status:active db_status:0 256312:20250703:121411.996 query [txnlev:1] [begin;] 256312:20250703:121411.997 query [txnlev:1] [select ha_nodeid,name,status,lastaccess,address,port,ha_sessionid from ha_node order by ha_nodeid for update] 256312:20250703:121411.999 query [txnlev:1] [select name, value_str, value_int from settings where name in ('ha_failover_delay', 'auditlog_enabled', 'auditlog_mode')] 256312:20250703:121412.000 In ha_db_get_time() 256312:20250703:121412.002 query [txnlev:1] [select cast(extract(epoch from now()) as int) from settings limit 1] 256302:20250703:121412.002 End of zbx_ipc_service_recv():2 256302:20250703:121412.002 In zbx_ha_dispatch_message() 256302:20250703:121412.002 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121412.002 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121412.003 End of ha_db_get_time():SUCCEED db_time:1751534052 256312:20250703:121412.004 query [txnlev:1] [update ha_node set lastaccess=cast(extract(epoch from now()) as int) where ha_nodeid='cmbtfdmr70001y3jqx66php2f'] 256312:20250703:121412.004 query [txnlev:1] [commit;] 256312:20250703:121412.008 End of ha_check_nodes() nodeid:cmbtfdmr70001y3jqx66php2f ha_status:active db_status:0 256312:20250703:121412.008 In zbx_ipc_async_socket_send() 256312:20250703:121412.008 In zbx_ipc_client_send() clientid:0 256312:20250703:121412.008 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121412.008 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121412.008 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121412.008 End of zbx_ipc_async_socket_flush():0 256312:20250703:121412.008 In zbx_ipc_service_recv() timeout:0.997 256302:20250703:121412.008 End of zbx_ipc_service_recv():1 256302:20250703:121412.008 In zbx_ha_dispatch_message() 256302:20250703:121412.008 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121412.008 In zbx_ipc_service_recv() timeout:1.000 256314:20250703:121412.172 End of zbx_ipc_service_recv():2 256314:20250703:121412.173 In zbx_ipc_service_recv() timeout:1.000 256418:20250703:121412.338 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121412.338 End of zbx_ipc_async_socket_recv():0 256418:20250703:121412.338 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121412.338 End of zbx_dc_config_get_poller_items():0 256418:20250703:121412.338 queue processing_num:0 pending:0 256416:20250703:121412.350 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121412.350 End of zbx_ipc_async_socket_recv():0 256417:20250703:121412.350 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121412.350 End of zbx_ipc_async_socket_recv():0 256417:20250703:121412.350 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121412.350 End of zbx_dc_config_get_poller_items():0 256417:20250703:121412.350 queue processing_num:0 pending:0 256416:20250703:121412.350 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121412.351 End of zbx_dc_config_get_poller_items():0 256416:20250703:121412.351 queue processing_num:0 pending:0 256372:20250703:121412.413 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121412.413 In collect_selfmon_stats() 256372:20250703:121412.413 In zbx_timekeeper_collect() 256372:20250703:121412.413 End of zbx_timekeeper_collect() 256372:20250703:121412.413 End of collect_selfmon_stats() 256372:20250703:121412.413 zbx_setproctitle() title:'self-monitoring [processed data in 0.000116 sec, idle 1 sec]' 256419:20250703:121412.453 End of zbx_ipc_service_recv():2 256419:20250703:121412.453 In zbx_ipc_service_recv() timeout:1.000 256356:20250703:121412.460 End of zbx_ipc_async_socket_recv():0 256356:20250703:121412.460 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000034 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121412.460 In zbx_sync_history_cache() history_num:0 256356:20250703:121412.460 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000043 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121412.460 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121412.464 End of zbx_ipc_async_socket_recv():0 256354:20250703:121412.464 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000256 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121412.464 In zbx_sync_history_cache() history_num:0 256354:20250703:121412.464 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000047 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121412.464 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121412.465 End of zbx_ipc_async_socket_recv():0 256355:20250703:121412.465 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000022 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121412.465 In zbx_sync_history_cache() history_num:0 256355:20250703:121412.465 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000090 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121412.465 In zbx_ipc_async_socket_recv() timeout:1 256353:20250703:121412.465 End of zbx_ipc_async_socket_recv():0 256353:20250703:121412.465 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000036 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121412.465 In zbx_sync_history_cache() history_num:0 256353:20250703:121412.465 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000043 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121412.465 In zbx_ipc_async_socket_recv() timeout:1 256343:20250703:121412.483 End of zbx_ipc_service_recv():2 256343:20250703:121412.483 In zbx_pp_manager_process_finished() 256343:20250703:121412.483 In zbx_timekeeper_collect() 256343:20250703:121412.483 End of zbx_timekeeper_collect() 256343:20250703:121412.483 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121412.483 In zbx_ipc_service_recv() timeout:0.500 256421:20250703:121412.565 End of zbx_ipc_service_recv():2 256421:20250703:121412.565 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121412.568 End of zbx_ipc_async_socket_recv():0 256407:20250703:121412.568 In zbx_ipc_async_socket_send() 256407:20250703:121412.568 In zbx_ipc_client_send() clientid:0 256407:20250703:121412.568 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121412.568 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121412.568 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000028 sec, idle 1 sec]' 256407:20250703:121412.568 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121412.568 End of zbx_ipc_service_recv():1 256339:20250703:121412.568 In am_flush_results() results:0 256339:20250703:121412.568 In zbx_ipc_client_send() clientid:8 256339:20250703:121412.568 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121412.568 End of am_flush_results() 256339:20250703:121412.568 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121412.569 End of zbx_ipc_async_socket_recv():0 256407:20250703:121412.569 In am_db_flush_results() 256407:20250703:121412.569 End of am_db_flush_results() flushed:0 256407:20250703:121412.569 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000040 sec, idle 1 sec]' 256407:20250703:121412.569 In zbx_ipc_async_socket_recv() timeout:1 256413:20250703:121412.621 End of zbx_ipc_service_recv():2 256413:20250703:121412.621 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121412.985 End of zbx_ipc_service_recv():2 256343:20250703:121412.985 In zbx_pp_manager_process_finished() 256343:20250703:121412.985 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121412.985 In zbx_ipc_service_recv() timeout:0.500 256344:20250703:121412.990 End of zbx_ipc_service_recv():2 256344:20250703:121412.990 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121413.011 End of zbx_ipc_service_recv():2 256312:20250703:121413.011 In zbx_ipc_async_socket_send() 256312:20250703:121413.011 In zbx_ipc_client_send() clientid:0 256312:20250703:121413.011 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121413.011 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121413.011 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121413.011 End of zbx_ipc_async_socket_flush():0 256312:20250703:121413.011 In zbx_ipc_service_recv() timeout:0.983 256302:20250703:121413.013 End of zbx_ipc_service_recv():1 256302:20250703:121413.013 In zbx_ha_dispatch_message() 256302:20250703:121413.013 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121413.013 In zbx_ipc_service_recv() timeout:1.000 256314:20250703:121413.176 End of zbx_ipc_service_recv():2 256314:20250703:121413.176 zbx_setproctitle() title:'service manager #1 [processed 0 events, updated 0 event tags, deleted 0 problems, synced 0 service updates, idle 5.016024 sec during 5.016060 sec]' 256314:20250703:121413.176 In zbx_ipc_service_recv() timeout:1.000 256351:20250703:121413.303 End of zbx_ipc_async_socket_recv():0 256351:20250703:121413.303 zbx_setproctitle() title:'browser poller #1 [got 0 values in 0.000090 sec, getting values]' 256351:20250703:121413.303 In get_values() 256351:20250703:121413.303 In zbx_dc_config_get_poller_items() poller_type:11 256351:20250703:121413.303 End of zbx_dc_config_get_poller_items():0 256351:20250703:121413.303 In zbx_dc_config_get_poller_nextcheck() poller_type:11 256351:20250703:121413.303 End of zbx_dc_config_get_poller_nextcheck():-1 256351:20250703:121413.303 End of get_values():0 256351:20250703:121413.303 zbx_setproctitle() title:'browser poller #1 [got 0 values in 0.000131 sec, idle 5 sec]' 256351:20250703:121413.303 In zbx_ipc_async_socket_recv() timeout:5 256363:20250703:121413.312 End of zbx_ipc_async_socket_recv():0 256363:20250703:121413.312 zbx_setproctitle() title:'java poller #6 [got 0 values in 0.000109 sec, getting values]' 256363:20250703:121413.312 In get_values() 256363:20250703:121413.312 In zbx_dc_config_get_poller_items() poller_type:4 256363:20250703:121413.312 End of zbx_dc_config_get_poller_items():0 256363:20250703:121413.312 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256363:20250703:121413.312 End of zbx_dc_config_get_poller_nextcheck():-1 256363:20250703:121413.312 End of get_values():0 256363:20250703:121413.312 zbx_setproctitle() title:'java poller #6 [got 0 values in 0.000077 sec, idle 5 sec]' 256363:20250703:121413.312 In zbx_ipc_async_socket_recv() timeout:5 256361:20250703:121413.312 End of zbx_ipc_async_socket_recv():0 256361:20250703:121413.312 zbx_setproctitle() title:'java poller #4 [got 0 values in 0.000108 sec, getting values]' 256361:20250703:121413.312 In get_values() 256361:20250703:121413.312 In zbx_dc_config_get_poller_items() poller_type:4 256361:20250703:121413.312 End of zbx_dc_config_get_poller_items():0 256361:20250703:121413.312 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256361:20250703:121413.312 End of zbx_dc_config_get_poller_nextcheck():-1 256361:20250703:121413.312 End of get_values():0 256361:20250703:121413.312 zbx_setproctitle() title:'java poller #4 [got 0 values in 0.000062 sec, idle 5 sec]' 256361:20250703:121413.312 In zbx_ipc_async_socket_recv() timeout:5 256362:20250703:121413.316 End of zbx_ipc_async_socket_recv():0 256362:20250703:121413.316 zbx_setproctitle() title:'java poller #5 [got 0 values in 0.000083 sec, getting values]' 256362:20250703:121413.316 In get_values() 256362:20250703:121413.316 In zbx_dc_config_get_poller_items() poller_type:4 256362:20250703:121413.316 End of zbx_dc_config_get_poller_items():0 256362:20250703:121413.316 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256362:20250703:121413.316 End of zbx_dc_config_get_poller_nextcheck():-1 256362:20250703:121413.316 End of get_values():0 256362:20250703:121413.316 zbx_setproctitle() title:'java poller #5 [got 0 values in 0.000089 sec, idle 5 sec]' 256362:20250703:121413.316 In zbx_ipc_async_socket_recv() timeout:5 256418:20250703:121413.340 zbx_setproctitle() title:'snmp poller #1 [got 0 values, queued 0 in 5 sec, awaiting 0]' 256418:20250703:121413.341 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121413.341 End of zbx_ipc_async_socket_recv():0 256418:20250703:121413.341 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121413.341 End of zbx_dc_config_get_poller_items():0 256418:20250703:121413.341 queue processing_num:0 pending:0 256364:20250703:121413.344 End of zbx_ipc_async_socket_recv():0 256364:20250703:121413.344 zbx_setproctitle() title:'java poller #7 [got 0 values in 0.000071 sec, getting values]' 256364:20250703:121413.344 In get_values() 256364:20250703:121413.344 In zbx_dc_config_get_poller_items() poller_type:4 256364:20250703:121413.344 End of zbx_dc_config_get_poller_items():0 256364:20250703:121413.344 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256364:20250703:121413.344 End of zbx_dc_config_get_poller_nextcheck():-1 256364:20250703:121413.344 End of get_values():0 256364:20250703:121413.344 zbx_setproctitle() title:'java poller #7 [got 0 values in 0.000268 sec, idle 5 sec]' 256364:20250703:121413.344 In zbx_ipc_async_socket_recv() timeout:5 256369:20250703:121413.344 End of zbx_ipc_async_socket_recv():0 256369:20250703:121413.345 zbx_setproctitle() title:'java poller #9 [got 0 values in 0.000058 sec, getting values]' 256369:20250703:121413.345 In get_values() 256369:20250703:121413.345 In zbx_dc_config_get_poller_items() poller_type:4 256369:20250703:121413.345 End of zbx_dc_config_get_poller_items():0 256369:20250703:121413.345 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256369:20250703:121413.345 End of zbx_dc_config_get_poller_nextcheck():-1 256369:20250703:121413.345 End of get_values():0 256369:20250703:121413.345 zbx_setproctitle() title:'java poller #9 [got 0 values in 0.000067 sec, idle 5 sec]' 256369:20250703:121413.345 In zbx_ipc_async_socket_recv() timeout:5 256360:20250703:121413.348 End of zbx_ipc_async_socket_recv():0 256360:20250703:121413.348 zbx_setproctitle() title:'java poller #3 [got 0 values in 0.000092 sec, getting values]' 256360:20250703:121413.348 In get_values() 256360:20250703:121413.348 In zbx_dc_config_get_poller_items() poller_type:4 256360:20250703:121413.348 End of zbx_dc_config_get_poller_items():0 256375:20250703:121413.348 End of zbx_ipc_async_socket_recv():0 256375:20250703:121413.348 zbx_setproctitle() title:'poller #2 [got 0 values in 0.000069 sec, getting values]' 256375:20250703:121413.348 In get_values() 256375:20250703:121413.348 In zbx_dc_config_get_poller_items() poller_type:0 256375:20250703:121413.348 End of zbx_dc_config_get_poller_items():0 256375:20250703:121413.348 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256375:20250703:121413.348 End of zbx_dc_config_get_poller_nextcheck():-1 256375:20250703:121413.348 End of get_values():0 256375:20250703:121413.348 zbx_setproctitle() title:'poller #2 [got 0 values in 0.000117 sec, idle 5 sec]' 256375:20250703:121413.348 In zbx_ipc_async_socket_recv() timeout:5 256399:20250703:121413.349 End of zbx_ipc_async_socket_recv():0 256399:20250703:121413.349 zbx_setproctitle() title:'poller #5 [got 0 values in 0.000070 sec, getting values]' 256399:20250703:121413.349 In get_values() 256399:20250703:121413.349 In zbx_dc_config_get_poller_items() poller_type:0 256399:20250703:121413.349 End of zbx_dc_config_get_poller_items():0 256399:20250703:121413.349 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256399:20250703:121413.349 End of zbx_dc_config_get_poller_nextcheck():-1 256399:20250703:121413.349 End of get_values():0 256399:20250703:121413.349 zbx_setproctitle() title:'poller #5 [got 0 values in 0.000368 sec, idle 5 sec]' 256399:20250703:121413.349 In zbx_ipc_async_socket_recv() timeout:5 256400:20250703:121413.349 End of zbx_ipc_async_socket_recv():0 256400:20250703:121413.349 zbx_setproctitle() title:'unreachable poller #1 [got 0 values in 0.000058 sec, getting values]' 256400:20250703:121413.349 In get_values() 256400:20250703:121413.349 In zbx_dc_config_get_poller_items() poller_type:1 256400:20250703:121413.350 End of zbx_dc_config_get_poller_items():0 256400:20250703:121413.350 In zbx_dc_config_get_poller_nextcheck() poller_type:1 256400:20250703:121413.350 End of zbx_dc_config_get_poller_nextcheck():-1 256400:20250703:121413.350 End of get_values():0 256400:20250703:121413.350 zbx_setproctitle() title:'unreachable poller #1 [got 0 values in 0.000322 sec, idle 5 sec]' 256400:20250703:121413.350 In zbx_ipc_async_socket_recv() timeout:5 256370:20250703:121413.350 End of zbx_ipc_async_socket_recv():0 256370:20250703:121413.350 zbx_setproctitle() title:'java poller #10 [got 0 values in 0.000091 sec, getting values]' 256370:20250703:121413.350 In get_values() 256370:20250703:121413.350 In zbx_dc_config_get_poller_items() poller_type:4 256370:20250703:121413.350 End of zbx_dc_config_get_poller_items():0 256370:20250703:121413.350 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256370:20250703:121413.350 End of zbx_dc_config_get_poller_nextcheck():-1 256370:20250703:121413.350 End of get_values():0 256370:20250703:121413.350 zbx_setproctitle() title:'java poller #10 [got 0 values in 0.000324 sec, idle 5 sec]' 256370:20250703:121413.350 In zbx_ipc_async_socket_recv() timeout:5 256360:20250703:121413.350 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256360:20250703:121413.350 End of zbx_dc_config_get_poller_nextcheck():-1 256360:20250703:121413.350 End of get_values():0 256360:20250703:121413.350 zbx_setproctitle() title:'java poller #3 [got 0 values in 0.002818 sec, idle 5 sec]' 256360:20250703:121413.350 In zbx_ipc_async_socket_recv() timeout:5 256359:20250703:121413.351 End of zbx_ipc_async_socket_recv():0 256359:20250703:121413.351 zbx_setproctitle() title:'java poller #2 [got 0 values in 0.000072 sec, getting values]' 256359:20250703:121413.351 In get_values() 256359:20250703:121413.351 In zbx_dc_config_get_poller_items() poller_type:4 256359:20250703:121413.351 End of zbx_dc_config_get_poller_items():0 256359:20250703:121413.351 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256359:20250703:121413.351 End of zbx_dc_config_get_poller_nextcheck():-1 256359:20250703:121413.351 End of get_values():0 256359:20250703:121413.351 zbx_setproctitle() title:'java poller #2 [got 0 values in 0.000065 sec, idle 5 sec]' 256359:20250703:121413.351 In zbx_ipc_async_socket_recv() timeout:5 256406:20250703:121413.351 zbx_setproctitle() title:'icmp pinger #1 [getting values]' 256406:20250703:121413.351 In get_pinger_hosts() 256406:20250703:121413.351 In zbx_dc_config_get_poller_items() poller_type:3 256406:20250703:121413.351 End of zbx_dc_config_get_poller_items():0 256406:20250703:121413.351 End of get_pinger_hosts():0 256406:20250703:121413.351 In process_pinger_hosts() 256406:20250703:121413.351 End of process_pinger_hosts() 256406:20250703:121413.351 In zbx_dc_config_get_poller_nextcheck() poller_type:3 256406:20250703:121413.351 End of zbx_dc_config_get_poller_nextcheck():-1 256406:20250703:121413.351 zbx_setproctitle() title:'icmp pinger #1 [got 0 values in 0.000072 sec, idle 5 sec]' 256376:20250703:121413.351 End of zbx_ipc_async_socket_recv():0 256376:20250703:121413.351 zbx_setproctitle() title:'poller #3 [got 0 values in 0.000067 sec, getting values]' 256376:20250703:121413.351 In get_values() 256376:20250703:121413.351 In zbx_dc_config_get_poller_items() poller_type:0 256376:20250703:121413.351 End of zbx_dc_config_get_poller_items():0 256376:20250703:121413.351 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256376:20250703:121413.351 End of zbx_dc_config_get_poller_nextcheck():-1 256376:20250703:121413.351 End of get_values():0 256376:20250703:121413.351 zbx_setproctitle() title:'poller #3 [got 0 values in 0.000056 sec, idle 5 sec]' 256376:20250703:121413.351 In zbx_ipc_async_socket_recv() timeout:5 256374:20250703:121413.351 End of zbx_ipc_async_socket_recv():0 256374:20250703:121413.351 zbx_setproctitle() title:'poller #1 [got 0 values in 0.000368 sec, getting values]' 256374:20250703:121413.351 In get_values() 256374:20250703:121413.351 In zbx_dc_config_get_poller_items() poller_type:0 256374:20250703:121413.351 End of zbx_dc_config_get_poller_items():0 256374:20250703:121413.351 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256374:20250703:121413.351 End of zbx_dc_config_get_poller_nextcheck():-1 256374:20250703:121413.351 End of get_values():0 256374:20250703:121413.351 zbx_setproctitle() title:'poller #1 [got 0 values in 0.000074 sec, idle 5 sec]' 256374:20250703:121413.351 In zbx_ipc_async_socket_recv() timeout:5 256358:20250703:121413.351 End of zbx_ipc_async_socket_recv():0 256358:20250703:121413.351 zbx_setproctitle() title:'java poller #1 [got 0 values in 0.000117 sec, getting values]' 256358:20250703:121413.351 In get_values() 256358:20250703:121413.351 In zbx_dc_config_get_poller_items() poller_type:4 256358:20250703:121413.351 End of zbx_dc_config_get_poller_items():0 256358:20250703:121413.351 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256358:20250703:121413.351 End of zbx_dc_config_get_poller_nextcheck():-1 256358:20250703:121413.351 End of get_values():0 256358:20250703:121413.351 zbx_setproctitle() title:'java poller #1 [got 0 values in 0.000034 sec, idle 5 sec]' 256358:20250703:121413.351 In zbx_ipc_async_socket_recv() timeout:5 256417:20250703:121413.354 zbx_setproctitle() title:'agent poller #1 [got 0 values, queued 0 in 5 sec, awaiting 0]' 256417:20250703:121413.354 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121413.354 End of zbx_ipc_async_socket_recv():0 256417:20250703:121413.354 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121413.354 End of zbx_dc_config_get_poller_items():0 256417:20250703:121413.354 queue processing_num:0 pending:0 256416:20250703:121413.354 zbx_setproctitle() title:'http agent poller #1 [got 0 values, queued 0 in 5 sec, awaiting 0]' 256416:20250703:121413.354 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121413.354 End of zbx_ipc_async_socket_recv():0 256416:20250703:121413.354 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121413.354 End of zbx_dc_config_get_poller_items():0 256416:20250703:121413.354 queue processing_num:0 pending:0 256365:20250703:121413.360 End of zbx_ipc_async_socket_recv():0 256365:20250703:121413.360 zbx_setproctitle() title:'java poller #8 [got 0 values in 0.000081 sec, getting values]' 256365:20250703:121413.360 In get_values() 256365:20250703:121413.360 In zbx_dc_config_get_poller_items() poller_type:4 256365:20250703:121413.360 End of zbx_dc_config_get_poller_items():0 256365:20250703:121413.360 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256365:20250703:121413.360 End of zbx_dc_config_get_poller_nextcheck():-1 256365:20250703:121413.360 End of get_values():0 256365:20250703:121413.360 zbx_setproctitle() title:'java poller #8 [got 0 values in 0.000231 sec, idle 5 sec]' 256365:20250703:121413.360 In zbx_ipc_async_socket_recv() timeout:5 256398:20250703:121413.368 End of zbx_ipc_async_socket_recv():0 256398:20250703:121413.369 zbx_setproctitle() title:'poller #4 [got 0 values in 0.000185 sec, getting values]' 256398:20250703:121413.369 In get_values() 256398:20250703:121413.369 In zbx_dc_config_get_poller_items() poller_type:0 256398:20250703:121413.369 End of zbx_dc_config_get_poller_items():0 256398:20250703:121413.369 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256398:20250703:121413.369 End of zbx_dc_config_get_poller_nextcheck():-1 256398:20250703:121413.369 End of get_values():0 256398:20250703:121413.369 zbx_setproctitle() title:'poller #4 [got 0 values in 0.000077 sec, idle 5 sec]' 256398:20250703:121413.369 In zbx_ipc_async_socket_recv() timeout:5 256420:20250703:121413.380 End of zbx_ipc_async_socket_recv():0 256420:20250703:121413.380 zbx_setproctitle() title:'internal poller #1 [got 0 values in 0.000271 sec, getting values]' 256420:20250703:121413.380 In get_values() 256420:20250703:121413.380 In zbx_dc_config_get_poller_items() poller_type:10 256420:20250703:121413.380 End of zbx_dc_config_get_poller_items():0 256420:20250703:121413.380 In zbx_dc_config_get_poller_nextcheck() poller_type:10 256420:20250703:121413.380 End of zbx_dc_config_get_poller_nextcheck():-1 256420:20250703:121413.380 End of get_values():0 256420:20250703:121413.380 zbx_setproctitle() title:'internal poller #1 [got 0 values in 0.000150 sec, idle 5 sec]' 256420:20250703:121413.380 In zbx_ipc_async_socket_recv() timeout:5 256415:20250703:121413.386 End of zbx_ipc_async_socket_recv():0 256415:20250703:121413.386 zbx_setproctitle() title:'odbc poller #1 [got 0 values in 0.000424 sec, getting values]' 256415:20250703:121413.386 In get_values() 256415:20250703:121413.386 In zbx_dc_config_get_poller_items() poller_type:6 256415:20250703:121413.386 End of zbx_dc_config_get_poller_items():0 256415:20250703:121413.386 In zbx_dc_config_get_poller_nextcheck() poller_type:6 256415:20250703:121413.386 End of zbx_dc_config_get_poller_nextcheck():-1 256415:20250703:121413.386 End of get_values():0 256415:20250703:121413.387 zbx_setproctitle() title:'odbc poller #1 [got 0 values in 0.000067 sec, idle 5 sec]' 256415:20250703:121413.387 In zbx_ipc_async_socket_recv() timeout:5 256372:20250703:121413.414 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121413.414 In collect_selfmon_stats() 256372:20250703:121413.414 In zbx_timekeeper_collect() 256372:20250703:121413.414 End of zbx_timekeeper_collect() 256372:20250703:121413.414 End of collect_selfmon_stats() 256372:20250703:121413.414 zbx_setproctitle() title:'self-monitoring [processed data in 0.000163 sec, idle 1 sec]' 256350:20250703:121413.425 zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000102 sec, getting values]' 256350:20250703:121413.425 In process_httptests() 256350:20250703:121413.425 End of process_httptests() 256350:20250703:121413.425 zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000114 sec, idle 5 sec]' 256412:20250703:121413.425 End of zbx_ipc_async_socket_recv():0 256412:20250703:121413.425 zbx_setproctitle() title:'history poller #5 [got 0 values in 0.000107 sec, getting values]' 256412:20250703:121413.425 In get_values() 256412:20250703:121413.425 In zbx_dc_config_get_poller_items() poller_type:5 256412:20250703:121413.425 End of zbx_dc_config_get_poller_items():0 256412:20250703:121413.425 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256412:20250703:121413.425 End of zbx_dc_config_get_poller_nextcheck():-1 256412:20250703:121413.425 End of get_values():0 256412:20250703:121413.425 zbx_setproctitle() title:'history poller #5 [got 0 values in 0.000063 sec, idle 5 sec]' 256412:20250703:121413.425 In zbx_ipc_async_socket_recv() timeout:5 256409:20250703:121413.425 End of zbx_ipc_async_socket_recv():0 256409:20250703:121413.425 zbx_setproctitle() title:'history poller #2 [got 0 values in 0.000047 sec, getting values]' 256409:20250703:121413.425 In get_values() 256409:20250703:121413.425 In zbx_dc_config_get_poller_items() poller_type:5 256409:20250703:121413.425 End of zbx_dc_config_get_poller_items():0 256409:20250703:121413.425 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256409:20250703:121413.425 End of zbx_dc_config_get_poller_nextcheck():-1 256409:20250703:121413.425 End of get_values():0 256409:20250703:121413.425 zbx_setproctitle() title:'history poller #2 [got 0 values in 0.000055 sec, idle 5 sec]' 256409:20250703:121413.425 In zbx_ipc_async_socket_recv() timeout:5 256371:20250703:121413.432 End of zbx_ipc_async_socket_recv():0 256371:20250703:121413.432 zbx_setproctitle() title:'proxy poller #1 [exchanged data with 0 proxies in 0.000033 sec, exchanging data]' 256371:20250703:121413.432 In process_proxy() 256371:20250703:121413.432 In zbx_dc_config_get_proxypoller_hosts() 256371:20250703:121413.432 End of zbx_dc_config_get_proxypoller_hosts():0 256371:20250703:121413.432 End of process_proxy() 256371:20250703:121413.432 In zbx_dc_config_get_proxypoller_nextcheck() 256371:20250703:121413.432 End of zbx_dc_config_get_proxypoller_nextcheck():-1 256371:20250703:121413.432 zbx_setproctitle() title:'proxy poller #1 [exchanged data with 0 proxies in 0.000105 sec, idle 5 sec]' 256371:20250703:121413.432 In zbx_ipc_async_socket_recv() timeout:5 256411:20250703:121413.440 End of zbx_ipc_async_socket_recv():0 256411:20250703:121413.440 zbx_setproctitle() title:'history poller #4 [got 0 values in 0.000864 sec, getting values]' 256411:20250703:121413.440 In get_values() 256411:20250703:121413.440 In zbx_dc_config_get_poller_items() poller_type:5 256411:20250703:121413.440 End of zbx_dc_config_get_poller_items():0 256411:20250703:121413.440 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256411:20250703:121413.440 End of zbx_dc_config_get_poller_nextcheck():-1 256411:20250703:121413.440 End of get_values():0 256411:20250703:121413.440 zbx_setproctitle() title:'history poller #4 [got 0 values in 0.000085 sec, idle 5 sec]' 256411:20250703:121413.440 In zbx_ipc_async_socket_recv() timeout:5 256410:20250703:121413.452 End of zbx_ipc_async_socket_recv():0 256410:20250703:121413.452 zbx_setproctitle() title:'history poller #3 [got 0 values in 0.000105 sec, getting values]' 256410:20250703:121413.452 In get_values() 256410:20250703:121413.452 In zbx_dc_config_get_poller_items() poller_type:5 256410:20250703:121413.452 End of zbx_dc_config_get_poller_items():0 256410:20250703:121413.452 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256410:20250703:121413.452 End of zbx_dc_config_get_poller_nextcheck():-1 256410:20250703:121413.452 End of get_values():0 256410:20250703:121413.452 zbx_setproctitle() title:'history poller #3 [got 0 values in 0.000067 sec, idle 5 sec]' 256410:20250703:121413.452 In zbx_ipc_async_socket_recv() timeout:5 256408:20250703:121413.454 End of zbx_ipc_async_socket_recv():0 256408:20250703:121413.454 zbx_setproctitle() title:'history poller #1 [got 0 values in 0.000099 sec, getting values]' 256408:20250703:121413.454 In get_values() 256408:20250703:121413.454 In zbx_dc_config_get_poller_items() poller_type:5 256408:20250703:121413.454 End of zbx_dc_config_get_poller_items():0 256408:20250703:121413.454 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256408:20250703:121413.454 End of zbx_dc_config_get_poller_nextcheck():-1 256408:20250703:121413.454 End of get_values():0 256408:20250703:121413.454 zbx_setproctitle() title:'history poller #1 [got 0 values in 0.000077 sec, idle 5 sec]' 256408:20250703:121413.454 In zbx_ipc_async_socket_recv() timeout:5 256419:20250703:121413.456 End of zbx_ipc_service_recv():2 256419:20250703:121413.456 In zbx_ipc_service_recv() timeout:1.000 256421:20250703:121413.459 In zbx_dc_fetch_proxy_groups() 256421:20250703:121413.459 End of zbx_dc_fetch_proxy_groups():FAIL revision:0->0 256421:20250703:121413.459 In zbx_dc_fetch_proxies() 256421:20250703:121413.459 End of zbx_dc_fetch_proxies():FAIL revision:0->0 256356:20250703:121413.464 End of zbx_ipc_async_socket_recv():0 256356:20250703:121413.464 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000043 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121413.464 In zbx_sync_history_cache() history_num:0 256356:20250703:121413.464 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000041 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121413.464 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121413.468 End of zbx_ipc_async_socket_recv():0 256355:20250703:121413.468 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000090 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121413.468 In zbx_sync_history_cache() history_num:0 256355:20250703:121413.468 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000079 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121413.468 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121413.469 End of zbx_ipc_async_socket_recv():0 256354:20250703:121413.469 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000047 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121413.469 In zbx_sync_history_cache() history_num:0 256354:20250703:121413.469 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000040 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121413.469 In zbx_ipc_async_socket_recv() timeout:1 256353:20250703:121413.469 End of zbx_ipc_async_socket_recv():0 256353:20250703:121413.469 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000043 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121413.469 In zbx_sync_history_cache() history_num:0 256353:20250703:121413.469 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000022 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121413.469 In zbx_ipc_async_socket_recv() timeout:1 256343:20250703:121413.489 End of zbx_ipc_service_recv():2 256343:20250703:121413.489 In zbx_pp_manager_process_finished() 256343:20250703:121413.490 In zbx_timekeeper_collect() 256343:20250703:121413.490 End of zbx_timekeeper_collect() 256343:20250703:121413.490 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121413.490 In zbx_ipc_service_recv() timeout:0.500 256402:20250703:121413.511 zbx_setproctitle() title:'trapper #2 [processing data]' 256402:20250703:121413.511 In zbx_ipc_async_socket_recv() timeout:0 256402:20250703:121413.511 End of zbx_ipc_async_socket_recv():0 256402:20250703:121413.511 trapper got '{"request":"active checks","host":"test","config_revision":1,"session":"3c242340683cf3307abbae10728e3e4c","version":"7.4.0","variant":1}' 256402:20250703:121413.511 In send_list_of_active_checks_json() 256402:20250703:121413.511 In zbx_is_ip4() ip:'127.0.0.1' 256402:20250703:121413.511 End of zbx_is_ip4():SUCCEED 256402:20250703:121413.511 In get_hostid_by_host_or_autoregister() host:'test' metadata:'' 256402:20250703:121413.511 End of get_hostid_by_host_or_autoregister():SUCCEED 256402:20250703:121413.511 In zbx_remote_commands_prepare_to_send() 256402:20250703:121413.511 End of zbx_remote_commands_prepare_to_send() 256402:20250703:121413.511 send_list_of_active_checks_json() sending [{"response":"success"}] 256402:20250703:121413.511 End of send_list_of_active_checks_json():SUCCEED 256402:20250703:121413.511 zbx_setproctitle() title:'trapper #2 [processed data in 0.000306 sec, waiting for connection]' 256421:20250703:121413.568 End of zbx_ipc_service_recv():2 256421:20250703:121413.568 In zbx_ipc_service_recv() timeout:1.000 256352:20250703:121413.570 End of zbx_ipc_service_recv():2 256352:20250703:121413.570 In zbx_timekeeper_collect() 256352:20250703:121413.570 End of zbx_timekeeper_collect() 256352:20250703:121413.570 In process_results() del_druleids:0 256352:20250703:121413.570 process_results() results=0 checks:0/0 del_druleids=0 incomplete_druleids=0 256352:20250703:121413.570 End of process_results() ret:0 256352:20250703:121413.570 zbx_setproctitle() title:'discovery manager #1 [processing 0 rules, 0 unsaved checks]' 256352:20250703:121413.570 In process_discovery() 256352:20250703:121413.570 End of process_discovery() rule_count:0 nextcheck:-1 256352:20250703:121413.571 In zbx_ipc_service_recv() timeout:5.000 256339:20250703:121413.572 End of zbx_ipc_service_recv():2 256339:20250703:121413.573 zbx_setproctitle() title:'alert manager #1 [sent 0, failed 0 alerts, idle 5.023067 sec during 5.023499 sec]' 256339:20250703:121413.573 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121413.573 End of zbx_ipc_async_socket_recv():0 256407:20250703:121413.573 In zbx_ipc_async_socket_send() 256407:20250703:121413.573 In zbx_ipc_client_send() clientid:0 256407:20250703:121413.573 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121413.573 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121413.573 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000374 sec, idle 1 sec]' 256407:20250703:121413.573 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121413.573 End of zbx_ipc_service_recv():1 256339:20250703:121413.573 In am_flush_results() results:0 256339:20250703:121413.573 In zbx_ipc_client_send() clientid:8 256339:20250703:121413.573 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121413.573 End of am_flush_results() 256339:20250703:121413.573 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121413.573 End of zbx_ipc_async_socket_recv():0 256407:20250703:121413.573 In am_db_flush_results() 256407:20250703:121413.573 End of am_db_flush_results() flushed:0 256407:20250703:121413.573 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000010 sec, idle 1 sec]' 256407:20250703:121413.573 In zbx_ipc_async_socket_recv() timeout:1 256413:20250703:121413.624 End of zbx_ipc_service_recv():2 256413:20250703:121413.624 zbx_setproctitle() title:'availability manager #1 [queued 0, processed 0 values, idle 5.021890 sec during 5.021920 sec]' 256413:20250703:121413.624 In zbx_ipc_service_recv() timeout:1.000 256404:20250703:121413.859 zbx_setproctitle() title:'trapper #4 [processing data]' 256404:20250703:121413.859 In zbx_ipc_async_socket_recv() timeout:0 256404:20250703:121413.859 End of zbx_ipc_async_socket_recv():0 256404:20250703:121413.859 trapper got '{"request":"status.get","type":"ping","sid":"c289772eee1c5f3fdf77c73a4585334a"}' 256404:20250703:121413.860 In recv_getstatus() 256404:20250703:121413.860 In zbx_get_user_from_json() 256404:20250703:121413.860 In zbx_db_get_user_by_active_session() sessionid:c289772eee1c5f3fdf77c73a4585334a 256404:20250703:121413.860 query [txnlev:0] [select u.userid,u.roleid,u.username,r.type from sessions s,users u,role r where s.userid=u.userid and s.sessionid='c289772eee1c5f3fdf77c73a4585334a' and s.status=0 and u.roleid=r.roleid] 256404:20250703:121413.865 End of zbx_db_get_user_by_active_session():SUCCEED 256404:20250703:121413.865 Permission granted 256404:20250703:121413.865 End of zbx_get_user_from_json():SUCCEED 256404:20250703:121413.865 recv_getstatus() json.buffer:'{"response":"success","data":{}}' 256404:20250703:121413.865 End of recv_getstatus():SUCCEED 256404:20250703:121413.865 zbx_setproctitle() title:'trapper #4 [processed data in 0.005797 sec, waiting for connection]' 256344:20250703:121413.992 End of zbx_ipc_service_recv():2 256343:20250703:121413.992 End of zbx_ipc_service_recv():2 256343:20250703:121413.992 In zbx_pp_manager_process_finished() 256343:20250703:121413.992 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121413.992 zbx_setproctitle() title:'preprocessing manager #1 [queued 0, processed 0 values, idle 5.038104 sec during 5.039120 sec]' 256343:20250703:121413.992 In zbx_ipc_service_recv() timeout:0.500 256344:20250703:121413.992 zbx_setproctitle() title:'lld manager #1 [processed 0 LLD rules, idle 5.015118sec during 5.015146 sec]' 256344:20250703:121413.992 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121413.996 End of zbx_ipc_service_recv():2 256312:20250703:121413.996 In zbx_ipc_async_socket_send() 256312:20250703:121413.996 In zbx_ipc_client_send() clientid:0 256312:20250703:121413.996 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121413.996 End of zbx_ipc_async_socket_send():SUCCEED 256302:20250703:121413.996 End of zbx_ipc_service_recv():1 256302:20250703:121413.996 In zbx_ha_dispatch_message() 256302:20250703:121413.996 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121413.996 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121413.996 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121413.996 End of zbx_ipc_async_socket_flush():0 256312:20250703:121413.997 In zbx_ipc_service_recv() timeout:0.998 256314:20250703:121414.180 End of zbx_ipc_service_recv():2 256314:20250703:121414.180 In zbx_ipc_service_recv() timeout:1.000 256418:20250703:121414.341 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121414.341 End of zbx_ipc_async_socket_recv():0 256418:20250703:121414.341 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121414.341 End of zbx_dc_config_get_poller_items():0 256418:20250703:121414.341 queue processing_num:0 pending:0 256417:20250703:121414.352 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121414.352 End of zbx_ipc_async_socket_recv():0 256417:20250703:121414.352 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121414.352 End of zbx_dc_config_get_poller_items():0 256417:20250703:121414.352 queue processing_num:0 pending:0 256416:20250703:121414.352 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121414.352 End of zbx_ipc_async_socket_recv():0 256416:20250703:121414.352 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121414.352 End of zbx_dc_config_get_poller_items():0 256416:20250703:121414.352 queue processing_num:0 pending:0 256372:20250703:121414.415 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121414.415 In collect_selfmon_stats() 256372:20250703:121414.415 In zbx_timekeeper_collect() 256372:20250703:121414.415 End of zbx_timekeeper_collect() 256372:20250703:121414.415 End of collect_selfmon_stats() 256372:20250703:121414.415 zbx_setproctitle() title:'self-monitoring [processed data in 0.000239 sec, idle 1 sec]' 256419:20250703:121414.461 End of zbx_ipc_service_recv():2 256419:20250703:121414.461 In zbx_ipc_service_recv() timeout:1.000 256356:20250703:121414.468 End of zbx_ipc_async_socket_recv():0 256356:20250703:121414.468 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000041 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121414.468 In zbx_sync_history_cache() history_num:0 256356:20250703:121414.468 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000068 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121414.468 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121414.473 End of zbx_ipc_async_socket_recv():0 256354:20250703:121414.474 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000040 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121414.474 In zbx_sync_history_cache() history_num:0 256353:20250703:121414.474 End of zbx_ipc_async_socket_recv():0 256353:20250703:121414.474 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000022 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121414.474 In zbx_sync_history_cache() history_num:0 256353:20250703:121414.474 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000050 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121414.474 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121414.474 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000057 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121414.475 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121414.475 End of zbx_ipc_async_socket_recv():0 256355:20250703:121414.475 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000079 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121414.475 In zbx_sync_history_cache() history_num:0 256355:20250703:121414.475 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000033 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121414.475 In zbx_ipc_async_socket_recv() timeout:1 256357:20250703:121414.493 End of zbx_ipc_async_socket_recv():0 256357:20250703:121414.493 zbx_setproctitle() title:'escalator #1 [processed 0 escalations in 0.002742 sec, processing escalations]' 256357:20250703:121414.493 In process_escalations() 256357:20250703:121414.493 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is not null and nextcheck<=1751534057 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121414.496 End of process_escalations() 256357:20250703:121414.496 In process_escalations() 256357:20250703:121414.496 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is not null and nextcheck<=1751534057 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256343:20250703:121414.496 End of zbx_ipc_service_recv():2 256343:20250703:121414.496 In zbx_pp_manager_process_finished() 256343:20250703:121414.496 In zbx_timekeeper_collect() 256343:20250703:121414.496 End of zbx_timekeeper_collect() 256343:20250703:121414.496 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121414.496 In zbx_ipc_service_recv() timeout:0.500 256357:20250703:121414.497 End of process_escalations() 256357:20250703:121414.497 In process_escalations() 256357:20250703:121414.497 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is null and serviceid is not null and nextcheck<=1751534057 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121414.497 End of process_escalations() 256357:20250703:121414.497 In process_escalations() 256357:20250703:121414.497 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is null and serviceid is null and nextcheck<=1751534057 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121414.498 End of process_escalations() 256357:20250703:121414.498 zbx_setproctitle() title:'escalator #1 [processed 0 escalations in 0.004285 sec, idle 3 sec]' 256357:20250703:121414.498 In zbx_ipc_async_socket_recv() timeout:3 256421:20250703:121414.573 End of zbx_ipc_service_recv():2 256421:20250703:121414.573 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121414.576 End of zbx_ipc_service_recv():2 256339:20250703:121414.576 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121414.576 End of zbx_ipc_async_socket_recv():0 256407:20250703:121414.576 In zbx_ipc_async_socket_send() 256407:20250703:121414.576 In zbx_ipc_client_send() clientid:0 256407:20250703:121414.576 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121414.576 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121414.576 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000045 sec, idle 1 sec]' 256407:20250703:121414.576 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121414.576 End of zbx_ipc_service_recv():1 256339:20250703:121414.576 In am_flush_results() results:0 256339:20250703:121414.576 In zbx_ipc_client_send() clientid:8 256339:20250703:121414.576 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121414.576 End of am_flush_results() 256339:20250703:121414.576 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121414.576 End of zbx_ipc_async_socket_recv():0 256407:20250703:121414.576 In am_db_flush_results() 256407:20250703:121414.576 End of am_db_flush_results() flushed:0 256407:20250703:121414.576 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000017 sec, idle 1 sec]' 256407:20250703:121414.576 In zbx_ipc_async_socket_recv() timeout:1 256413:20250703:121414.629 End of zbx_ipc_service_recv():2 256413:20250703:121414.629 In zbx_ipc_service_recv() timeout:1.000 256344:20250703:121414.997 End of zbx_ipc_service_recv():2 256344:20250703:121414.997 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121414.997 End of zbx_ipc_service_recv():2 256312:20250703:121414.997 In zbx_ipc_async_socket_send() 256312:20250703:121414.997 In zbx_ipc_client_send() clientid:0 256312:20250703:121414.998 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121414.998 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121414.998 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121414.998 End of zbx_ipc_async_socket_flush():0 256312:20250703:121414.998 In zbx_ipc_service_recv() timeout:0.996 256302:20250703:121414.998 End of zbx_ipc_service_recv():1 256302:20250703:121414.998 In zbx_ha_dispatch_message() 256302:20250703:121414.998 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121414.998 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121415.001 End of zbx_ipc_service_recv():2 256343:20250703:121415.001 In zbx_pp_manager_process_finished() 256343:20250703:121415.002 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121415.002 In zbx_ipc_service_recv() timeout:0.500 256314:20250703:121415.182 End of zbx_ipc_service_recv():2 256314:20250703:121415.182 In zbx_ipc_service_recv() timeout:1.000 256418:20250703:121415.340 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121415.340 End of zbx_ipc_async_socket_recv():0 256418:20250703:121415.340 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121415.340 End of zbx_dc_config_get_poller_items():0 256418:20250703:121415.340 queue processing_num:0 pending:0 256416:20250703:121415.352 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121415.352 End of zbx_ipc_async_socket_recv():0 256416:20250703:121415.352 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121415.352 End of zbx_dc_config_get_poller_items():0 256416:20250703:121415.352 queue processing_num:0 pending:0 256417:20250703:121415.352 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121415.352 End of zbx_ipc_async_socket_recv():0 256417:20250703:121415.352 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121415.352 End of zbx_dc_config_get_poller_items():0 256417:20250703:121415.352 queue processing_num:0 pending:0 256373:20250703:121415.408 End of zbx_ipc_async_socket_recv():0 256373:20250703:121415.408 zbx_setproctitle() title:'task manager [processing tasks]' 256373:20250703:121415.408 query [txnlev:0] [select taskid,type,clock,ttl,proxyid from task where status in (1,2) order by taskid] 256373:20250703:121415.410 zbx_setproctitle() title:'task manager [processed 0 task(s) in 0.001310 sec, idle 5 sec]' 256373:20250703:121415.410 In zbx_ipc_async_socket_recv() timeout:5 256372:20250703:121415.416 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121415.416 In collect_selfmon_stats() 256372:20250703:121415.416 In zbx_timekeeper_collect() 256372:20250703:121415.416 End of zbx_timekeeper_collect() 256372:20250703:121415.416 End of collect_selfmon_stats() 256372:20250703:121415.416 zbx_setproctitle() title:'self-monitoring [processed data in 0.000160 sec, idle 1 sec]' 256419:20250703:121415.464 End of zbx_ipc_service_recv():2 256419:20250703:121415.464 In zbx_ipc_service_recv() timeout:1.000 256356:20250703:121415.473 End of zbx_ipc_async_socket_recv():0 256356:20250703:121415.473 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000068 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121415.473 In zbx_sync_history_cache() history_num:0 256356:20250703:121415.473 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000045 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121415.473 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121415.476 End of zbx_ipc_async_socket_recv():0 256354:20250703:121415.476 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000057 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121415.476 In zbx_sync_history_cache() history_num:0 256355:20250703:121415.476 End of zbx_ipc_async_socket_recv():0 256355:20250703:121415.476 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000033 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121415.476 In zbx_sync_history_cache() history_num:0 256355:20250703:121415.476 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000062 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121415.476 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121415.476 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000062 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121415.476 In zbx_ipc_async_socket_recv() timeout:1 256353:20250703:121415.477 End of zbx_ipc_async_socket_recv():0 256353:20250703:121415.477 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000050 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121415.477 In zbx_sync_history_cache() history_num:0 256353:20250703:121415.477 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000075 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121415.477 In zbx_ipc_async_socket_recv() timeout:1 256343:20250703:121415.504 End of zbx_ipc_service_recv():2 256343:20250703:121415.504 In zbx_pp_manager_process_finished() 256343:20250703:121415.504 In zbx_timekeeper_collect() 256343:20250703:121415.504 End of zbx_timekeeper_collect() 256343:20250703:121415.504 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121415.504 In zbx_ipc_service_recv() timeout:0.500 256421:20250703:121415.576 End of zbx_ipc_service_recv():2 256421:20250703:121415.576 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121415.580 End of zbx_ipc_async_socket_recv():0 256407:20250703:121415.580 In zbx_ipc_async_socket_send() 256407:20250703:121415.580 In zbx_ipc_client_send() clientid:0 256407:20250703:121415.580 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121415.580 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121415.580 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000101 sec, idle 1 sec]' 256407:20250703:121415.580 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121415.580 End of zbx_ipc_service_recv():1 256339:20250703:121415.580 In am_flush_results() results:0 256339:20250703:121415.580 In zbx_ipc_client_send() clientid:8 256339:20250703:121415.580 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121415.580 End of am_flush_results() 256339:20250703:121415.580 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121415.580 End of zbx_ipc_async_socket_recv():0 256407:20250703:121415.580 In am_db_flush_results() 256407:20250703:121415.580 End of am_db_flush_results() flushed:0 256407:20250703:121415.580 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000018 sec, idle 1 sec]' 256407:20250703:121415.580 In zbx_ipc_async_socket_recv() timeout:1 256413:20250703:121415.632 End of zbx_ipc_service_recv():2 256413:20250703:121415.632 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121415.996 End of zbx_ipc_service_recv():2 256312:20250703:121415.996 In zbx_ipc_async_socket_send() 256312:20250703:121415.996 In zbx_ipc_client_send() clientid:0 256312:20250703:121415.997 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121415.997 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121415.997 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121415.997 End of zbx_ipc_async_socket_flush():0 256312:20250703:121415.997 In zbx_ipc_service_recv() timeout:0.997 256302:20250703:121415.997 End of zbx_ipc_service_recv():1 256302:20250703:121415.997 In zbx_ha_dispatch_message() 256302:20250703:121415.997 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121415.997 In zbx_ipc_service_recv() timeout:1.000 256344:20250703:121416.000 End of zbx_ipc_service_recv():2 256344:20250703:121416.000 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121416.008 End of zbx_ipc_service_recv():2 256343:20250703:121416.008 In zbx_pp_manager_process_finished() 256343:20250703:121416.008 In zbx_timekeeper_collect() 256343:20250703:121416.008 End of zbx_timekeeper_collect() 256343:20250703:121416.008 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121416.008 In zbx_ipc_service_recv() timeout:0.500 256314:20250703:121416.188 End of zbx_ipc_service_recv():2 256314:20250703:121416.188 In zbx_ipc_service_recv() timeout:1.000 256418:20250703:121416.342 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121416.342 End of zbx_ipc_async_socket_recv():0 256418:20250703:121416.342 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121416.342 End of zbx_dc_config_get_poller_items():0 256418:20250703:121416.342 queue processing_num:0 pending:0 256416:20250703:121416.352 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121416.352 End of zbx_ipc_async_socket_recv():0 256416:20250703:121416.352 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121416.352 End of zbx_dc_config_get_poller_items():0 256416:20250703:121416.352 queue processing_num:0 pending:0 256417:20250703:121416.352 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121416.352 End of zbx_ipc_async_socket_recv():0 256417:20250703:121416.352 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121416.352 End of zbx_dc_config_get_poller_items():0 256417:20250703:121416.352 queue processing_num:0 pending:0 256372:20250703:121416.416 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121416.416 In collect_selfmon_stats() 256372:20250703:121416.416 In zbx_timekeeper_collect() 256372:20250703:121416.416 End of zbx_timekeeper_collect() 256372:20250703:121416.416 End of collect_selfmon_stats() 256372:20250703:121416.416 zbx_setproctitle() title:'self-monitoring [processed data in 0.000126 sec, idle 1 sec]' 256419:20250703:121416.468 End of zbx_ipc_service_recv():2 256419:20250703:121416.468 In zbx_ipc_service_recv() timeout:1.000 256356:20250703:121416.476 End of zbx_ipc_async_socket_recv():0 256356:20250703:121416.476 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000045 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121416.476 In zbx_sync_history_cache() history_num:0 256356:20250703:121416.476 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000067 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121416.476 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121416.480 End of zbx_ipc_async_socket_recv():0 256354:20250703:121416.480 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000062 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121416.480 In zbx_sync_history_cache() history_num:0 256354:20250703:121416.480 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000036 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121416.480 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121416.481 End of zbx_ipc_async_socket_recv():0 256355:20250703:121416.481 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000062 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121416.481 In zbx_sync_history_cache() history_num:0 256355:20250703:121416.481 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000034 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121416.481 In zbx_ipc_async_socket_recv() timeout:1 256353:20250703:121416.481 End of zbx_ipc_async_socket_recv():0 256353:20250703:121416.481 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000075 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121416.481 In zbx_sync_history_cache() history_num:0 256353:20250703:121416.481 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000022 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121416.481 In zbx_ipc_async_socket_recv() timeout:1 256343:20250703:121416.513 End of zbx_ipc_service_recv():2 256343:20250703:121416.513 In zbx_pp_manager_process_finished() 256343:20250703:121416.513 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121416.513 In zbx_ipc_service_recv() timeout:0.500 256421:20250703:121416.581 End of zbx_ipc_service_recv():2 256421:20250703:121416.581 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121416.584 End of zbx_ipc_async_socket_recv():0 256407:20250703:121416.584 In zbx_ipc_async_socket_send() 256407:20250703:121416.584 In zbx_ipc_client_send() clientid:0 256407:20250703:121416.584 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121416.584 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121416.584 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000064 sec, idle 1 sec]' 256407:20250703:121416.584 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121416.584 End of zbx_ipc_service_recv():1 256339:20250703:121416.584 In am_flush_results() results:0 256339:20250703:121416.584 In zbx_ipc_client_send() clientid:8 256339:20250703:121416.584 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121416.584 End of am_flush_results() 256339:20250703:121416.584 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121416.584 End of zbx_ipc_async_socket_recv():0 256407:20250703:121416.584 In am_db_flush_results() 256407:20250703:121416.584 End of am_db_flush_results() flushed:0 256407:20250703:121416.584 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000010 sec, idle 1 sec]' 256407:20250703:121416.584 In zbx_ipc_async_socket_recv() timeout:1 256413:20250703:121416.636 End of zbx_ipc_service_recv():2 256413:20250703:121416.636 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121416.996 End of zbx_ipc_service_recv():2 256312:20250703:121416.996 In ha_check_nodes() ha_status:active db_status:0 256312:20250703:121416.996 query [txnlev:1] [begin;] 256312:20250703:121416.996 query [txnlev:1] [select ha_nodeid,name,status,lastaccess,address,port,ha_sessionid from ha_node order by ha_nodeid for update] 256312:20250703:121416.996 query [txnlev:1] [select name, value_str, value_int from settings where name in ('ha_failover_delay', 'auditlog_enabled', 'auditlog_mode')] 256312:20250703:121416.997 In ha_db_get_time() 256312:20250703:121416.997 query [txnlev:1] [select cast(extract(epoch from now()) as int) from settings limit 1] 256312:20250703:121416.997 End of ha_db_get_time():SUCCEED db_time:1751534057 256312:20250703:121416.997 query [txnlev:1] [update ha_node set lastaccess=cast(extract(epoch from now()) as int) where ha_nodeid='cmbtfdmr70001y3jqx66php2f'] 256312:20250703:121416.997 query [txnlev:1] [commit;] 256302:20250703:121417.000 End of zbx_ipc_service_recv():2 256302:20250703:121417.001 In zbx_ha_dispatch_message() 256302:20250703:121417.001 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121417.001 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121417.001 End of ha_check_nodes() nodeid:cmbtfdmr70001y3jqx66php2f ha_status:active db_status:0 256312:20250703:121417.001 In zbx_ipc_async_socket_send() 256312:20250703:121417.001 In zbx_ipc_client_send() clientid:0 256312:20250703:121417.001 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121417.001 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121417.001 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121417.001 End of zbx_ipc_async_socket_flush():0 256312:20250703:121417.001 In zbx_ipc_service_recv() timeout:0.998 256302:20250703:121417.001 End of zbx_ipc_service_recv():1 256302:20250703:121417.001 In zbx_ha_dispatch_message() 256302:20250703:121417.001 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121417.001 In zbx_ipc_service_recv() timeout:1.000 256344:20250703:121417.010 End of zbx_ipc_service_recv():2 256344:20250703:121417.010 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121417.021 End of zbx_ipc_service_recv():2 256343:20250703:121417.022 In zbx_pp_manager_process_finished() 256343:20250703:121417.022 In zbx_timekeeper_collect() 256343:20250703:121417.022 End of zbx_timekeeper_collect() 256343:20250703:121417.022 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121417.022 In zbx_ipc_service_recv() timeout:0.500 256314:20250703:121417.193 End of zbx_ipc_service_recv():2 256314:20250703:121417.193 In zbx_ipc_service_recv() timeout:1.000 256418:20250703:121417.341 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121417.341 End of zbx_ipc_async_socket_recv():0 256418:20250703:121417.341 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121417.341 End of zbx_dc_config_get_poller_items():0 256418:20250703:121417.341 queue processing_num:0 pending:0 256416:20250703:121417.352 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121417.352 End of zbx_ipc_async_socket_recv():0 256416:20250703:121417.352 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121417.352 End of zbx_dc_config_get_poller_items():0 256416:20250703:121417.352 queue processing_num:0 pending:0 256417:20250703:121417.355 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121417.355 End of zbx_ipc_async_socket_recv():0 256417:20250703:121417.355 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121417.355 End of zbx_dc_config_get_poller_items():0 256417:20250703:121417.355 queue processing_num:0 pending:0 256372:20250703:121417.420 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121417.421 In collect_selfmon_stats() 256372:20250703:121417.421 In zbx_timekeeper_collect() 256372:20250703:121417.421 End of zbx_timekeeper_collect() 256372:20250703:121417.421 End of collect_selfmon_stats() 256372:20250703:121417.421 zbx_setproctitle() title:'self-monitoring [processed data in 0.000950 sec, idle 1 sec]' 256419:20250703:121417.473 End of zbx_ipc_service_recv():2 256419:20250703:121417.473 In zbx_ipc_service_recv() timeout:1.000 256356:20250703:121417.477 End of zbx_ipc_async_socket_recv():0 256356:20250703:121417.477 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000067 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121417.477 In zbx_sync_history_cache() history_num:0 256356:20250703:121417.477 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000051 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121417.477 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121417.484 End of zbx_ipc_async_socket_recv():0 256355:20250703:121417.484 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000034 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121417.484 In zbx_sync_history_cache() history_num:0 256355:20250703:121417.484 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000049 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121417.484 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121417.484 End of zbx_ipc_async_socket_recv():0 256354:20250703:121417.484 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000036 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121417.484 In zbx_sync_history_cache() history_num:0 256354:20250703:121417.484 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000022 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121417.484 In zbx_ipc_async_socket_recv() timeout:1 256353:20250703:121417.485 End of zbx_ipc_async_socket_recv():0 256353:20250703:121417.485 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000022 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121417.485 In zbx_sync_history_cache() history_num:0 256353:20250703:121417.485 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000037 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121417.485 In zbx_ipc_async_socket_recv() timeout:1 256357:20250703:121417.500 End of zbx_ipc_async_socket_recv():0 256357:20250703:121417.500 zbx_setproctitle() title:'escalator #1 [processed 0 escalations in 0.004285 sec, processing escalations]' 256357:20250703:121417.500 In process_escalations() 256357:20250703:121417.500 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is not null and nextcheck<=1751534060 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121417.501 End of process_escalations() 256357:20250703:121417.501 In process_escalations() 256357:20250703:121417.501 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is not null and nextcheck<=1751534060 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121417.502 End of process_escalations() 256357:20250703:121417.502 In process_escalations() 256357:20250703:121417.502 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is null and serviceid is not null and nextcheck<=1751534060 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121417.502 End of process_escalations() 256357:20250703:121417.503 In process_escalations() 256357:20250703:121417.503 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is null and serviceid is null and nextcheck<=1751534060 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121417.504 End of process_escalations() 256357:20250703:121417.504 zbx_setproctitle() title:'escalator #1 [processed 0 escalations in 0.004235 sec, idle 3 sec]' 256357:20250703:121417.504 In zbx_ipc_async_socket_recv() timeout:3 256343:20250703:121417.528 End of zbx_ipc_service_recv():2 256343:20250703:121417.528 In zbx_pp_manager_process_finished() 256343:20250703:121417.528 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121417.528 In zbx_ipc_service_recv() timeout:0.500 256421:20250703:121417.584 End of zbx_ipc_service_recv():2 256421:20250703:121417.584 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121417.590 End of zbx_ipc_service_recv():2 256339:20250703:121417.590 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121417.590 End of zbx_ipc_async_socket_recv():0 256407:20250703:121417.590 In zbx_ipc_async_socket_send() 256407:20250703:121417.590 In zbx_ipc_client_send() clientid:0 256407:20250703:121417.590 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121417.590 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121417.590 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000042 sec, idle 1 sec]' 256407:20250703:121417.590 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121417.590 End of zbx_ipc_service_recv():1 256339:20250703:121417.590 In am_flush_results() results:0 256339:20250703:121417.590 In zbx_ipc_client_send() clientid:8 256339:20250703:121417.590 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121417.590 End of am_flush_results() 256339:20250703:121417.590 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121417.590 End of zbx_ipc_async_socket_recv():0 256407:20250703:121417.590 In am_db_flush_results() 256407:20250703:121417.590 End of am_db_flush_results() flushed:0 256407:20250703:121417.590 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000017 sec, idle 1 sec]' 256407:20250703:121417.590 In zbx_ipc_async_socket_recv() timeout:1 256413:20250703:121417.640 End of zbx_ipc_service_recv():2 256413:20250703:121417.640 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121418.002 End of zbx_ipc_service_recv():2 256312:20250703:121418.003 In zbx_ipc_async_socket_send() 256312:20250703:121418.003 In zbx_ipc_client_send() clientid:0 256312:20250703:121418.003 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121418.003 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121418.003 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121418.003 End of zbx_ipc_async_socket_flush():0 256312:20250703:121418.003 In zbx_ipc_service_recv() timeout:0.991 256302:20250703:121418.003 End of zbx_ipc_service_recv():1 256302:20250703:121418.003 In zbx_ha_dispatch_message() 256302:20250703:121418.003 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121418.003 In zbx_ipc_service_recv() timeout:1.000 256344:20250703:121418.012 End of zbx_ipc_service_recv():2 256344:20250703:121418.012 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121418.029 End of zbx_ipc_service_recv():2 256343:20250703:121418.029 In zbx_pp_manager_process_finished() 256343:20250703:121418.029 In zbx_timekeeper_collect() 256343:20250703:121418.029 End of zbx_timekeeper_collect() 256343:20250703:121418.029 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121418.029 In zbx_ipc_service_recv() timeout:0.500 256314:20250703:121418.195 End of zbx_ipc_service_recv():2 256314:20250703:121418.195 zbx_setproctitle() title:'service manager #1 [processed 0 events, updated 0 event tags, deleted 0 problems, synced 0 service updates, idle 5.018295 sec during 5.018318 sec]' 256314:20250703:121418.195 In zbx_ipc_service_recv() timeout:1.000 256351:20250703:121418.308 End of zbx_ipc_async_socket_recv():0 256351:20250703:121418.308 zbx_setproctitle() title:'browser poller #1 [got 0 values in 0.000131 sec, getting values]' 256351:20250703:121418.308 In get_values() 256351:20250703:121418.308 In zbx_dc_config_get_poller_items() poller_type:11 256351:20250703:121418.308 End of zbx_dc_config_get_poller_items():0 256351:20250703:121418.308 In zbx_dc_config_get_poller_nextcheck() poller_type:11 256351:20250703:121418.308 End of zbx_dc_config_get_poller_nextcheck():-1 256351:20250703:121418.308 End of get_values():0 256351:20250703:121418.308 zbx_setproctitle() title:'browser poller #1 [got 0 values in 0.000097 sec, idle 5 sec]' 256351:20250703:121418.308 In zbx_ipc_async_socket_recv() timeout:5 256363:20250703:121418.316 End of zbx_ipc_async_socket_recv():0 256363:20250703:121418.316 zbx_setproctitle() title:'java poller #6 [got 0 values in 0.000077 sec, getting values]' 256363:20250703:121418.316 In get_values() 256363:20250703:121418.316 In zbx_dc_config_get_poller_items() poller_type:4 256363:20250703:121418.316 End of zbx_dc_config_get_poller_items():0 256363:20250703:121418.316 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256363:20250703:121418.316 End of zbx_dc_config_get_poller_nextcheck():-1 256363:20250703:121418.316 End of get_values():0 256363:20250703:121418.316 zbx_setproctitle() title:'java poller #6 [got 0 values in 0.000083 sec, idle 5 sec]' 256363:20250703:121418.316 In zbx_ipc_async_socket_recv() timeout:5 256361:20250703:121418.316 End of zbx_ipc_async_socket_recv():0 256361:20250703:121418.316 zbx_setproctitle() title:'java poller #4 [got 0 values in 0.000062 sec, getting values]' 256361:20250703:121418.316 In get_values() 256361:20250703:121418.316 In zbx_dc_config_get_poller_items() poller_type:4 256361:20250703:121418.316 End of zbx_dc_config_get_poller_items():0 256361:20250703:121418.316 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256361:20250703:121418.316 End of zbx_dc_config_get_poller_nextcheck():-1 256361:20250703:121418.316 End of get_values():0 256361:20250703:121418.316 zbx_setproctitle() title:'java poller #4 [got 0 values in 0.000034 sec, idle 5 sec]' 256361:20250703:121418.316 In zbx_ipc_async_socket_recv() timeout:5 256362:20250703:121418.320 End of zbx_ipc_async_socket_recv():0 256362:20250703:121418.320 zbx_setproctitle() title:'java poller #5 [got 0 values in 0.000089 sec, getting values]' 256362:20250703:121418.320 In get_values() 256362:20250703:121418.320 In zbx_dc_config_get_poller_items() poller_type:4 256362:20250703:121418.320 End of zbx_dc_config_get_poller_items():0 256362:20250703:121418.320 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256362:20250703:121418.320 End of zbx_dc_config_get_poller_nextcheck():-1 256362:20250703:121418.320 End of get_values():0 256362:20250703:121418.320 zbx_setproctitle() title:'java poller #5 [got 0 values in 0.000098 sec, idle 5 sec]' 256362:20250703:121418.320 In zbx_ipc_async_socket_recv() timeout:5 256418:20250703:121418.337 zbx_setproctitle() title:'snmp poller #1 [got 0 values, queued 0 in 5 sec, awaiting 0]' 256418:20250703:121418.337 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121418.337 End of zbx_ipc_async_socket_recv():0 256418:20250703:121418.337 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121418.337 End of zbx_dc_config_get_poller_items():0 256418:20250703:121418.337 queue processing_num:0 pending:0 256364:20250703:121418.347 End of zbx_ipc_async_socket_recv():0 256369:20250703:121418.348 End of zbx_ipc_async_socket_recv():0 256369:20250703:121418.348 zbx_setproctitle() title:'java poller #9 [got 0 values in 0.000067 sec, getting values]' 256369:20250703:121418.348 In get_values() 256369:20250703:121418.348 In zbx_dc_config_get_poller_items() poller_type:4 256369:20250703:121418.348 End of zbx_dc_config_get_poller_items():0 256369:20250703:121418.348 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256369:20250703:121418.348 End of zbx_dc_config_get_poller_nextcheck():-1 256369:20250703:121418.348 End of get_values():0 256369:20250703:121418.348 zbx_setproctitle() title:'java poller #9 [got 0 values in 0.000169 sec, idle 5 sec]' 256369:20250703:121418.348 In zbx_ipc_async_socket_recv() timeout:5 256364:20250703:121418.348 zbx_setproctitle() title:'java poller #7 [got 0 values in 0.000268 sec, getting values]' 256364:20250703:121418.348 In get_values() 256364:20250703:121418.348 In zbx_dc_config_get_poller_items() poller_type:4 256364:20250703:121418.348 End of zbx_dc_config_get_poller_items():0 256364:20250703:121418.348 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256364:20250703:121418.348 End of zbx_dc_config_get_poller_nextcheck():-1 256364:20250703:121418.348 End of get_values():0 256364:20250703:121418.348 zbx_setproctitle() title:'java poller #7 [got 0 values in 0.000543 sec, idle 5 sec]' 256364:20250703:121418.348 In zbx_ipc_async_socket_recv() timeout:5 256416:20250703:121418.352 zbx_setproctitle() title:'http agent poller #1 [got 0 values, queued 0 in 5 sec, awaiting 0]' 256416:20250703:121418.352 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121418.352 End of zbx_ipc_async_socket_recv():0 256416:20250703:121418.352 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121418.352 End of zbx_dc_config_get_poller_items():0 256416:20250703:121418.352 queue processing_num:0 pending:0 256375:20250703:121418.352 End of zbx_ipc_async_socket_recv():0 256375:20250703:121418.352 zbx_setproctitle() title:'poller #2 [got 0 values in 0.000117 sec, getting values]' 256375:20250703:121418.352 In get_values() 256375:20250703:121418.352 In zbx_dc_config_get_poller_items() poller_type:0 256375:20250703:121418.352 End of zbx_dc_config_get_poller_items():0 256375:20250703:121418.352 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256375:20250703:121418.352 End of zbx_dc_config_get_poller_nextcheck():-1 256375:20250703:121418.352 End of get_values():0 256375:20250703:121418.352 zbx_setproctitle() title:'poller #2 [got 0 values in 0.000036 sec, idle 5 sec]' 256375:20250703:121418.352 In zbx_ipc_async_socket_recv() timeout:5 256399:20250703:121418.354 End of zbx_ipc_async_socket_recv():0 256399:20250703:121418.354 zbx_setproctitle() title:'poller #5 [got 0 values in 0.000368 sec, getting values]' 256399:20250703:121418.354 In get_values() 256399:20250703:121418.354 In zbx_dc_config_get_poller_items() poller_type:0 256399:20250703:121418.354 End of zbx_dc_config_get_poller_items():0 256399:20250703:121418.354 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256399:20250703:121418.354 End of zbx_dc_config_get_poller_nextcheck():-1 256399:20250703:121418.354 End of get_values():0 256399:20250703:121418.354 zbx_setproctitle() title:'poller #5 [got 0 values in 0.000052 sec, idle 5 sec]' 256399:20250703:121418.354 In zbx_ipc_async_socket_recv() timeout:5 256400:20250703:121418.354 End of zbx_ipc_async_socket_recv():0 256400:20250703:121418.354 zbx_setproctitle() title:'unreachable poller #1 [got 0 values in 0.000322 sec, getting values]' 256400:20250703:121418.354 In get_values() 256400:20250703:121418.354 In zbx_dc_config_get_poller_items() poller_type:1 256400:20250703:121418.354 End of zbx_dc_config_get_poller_items():0 256400:20250703:121418.354 In zbx_dc_config_get_poller_nextcheck() poller_type:1 256400:20250703:121418.354 End of zbx_dc_config_get_poller_nextcheck():-1 256400:20250703:121418.354 End of get_values():0 256400:20250703:121418.354 zbx_setproctitle() title:'unreachable poller #1 [got 0 values in 0.000035 sec, idle 5 sec]' 256400:20250703:121418.354 In zbx_ipc_async_socket_recv() timeout:5 256359:20250703:121418.356 End of zbx_ipc_async_socket_recv():0 256359:20250703:121418.356 zbx_setproctitle() title:'java poller #2 [got 0 values in 0.000065 sec, getting values]' 256359:20250703:121418.356 In get_values() 256359:20250703:121418.356 In zbx_dc_config_get_poller_items() poller_type:4 256359:20250703:121418.356 End of zbx_dc_config_get_poller_items():0 256359:20250703:121418.356 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256359:20250703:121418.356 End of zbx_dc_config_get_poller_nextcheck():-1 256359:20250703:121418.356 End of get_values():0 256359:20250703:121418.356 zbx_setproctitle() title:'java poller #2 [got 0 values in 0.000037 sec, idle 5 sec]' 256359:20250703:121418.356 In zbx_ipc_async_socket_recv() timeout:5 256376:20250703:121418.356 End of zbx_ipc_async_socket_recv():0 256376:20250703:121418.356 zbx_setproctitle() title:'poller #3 [got 0 values in 0.000056 sec, getting values]' 256376:20250703:121418.356 In get_values() 256376:20250703:121418.356 In zbx_dc_config_get_poller_items() poller_type:0 256376:20250703:121418.356 End of zbx_dc_config_get_poller_items():0 256376:20250703:121418.356 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256376:20250703:121418.356 End of zbx_dc_config_get_poller_nextcheck():-1 256376:20250703:121418.356 End of get_values():0 256376:20250703:121418.356 zbx_setproctitle() title:'poller #3 [got 0 values in 0.000031 sec, idle 5 sec]' 256376:20250703:121418.356 In zbx_ipc_async_socket_recv() timeout:5 256374:20250703:121418.356 End of zbx_ipc_async_socket_recv():0 256374:20250703:121418.356 zbx_setproctitle() title:'poller #1 [got 0 values in 0.000074 sec, getting values]' 256374:20250703:121418.356 In get_values() 256374:20250703:121418.356 In zbx_dc_config_get_poller_items() poller_type:0 256374:20250703:121418.356 End of zbx_dc_config_get_poller_items():0 256374:20250703:121418.356 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256374:20250703:121418.356 End of zbx_dc_config_get_poller_nextcheck():-1 256374:20250703:121418.356 End of get_values():0 256374:20250703:121418.356 zbx_setproctitle() title:'poller #1 [got 0 values in 0.000032 sec, idle 5 sec]' 256374:20250703:121418.356 In zbx_ipc_async_socket_recv() timeout:5 256358:20250703:121418.356 End of zbx_ipc_async_socket_recv():0 256358:20250703:121418.356 zbx_setproctitle() title:'java poller #1 [got 0 values in 0.000034 sec, getting values]' 256358:20250703:121418.356 In get_values() 256358:20250703:121418.356 In zbx_dc_config_get_poller_items() poller_type:4 256358:20250703:121418.356 End of zbx_dc_config_get_poller_items():0 256358:20250703:121418.356 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256358:20250703:121418.356 End of zbx_dc_config_get_poller_nextcheck():-1 256358:20250703:121418.356 End of get_values():0 256358:20250703:121418.356 zbx_setproctitle() title:'java poller #1 [got 0 values in 0.000032 sec, idle 5 sec]' 256358:20250703:121418.356 In zbx_ipc_async_socket_recv() timeout:5 256417:20250703:121418.356 zbx_setproctitle() title:'agent poller #1 [got 0 values, queued 0 in 5 sec, awaiting 0]' 256417:20250703:121418.356 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121418.356 End of zbx_ipc_async_socket_recv():0 256406:20250703:121418.356 zbx_setproctitle() title:'icmp pinger #1 [getting values]' 256406:20250703:121418.356 In get_pinger_hosts() 256406:20250703:121418.356 In zbx_dc_config_get_poller_items() poller_type:3 256406:20250703:121418.356 End of zbx_dc_config_get_poller_items():0 256406:20250703:121418.356 End of get_pinger_hosts():0 256406:20250703:121418.356 In process_pinger_hosts() 256406:20250703:121418.356 End of process_pinger_hosts() 256406:20250703:121418.356 In zbx_dc_config_get_poller_nextcheck() poller_type:3 256406:20250703:121418.356 End of zbx_dc_config_get_poller_nextcheck():-1 256370:20250703:121418.356 End of zbx_ipc_async_socket_recv():0 256360:20250703:121418.356 End of zbx_ipc_async_socket_recv():0 256417:20250703:121418.356 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121418.356 End of zbx_dc_config_get_poller_items():0 256417:20250703:121418.356 queue processing_num:0 pending:0 256406:20250703:121418.357 zbx_setproctitle() title:'icmp pinger #1 [got 0 values in 0.000041 sec, idle 5 sec]' 256360:20250703:121418.357 zbx_setproctitle() title:'java poller #3 [got 0 values in 0.002818 sec, getting values]' 256360:20250703:121418.357 In get_values() 256360:20250703:121418.357 In zbx_dc_config_get_poller_items() poller_type:4 256360:20250703:121418.357 End of zbx_dc_config_get_poller_items():0 256360:20250703:121418.357 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256360:20250703:121418.357 End of zbx_dc_config_get_poller_nextcheck():-1 256360:20250703:121418.357 End of get_values():0 256360:20250703:121418.357 zbx_setproctitle() title:'java poller #3 [got 0 values in 0.000371 sec, idle 5 sec]' 256360:20250703:121418.357 In zbx_ipc_async_socket_recv() timeout:5 256370:20250703:121418.357 zbx_setproctitle() title:'java poller #10 [got 0 values in 0.000324 sec, getting values]' 256370:20250703:121418.357 In get_values() 256370:20250703:121418.357 In zbx_dc_config_get_poller_items() poller_type:4 256370:20250703:121418.357 End of zbx_dc_config_get_poller_items():0 256370:20250703:121418.357 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256370:20250703:121418.357 End of zbx_dc_config_get_poller_nextcheck():-1 256370:20250703:121418.357 End of get_values():0 256370:20250703:121418.357 zbx_setproctitle() title:'java poller #10 [got 0 values in 0.000610 sec, idle 5 sec]' 256370:20250703:121418.357 In zbx_ipc_async_socket_recv() timeout:5 256365:20250703:121418.363 End of zbx_ipc_async_socket_recv():0 256365:20250703:121418.363 zbx_setproctitle() title:'java poller #8 [got 0 values in 0.000231 sec, getting values]' 256365:20250703:121418.364 In get_values() 256365:20250703:121418.364 In zbx_dc_config_get_poller_items() poller_type:4 256365:20250703:121418.364 End of zbx_dc_config_get_poller_items():0 256365:20250703:121418.364 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256365:20250703:121418.364 End of zbx_dc_config_get_poller_nextcheck():-1 256365:20250703:121418.364 End of get_values():0 256365:20250703:121418.364 zbx_setproctitle() title:'java poller #8 [got 0 values in 0.000039 sec, idle 5 sec]' 256365:20250703:121418.364 In zbx_ipc_async_socket_recv() timeout:5 256398:20250703:121418.373 End of zbx_ipc_async_socket_recv():0 256398:20250703:121418.373 zbx_setproctitle() title:'poller #4 [got 0 values in 0.000077 sec, getting values]' 256398:20250703:121418.373 In get_values() 256398:20250703:121418.373 In zbx_dc_config_get_poller_items() poller_type:0 256398:20250703:121418.373 End of zbx_dc_config_get_poller_items():0 256398:20250703:121418.373 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256398:20250703:121418.373 End of zbx_dc_config_get_poller_nextcheck():-1 256398:20250703:121418.373 End of get_values():0 256398:20250703:121418.373 zbx_setproctitle() title:'poller #4 [got 0 values in 0.000043 sec, idle 5 sec]' 256398:20250703:121418.373 In zbx_ipc_async_socket_recv() timeout:5 256420:20250703:121418.385 End of zbx_ipc_async_socket_recv():0 256420:20250703:121418.385 zbx_setproctitle() title:'internal poller #1 [got 0 values in 0.000150 sec, getting values]' 256420:20250703:121418.385 In get_values() 256420:20250703:121418.385 In zbx_dc_config_get_poller_items() poller_type:10 256420:20250703:121418.385 End of zbx_dc_config_get_poller_items():0 256420:20250703:121418.385 In zbx_dc_config_get_poller_nextcheck() poller_type:10 256420:20250703:121418.385 End of zbx_dc_config_get_poller_nextcheck():-1 256420:20250703:121418.385 End of get_values():0 256420:20250703:121418.385 zbx_setproctitle() title:'internal poller #1 [got 0 values in 0.000043 sec, idle 5 sec]' 256420:20250703:121418.385 In zbx_ipc_async_socket_recv() timeout:5 256415:20250703:121418.392 End of zbx_ipc_async_socket_recv():0 256415:20250703:121418.392 zbx_setproctitle() title:'odbc poller #1 [got 0 values in 0.000067 sec, getting values]' 256415:20250703:121418.392 In get_values() 256415:20250703:121418.392 In zbx_dc_config_get_poller_items() poller_type:6 256415:20250703:121418.392 End of zbx_dc_config_get_poller_items():0 256415:20250703:121418.392 In zbx_dc_config_get_poller_nextcheck() poller_type:6 256415:20250703:121418.392 End of zbx_dc_config_get_poller_nextcheck():-1 256415:20250703:121418.392 End of get_values():0 256415:20250703:121418.393 zbx_setproctitle() title:'odbc poller #1 [got 0 values in 0.000090 sec, idle 5 sec]' 256415:20250703:121418.393 In zbx_ipc_async_socket_recv() timeout:5 256372:20250703:121418.422 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121418.422 In collect_selfmon_stats() 256372:20250703:121418.422 In zbx_timekeeper_collect() 256372:20250703:121418.422 End of zbx_timekeeper_collect() 256372:20250703:121418.422 End of collect_selfmon_stats() 256372:20250703:121418.422 zbx_setproctitle() title:'self-monitoring [processed data in 0.000089 sec, idle 1 sec]' 256409:20250703:121418.429 End of zbx_ipc_async_socket_recv():0 256409:20250703:121418.429 zbx_setproctitle() title:'history poller #2 [got 0 values in 0.000055 sec, getting values]' 256409:20250703:121418.429 In get_values() 256409:20250703:121418.429 In zbx_dc_config_get_poller_items() poller_type:5 256409:20250703:121418.429 End of zbx_dc_config_get_poller_items():0 256409:20250703:121418.429 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256409:20250703:121418.429 End of zbx_dc_config_get_poller_nextcheck():-1 256409:20250703:121418.429 End of get_values():0 256409:20250703:121418.429 zbx_setproctitle() title:'history poller #2 [got 0 values in 0.000093 sec, idle 5 sec]' 256409:20250703:121418.429 In zbx_ipc_async_socket_recv() timeout:5 256412:20250703:121418.429 End of zbx_ipc_async_socket_recv():0 256412:20250703:121418.429 zbx_setproctitle() title:'history poller #5 [got 0 values in 0.000063 sec, getting values]' 256412:20250703:121418.429 In get_values() 256412:20250703:121418.429 In zbx_dc_config_get_poller_items() poller_type:5 256412:20250703:121418.429 End of zbx_dc_config_get_poller_items():0 256412:20250703:121418.429 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256412:20250703:121418.429 End of zbx_dc_config_get_poller_nextcheck():-1 256412:20250703:121418.429 End of get_values():0 256412:20250703:121418.429 zbx_setproctitle() title:'history poller #5 [got 0 values in 0.000068 sec, idle 5 sec]' 256412:20250703:121418.429 In zbx_ipc_async_socket_recv() timeout:5 256350:20250703:121418.432 zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000114 sec, getting values]' 256350:20250703:121418.432 In process_httptests() 256350:20250703:121418.432 End of process_httptests() 256350:20250703:121418.432 zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000122 sec, idle 5 sec]' 256371:20250703:121418.442 End of zbx_ipc_async_socket_recv():0 256371:20250703:121418.442 zbx_setproctitle() title:'proxy poller #1 [exchanged data with 0 proxies in 0.000105 sec, exchanging data]' 256371:20250703:121418.442 In process_proxy() 256371:20250703:121418.442 In zbx_dc_config_get_proxypoller_hosts() 256371:20250703:121418.442 End of zbx_dc_config_get_proxypoller_hosts():0 256371:20250703:121418.442 End of process_proxy() 256371:20250703:121418.442 In zbx_dc_config_get_proxypoller_nextcheck() 256371:20250703:121418.442 End of zbx_dc_config_get_proxypoller_nextcheck():-1 256371:20250703:121418.442 zbx_setproctitle() title:'proxy poller #1 [exchanged data with 0 proxies in 0.000081 sec, idle 5 sec]' 256371:20250703:121418.442 In zbx_ipc_async_socket_recv() timeout:5 256411:20250703:121418.444 End of zbx_ipc_async_socket_recv():0 256411:20250703:121418.444 zbx_setproctitle() title:'history poller #4 [got 0 values in 0.000085 sec, getting values]' 256411:20250703:121418.444 In get_values() 256411:20250703:121418.444 In zbx_dc_config_get_poller_items() poller_type:5 256411:20250703:121418.444 End of zbx_dc_config_get_poller_items():0 256411:20250703:121418.444 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256411:20250703:121418.444 End of zbx_dc_config_get_poller_nextcheck():-1 256411:20250703:121418.444 End of get_values():0 256411:20250703:121418.444 zbx_setproctitle() title:'history poller #4 [got 0 values in 0.000083 sec, idle 5 sec]' 256411:20250703:121418.444 In zbx_ipc_async_socket_recv() timeout:5 256315:20250703:121418.448 End of zbx_ipc_async_socket_recv():0 256315:20250703:121418.448 zbx_setproctitle() title:'configuration syncer [synced configuration in 0.073336 sec, syncing configuration]' 256315:20250703:121418.448 In zbx_dc_sync_configuration() 256315:20250703:121418.448 query [txnlev:0] [select changelogid,object,objectid,operation,clock from changelog] 256315:20250703:121418.449 In zbx_dbsync_compare_settings() 256315:20250703:121418.449 query [txnlev:0] [select name, type, value_str, value_int, value_usrgrpid, value_hostgroupid, value_userdirectoryid, value_mfaid from settings where name in ('alert_usrgrpid','auditlog_enabled','auditlog_mode','autoreg_tls_accept','compress_older','compression_status','db_extension','default_inventory_mode','default_timezone','discovery_groupid','hk_audit_mode','hk_audit','hk_events_autoreg','hk_events_discovery','hk_events_internal','hk_events_mode','hk_events_service','hk_events_trigger','hk_history_global','hk_history_mode','hk_history','hk_services_mode','hk_services','hk_sessions_mode','hk_sessions','hk_trends_global','hk_trends_mode','hk_trends','instanceid','severity_name_0','severity_name_1','severity_name_2','severity_name_3','severity_name_4','severity_name_5','snmptrap_logging','timeout_browser','timeout_db_monitor','timeout_external_check','timeout_http_agent','timeout_script','timeout_simple_check','timeout_snmp_agent','timeout_ssh_agent','timeout_telnet_agent','timeout_zabbix_agent','proxy_secrets_provider')] 256315:20250703:121418.449 End of zbx_dbsync_compare_settings() 256315:20250703:121418.449 query [txnlev:0] [select tls_psk_identity,tls_psk from config_autoreg_tls order by autoreg_tlsid] 256315:20250703:121418.450 In dc_sync_settings() 256315:20250703:121418.450 In store_settings() 256315:20250703:121418.450 End of store_settings() 256315:20250703:121418.450 End of dc_sync_settings() 256315:20250703:121418.450 In DCsync_autoreg_config() 256315:20250703:121418.450 End of DCsync_autoreg_config() 256315:20250703:121418.450 In DCsync_autoreg_host() 256315:20250703:121418.450 End of DCsync_autoreg_host() 256315:20250703:121418.450 In dc_sync_proxy_group() 256315:20250703:121418.450 End of dc_sync_proxy_group() 256315:20250703:121418.450 query [txnlev:0] [select hostid,templateid from hosts_templates order by hostid] 256315:20250703:121418.450 query [txnlev:0] [select globalmacroid,macro,value,type from globalmacro] 256315:20250703:121418.451 query [txnlev:0] [select hostmacroid,hostid,macro,value,type from hostmacro] 256410:20250703:121418.456 End of zbx_ipc_async_socket_recv():0 256410:20250703:121418.456 zbx_setproctitle() title:'history poller #3 [got 0 values in 0.000067 sec, getting values]' 256410:20250703:121418.456 In get_values() 256410:20250703:121418.456 In zbx_dc_config_get_poller_items() poller_type:5 256410:20250703:121418.456 End of zbx_dc_config_get_poller_items():0 256410:20250703:121418.456 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256410:20250703:121418.456 End of zbx_dc_config_get_poller_nextcheck():-1 256410:20250703:121418.456 End of get_values():0 256410:20250703:121418.456 zbx_setproctitle() title:'history poller #3 [got 0 values in 0.000087 sec, idle 5 sec]' 256410:20250703:121418.456 In zbx_ipc_async_socket_recv() timeout:5 256408:20250703:121418.460 End of zbx_ipc_async_socket_recv():0 256408:20250703:121418.460 zbx_setproctitle() title:'history poller #1 [got 0 values in 0.000077 sec, getting values]' 256408:20250703:121418.460 In get_values() 256408:20250703:121418.460 In zbx_dc_config_get_poller_items() poller_type:5 256408:20250703:121418.460 End of zbx_dc_config_get_poller_items():0 256408:20250703:121418.460 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256408:20250703:121418.460 End of zbx_dc_config_get_poller_nextcheck():-1 256408:20250703:121418.460 End of get_values():0 256408:20250703:121418.460 zbx_setproctitle() title:'history poller #1 [got 0 values in 0.000071 sec, idle 5 sec]' 256408:20250703:121418.460 In zbx_ipc_async_socket_recv() timeout:5 256421:20250703:121418.464 In zbx_dc_fetch_proxy_groups() 256421:20250703:121418.464 End of zbx_dc_fetch_proxy_groups():FAIL revision:0->0 256421:20250703:121418.464 In zbx_dc_fetch_proxies() 256421:20250703:121418.465 End of zbx_dc_fetch_proxies():FAIL revision:0->0 256315:20250703:121418.466 In DCsync_host_tags() 256315:20250703:121418.466 End of DCsync_host_tags() 256315:20250703:121418.466 query [txnlev:0] [select hostid,inventory_mode,type,type_full,name,alias,os,os_full,os_short,serialno_a,serialno_b,tag,asset_tag,macaddress_a,macaddress_b,hardware,hardware_full,software,software_full,software_app_a,software_app_b,software_app_c,software_app_d,software_app_e,contact,location,location_lat,location_lon,notes,chassis,model,hw_arch,vendor,contract_number,installer_name,deployment_status,url_a,url_b,url_c,host_networks,host_netmask,host_router,oob_ip,oob_netmask,oob_router,date_hw_purchase,date_hw_install,date_hw_expiry,date_hw_decomm,site_address_a,site_address_b,site_address_c,site_city,site_state,site_country,site_zip,site_rack,site_notes,poc_1_name,poc_1_email,poc_1_phone_a,poc_1_phone_b,poc_1_cell,poc_1_screen,poc_1_notes,poc_2_name,poc_2_email,poc_2_phone_a,poc_2_phone_b,poc_2_cell,poc_2_screen,poc_2_notes from host_inventory] 256315:20250703:121418.467 query [txnlev:0] [select groupid,name from hstgrp where type=0] 256315:20250703:121418.467 query [txnlev:0] [select hg.groupid,hg.hostid from hosts_groups hg,hosts h where hg.hostid=h.hostid and h.status in (0,1) and h.flags&2=0 order by hg.groupid] 256315:20250703:121418.469 query [txnlev:0] [select maintenanceid,maintenance_type,active_since,active_till,tags_evaltype from maintenances] 256315:20250703:121418.470 query [txnlev:0] [select maintenancetagid,maintenanceid,operator,tag,value from maintenance_tag] 256315:20250703:121418.471 query [txnlev:0] [select t.timeperiodid,t.timeperiod_type,t.every,t.month,t.dayofweek,t.day,t.start_time,t.period,t.start_date,m.maintenanceid from maintenances_windows m,timeperiods t where t.timeperiodid=m.timeperiodid] 256315:20250703:121418.471 query [txnlev:0] [select maintenanceid,groupid from maintenances_groups order by maintenanceid] 256315:20250703:121418.472 query [txnlev:0] [select maintenanceid,hostid from maintenances_hosts order by maintenanceid] 256315:20250703:121418.472 In DCsync_proxies() 256315:20250703:121418.472 End of DCsync_proxies() 256315:20250703:121418.472 In DCsync_hosts() 256315:20250703:121418.472 End of DCsync_hosts() 256315:20250703:121418.472 In DCsync_host_inventory() 256315:20250703:121418.472 End of DCsync_host_inventory() 256315:20250703:121418.472 In DCsync_hostgroups() 256315:20250703:121418.472 End of DCsync_hostgroups() 256315:20250703:121418.472 In DCsync_hostgroup_hosts() 256315:20250703:121418.472 End of DCsync_hostgroup_hosts() 256315:20250703:121418.472 In DCsync_maintenances() 256315:20250703:121418.472 End of DCsync_maintenances() 256315:20250703:121418.472 In DCsync_maintenance_tags() 256315:20250703:121418.472 End of DCsync_maintenance_tags() 256315:20250703:121418.472 In DCsync_maintenance_groups() 256315:20250703:121418.472 End of DCsync_maintenance_groups() 256315:20250703:121418.472 In DCsync_maintenance_hosts() 256315:20250703:121418.472 End of DCsync_maintenance_hosts() 256315:20250703:121418.472 In DCsync_maintenance_periods() 256315:20250703:121418.472 End of DCsync_maintenance_periods() 256315:20250703:121418.472 In DCsync_connectors() 256315:20250703:121418.472 End of DCsync_connectors() 256315:20250703:121418.472 In DCsync_connector_tags() 256315:20250703:121418.472 End of DCsync_connector_tags() 256315:20250703:121418.472 In dc_sync_host_proxy() 256315:20250703:121418.472 End of dc_sync_host_proxy() 256315:20250703:121418.472 query [txnlev:0] [select i.interfaceid,i.hostid,i.type,i.main,i.useip,i.ip,i.dns,i.port,i.available,i.disable_until,i.error,i.errors_from,s.version,s.bulk,s.community,s.securityname,s.securitylevel,s.authpassphrase,s.privpassphrase,s.authprotocol,s.privprotocol,s.contextname,s.max_repetitions from interface i left join interface_snmp s on i.interfaceid=s.interfaceid] 256315:20250703:121418.473 query [txnlev:0] [select itemid,parent_itemid from item_discovery] 256315:20250703:121418.482 query [txnlev:0] [select p.item_parameterid,p.itemid,p.name,p.value,i.hostid from item_parameter p,items i,hosts h where p.itemid=i.itemid and i.hostid=h.hostid and h.status in (0,1) and i.flags&2=0 order by p.itemid] 256356:20250703:121418.483 End of zbx_ipc_async_socket_recv():0 256356:20250703:121418.483 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000051 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121418.484 In zbx_sync_history_cache() history_num:0 256356:20250703:121418.484 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000030 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121418.484 In zbx_ipc_async_socket_recv() timeout:1 256419:20250703:121418.484 End of zbx_ipc_service_recv():2 256419:20250703:121418.484 In zbx_ipc_service_recv() timeout:1.000 256353:20250703:121418.488 End of zbx_ipc_async_socket_recv():0 256353:20250703:121418.488 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000037 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121418.488 In zbx_sync_history_cache() history_num:0 256353:20250703:121418.488 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000030 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121418.488 In zbx_ipc_async_socket_recv() timeout:1 256315:20250703:121418.488 In DCsync_interfaces() 256315:20250703:121418.488 End of DCsync_interfaces() 256315:20250703:121418.488 In DCsync_items() 256315:20250703:121418.488 End of DCsync_items() 256315:20250703:121418.488 In DCsync_item_discovery() 256315:20250703:121418.488 End of DCsync_item_discovery() 256315:20250703:121418.488 In DCsync_item_preproc() 256315:20250703:121418.488 End of DCsync_item_preproc() 256315:20250703:121418.488 In DCsync_items_param() 256315:20250703:121418.488 End of DCsync_items_param() 256315:20250703:121418.488 In DCsync_functions() 256315:20250703:121418.488 End of DCsync_functions() 256315:20250703:121418.488 query [txnlev:0] [select triggerid_down,triggerid_up from trigger_depends] 256354:20250703:121418.488 End of zbx_ipc_async_socket_recv():0 256354:20250703:121418.488 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000022 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121418.488 In zbx_sync_history_cache() history_num:0 256354:20250703:121418.488 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000019 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121418.488 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121418.489 End of zbx_ipc_async_socket_recv():0 256355:20250703:121418.489 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000049 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121418.489 In zbx_sync_history_cache() history_num:0 256355:20250703:121418.489 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000021 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121418.489 In zbx_ipc_async_socket_recv() timeout:1 256315:20250703:121418.492 query [txnlev:0] [select r.name,e.expressionid,e.expression,e.expression_type,e.exp_delimiter,e.case_sensitive from regexps r,expressions e where r.regexpid=e.regexpid] 256315:20250703:121418.494 query [txnlev:0] [select actionid,eventsource,evaltype,formula from actions where eventsource<>4 and status=0] 256315:20250703:121418.495 query [txnlev:0] [select a.actionid,o.recovery from actions a left join operations o on a.actionid=o.actionid where a.status=0 group by a.actionid,o.recovery order by a.actionid] 256315:20250703:121418.495 query [txnlev:0] [select c.conditionid,c.actionid,c.conditiontype,c.operator,c.value,c.value2 from conditions c,actions a where c.actionid=a.actionid and a.status=0] 256315:20250703:121418.496 query [txnlev:0] [select correlationid,name,evaltype,formula from correlation where status=0] 256315:20250703:121418.496 query [txnlev:0] [select cc.corr_conditionid,cc.correlationid,cc.type,cct.tag,cctv.tag,cctv.value,cctv.operator, ccg.groupid,ccg.operator,cctp.oldtag,cctp.newtag from correlation c,corr_condition cc left join corr_condition_tag cct on cct.corr_conditionid=cc.corr_conditionid left join corr_condition_tagvalue cctv on cctv.corr_conditionid=cc.corr_conditionid left join corr_condition_group ccg on ccg.corr_conditionid=cc.corr_conditionid left join corr_condition_tagpair cctp on cctp.corr_conditionid=cc.corr_conditionid where c.correlationid=cc.correlationid and c.status=0] 256315:20250703:121418.497 query [txnlev:0] [select co.corr_operationid,co.correlationid,co.type from correlation c,corr_operation co where c.correlationid=co.correlationid and c.status=0] 256315:20250703:121418.499 In DCsync_triggers() 256315:20250703:121418.499 End of DCsync_triggers() 256315:20250703:121418.499 In DCsync_trigdeps() 256315:20250703:121418.499 End of DCsync_trigdeps() 256315:20250703:121418.499 In DCsync_expressions() 256315:20250703:121418.500 End of DCsync_expressions() 256315:20250703:121418.500 In DCsync_actions() 256315:20250703:121418.500 End of DCsync_actions() 256315:20250703:121418.500 In DCsync_action_ops() 256315:20250703:121418.500 End of DCsync_action_ops() 256315:20250703:121418.500 In DCsync_action_conditions() 256315:20250703:121418.500 End of DCsync_action_conditions() 256315:20250703:121418.500 In DCsync_trigger_tags() 256315:20250703:121418.500 End of DCsync_trigger_tags() 256315:20250703:121418.501 In DCsync_item_tags() 256315:20250703:121418.501 End of DCsync_item_tags() 256315:20250703:121418.501 In DCsync_correlations() 256315:20250703:121418.501 End of DCsync_correlations() 256315:20250703:121418.501 In DCsync_corr_conditions() 256315:20250703:121418.501 End of DCsync_corr_conditions() 256315:20250703:121418.501 In DCsync_corr_operations() 256315:20250703:121418.501 End of DCsync_corr_operations() 256315:20250703:121418.501 In dc_sync_drules() 256315:20250703:121418.501 End of dc_sync_drules() 256315:20250703:121418.501 In dc_sync_dchecks() 256315:20250703:121418.501 End of dc_sync_dchecks() 256315:20250703:121418.501 In dc_sync_httptests() 256315:20250703:121418.501 End of dc_sync_httptests() 256315:20250703:121418.501 In dc_sync_httptest_fields() 256315:20250703:121418.501 End of dc_sync_httptest_fields() 256315:20250703:121418.501 In dc_sync_httpsteps() 256315:20250703:121418.502 End of dc_sync_httpsteps() 256315:20250703:121418.502 In dc_sync_httpstep_fields() 256315:20250703:121418.502 End of dc_sync_httpstep_fields() 256315:20250703:121418.502 zbx_dc_sync_configuration() changelog : sql:0.000770 sec (0 records) 256315:20250703:121418.502 zbx_dc_sync_configuration() reindex : 0.000000 sec 0 bytes. 256315:20250703:121418.503 zbx_dc_sync_configuration() proxy_group: sql:0.000001 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121418.503 zbx_dc_sync_configuration() hosts: sql:0.000002 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121418.503 zbx_dc_sync_configuration() host_proxy: sql:0.000001 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121418.503 zbx_dc_sync_configuration() items: sql:0.000008 sync:0.000001 sec 0 bytes (0/0/0). 256315:20250703:121418.503 zbx_dc_sync_configuration() triggers: sql:0.000001 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121418.503 zbx_dc_sync_configuration() functions: sql:0.000004 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121418.503 zbx_dc_sync_configuration() trigger_tag: sql:0.000003 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121418.503 zbx_dc_sync_configuration() item_tag: sql:0.000001 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121418.503 zbx_dc_sync_configuration() host_tag: sql:0.000003 sync:0.000001 sec 0 bytes (0/0/0). 256315:20250703:121418.503 zbx_dc_sync_configuration() item_preproc: sql:0.000003 sync:0.000001 sec 0 bytes (0/0/0). 256315:20250703:121418.503 zbx_dc_sync_configuration() drules: sql:0.000002 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121418.503 zbx_dc_sync_configuration() dchecks: sql:0.000001 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121418.503 zbx_dc_sync_configuration() httptest: sql:0.000002 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121418.503 zbx_dc_sync_configuration() httptest_field: sql:0.000000 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121418.503 zbx_dc_sync_configuration() httpstep: sql:0.000000 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121418.503 zbx_dc_sync_configuration() httpstep_field: sql:0.000000 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121418.503 zbx_dc_sync_configuration() connector: sql:0.000001 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121418.503 zbx_dc_sync_configuration() connector_tag: sql:0.000000 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121418.503 zbx_dc_sync_configuration() proxy: sql:0.000005 sync:0.000001 sec 0 bytes (0/0/0). 256315:20250703:121418.503 zbx_dc_sync_configuration() settings: sql:0.000245 sync:0.000066 sec 0 bytes (47/0/0). 256315:20250703:121418.503 zbx_dc_sync_configuration() config_autoreg_tls: sql:0.000203 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121418.503 zbx_dc_sync_configuration() autoreg_host: sql:0.000000 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121418.503 zbx_dc_sync_configuration() host_inventory: sql:0.000852 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121418.503 zbx_dc_sync_configuration() hosts_templates: sql:0.000155 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121418.503 zbx_dc_sync_configuration() globalmacro: sql:0.000860 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121418.503 zbx_dc_sync_configuration() hostmacro: sql:0.014792 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121418.503 zbx_dc_sync_configuration() interface: sql:0.000584 sync:0.000010 sec 0 bytes (25/0/0). 256315:20250703:121418.503 zbx_dc_sync_configuration() item_discovery: sql:0.009255 sync:0.000095 sec 0 bytes (7580/0/0). 256315:20250703:121418.503 zbx_dc_sync_configuration() trigger_depends: sql:0.004205 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121418.503 zbx_dc_sync_configuration() regexps: sql:0.001222 sync:0.000003 sec 0 bytes (0/0/0). 256315:20250703:121418.503 zbx_dc_sync_configuration() actions: sql:0.001019 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121418.503 zbx_dc_sync_configuration() operations: sql:0.000653 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121418.503 zbx_dc_sync_configuration() conditions: sql:0.000540 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121418.503 zbx_dc_sync_configuration() correlation: sql:0.000188 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121418.503 zbx_dc_sync_configuration() corr_condition: sql:0.001342 sync:0.000001 sec 0 bytes (0/0/0). 256315:20250703:121418.503 zbx_dc_sync_configuration() corr_operation: sql:0.001319 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121418.503 zbx_dc_sync_configuration() hstgrp: sql:0.000669 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121418.503 zbx_dc_sync_configuration() hosts_groups: sql:0.002107 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121418.503 zbx_dc_sync_configuration() item_parameter: sql:0.005898 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121418.503 zbx_dc_sync_configuration() maintenances: sql:0.000832 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121418.503 zbx_dc_sync_configuration() maintenances_windows: sql:0.000361 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121418.503 zbx_dc_sync_configuration() maintenance_tag: sql:0.000454 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121418.504 zbx_dc_sync_configuration() maintenances_groups: sql:0.000462 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121418.504 zbx_dc_sync_configuration() maintenances_hosts: sql:0.000243 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121418.504 zbx_dc_sync_configuration() total sql : 0.048502 sec. 256315:20250703:121418.504 zbx_dc_sync_configuration() total sync : 0.000185 sec. 256315:20250703:121418.504 zbx_dc_sync_configuration() total memory difference: 0 bytes. 256315:20250703:121418.504 zbx_dc_sync_configuration() proxies : 0 (0 slots) 256315:20250703:121418.504 zbx_dc_sync_configuration() proxies_p : 0 (0 slots) 256315:20250703:121418.504 zbx_dc_sync_configuration() hosts : 9 (17 slots) 256315:20250703:121418.504 zbx_dc_sync_configuration() hosts_h : 9 (17 slots) 256315:20250703:121418.504 zbx_dc_sync_configuration() autoreg_hosts: 0 (11 slots) 256315:20250703:121418.504 zbx_dc_sync_configuration() psks : 0 (0 slots) 256315:20250703:121418.505 zbx_dc_sync_configuration() ipmihosts : 0 (0 slots) 256315:20250703:121418.505 zbx_dc_sync_configuration() host_invent: 2 (11 slots) 256315:20250703:121418.505 zbx_dc_sync_configuration() glob macros: 1 (11 slots) 256315:20250703:121418.505 zbx_dc_sync_configuration() host macros: 6364 (9029 slots) 256315:20250703:121418.505 zbx_dc_sync_configuration() kvs_paths : 0 256315:20250703:121418.505 zbx_dc_sync_configuration() interfaces : 3 (11 slots) 256315:20250703:121418.505 zbx_dc_sync_configuration() interfaces_snmp : 0 (0 slots) 256315:20250703:121418.505 zbx_dc_sync_configuration() interfac_ht: 3 (11 slots) 256315:20250703:121418.505 zbx_dc_sync_configuration() if_snmpitms: 0 (0 slots) 256315:20250703:121418.505 zbx_dc_sync_configuration() if_snmpaddr: 0 (0 slots) 256315:20250703:121418.505 zbx_dc_sync_configuration() item_discovery : 51 (15259 slots) 256315:20250703:121418.505 zbx_dc_sync_configuration() items : 214 (35969 slots) 256315:20250703:121418.505 zbx_dc_sync_configuration() items_hk : 214 (35969 slots) 256315:20250703:121418.506 zbx_dc_sync_configuration() template_items : 17773 (30509 slots) 256315:20250703:121418.506 zbx_dc_sync_configuration() preprocitems: 138 (45767 slots) 256315:20250703:121418.506 zbx_dc_sync_configuration() item_tag_links: 204 (56237 slots) 256315:20250703:121418.506 zbx_dc_sync_configuration() functions : 121 (21341 slots) 256315:20250703:121418.506 zbx_dc_sync_configuration() triggers : 6840 (13679 slots) 256315:20250703:121418.506 zbx_dc_sync_configuration() trigdeps : 2748 (4007 slots) 256315:20250703:121418.506 zbx_dc_sync_configuration() trig. tags : 8671 (13553 slots) 256315:20250703:121418.506 zbx_dc_sync_configuration() expressions: 10 (17 slots) 256315:20250703:121418.506 zbx_dc_sync_configuration() actions : 0 (0 slots) 256315:20250703:121418.506 zbx_dc_sync_configuration() conditions : 0 (0 slots) 256315:20250703:121418.506 zbx_dc_sync_configuration() corr. : 0 (0 slots) 256315:20250703:121418.506 zbx_dc_sync_configuration() corr. conds: 0 (0 slots) 256315:20250703:121418.506 zbx_dc_sync_configuration() corr. ops : 0 (0 slots) 256315:20250703:121418.506 zbx_dc_sync_configuration() hgroups : 7 (11 slots) 256315:20250703:121418.506 zbx_dc_sync_configuration() item procs : 138 (45767 slots) 256315:20250703:121418.506 zbx_dc_sync_configuration() maintenance: 0 (0 slots) 256315:20250703:121418.506 zbx_dc_sync_configuration() maint tags : 0 (0 slots) 256315:20250703:121418.506 zbx_dc_sync_configuration() maint time : 0 (0 slots) 256315:20250703:121418.506 zbx_dc_sync_configuration() drules : 1 (11 slots) 256315:20250703:121418.506 zbx_dc_sync_configuration() dchecks : 1 (11 slots) 256315:20250703:121418.506 zbx_dc_sync_configuration() httptests : 0 (0 slots) 256315:20250703:121418.506 zbx_dc_sync_configuration() httptestfld: 0 (0 slots) 256315:20250703:121418.506 zbx_dc_sync_configuration() httpsteps : 0 (0 slots) 256315:20250703:121418.506 zbx_dc_sync_configuration() httpstepfld: 0 (0 slots) 256315:20250703:121418.506 zbx_dc_sync_configuration() connector: 0 (0 slots) 256315:20250703:121418.506 zbx_dc_sync_configuration() connector tags : 0 (0 slots) 256315:20250703:121418.506 zbx_dc_sync_configuration() proxy groups : 0 (0 slots) 256315:20250703:121418.506 zbx_dc_sync_configuration() host proxy : 0 (0 slots) 256315:20250703:121418.506 zbx_dc_sync_configuration() queue[0] : 0 (0 allocated) 256315:20250703:121418.506 zbx_dc_sync_configuration() queue[1] : 0 (0 allocated) 256315:20250703:121418.507 zbx_dc_sync_configuration() queue[2] : 0 (0 allocated) 256315:20250703:121418.507 zbx_dc_sync_configuration() queue[3] : 0 (0 allocated) 256315:20250703:121418.507 zbx_dc_sync_configuration() queue[4] : 0 (0 allocated) 256315:20250703:121418.507 zbx_dc_sync_configuration() queue[5] : 0 (0 allocated) 256315:20250703:121418.507 zbx_dc_sync_configuration() queue[6] : 0 (0 allocated) 256315:20250703:121418.507 zbx_dc_sync_configuration() queue[7] : 0 (0 allocated) 256315:20250703:121418.507 zbx_dc_sync_configuration() queue[8] : 0 (0 allocated) 256315:20250703:121418.507 zbx_dc_sync_configuration() queue[9] : 0 (0 allocated) 256315:20250703:121418.507 zbx_dc_sync_configuration() queue[10] : 0 (0 allocated) 256315:20250703:121418.507 zbx_dc_sync_configuration() queue[11] : 0 (0 allocated) 256315:20250703:121418.507 zbx_dc_sync_configuration() pqueue : 0 (0 allocated) 256315:20250703:121418.507 zbx_dc_sync_configuration() timer queue: 0 (0 allocated) 256315:20250703:121418.507 zbx_dc_sync_configuration() changelog : 925 256315:20250703:121418.507 zbx_dc_sync_configuration() configfree : 76.109385% 256315:20250703:121418.507 zbx_dc_sync_configuration() strings : 9548 (13553 slots) 256315:20250703:121418.507 === memory statistics for configuration cache === 256315:20250703:121418.507 free chunks of size >= 256 bytes: 1 256315:20250703:121418.507 min chunk size: 25538072 bytes 256315:20250703:121418.507 max chunk size: 25538072 bytes 256315:20250703:121418.508 memory of total size 32402528 bytes fragmented into 71971 chunks 256315:20250703:121418.508 of those, 25538072 bytes are in 1 free chunks 256315:20250703:121418.508 of those, 6864456 bytes are in 71970 used chunks 256315:20250703:121418.508 of those, 1151520 bytes are used by allocation overhead 256315:20250703:121418.508 ================================ 256315:20250703:121418.508 zbx_dbsync_env_flush_changelog() changelog : 925 (1181 slots) 256315:20250703:121418.514 End of zbx_dc_sync_configuration() 256315:20250703:121418.514 In zbx_dc_sync_kvs_paths() 256315:20250703:121418.514 End of zbx_dc_sync_kvs_paths() 256315:20250703:121418.514 In zbx_dc_config_get_hostids_by_revision() 256315:20250703:121418.514 End of zbx_dc_config_get_hostids_by_revision() 256315:20250703:121418.514 In zbx_dc_update_interfaces_availability() 256315:20250703:121418.514 In zbx_dc_reset_interfaces_availability() 256315:20250703:121418.515 End of zbx_dc_reset_interfaces_availability() interfaces:0 256315:20250703:121418.515 End of zbx_dc_update_interfaces_availability() 256315:20250703:121418.517 zbx_setproctitle() title:'configuration syncer [synced configuration in 0.068568 sec, idle 10 sec]' 256315:20250703:121418.517 In zbx_ipc_async_socket_recv() timeout:10 256401:20250703:121418.517 zbx_setproctitle() title:'trapper #1 [processing data]' 256401:20250703:121418.517 In zbx_ipc_async_socket_recv() timeout:0 256401:20250703:121418.517 End of zbx_ipc_async_socket_recv():0 256401:20250703:121418.517 trapper got '{"request":"active checks","host":"test","config_revision":1,"session":"3c242340683cf3307abbae10728e3e4c","version":"7.4.0","variant":1}' 256401:20250703:121418.517 In send_list_of_active_checks_json() 256401:20250703:121418.517 In zbx_is_ip4() ip:'127.0.0.1' 256401:20250703:121418.518 End of zbx_is_ip4():SUCCEED 256401:20250703:121418.518 In get_hostid_by_host_or_autoregister() host:'test' metadata:'' 256401:20250703:121418.518 End of get_hostid_by_host_or_autoregister():SUCCEED 256401:20250703:121418.518 In zbx_remote_commands_prepare_to_send() 256401:20250703:121418.518 End of zbx_remote_commands_prepare_to_send() 256401:20250703:121418.518 send_list_of_active_checks_json() sending [{"response":"success"}] 256401:20250703:121418.518 End of send_list_of_active_checks_json():SUCCEED 256401:20250703:121418.518 zbx_setproctitle() title:'trapper #1 [processed data in 0.000293 sec, waiting for connection]' 256343:20250703:121418.537 End of zbx_ipc_service_recv():2 256343:20250703:121418.537 In zbx_pp_manager_process_finished() 256343:20250703:121418.537 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121418.537 In zbx_ipc_service_recv() timeout:0.500 256352:20250703:121418.575 End of zbx_ipc_service_recv():2 256352:20250703:121418.576 In zbx_timekeeper_collect() 256352:20250703:121418.576 End of zbx_timekeeper_collect() 256352:20250703:121418.576 In process_results() del_druleids:0 256352:20250703:121418.576 process_results() results=0 checks:0/0 del_druleids=0 incomplete_druleids=0 256352:20250703:121418.576 End of process_results() ret:0 256352:20250703:121418.576 zbx_setproctitle() title:'discovery manager #1 [processing 0 rules, 0 unsaved checks]' 256352:20250703:121418.576 In process_discovery() 256352:20250703:121418.576 End of process_discovery() rule_count:0 nextcheck:-1 256352:20250703:121418.576 In zbx_ipc_service_recv() timeout:5.000 256421:20250703:121418.589 End of zbx_ipc_service_recv():2 256421:20250703:121418.589 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121418.592 End of zbx_ipc_service_recv():2 256339:20250703:121418.592 zbx_setproctitle() title:'alert manager #1 [sent 0, failed 0 alerts, idle 5.019634 sec during 5.019929 sec]' 256339:20250703:121418.592 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121418.593 End of zbx_ipc_async_socket_recv():0 256407:20250703:121418.593 In zbx_ipc_async_socket_send() 256407:20250703:121418.593 In zbx_ipc_client_send() clientid:0 256339:20250703:121418.594 End of zbx_ipc_service_recv():1 256339:20250703:121418.594 In am_flush_results() results:0 256339:20250703:121418.594 In zbx_ipc_client_send() clientid:8 256339:20250703:121418.594 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121418.594 End of am_flush_results() 256339:20250703:121418.594 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121418.594 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121418.594 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121418.594 In am_db_update_watchdog() 256407:20250703:121418.594 query [txnlev:0] [select m.mediaid,m.mediatypeid,m.sendto from media m,users_groups u,media_type mt where m.userid=u.userid and u.usrgrpid=7 and m.mediatypeid=mt.mediatypeid and m.active=0 and mt.status=0 and mt.type<>4] 256407:20250703:121418.596 End of am_db_update_watchdog() recipients:0 256407:20250703:121418.596 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.002282 sec, idle 1 sec]' 256407:20250703:121418.596 In zbx_ipc_async_socket_recv() timeout:1 256407:20250703:121418.596 End of zbx_ipc_async_socket_recv():0 256407:20250703:121418.596 In am_db_flush_results() 256407:20250703:121418.596 End of am_db_flush_results() flushed:0 256407:20250703:121418.596 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000011 sec, idle 1 sec]' 256407:20250703:121418.596 In zbx_ipc_async_socket_recv() timeout:1 256413:20250703:121418.647 End of zbx_ipc_service_recv():2 256413:20250703:121418.647 zbx_setproctitle() title:'availability manager #1 [queued 0, processed 0 values, idle 5.022298 sec during 5.022322 sec]' 256413:20250703:121418.647 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121418.997 End of zbx_ipc_service_recv():2 256312:20250703:121418.997 In zbx_ipc_async_socket_send() 256312:20250703:121418.997 In zbx_ipc_client_send() clientid:0 256312:20250703:121418.997 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121418.997 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121418.997 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121418.997 End of zbx_ipc_async_socket_flush():0 256312:20250703:121418.997 In zbx_ipc_service_recv() timeout:0.997 256302:20250703:121418.997 End of zbx_ipc_service_recv():1 256302:20250703:121418.997 In zbx_ha_dispatch_message() 256302:20250703:121418.997 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121418.997 In zbx_ipc_service_recv() timeout:1.000 256344:20250703:121419.017 End of zbx_ipc_service_recv():2 256344:20250703:121419.017 zbx_setproctitle() title:'lld manager #1 [processed 0 LLD rules, idle 5.024825sec during 5.024855 sec]' 256344:20250703:121419.017 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121419.038 End of zbx_ipc_service_recv():2 256343:20250703:121419.038 In zbx_pp_manager_process_finished() 256343:20250703:121419.038 In zbx_timekeeper_collect() 256343:20250703:121419.038 End of zbx_timekeeper_collect() 256343:20250703:121419.038 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121419.038 zbx_setproctitle() title:'preprocessing manager #1 [queued 0, processed 0 values, idle 5.044990 sec during 5.045554 sec]' 256343:20250703:121419.038 In zbx_ipc_service_recv() timeout:0.500 256314:20250703:121419.196 End of zbx_ipc_service_recv():2 256314:20250703:121419.196 In zbx_ipc_service_recv() timeout:1.000 256418:20250703:121419.337 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121419.337 End of zbx_ipc_async_socket_recv():0 256418:20250703:121419.337 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121419.337 End of zbx_dc_config_get_poller_items():0 256418:20250703:121419.337 queue processing_num:0 pending:0 256417:20250703:121419.352 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121419.352 End of zbx_ipc_async_socket_recv():0 256417:20250703:121419.352 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121419.352 End of zbx_dc_config_get_poller_items():0 256417:20250703:121419.352 queue processing_num:0 pending:0 256416:20250703:121419.352 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121419.352 End of zbx_ipc_async_socket_recv():0 256416:20250703:121419.352 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121419.352 End of zbx_dc_config_get_poller_items():0 256416:20250703:121419.352 queue processing_num:0 pending:0 256372:20250703:121419.423 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121419.423 In collect_selfmon_stats() 256372:20250703:121419.423 In zbx_timekeeper_collect() 256372:20250703:121419.423 End of zbx_timekeeper_collect() 256372:20250703:121419.423 End of collect_selfmon_stats() 256372:20250703:121419.423 zbx_setproctitle() title:'self-monitoring [processed data in 0.000144 sec, idle 1 sec]' 256356:20250703:121419.484 End of zbx_ipc_async_socket_recv():0 256356:20250703:121419.484 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000030 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121419.484 In zbx_sync_history_cache() history_num:0 256356:20250703:121419.484 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000045 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121419.484 In zbx_ipc_async_socket_recv() timeout:1 256419:20250703:121419.484 End of zbx_ipc_service_recv():2 256419:20250703:121419.484 In zbx_ipc_service_recv() timeout:1.000 256353:20250703:121419.489 End of zbx_ipc_async_socket_recv():0 256355:20250703:121419.489 End of zbx_ipc_async_socket_recv():0 256355:20250703:121419.489 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000021 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121419.489 In zbx_sync_history_cache() history_num:0 256355:20250703:121419.490 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000042 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121419.490 In zbx_ipc_async_socket_recv() timeout:1 256353:20250703:121419.490 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000030 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121419.490 In zbx_sync_history_cache() history_num:0 256353:20250703:121419.490 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000351 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121419.490 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121419.490 End of zbx_ipc_async_socket_recv():0 256354:20250703:121419.490 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000019 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121419.490 In zbx_sync_history_cache() history_num:0 256354:20250703:121419.490 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000025 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121419.490 In zbx_ipc_async_socket_recv() timeout:1 256343:20250703:121419.540 End of zbx_ipc_service_recv():2 256343:20250703:121419.540 In zbx_pp_manager_process_finished() 256343:20250703:121419.540 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121419.540 In zbx_ipc_service_recv() timeout:0.500 256421:20250703:121419.592 End of zbx_ipc_service_recv():2 256421:20250703:121419.592 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121419.596 End of zbx_ipc_service_recv():2 256339:20250703:121419.596 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121419.597 End of zbx_ipc_async_socket_recv():0 256407:20250703:121419.597 In zbx_ipc_async_socket_send() 256407:20250703:121419.597 In zbx_ipc_client_send() clientid:0 256407:20250703:121419.597 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121419.597 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121419.597 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000056 sec, idle 1 sec]' 256407:20250703:121419.597 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121419.597 End of zbx_ipc_service_recv():1 256339:20250703:121419.597 In am_flush_results() results:0 256339:20250703:121419.597 In zbx_ipc_client_send() clientid:8 256339:20250703:121419.597 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121419.597 End of am_flush_results() 256339:20250703:121419.597 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121419.597 End of zbx_ipc_async_socket_recv():0 256407:20250703:121419.597 In am_db_flush_results() 256407:20250703:121419.597 End of am_db_flush_results() flushed:0 256407:20250703:121419.597 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000087 sec, idle 1 sec]' 256407:20250703:121419.597 In zbx_ipc_async_socket_recv() timeout:1 256413:20250703:121419.648 End of zbx_ipc_service_recv():2 256413:20250703:121419.648 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121419.996 End of zbx_ipc_service_recv():2 256312:20250703:121419.996 In zbx_ipc_async_socket_send() 256312:20250703:121419.996 In zbx_ipc_client_send() clientid:0 256312:20250703:121419.996 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121419.996 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121419.996 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121419.996 End of zbx_ipc_async_socket_flush():0 256312:20250703:121419.996 In zbx_ipc_service_recv() timeout:0.998 256302:20250703:121419.996 End of zbx_ipc_service_recv():1 256302:20250703:121419.996 In zbx_ha_dispatch_message() 256302:20250703:121419.996 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121419.996 In zbx_ipc_service_recv() timeout:1.000 256344:20250703:121420.020 End of zbx_ipc_service_recv():2 256344:20250703:121420.020 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121420.045 End of zbx_ipc_service_recv():2 256343:20250703:121420.045 In zbx_pp_manager_process_finished() 256343:20250703:121420.045 In zbx_timekeeper_collect() 256343:20250703:121420.045 End of zbx_timekeeper_collect() 256343:20250703:121420.045 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121420.045 In zbx_ipc_service_recv() timeout:0.500 256314:20250703:121420.201 End of zbx_ipc_service_recv():2 256314:20250703:121420.201 In zbx_ipc_service_recv() timeout:1.000 256418:20250703:121420.337 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121420.337 End of zbx_ipc_async_socket_recv():0 256418:20250703:121420.338 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121420.338 End of zbx_dc_config_get_poller_items():0 256418:20250703:121420.338 queue processing_num:0 pending:0 256417:20250703:121420.348 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121420.348 End of zbx_ipc_async_socket_recv():0 256417:20250703:121420.348 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121420.348 End of zbx_dc_config_get_poller_items():0 256417:20250703:121420.348 queue processing_num:0 pending:0 256416:20250703:121420.349 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121420.349 End of zbx_ipc_async_socket_recv():0 256416:20250703:121420.349 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121420.349 End of zbx_dc_config_get_poller_items():0 256416:20250703:121420.349 queue processing_num:0 pending:0 256373:20250703:121420.417 End of zbx_ipc_async_socket_recv():0 256373:20250703:121420.417 zbx_setproctitle() title:'task manager [processing tasks]' 256373:20250703:121420.417 query [txnlev:0] [select taskid,type,clock,ttl,proxyid from task where status in (1,2) order by taskid] 256373:20250703:121420.417 zbx_setproctitle() title:'task manager [processed 0 task(s) in 0.000602 sec, idle 5 sec]' 256373:20250703:121420.417 In zbx_ipc_async_socket_recv() timeout:5 256372:20250703:121420.424 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121420.424 In collect_selfmon_stats() 256372:20250703:121420.424 In zbx_timekeeper_collect() 256372:20250703:121420.424 End of zbx_timekeeper_collect() 256372:20250703:121420.424 End of collect_selfmon_stats() 256372:20250703:121420.424 zbx_setproctitle() title:'self-monitoring [processed data in 0.000186 sec, idle 1 sec]' 256356:20250703:121420.488 End of zbx_ipc_async_socket_recv():0 256356:20250703:121420.488 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000045 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121420.488 In zbx_sync_history_cache() history_num:0 256356:20250703:121420.488 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000061 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121420.488 In zbx_ipc_async_socket_recv() timeout:1 256419:20250703:121420.489 End of zbx_ipc_service_recv():2 256419:20250703:121420.489 In zbx_ipc_service_recv() timeout:1.000 256353:20250703:121420.491 End of zbx_ipc_async_socket_recv():0 256353:20250703:121420.492 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000351 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121420.492 In zbx_sync_history_cache() history_num:0 256353:20250703:121420.492 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000040 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121420.492 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121420.492 End of zbx_ipc_async_socket_recv():0 256354:20250703:121420.492 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000025 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121420.492 In zbx_sync_history_cache() history_num:0 256354:20250703:121420.492 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000024 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121420.492 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121420.493 End of zbx_ipc_async_socket_recv():0 256355:20250703:121420.493 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000042 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121420.493 In zbx_sync_history_cache() history_num:0 256355:20250703:121420.493 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000055 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121420.493 In zbx_ipc_async_socket_recv() timeout:1 256357:20250703:121420.509 End of zbx_ipc_async_socket_recv():0 256357:20250703:121420.509 zbx_setproctitle() title:'escalator #1 [processed 0 escalations in 0.004235 sec, processing escalations]' 256357:20250703:121420.509 In process_escalations() 256357:20250703:121420.509 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is not null and nextcheck<=1751534063 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121420.510 End of process_escalations() 256357:20250703:121420.510 In process_escalations() 256357:20250703:121420.510 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is not null and nextcheck<=1751534063 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121420.513 End of process_escalations() 256357:20250703:121420.513 In process_escalations() 256357:20250703:121420.513 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is null and serviceid is not null and nextcheck<=1751534063 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121420.514 End of process_escalations() 256357:20250703:121420.514 In process_escalations() 256357:20250703:121420.514 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is null and serviceid is null and nextcheck<=1751534063 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121420.514 End of process_escalations() 256357:20250703:121420.514 zbx_setproctitle() title:'escalator #1 [processed 0 escalations in 0.005704 sec, idle 3 sec]' 256357:20250703:121420.515 In zbx_ipc_async_socket_recv() timeout:3 256343:20250703:121420.553 End of zbx_ipc_service_recv():2 256343:20250703:121420.553 In zbx_pp_manager_process_finished() 256343:20250703:121420.553 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121420.553 In zbx_ipc_service_recv() timeout:0.500 256405:20250703:121420.561 zbx_setproctitle() title:'trapper #5 [processing data]' 256405:20250703:121420.561 In zbx_ipc_async_socket_recv() timeout:0 256405:20250703:121420.561 End of zbx_ipc_async_socket_recv():0 256405:20250703:121420.561 trapper got '{"request":"status.get","type":"ping","sid":"a1c8e8c4f6fe23f89e307368a314454c"}' 256405:20250703:121420.561 In recv_getstatus() 256405:20250703:121420.562 In zbx_get_user_from_json() 256405:20250703:121420.562 In zbx_db_get_user_by_active_session() sessionid:a1c8e8c4f6fe23f89e307368a314454c 256405:20250703:121420.562 query [txnlev:0] [select u.userid,u.roleid,u.username,r.type from sessions s,users u,role r where s.userid=u.userid and s.sessionid='a1c8e8c4f6fe23f89e307368a314454c' and s.status=0 and u.roleid=r.roleid] 256405:20250703:121420.566 End of zbx_db_get_user_by_active_session():FAIL 256405:20250703:121420.566 Permission denied 256405:20250703:121420.566 End of zbx_get_user_from_json():FAIL 256405:20250703:121420.566 In zbx_send_response_json() 256405:20250703:121420.566 zbx_send_response_json() '{"response":"failed","info":"Permission denied."}' 256405:20250703:121420.566 End of zbx_send_response_json():SUCCEED 256405:20250703:121420.566 End of recv_getstatus():FAIL 256405:20250703:121420.566 zbx_setproctitle() title:'trapper #5 [processed data in 0.004482 sec, waiting for connection]' 256339:20250703:121420.599 End of zbx_ipc_service_recv():2 256339:20250703:121420.600 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121420.600 End of zbx_ipc_async_socket_recv():0 256407:20250703:121420.601 In zbx_ipc_async_socket_send() 256407:20250703:121420.601 In zbx_ipc_client_send() clientid:0 256407:20250703:121420.601 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121420.601 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121420.601 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000180 sec, idle 1 sec]' 256407:20250703:121420.601 In zbx_ipc_async_socket_recv() timeout:1 256421:20250703:121420.601 End of zbx_ipc_service_recv():2 256421:20250703:121420.601 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121420.601 End of zbx_ipc_service_recv():1 256339:20250703:121420.601 In am_flush_results() results:0 256339:20250703:121420.601 In zbx_ipc_client_send() clientid:8 256339:20250703:121420.601 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121420.601 End of am_flush_results() 256339:20250703:121420.601 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121420.601 End of zbx_ipc_async_socket_recv():0 256407:20250703:121420.601 In am_db_flush_results() 256407:20250703:121420.602 End of am_db_flush_results() flushed:0 256407:20250703:121420.602 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000040 sec, idle 1 sec]' 256407:20250703:121420.602 In zbx_ipc_async_socket_recv() timeout:1 256413:20250703:121420.653 End of zbx_ipc_service_recv():2 256413:20250703:121420.653 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121420.996 End of zbx_ipc_service_recv():2 256312:20250703:121420.996 In zbx_ipc_async_socket_send() 256312:20250703:121420.996 In zbx_ipc_client_send() clientid:0 256312:20250703:121420.996 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121420.996 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121420.996 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121420.996 End of zbx_ipc_async_socket_flush():0 256312:20250703:121420.996 In zbx_ipc_service_recv() timeout:0.998 256302:20250703:121420.996 End of zbx_ipc_service_recv():1 256302:20250703:121420.996 In zbx_ha_dispatch_message() 256302:20250703:121420.996 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121420.996 In zbx_ipc_service_recv() timeout:1.000 256344:20250703:121421.024 End of zbx_ipc_service_recv():2 256344:20250703:121421.024 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121421.056 End of zbx_ipc_service_recv():2 256343:20250703:121421.056 In zbx_pp_manager_process_finished() 256343:20250703:121421.056 In zbx_timekeeper_collect() 256343:20250703:121421.056 End of zbx_timekeeper_collect() 256343:20250703:121421.056 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121421.056 In zbx_ipc_service_recv() timeout:0.500 256314:20250703:121421.204 End of zbx_ipc_service_recv():2 256314:20250703:121421.204 In zbx_ipc_service_recv() timeout:1.000 256418:20250703:121421.340 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121421.340 End of zbx_ipc_async_socket_recv():0 256418:20250703:121421.340 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121421.340 End of zbx_dc_config_get_poller_items():0 256418:20250703:121421.340 queue processing_num:0 pending:0 256417:20250703:121421.350 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121421.350 End of zbx_ipc_async_socket_recv():0 256416:20250703:121421.350 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121421.350 End of zbx_ipc_async_socket_recv():0 256417:20250703:121421.350 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121421.350 End of zbx_dc_config_get_poller_items():0 256417:20250703:121421.350 queue processing_num:0 pending:0 256416:20250703:121421.351 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121421.351 End of zbx_dc_config_get_poller_items():0 256416:20250703:121421.351 queue processing_num:0 pending:0 256372:20250703:121421.424 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121421.424 In collect_selfmon_stats() 256372:20250703:121421.424 In zbx_timekeeper_collect() 256372:20250703:121421.424 End of zbx_timekeeper_collect() 256372:20250703:121421.424 End of collect_selfmon_stats() 256372:20250703:121421.424 zbx_setproctitle() title:'self-monitoring [processed data in 0.000237 sec, idle 1 sec]' 256356:20250703:121421.492 End of zbx_ipc_async_socket_recv():0 256356:20250703:121421.492 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000061 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121421.492 In zbx_sync_history_cache() history_num:0 256356:20250703:121421.492 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000068 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121421.492 In zbx_ipc_async_socket_recv() timeout:1 256419:20250703:121421.492 End of zbx_ipc_service_recv():2 256419:20250703:121421.492 In zbx_ipc_service_recv() timeout:1.000 256353:20250703:121421.496 End of zbx_ipc_async_socket_recv():0 256353:20250703:121421.496 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000040 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121421.496 In zbx_sync_history_cache() history_num:0 256353:20250703:121421.496 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000052 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121421.496 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121421.496 End of zbx_ipc_async_socket_recv():0 256354:20250703:121421.496 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000024 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121421.496 In zbx_sync_history_cache() history_num:0 256354:20250703:121421.496 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000026 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121421.496 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121421.496 End of zbx_ipc_async_socket_recv():0 256355:20250703:121421.496 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000055 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121421.496 In zbx_sync_history_cache() history_num:0 256355:20250703:121421.496 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000032 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121421.496 In zbx_ipc_async_socket_recv() timeout:1 256343:20250703:121421.563 End of zbx_ipc_service_recv():2 256343:20250703:121421.563 In zbx_pp_manager_process_finished() 256343:20250703:121421.563 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121421.563 In zbx_ipc_service_recv() timeout:0.500 256339:20250703:121421.605 End of zbx_ipc_service_recv():2 256339:20250703:121421.605 In zbx_ipc_service_recv() timeout:1.000 256421:20250703:121421.608 End of zbx_ipc_service_recv():2 256421:20250703:121421.608 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121421.608 End of zbx_ipc_async_socket_recv():0 256407:20250703:121421.608 In zbx_ipc_async_socket_send() 256407:20250703:121421.608 In zbx_ipc_client_send() clientid:0 256407:20250703:121421.608 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121421.608 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121421.608 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000240 sec, idle 1 sec]' 256407:20250703:121421.608 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121421.608 End of zbx_ipc_service_recv():1 256339:20250703:121421.608 In am_flush_results() results:0 256339:20250703:121421.608 In zbx_ipc_client_send() clientid:8 256339:20250703:121421.609 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121421.609 End of am_flush_results() 256339:20250703:121421.609 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121421.609 End of zbx_ipc_async_socket_recv():0 256407:20250703:121421.609 In am_db_flush_results() 256407:20250703:121421.609 End of am_db_flush_results() flushed:0 256407:20250703:121421.609 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000039 sec, idle 1 sec]' 256407:20250703:121421.609 In zbx_ipc_async_socket_recv() timeout:1 256413:20250703:121421.656 End of zbx_ipc_service_recv():2 256413:20250703:121421.656 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121421.996 End of zbx_ipc_service_recv():2 256312:20250703:121421.997 In ha_check_nodes() ha_status:active db_status:0 256312:20250703:121421.997 query [txnlev:1] [begin;] 256312:20250703:121421.997 query [txnlev:1] [select ha_nodeid,name,status,lastaccess,address,port,ha_sessionid from ha_node order by ha_nodeid for update] 256312:20250703:121421.998 query [txnlev:1] [select name, value_str, value_int from settings where name in ('ha_failover_delay', 'auditlog_enabled', 'auditlog_mode')] 256312:20250703:121422.000 In ha_db_get_time() 256312:20250703:121422.002 query [txnlev:1] [select cast(extract(epoch from now()) as int) from settings limit 1] 256302:20250703:121422.003 End of zbx_ipc_service_recv():2 256302:20250703:121422.003 In zbx_ha_dispatch_message() 256302:20250703:121422.003 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121422.003 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121422.003 End of ha_db_get_time():SUCCEED db_time:1751534062 256312:20250703:121422.003 query [txnlev:1] [update ha_node set lastaccess=cast(extract(epoch from now()) as int) where ha_nodeid='cmbtfdmr70001y3jqx66php2f'] 256312:20250703:121422.006 query [txnlev:1] [commit;] 256312:20250703:121422.010 End of ha_check_nodes() nodeid:cmbtfdmr70001y3jqx66php2f ha_status:active db_status:0 256312:20250703:121422.011 In zbx_ipc_async_socket_send() 256312:20250703:121422.011 In zbx_ipc_client_send() clientid:0 256302:20250703:121422.012 End of zbx_ipc_service_recv():1 256302:20250703:121422.012 In zbx_ha_dispatch_message() 256302:20250703:121422.012 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121422.012 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121422.012 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121422.012 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121422.012 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121422.012 End of zbx_ipc_async_socket_flush():0 256312:20250703:121422.012 In zbx_ipc_service_recv() timeout:0.997 256344:20250703:121422.029 End of zbx_ipc_service_recv():2 256344:20250703:121422.029 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121422.065 End of zbx_ipc_service_recv():2 256343:20250703:121422.065 In zbx_pp_manager_process_finished() 256343:20250703:121422.065 In zbx_timekeeper_collect() 256343:20250703:121422.065 End of zbx_timekeeper_collect() 256343:20250703:121422.065 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121422.065 In zbx_ipc_service_recv() timeout:0.500 256314:20250703:121422.209 End of zbx_ipc_service_recv():2 256314:20250703:121422.209 In zbx_ipc_service_recv() timeout:1.000 256418:20250703:121422.340 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121422.340 End of zbx_ipc_async_socket_recv():0 256418:20250703:121422.340 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121422.340 End of zbx_dc_config_get_poller_items():0 256418:20250703:121422.340 queue processing_num:0 pending:0 256416:20250703:121422.352 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121422.353 End of zbx_ipc_async_socket_recv():0 256416:20250703:121422.353 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121422.353 End of zbx_dc_config_get_poller_items():0 256416:20250703:121422.353 queue processing_num:0 pending:0 256417:20250703:121422.353 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121422.353 End of zbx_ipc_async_socket_recv():0 256417:20250703:121422.353 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121422.353 End of zbx_dc_config_get_poller_items():0 256417:20250703:121422.353 queue processing_num:0 pending:0 256372:20250703:121422.426 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121422.426 In collect_selfmon_stats() 256372:20250703:121422.426 In zbx_timekeeper_collect() 256372:20250703:121422.426 End of zbx_timekeeper_collect() 256372:20250703:121422.426 End of collect_selfmon_stats() 256372:20250703:121422.426 zbx_setproctitle() title:'self-monitoring [processed data in 0.000144 sec, idle 1 sec]' 256356:20250703:121422.497 End of zbx_ipc_async_socket_recv():0 256356:20250703:121422.497 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000068 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121422.497 In zbx_sync_history_cache() history_num:0 256356:20250703:121422.497 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000029 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121422.497 In zbx_ipc_async_socket_recv() timeout:1 256419:20250703:121422.497 End of zbx_ipc_service_recv():2 256419:20250703:121422.497 In zbx_ipc_service_recv() timeout:1.000 256355:20250703:121422.502 End of zbx_ipc_async_socket_recv():0 256355:20250703:121422.502 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000032 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121422.502 In zbx_sync_history_cache() history_num:0 256355:20250703:121422.502 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000269 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121422.502 In zbx_ipc_async_socket_recv() timeout:1 256353:20250703:121422.502 End of zbx_ipc_async_socket_recv():0 256353:20250703:121422.502 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000052 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121422.503 In zbx_sync_history_cache() history_num:0 256353:20250703:121422.503 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000283 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121422.503 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121422.503 End of zbx_ipc_async_socket_recv():0 256354:20250703:121422.503 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000026 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121422.503 In zbx_sync_history_cache() history_num:0 256354:20250703:121422.503 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000029 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121422.503 In zbx_ipc_async_socket_recv() timeout:1 256343:20250703:121422.568 End of zbx_ipc_service_recv():2 256343:20250703:121422.568 In zbx_pp_manager_process_finished() 256343:20250703:121422.568 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121422.568 In zbx_ipc_service_recv() timeout:0.500 256421:20250703:121422.613 End of zbx_ipc_service_recv():2 256421:20250703:121422.613 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121422.613 End of zbx_ipc_async_socket_recv():0 256407:20250703:121422.613 In zbx_ipc_async_socket_send() 256407:20250703:121422.613 In zbx_ipc_client_send() clientid:0 256407:20250703:121422.613 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121422.613 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121422.613 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000025 sec, idle 1 sec]' 256407:20250703:121422.613 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121422.614 End of zbx_ipc_service_recv():1 256339:20250703:121422.614 In am_flush_results() results:0 256339:20250703:121422.614 In zbx_ipc_client_send() clientid:8 256339:20250703:121422.614 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121422.614 End of am_flush_results() 256339:20250703:121422.614 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121422.619 End of zbx_ipc_async_socket_recv():0 256407:20250703:121422.619 In am_db_flush_results() 256407:20250703:121422.619 End of am_db_flush_results() flushed:0 256407:20250703:121422.619 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000019 sec, idle 1 sec]' 256407:20250703:121422.619 In zbx_ipc_async_socket_recv() timeout:1 256413:20250703:121422.661 End of zbx_ipc_service_recv():2 256413:20250703:121422.661 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121423.013 End of zbx_ipc_service_recv():2 256312:20250703:121423.013 In zbx_ipc_async_socket_send() 256312:20250703:121423.013 In zbx_ipc_client_send() clientid:0 256312:20250703:121423.013 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121423.013 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121423.013 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121423.013 End of zbx_ipc_async_socket_flush():0 256312:20250703:121423.013 In zbx_ipc_service_recv() timeout:0.980 256302:20250703:121423.013 End of zbx_ipc_service_recv():1 256302:20250703:121423.013 In zbx_ha_dispatch_message() 256302:20250703:121423.013 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121423.013 In zbx_ipc_service_recv() timeout:1.000 256344:20250703:121423.033 End of zbx_ipc_service_recv():2 256344:20250703:121423.033 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121423.072 End of zbx_ipc_service_recv():2 256343:20250703:121423.072 In zbx_pp_manager_process_finished() 256343:20250703:121423.072 In zbx_timekeeper_collect() 256343:20250703:121423.072 End of zbx_timekeeper_collect() 256343:20250703:121423.072 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121423.072 In zbx_ipc_service_recv() timeout:0.500 256314:20250703:121423.214 End of zbx_ipc_service_recv():2 256314:20250703:121423.214 zbx_setproctitle() title:'service manager #1 [processed 0 events, updated 0 event tags, deleted 0 problems, synced 0 service updates, idle 5.019281 sec during 5.019306 sec]' 256314:20250703:121423.214 In zbx_ipc_service_recv() timeout:1.000 256351:20250703:121423.312 End of zbx_ipc_async_socket_recv():0 256351:20250703:121423.312 zbx_setproctitle() title:'browser poller #1 [got 0 values in 0.000097 sec, getting values]' 256351:20250703:121423.312 In get_values() 256351:20250703:121423.312 In zbx_dc_config_get_poller_items() poller_type:11 256351:20250703:121423.312 End of zbx_dc_config_get_poller_items():0 256351:20250703:121423.312 In zbx_dc_config_get_poller_nextcheck() poller_type:11 256351:20250703:121423.312 End of zbx_dc_config_get_poller_nextcheck():-1 256351:20250703:121423.312 End of get_values():0 256351:20250703:121423.312 zbx_setproctitle() title:'browser poller #1 [got 0 values in 0.000091 sec, idle 5 sec]' 256351:20250703:121423.312 In zbx_ipc_async_socket_recv() timeout:5 256363:20250703:121423.322 End of zbx_ipc_async_socket_recv():0 256363:20250703:121423.322 zbx_setproctitle() title:'java poller #6 [got 0 values in 0.000083 sec, getting values]' 256363:20250703:121423.322 In get_values() 256363:20250703:121423.322 In zbx_dc_config_get_poller_items() poller_type:4 256363:20250703:121423.322 End of zbx_dc_config_get_poller_items():0 256363:20250703:121423.322 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256363:20250703:121423.323 End of zbx_dc_config_get_poller_nextcheck():-1 256363:20250703:121423.323 End of get_values():0 256363:20250703:121423.323 zbx_setproctitle() title:'java poller #6 [got 0 values in 0.000499 sec, idle 5 sec]' 256363:20250703:121423.323 In zbx_ipc_async_socket_recv() timeout:5 256361:20250703:121423.323 End of zbx_ipc_async_socket_recv():0 256361:20250703:121423.323 zbx_setproctitle() title:'java poller #4 [got 0 values in 0.000034 sec, getting values]' 256361:20250703:121423.323 In get_values() 256361:20250703:121423.323 In zbx_dc_config_get_poller_items() poller_type:4 256361:20250703:121423.323 End of zbx_dc_config_get_poller_items():0 256361:20250703:121423.323 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256361:20250703:121423.323 End of zbx_dc_config_get_poller_nextcheck():-1 256361:20250703:121423.323 End of get_values():0 256361:20250703:121423.323 zbx_setproctitle() title:'java poller #4 [got 0 values in 0.000072 sec, idle 5 sec]' 256361:20250703:121423.323 In zbx_ipc_async_socket_recv() timeout:5 256362:20250703:121423.324 End of zbx_ipc_async_socket_recv():0 256362:20250703:121423.324 zbx_setproctitle() title:'java poller #5 [got 0 values in 0.000098 sec, getting values]' 256362:20250703:121423.324 In get_values() 256362:20250703:121423.324 In zbx_dc_config_get_poller_items() poller_type:4 256362:20250703:121423.324 End of zbx_dc_config_get_poller_items():0 256362:20250703:121423.324 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256362:20250703:121423.324 End of zbx_dc_config_get_poller_nextcheck():-1 256362:20250703:121423.324 End of get_values():0 256362:20250703:121423.324 zbx_setproctitle() title:'java poller #5 [got 0 values in 0.000078 sec, idle 5 sec]' 256362:20250703:121423.324 In zbx_ipc_async_socket_recv() timeout:5 256418:20250703:121423.341 zbx_setproctitle() title:'snmp poller #1 [got 0 values, queued 0 in 5 sec, awaiting 0]' 256418:20250703:121423.341 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121423.341 End of zbx_ipc_async_socket_recv():0 256418:20250703:121423.341 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121423.341 End of zbx_dc_config_get_poller_items():0 256418:20250703:121423.341 queue processing_num:0 pending:0 256364:20250703:121423.352 End of zbx_ipc_async_socket_recv():0 256364:20250703:121423.352 zbx_setproctitle() title:'java poller #7 [got 0 values in 0.000543 sec, getting values]' 256364:20250703:121423.352 In get_values() 256364:20250703:121423.352 In zbx_dc_config_get_poller_items() poller_type:4 256364:20250703:121423.352 End of zbx_dc_config_get_poller_items():0 256364:20250703:121423.352 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256364:20250703:121423.352 End of zbx_dc_config_get_poller_nextcheck():-1 256364:20250703:121423.352 End of get_values():0 256364:20250703:121423.352 zbx_setproctitle() title:'java poller #7 [got 0 values in 0.000073 sec, idle 5 sec]' 256364:20250703:121423.352 In zbx_ipc_async_socket_recv() timeout:5 256369:20250703:121423.353 End of zbx_ipc_async_socket_recv():0 256369:20250703:121423.353 zbx_setproctitle() title:'java poller #9 [got 0 values in 0.000169 sec, getting values]' 256369:20250703:121423.353 In get_values() 256369:20250703:121423.353 In zbx_dc_config_get_poller_items() poller_type:4 256369:20250703:121423.353 End of zbx_dc_config_get_poller_items():0 256369:20250703:121423.353 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256369:20250703:121423.353 End of zbx_dc_config_get_poller_nextcheck():-1 256369:20250703:121423.353 End of get_values():0 256369:20250703:121423.353 zbx_setproctitle() title:'java poller #9 [got 0 values in 0.000109 sec, idle 5 sec]' 256369:20250703:121423.353 In zbx_ipc_async_socket_recv() timeout:5 256416:20250703:121423.354 zbx_setproctitle() title:'http agent poller #1 [got 0 values, queued 0 in 5 sec, awaiting 0]' 256417:20250703:121423.354 In zbx_dc_config_get_poller_items() poller_type:8 256416:20250703:121423.355 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121423.355 End of zbx_dc_config_get_poller_items():0 256416:20250703:121423.355 queue processing_num:0 pending:0 256417:20250703:121423.355 zbx_setproctitle() title:'agent poller #1 [got 0 values, queued 0 in 5 sec, awaiting 0]' 256417:20250703:121423.355 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121423.355 End of zbx_ipc_async_socket_recv():0 256417:20250703:121423.355 End of zbx_dc_config_get_poller_items():0 256417:20250703:121423.355 queue processing_num:0 pending:0 256416:20250703:121423.355 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121423.355 End of zbx_ipc_async_socket_recv():0 256375:20250703:121423.356 End of zbx_ipc_async_socket_recv():0 256375:20250703:121423.356 zbx_setproctitle() title:'poller #2 [got 0 values in 0.000036 sec, getting values]' 256375:20250703:121423.356 In get_values() 256375:20250703:121423.356 In zbx_dc_config_get_poller_items() poller_type:0 256375:20250703:121423.356 End of zbx_dc_config_get_poller_items():0 256375:20250703:121423.356 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256375:20250703:121423.356 End of zbx_dc_config_get_poller_nextcheck():-1 256375:20250703:121423.356 End of get_values():0 256375:20250703:121423.356 zbx_setproctitle() title:'poller #2 [got 0 values in 0.000069 sec, idle 5 sec]' 256375:20250703:121423.356 In zbx_ipc_async_socket_recv() timeout:5 256399:20250703:121423.358 End of zbx_ipc_async_socket_recv():0 256399:20250703:121423.358 zbx_setproctitle() title:'poller #5 [got 0 values in 0.000052 sec, getting values]' 256399:20250703:121423.358 In get_values() 256399:20250703:121423.358 In zbx_dc_config_get_poller_items() poller_type:0 256399:20250703:121423.358 End of zbx_dc_config_get_poller_items():0 256399:20250703:121423.358 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256399:20250703:121423.358 End of zbx_dc_config_get_poller_nextcheck():-1 256399:20250703:121423.358 End of get_values():0 256399:20250703:121423.358 zbx_setproctitle() title:'poller #5 [got 0 values in 0.000065 sec, idle 5 sec]' 256399:20250703:121423.358 In zbx_ipc_async_socket_recv() timeout:5 256400:20250703:121423.358 End of zbx_ipc_async_socket_recv():0 256400:20250703:121423.358 zbx_setproctitle() title:'unreachable poller #1 [got 0 values in 0.000035 sec, getting values]' 256400:20250703:121423.358 In get_values() 256400:20250703:121423.358 In zbx_dc_config_get_poller_items() poller_type:1 256400:20250703:121423.358 End of zbx_dc_config_get_poller_items():0 256400:20250703:121423.358 In zbx_dc_config_get_poller_nextcheck() poller_type:1 256400:20250703:121423.358 End of zbx_dc_config_get_poller_nextcheck():-1 256400:20250703:121423.358 End of get_values():0 256400:20250703:121423.358 zbx_setproctitle() title:'unreachable poller #1 [got 0 values in 0.000057 sec, idle 5 sec]' 256400:20250703:121423.358 In zbx_ipc_async_socket_recv() timeout:5 256370:20250703:121423.361 End of zbx_ipc_async_socket_recv():0 256370:20250703:121423.361 zbx_setproctitle() title:'java poller #10 [got 0 values in 0.000610 sec, getting values]' 256370:20250703:121423.361 In get_values() 256370:20250703:121423.363 In zbx_dc_config_get_poller_items() poller_type:4 256370:20250703:121423.364 End of zbx_dc_config_get_poller_items():0 256370:20250703:121423.364 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256370:20250703:121423.364 End of zbx_dc_config_get_poller_nextcheck():-1 256370:20250703:121423.364 End of get_values():0 256370:20250703:121423.364 zbx_setproctitle() title:'java poller #10 [got 0 values in 0.002736 sec, idle 5 sec]' 256370:20250703:121423.364 In zbx_ipc_async_socket_recv() timeout:5 256359:20250703:121423.365 End of zbx_ipc_async_socket_recv():0 256359:20250703:121423.365 zbx_setproctitle() title:'java poller #2 [got 0 values in 0.000037 sec, getting values]' 256359:20250703:121423.365 In get_values() 256359:20250703:121423.365 In zbx_dc_config_get_poller_items() poller_type:4 256359:20250703:121423.365 End of zbx_dc_config_get_poller_items():0 256359:20250703:121423.365 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256359:20250703:121423.365 End of zbx_dc_config_get_poller_nextcheck():-1 256359:20250703:121423.365 End of get_values():0 256359:20250703:121423.365 zbx_setproctitle() title:'java poller #2 [got 0 values in 0.000080 sec, idle 5 sec]' 256359:20250703:121423.365 In zbx_ipc_async_socket_recv() timeout:5 256406:20250703:121423.365 zbx_setproctitle() title:'icmp pinger #1 [getting values]' 256406:20250703:121423.365 In get_pinger_hosts() 256406:20250703:121423.365 In zbx_dc_config_get_poller_items() poller_type:3 256406:20250703:121423.365 End of zbx_dc_config_get_poller_items():0 256406:20250703:121423.365 End of get_pinger_hosts():0 256406:20250703:121423.365 In process_pinger_hosts() 256406:20250703:121423.365 End of process_pinger_hosts() 256406:20250703:121423.365 In zbx_dc_config_get_poller_nextcheck() poller_type:3 256406:20250703:121423.365 End of zbx_dc_config_get_poller_nextcheck():-1 256406:20250703:121423.365 zbx_setproctitle() title:'icmp pinger #1 [got 0 values in 0.000072 sec, idle 5 sec]' 256374:20250703:121423.365 End of zbx_ipc_async_socket_recv():0 256374:20250703:121423.366 zbx_setproctitle() title:'poller #1 [got 0 values in 0.000032 sec, getting values]' 256374:20250703:121423.366 In get_values() 256374:20250703:121423.366 In zbx_dc_config_get_poller_items() poller_type:0 256374:20250703:121423.366 End of zbx_dc_config_get_poller_items():0 256374:20250703:121423.366 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256374:20250703:121423.366 End of zbx_dc_config_get_poller_nextcheck():-1 256374:20250703:121423.366 End of get_values():0 256374:20250703:121423.366 zbx_setproctitle() title:'poller #1 [got 0 values in 0.000078 sec, idle 5 sec]' 256374:20250703:121423.366 In zbx_ipc_async_socket_recv() timeout:5 256358:20250703:121423.366 End of zbx_ipc_async_socket_recv():0 256358:20250703:121423.366 zbx_setproctitle() title:'java poller #1 [got 0 values in 0.000032 sec, getting values]' 256358:20250703:121423.366 In get_values() 256358:20250703:121423.366 In zbx_dc_config_get_poller_items() poller_type:4 256358:20250703:121423.366 End of zbx_dc_config_get_poller_items():0 256358:20250703:121423.366 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256358:20250703:121423.366 End of zbx_dc_config_get_poller_nextcheck():-1 256358:20250703:121423.366 End of get_values():0 256358:20250703:121423.366 zbx_setproctitle() title:'java poller #1 [got 0 values in 0.000138 sec, idle 5 sec]' 256358:20250703:121423.366 In zbx_ipc_async_socket_recv() timeout:5 256376:20250703:121423.366 End of zbx_ipc_async_socket_recv():0 256376:20250703:121423.366 zbx_setproctitle() title:'poller #3 [got 0 values in 0.000031 sec, getting values]' 256376:20250703:121423.366 In get_values() 256376:20250703:121423.366 In zbx_dc_config_get_poller_items() poller_type:0 256376:20250703:121423.366 End of zbx_dc_config_get_poller_items():0 256376:20250703:121423.366 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256376:20250703:121423.366 End of zbx_dc_config_get_poller_nextcheck():-1 256376:20250703:121423.366 End of get_values():0 256376:20250703:121423.366 zbx_setproctitle() title:'poller #3 [got 0 values in 0.000079 sec, idle 5 sec]' 256376:20250703:121423.366 In zbx_ipc_async_socket_recv() timeout:5 256360:20250703:121423.366 End of zbx_ipc_async_socket_recv():0 256360:20250703:121423.366 zbx_setproctitle() title:'java poller #3 [got 0 values in 0.000371 sec, getting values]' 256360:20250703:121423.366 In get_values() 256360:20250703:121423.367 In zbx_dc_config_get_poller_items() poller_type:4 256360:20250703:121423.367 End of zbx_dc_config_get_poller_items():0 256360:20250703:121423.367 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256360:20250703:121423.367 End of zbx_dc_config_get_poller_nextcheck():-1 256360:20250703:121423.367 End of get_values():0 256360:20250703:121423.367 zbx_setproctitle() title:'java poller #3 [got 0 values in 0.000767 sec, idle 5 sec]' 256360:20250703:121423.367 In zbx_ipc_async_socket_recv() timeout:5 256365:20250703:121423.368 End of zbx_ipc_async_socket_recv():0 256365:20250703:121423.368 zbx_setproctitle() title:'java poller #8 [got 0 values in 0.000039 sec, getting values]' 256365:20250703:121423.368 In get_values() 256365:20250703:121423.368 In zbx_dc_config_get_poller_items() poller_type:4 256365:20250703:121423.368 End of zbx_dc_config_get_poller_items():0 256365:20250703:121423.368 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256365:20250703:121423.368 End of zbx_dc_config_get_poller_nextcheck():-1 256365:20250703:121423.368 End of get_values():0 256365:20250703:121423.368 zbx_setproctitle() title:'java poller #8 [got 0 values in 0.000071 sec, idle 5 sec]' 256365:20250703:121423.368 In zbx_ipc_async_socket_recv() timeout:5 256398:20250703:121423.377 End of zbx_ipc_async_socket_recv():0 256398:20250703:121423.377 zbx_setproctitle() title:'poller #4 [got 0 values in 0.000043 sec, getting values]' 256398:20250703:121423.377 In get_values() 256398:20250703:121423.377 In zbx_dc_config_get_poller_items() poller_type:0 256398:20250703:121423.377 End of zbx_dc_config_get_poller_items():0 256398:20250703:121423.377 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256398:20250703:121423.377 End of zbx_dc_config_get_poller_nextcheck():-1 256398:20250703:121423.377 End of get_values():0 256398:20250703:121423.377 zbx_setproctitle() title:'poller #4 [got 0 values in 0.000070 sec, idle 5 sec]' 256398:20250703:121423.377 In zbx_ipc_async_socket_recv() timeout:5 256420:20250703:121423.388 End of zbx_ipc_async_socket_recv():0 256420:20250703:121423.388 zbx_setproctitle() title:'internal poller #1 [got 0 values in 0.000043 sec, getting values]' 256420:20250703:121423.388 In get_values() 256420:20250703:121423.388 In zbx_dc_config_get_poller_items() poller_type:10 256420:20250703:121423.388 End of zbx_dc_config_get_poller_items():0 256420:20250703:121423.388 In zbx_dc_config_get_poller_nextcheck() poller_type:10 256420:20250703:121423.388 End of zbx_dc_config_get_poller_nextcheck():-1 256420:20250703:121423.388 End of get_values():0 256420:20250703:121423.388 zbx_setproctitle() title:'internal poller #1 [got 0 values in 0.000292 sec, idle 5 sec]' 256420:20250703:121423.388 In zbx_ipc_async_socket_recv() timeout:5 256415:20250703:121423.396 End of zbx_ipc_async_socket_recv():0 256415:20250703:121423.396 zbx_setproctitle() title:'odbc poller #1 [got 0 values in 0.000090 sec, getting values]' 256415:20250703:121423.397 In get_values() 256415:20250703:121423.397 In zbx_dc_config_get_poller_items() poller_type:6 256415:20250703:121423.397 End of zbx_dc_config_get_poller_items():0 256415:20250703:121423.397 In zbx_dc_config_get_poller_nextcheck() poller_type:6 256415:20250703:121423.397 End of zbx_dc_config_get_poller_nextcheck():-1 256415:20250703:121423.397 End of get_values():0 256415:20250703:121423.397 zbx_setproctitle() title:'odbc poller #1 [got 0 values in 0.000816 sec, idle 5 sec]' 256415:20250703:121423.397 In zbx_ipc_async_socket_recv() timeout:5 256372:20250703:121423.427 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121423.427 In collect_selfmon_stats() 256372:20250703:121423.427 In zbx_timekeeper_collect() 256372:20250703:121423.428 End of zbx_timekeeper_collect() 256372:20250703:121423.428 End of collect_selfmon_stats() 256372:20250703:121423.428 zbx_setproctitle() title:'self-monitoring [processed data in 0.000152 sec, idle 1 sec]' 256409:20250703:121423.438 End of zbx_ipc_async_socket_recv():0 256409:20250703:121423.438 zbx_setproctitle() title:'history poller #2 [got 0 values in 0.000093 sec, getting values]' 256409:20250703:121423.438 In get_values() 256409:20250703:121423.438 In zbx_dc_config_get_poller_items() poller_type:5 256409:20250703:121423.438 End of zbx_dc_config_get_poller_items():0 256409:20250703:121423.438 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256409:20250703:121423.438 End of zbx_dc_config_get_poller_nextcheck():-1 256409:20250703:121423.438 End of get_values():0 256409:20250703:121423.438 zbx_setproctitle() title:'history poller #2 [got 0 values in 0.000091 sec, idle 5 sec]' 256409:20250703:121423.438 In zbx_ipc_async_socket_recv() timeout:5 256412:20250703:121423.438 End of zbx_ipc_async_socket_recv():0 256412:20250703:121423.438 zbx_setproctitle() title:'history poller #5 [got 0 values in 0.000068 sec, getting values]' 256412:20250703:121423.438 In get_values() 256412:20250703:121423.438 In zbx_dc_config_get_poller_items() poller_type:5 256412:20250703:121423.438 End of zbx_dc_config_get_poller_items():0 256412:20250703:121423.438 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256412:20250703:121423.438 End of zbx_dc_config_get_poller_nextcheck():-1 256412:20250703:121423.438 End of get_values():0 256412:20250703:121423.438 zbx_setproctitle() title:'history poller #5 [got 0 values in 0.000059 sec, idle 5 sec]' 256412:20250703:121423.438 In zbx_ipc_async_socket_recv() timeout:5 256350:20250703:121423.438 zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000122 sec, getting values]' 256350:20250703:121423.438 In process_httptests() 256350:20250703:121423.438 End of process_httptests() 256350:20250703:121423.438 zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000378 sec, idle 5 sec]' 256411:20250703:121423.448 End of zbx_ipc_async_socket_recv():0 256411:20250703:121423.448 zbx_setproctitle() title:'history poller #4 [got 0 values in 0.000083 sec, getting values]' 256411:20250703:121423.448 In get_values() 256411:20250703:121423.448 In zbx_dc_config_get_poller_items() poller_type:5 256411:20250703:121423.448 End of zbx_dc_config_get_poller_items():0 256411:20250703:121423.448 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256411:20250703:121423.448 End of zbx_dc_config_get_poller_nextcheck():-1 256411:20250703:121423.448 End of get_values():0 256411:20250703:121423.448 zbx_setproctitle() title:'history poller #4 [got 0 values in 0.000093 sec, idle 5 sec]' 256411:20250703:121423.448 In zbx_ipc_async_socket_recv() timeout:5 256371:20250703:121423.448 End of zbx_ipc_async_socket_recv():0 256371:20250703:121423.448 zbx_setproctitle() title:'proxy poller #1 [exchanged data with 0 proxies in 0.000081 sec, exchanging data]' 256371:20250703:121423.448 In process_proxy() 256371:20250703:121423.448 In zbx_dc_config_get_proxypoller_hosts() 256371:20250703:121423.448 End of zbx_dc_config_get_proxypoller_hosts():0 256371:20250703:121423.448 End of process_proxy() 256371:20250703:121423.448 In zbx_dc_config_get_proxypoller_nextcheck() 256371:20250703:121423.448 End of zbx_dc_config_get_proxypoller_nextcheck():-1 256371:20250703:121423.448 zbx_setproctitle() title:'proxy poller #1 [exchanged data with 0 proxies in 0.000097 sec, idle 5 sec]' 256371:20250703:121423.448 In zbx_ipc_async_socket_recv() timeout:5 256410:20250703:121423.460 End of zbx_ipc_async_socket_recv():0 256410:20250703:121423.460 zbx_setproctitle() title:'history poller #3 [got 0 values in 0.000087 sec, getting values]' 256410:20250703:121423.460 In get_values() 256410:20250703:121423.460 In zbx_dc_config_get_poller_items() poller_type:5 256410:20250703:121423.460 End of zbx_dc_config_get_poller_items():0 256410:20250703:121423.460 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256410:20250703:121423.460 End of zbx_dc_config_get_poller_nextcheck():-1 256410:20250703:121423.460 End of get_values():0 256410:20250703:121423.460 zbx_setproctitle() title:'history poller #3 [got 0 values in 0.000042 sec, idle 5 sec]' 256410:20250703:121423.460 In zbx_ipc_async_socket_recv() timeout:5 256408:20250703:121423.465 End of zbx_ipc_async_socket_recv():0 256408:20250703:121423.465 zbx_setproctitle() title:'history poller #1 [got 0 values in 0.000071 sec, getting values]' 256408:20250703:121423.465 In get_values() 256408:20250703:121423.465 In zbx_dc_config_get_poller_items() poller_type:5 256408:20250703:121423.465 End of zbx_dc_config_get_poller_items():0 256408:20250703:121423.465 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256408:20250703:121423.465 End of zbx_dc_config_get_poller_nextcheck():-1 256408:20250703:121423.465 End of get_values():0 256408:20250703:121423.465 zbx_setproctitle() title:'history poller #1 [got 0 values in 0.000118 sec, idle 5 sec]' 256408:20250703:121423.465 In zbx_ipc_async_socket_recv() timeout:5 256421:20250703:121423.469 In zbx_dc_fetch_proxy_groups() 256421:20250703:121423.469 End of zbx_dc_fetch_proxy_groups():FAIL revision:0->0 256421:20250703:121423.469 In zbx_dc_fetch_proxies() 256421:20250703:121423.469 End of zbx_dc_fetch_proxies():FAIL revision:0->0 256356:20250703:121423.500 End of zbx_ipc_async_socket_recv():0 256356:20250703:121423.500 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000029 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121423.500 In zbx_sync_history_cache() history_num:0 256356:20250703:121423.500 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000075 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121423.500 In zbx_ipc_async_socket_recv() timeout:1 256419:20250703:121423.500 End of zbx_ipc_service_recv():2 256419:20250703:121423.500 In zbx_ipc_service_recv() timeout:1.000 256355:20250703:121423.504 End of zbx_ipc_async_socket_recv():0 256355:20250703:121423.504 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000269 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121423.504 In zbx_sync_history_cache() history_num:0 256355:20250703:121423.504 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000048 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121423.504 In zbx_ipc_async_socket_recv() timeout:1 256353:20250703:121423.505 End of zbx_ipc_async_socket_recv():0 256353:20250703:121423.505 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000283 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121423.505 In zbx_sync_history_cache() history_num:0 256353:20250703:121423.505 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000071 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121423.505 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121423.505 End of zbx_ipc_async_socket_recv():0 256354:20250703:121423.505 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000029 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121423.505 In zbx_sync_history_cache() history_num:0 256354:20250703:121423.505 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000062 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121423.505 In zbx_ipc_async_socket_recv() timeout:1 256357:20250703:121423.516 End of zbx_ipc_async_socket_recv():0 256357:20250703:121423.516 zbx_setproctitle() title:'escalator #1 [processed 0 escalations in 0.005704 sec, processing escalations]' 256357:20250703:121423.516 In process_escalations() 256357:20250703:121423.516 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is not null and nextcheck<=1751534066 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121423.518 End of process_escalations() 256357:20250703:121423.518 In process_escalations() 256357:20250703:121423.518 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is not null and nextcheck<=1751534066 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121423.518 End of process_escalations() 256357:20250703:121423.518 In process_escalations() 256357:20250703:121423.518 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is null and serviceid is not null and nextcheck<=1751534066 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121423.520 End of process_escalations() 256357:20250703:121423.520 In process_escalations() 256357:20250703:121423.520 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is null and serviceid is null and nextcheck<=1751534066 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121423.520 End of process_escalations() 256357:20250703:121423.520 zbx_setproctitle() title:'escalator #1 [processed 0 escalations in 0.003794 sec, idle 3 sec]' 256357:20250703:121423.520 In zbx_ipc_async_socket_recv() timeout:3 256401:20250703:121423.522 zbx_setproctitle() title:'trapper #1 [processing data]' 256401:20250703:121423.522 In zbx_ipc_async_socket_recv() timeout:0 256401:20250703:121423.522 End of zbx_ipc_async_socket_recv():0 256401:20250703:121423.522 trapper got '{"request":"active checks","host":"test","config_revision":1,"session":"3c242340683cf3307abbae10728e3e4c","version":"7.4.0","variant":1}' 256401:20250703:121423.522 In send_list_of_active_checks_json() 256401:20250703:121423.522 In zbx_is_ip4() ip:'127.0.0.1' 256401:20250703:121423.522 End of zbx_is_ip4():SUCCEED 256401:20250703:121423.522 In get_hostid_by_host_or_autoregister() host:'test' metadata:'' 256401:20250703:121423.522 End of get_hostid_by_host_or_autoregister():SUCCEED 256401:20250703:121423.522 In zbx_remote_commands_prepare_to_send() 256401:20250703:121423.522 End of zbx_remote_commands_prepare_to_send() 256401:20250703:121423.522 send_list_of_active_checks_json() sending [{"response":"success"}] 256401:20250703:121423.522 End of send_list_of_active_checks_json():SUCCEED 256401:20250703:121423.522 zbx_setproctitle() title:'trapper #1 [processed data in 0.000249 sec, waiting for connection]' 256343:20250703:121423.576 End of zbx_ipc_service_recv():2 256343:20250703:121423.576 In zbx_pp_manager_process_finished() 256343:20250703:121423.576 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121423.576 In zbx_ipc_service_recv() timeout:0.500 256352:20250703:121423.581 End of zbx_ipc_service_recv():2 256352:20250703:121423.581 In zbx_timekeeper_collect() 256352:20250703:121423.581 End of zbx_timekeeper_collect() 256352:20250703:121423.581 In process_results() del_druleids:0 256352:20250703:121423.581 process_results() results=0 checks:0/0 del_druleids=0 incomplete_druleids=0 256352:20250703:121423.581 End of process_results() ret:0 256352:20250703:121423.581 zbx_setproctitle() title:'discovery manager #1 [processing 0 rules, 0 unsaved checks]' 256352:20250703:121423.581 In process_discovery() 256352:20250703:121423.581 End of process_discovery() rule_count:0 nextcheck:-1 256352:20250703:121423.581 In zbx_ipc_service_recv() timeout:5.000 256339:20250703:121423.616 End of zbx_ipc_service_recv():2 256339:20250703:121423.616 zbx_setproctitle() title:'alert manager #1 [sent 0, failed 0 alerts, idle 5.022414 sec during 5.023404 sec]' 256339:20250703:121423.616 In zbx_ipc_service_recv() timeout:1.000 256421:20250703:121423.617 End of zbx_ipc_service_recv():2 256421:20250703:121423.617 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121423.620 End of zbx_ipc_async_socket_recv():0 256407:20250703:121423.620 In zbx_ipc_async_socket_send() 256407:20250703:121423.620 In zbx_ipc_client_send() clientid:0 256407:20250703:121423.620 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121423.620 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121423.620 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000124 sec, idle 1 sec]' 256407:20250703:121423.620 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121423.620 End of zbx_ipc_service_recv():1 256339:20250703:121423.621 In am_flush_results() results:0 256339:20250703:121423.621 In zbx_ipc_client_send() clientid:8 256339:20250703:121423.621 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121423.621 End of am_flush_results() 256339:20250703:121423.621 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121423.622 End of zbx_ipc_async_socket_recv():0 256407:20250703:121423.622 In am_db_flush_results() 256407:20250703:121423.622 End of am_db_flush_results() flushed:0 256407:20250703:121423.622 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000024 sec, idle 1 sec]' 256407:20250703:121423.622 In zbx_ipc_async_socket_recv() timeout:1 256413:20250703:121423.665 End of zbx_ipc_service_recv():2 256413:20250703:121423.665 zbx_setproctitle() title:'availability manager #1 [queued 0, processed 0 values, idle 5.018309 sec during 5.018334 sec]' 256413:20250703:121423.665 In zbx_ipc_service_recv() timeout:1.000 256405:20250703:121423.934 zbx_setproctitle() title:'trapper #5 [processing data]' 256405:20250703:121423.934 In zbx_ipc_async_socket_recv() timeout:0 256405:20250703:121423.934 End of zbx_ipc_async_socket_recv():0 256405:20250703:121423.934 trapper got '{"request":"status.get","type":"ping","sid":"c289772eee1c5f3fdf77c73a4585334a"}' 256405:20250703:121423.934 In recv_getstatus() 256405:20250703:121423.934 In zbx_get_user_from_json() 256405:20250703:121423.934 In zbx_db_get_user_by_active_session() sessionid:c289772eee1c5f3fdf77c73a4585334a 256405:20250703:121423.934 query [txnlev:0] [select u.userid,u.roleid,u.username,r.type from sessions s,users u,role r where s.userid=u.userid and s.sessionid='c289772eee1c5f3fdf77c73a4585334a' and s.status=0 and u.roleid=r.roleid] 256405:20250703:121423.935 End of zbx_db_get_user_by_active_session():SUCCEED 256405:20250703:121423.935 Permission granted 256405:20250703:121423.935 End of zbx_get_user_from_json():SUCCEED 256405:20250703:121423.935 recv_getstatus() json.buffer:'{"response":"success","data":{}}' 256405:20250703:121423.935 End of recv_getstatus():SUCCEED 256405:20250703:121423.935 zbx_setproctitle() title:'trapper #5 [processed data in 0.001228 sec, waiting for connection]' 256312:20250703:121423.996 End of zbx_ipc_service_recv():2 256312:20250703:121423.996 In zbx_ipc_async_socket_send() 256312:20250703:121423.996 In zbx_ipc_client_send() clientid:0 256312:20250703:121423.996 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121423.996 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121423.996 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121423.996 End of zbx_ipc_async_socket_flush():0 256312:20250703:121423.996 In zbx_ipc_service_recv() timeout:0.997 256302:20250703:121423.996 End of zbx_ipc_service_recv():1 256302:20250703:121423.996 In zbx_ha_dispatch_message() 256302:20250703:121423.996 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121423.996 In zbx_ipc_service_recv() timeout:1.000 256344:20250703:121424.036 End of zbx_ipc_service_recv():2 256344:20250703:121424.036 zbx_setproctitle() title:'lld manager #1 [processed 0 LLD rules, idle 5.019556sec during 5.019585 sec]' 256344:20250703:121424.036 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121424.080 End of zbx_ipc_service_recv():2 256343:20250703:121424.080 In zbx_pp_manager_process_finished() 256343:20250703:121424.080 In zbx_timekeeper_collect() 256343:20250703:121424.080 End of zbx_timekeeper_collect() 256343:20250703:121424.080 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121424.080 zbx_setproctitle() title:'preprocessing manager #1 [queued 0, processed 0 values, idle 5.041090 sec during 5.042063 sec]' 256343:20250703:121424.080 In zbx_ipc_service_recv() timeout:0.500 256314:20250703:121424.216 End of zbx_ipc_service_recv():2 256314:20250703:121424.216 In zbx_ipc_service_recv() timeout:1.000 256418:20250703:121424.339 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121424.340 End of zbx_ipc_async_socket_recv():0 256418:20250703:121424.340 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121424.340 End of zbx_dc_config_get_poller_items():0 256418:20250703:121424.340 queue processing_num:0 pending:0 256417:20250703:121424.353 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121424.353 End of zbx_ipc_async_socket_recv():0 256416:20250703:121424.353 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121424.353 End of zbx_ipc_async_socket_recv():0 256417:20250703:121424.353 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121424.353 End of zbx_dc_config_get_poller_items():0 256417:20250703:121424.353 queue processing_num:0 pending:0 256416:20250703:121424.353 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121424.353 End of zbx_dc_config_get_poller_items():0 256416:20250703:121424.353 queue processing_num:0 pending:0 256372:20250703:121424.432 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121424.432 In collect_selfmon_stats() 256372:20250703:121424.432 In zbx_timekeeper_collect() 256372:20250703:121424.432 End of zbx_timekeeper_collect() 256372:20250703:121424.432 End of collect_selfmon_stats() 256372:20250703:121424.432 zbx_setproctitle() title:'self-monitoring [processed data in 0.000231 sec, idle 1 sec]' 256419:20250703:121424.504 End of zbx_ipc_service_recv():2 256419:20250703:121424.504 In zbx_ipc_service_recv() timeout:1.000 256356:20250703:121424.504 End of zbx_ipc_async_socket_recv():0 256356:20250703:121424.504 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000075 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121424.504 In zbx_sync_history_cache() history_num:0 256356:20250703:121424.505 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000171 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121424.505 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121424.508 End of zbx_ipc_async_socket_recv():0 256355:20250703:121424.508 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000048 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121424.508 In zbx_sync_history_cache() history_num:0 256355:20250703:121424.508 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000060 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121424.508 In zbx_ipc_async_socket_recv() timeout:1 256353:20250703:121424.508 End of zbx_ipc_async_socket_recv():0 256353:20250703:121424.508 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000071 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121424.508 In zbx_sync_history_cache() history_num:0 256353:20250703:121424.508 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000219 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121424.508 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121424.508 End of zbx_ipc_async_socket_recv():0 256354:20250703:121424.508 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000062 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121424.508 In zbx_sync_history_cache() history_num:0 256354:20250703:121424.508 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000025 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121424.508 In zbx_ipc_async_socket_recv() timeout:1 256343:20250703:121424.584 End of zbx_ipc_service_recv():2 256343:20250703:121424.584 In zbx_pp_manager_process_finished() 256343:20250703:121424.584 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121424.584 In zbx_ipc_service_recv() timeout:0.500 256421:20250703:121424.620 End of zbx_ipc_service_recv():2 256421:20250703:121424.620 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121424.623 End of zbx_ipc_service_recv():2 256339:20250703:121424.624 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121424.624 End of zbx_ipc_async_socket_recv():0 256407:20250703:121424.624 In zbx_ipc_async_socket_send() 256407:20250703:121424.624 In zbx_ipc_client_send() clientid:0 256407:20250703:121424.624 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121424.624 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121424.624 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000037 sec, idle 1 sec]' 256407:20250703:121424.624 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121424.624 End of zbx_ipc_service_recv():1 256339:20250703:121424.624 In am_flush_results() results:0 256339:20250703:121424.624 In zbx_ipc_client_send() clientid:8 256407:20250703:121424.624 End of zbx_ipc_async_socket_recv():0 256407:20250703:121424.624 In am_db_flush_results() 256407:20250703:121424.624 End of am_db_flush_results() flushed:0 256407:20250703:121424.624 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000012 sec, idle 1 sec]' 256407:20250703:121424.624 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121424.624 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121424.624 End of am_flush_results() 256339:20250703:121424.624 In zbx_ipc_service_recv() timeout:1.000 256413:20250703:121424.669 End of zbx_ipc_service_recv():2 256413:20250703:121424.669 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121424.996 End of zbx_ipc_service_recv():2 256312:20250703:121424.996 In zbx_ipc_async_socket_send() 256312:20250703:121424.996 In zbx_ipc_client_send() clientid:0 256312:20250703:121424.996 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121424.996 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121424.996 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121424.996 End of zbx_ipc_async_socket_flush():0 256312:20250703:121424.996 In zbx_ipc_service_recv() timeout:0.998 256302:20250703:121424.996 End of zbx_ipc_service_recv():1 256302:20250703:121424.996 In zbx_ha_dispatch_message() 256302:20250703:121424.996 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121424.996 In zbx_ipc_service_recv() timeout:1.000 256344:20250703:121425.040 End of zbx_ipc_service_recv():2 256344:20250703:121425.040 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121425.090 End of zbx_ipc_service_recv():2 256343:20250703:121425.090 In zbx_pp_manager_process_finished() 256343:20250703:121425.090 In zbx_timekeeper_collect() 256343:20250703:121425.090 End of zbx_timekeeper_collect() 256343:20250703:121425.090 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121425.090 In zbx_ipc_service_recv() timeout:0.500 256314:20250703:121425.220 End of zbx_ipc_service_recv():2 256314:20250703:121425.220 In zbx_ipc_service_recv() timeout:1.000 256418:20250703:121425.341 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121425.341 End of zbx_ipc_async_socket_recv():0 256418:20250703:121425.341 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121425.341 End of zbx_dc_config_get_poller_items():0 256418:20250703:121425.341 queue processing_num:0 pending:0 256417:20250703:121425.352 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121425.352 End of zbx_ipc_async_socket_recv():0 256416:20250703:121425.352 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121425.352 End of zbx_ipc_async_socket_recv():0 256417:20250703:121425.352 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121425.352 End of zbx_dc_config_get_poller_items():0 256417:20250703:121425.352 queue processing_num:0 pending:0 256416:20250703:121425.352 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121425.353 End of zbx_dc_config_get_poller_items():0 256416:20250703:121425.353 queue processing_num:0 pending:0 256373:20250703:121425.420 End of zbx_ipc_async_socket_recv():0 256373:20250703:121425.420 zbx_setproctitle() title:'task manager [processing tasks]' 256373:20250703:121425.420 query [txnlev:0] [select taskid,type,clock,ttl,proxyid from task where status in (1,2) order by taskid] 256373:20250703:121425.422 zbx_setproctitle() title:'task manager [processed 0 task(s) in 0.001958 sec, idle 5 sec]' 256373:20250703:121425.422 In zbx_ipc_async_socket_recv() timeout:5 256372:20250703:121425.432 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121425.432 In collect_selfmon_stats() 256372:20250703:121425.432 In zbx_timekeeper_collect() 256372:20250703:121425.432 End of zbx_timekeeper_collect() 256372:20250703:121425.432 End of collect_selfmon_stats() 256372:20250703:121425.432 zbx_setproctitle() title:'self-monitoring [processed data in 0.000112 sec, idle 1 sec]' 256419:20250703:121425.508 End of zbx_ipc_service_recv():2 256419:20250703:121425.508 In zbx_ipc_service_recv() timeout:1.000 256356:20250703:121425.509 End of zbx_ipc_async_socket_recv():0 256356:20250703:121425.509 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000171 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121425.509 In zbx_sync_history_cache() history_num:0 256356:20250703:121425.509 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000029 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121425.509 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121425.511 End of zbx_ipc_async_socket_recv():0 256354:20250703:121425.511 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000025 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121425.511 In zbx_sync_history_cache() history_num:0 256354:20250703:121425.512 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000023 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121425.512 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121425.512 End of zbx_ipc_async_socket_recv():0 256355:20250703:121425.512 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000060 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121425.512 In zbx_sync_history_cache() history_num:0 256355:20250703:121425.512 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000014 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121425.512 In zbx_ipc_async_socket_recv() timeout:1 256353:20250703:121425.512 End of zbx_ipc_async_socket_recv():0 256353:20250703:121425.512 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000219 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121425.512 In zbx_sync_history_cache() history_num:0 256353:20250703:121425.512 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000023 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121425.512 In zbx_ipc_async_socket_recv() timeout:1 256343:20250703:121425.591 End of zbx_ipc_service_recv():2 256343:20250703:121425.591 In zbx_pp_manager_process_finished() 256343:20250703:121425.591 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121425.591 In zbx_ipc_service_recv() timeout:0.500 256421:20250703:121425.624 End of zbx_ipc_service_recv():2 256421:20250703:121425.624 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121425.629 End of zbx_ipc_async_socket_recv():0 256407:20250703:121425.629 In zbx_ipc_async_socket_send() 256407:20250703:121425.629 In zbx_ipc_client_send() clientid:0 256407:20250703:121425.629 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121425.629 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121425.629 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000026 sec, idle 1 sec]' 256407:20250703:121425.629 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121425.629 End of zbx_ipc_service_recv():1 256339:20250703:121425.629 In am_flush_results() results:0 256339:20250703:121425.629 In zbx_ipc_client_send() clientid:8 256339:20250703:121425.629 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121425.629 End of am_flush_results() 256339:20250703:121425.629 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121425.629 End of zbx_ipc_async_socket_recv():0 256407:20250703:121425.629 In am_db_flush_results() 256407:20250703:121425.629 End of am_db_flush_results() flushed:0 256407:20250703:121425.629 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000009 sec, idle 1 sec]' 256407:20250703:121425.629 In zbx_ipc_async_socket_recv() timeout:1 256413:20250703:121425.672 End of zbx_ipc_service_recv():2 256413:20250703:121425.672 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121425.997 End of zbx_ipc_service_recv():2 256312:20250703:121425.997 In zbx_ipc_async_socket_send() 256312:20250703:121425.997 In zbx_ipc_client_send() clientid:0 256312:20250703:121425.997 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121425.997 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121425.997 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121425.998 End of zbx_ipc_async_socket_flush():0 256312:20250703:121425.998 In zbx_ipc_service_recv() timeout:0.996 256302:20250703:121425.998 End of zbx_ipc_service_recv():1 256302:20250703:121425.998 In zbx_ha_dispatch_message() 256302:20250703:121425.998 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121425.998 In zbx_ipc_service_recv() timeout:1.000 256344:20250703:121426.046 End of zbx_ipc_service_recv():2 256344:20250703:121426.047 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121426.097 End of zbx_ipc_service_recv():2 256343:20250703:121426.097 In zbx_pp_manager_process_finished() 256343:20250703:121426.097 In zbx_timekeeper_collect() 256343:20250703:121426.097 End of zbx_timekeeper_collect() 256343:20250703:121426.097 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121426.097 In zbx_ipc_service_recv() timeout:0.500 256314:20250703:121426.221 End of zbx_ipc_service_recv():2 256314:20250703:121426.221 In zbx_ipc_service_recv() timeout:1.000 256418:20250703:121426.343 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121426.343 End of zbx_ipc_async_socket_recv():0 256418:20250703:121426.343 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121426.343 End of zbx_dc_config_get_poller_items():0 256418:20250703:121426.343 queue processing_num:0 pending:0 256417:20250703:121426.352 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121426.352 End of zbx_ipc_async_socket_recv():0 256417:20250703:121426.352 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121426.352 End of zbx_dc_config_get_poller_items():0 256417:20250703:121426.352 queue processing_num:0 pending:0 256416:20250703:121426.355 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121426.355 End of zbx_ipc_async_socket_recv():0 256416:20250703:121426.355 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121426.355 End of zbx_dc_config_get_poller_items():0 256416:20250703:121426.355 queue processing_num:0 pending:0 256372:20250703:121426.433 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121426.433 In collect_selfmon_stats() 256372:20250703:121426.433 In zbx_timekeeper_collect() 256372:20250703:121426.433 End of zbx_timekeeper_collect() 256372:20250703:121426.433 End of collect_selfmon_stats() 256372:20250703:121426.433 zbx_setproctitle() title:'self-monitoring [processed data in 0.000095 sec, idle 1 sec]' 256419:20250703:121426.512 End of zbx_ipc_service_recv():2 256419:20250703:121426.512 In zbx_ipc_service_recv() timeout:1.000 256356:20250703:121426.512 End of zbx_ipc_async_socket_recv():0 256356:20250703:121426.512 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000029 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121426.512 In zbx_sync_history_cache() history_num:0 256356:20250703:121426.512 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000030 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121426.512 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121426.515 End of zbx_ipc_async_socket_recv():0 256355:20250703:121426.516 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000014 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121426.516 In zbx_sync_history_cache() history_num:0 256355:20250703:121426.516 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000043 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121426.516 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121426.516 End of zbx_ipc_async_socket_recv():0 256354:20250703:121426.516 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000023 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121426.516 In zbx_sync_history_cache() history_num:0 256354:20250703:121426.516 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000015 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121426.516 In zbx_ipc_async_socket_recv() timeout:1 256353:20250703:121426.516 End of zbx_ipc_async_socket_recv():0 256353:20250703:121426.516 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000023 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121426.516 In zbx_sync_history_cache() history_num:0 256353:20250703:121426.516 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000128 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121426.516 In zbx_ipc_async_socket_recv() timeout:1 256357:20250703:121426.521 End of zbx_ipc_async_socket_recv():0 256357:20250703:121426.521 zbx_setproctitle() title:'escalator #1 [processed 0 escalations in 0.003794 sec, processing escalations]' 256357:20250703:121426.521 In process_escalations() 256357:20250703:121426.521 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is not null and nextcheck<=1751534069 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121426.521 End of process_escalations() 256357:20250703:121426.521 In process_escalations() 256357:20250703:121426.521 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is not null and nextcheck<=1751534069 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121426.522 End of process_escalations() 256357:20250703:121426.522 In process_escalations() 256357:20250703:121426.522 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is null and serviceid is not null and nextcheck<=1751534069 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121426.522 End of process_escalations() 256357:20250703:121426.522 In process_escalations() 256357:20250703:121426.522 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is null and serviceid is null and nextcheck<=1751534069 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121426.522 End of process_escalations() 256357:20250703:121426.522 zbx_setproctitle() title:'escalator #1 [processed 0 escalations in 0.000822 sec, idle 3 sec]' 256357:20250703:121426.522 In zbx_ipc_async_socket_recv() timeout:3 256343:20250703:121426.600 End of zbx_ipc_service_recv():2 256343:20250703:121426.600 In zbx_pp_manager_process_finished() 256343:20250703:121426.600 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121426.600 In zbx_ipc_service_recv() timeout:0.500 256421:20250703:121426.627 End of zbx_ipc_service_recv():2 256421:20250703:121426.628 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121426.633 End of zbx_ipc_async_socket_recv():0 256407:20250703:121426.633 In zbx_ipc_async_socket_send() 256407:20250703:121426.633 In zbx_ipc_client_send() clientid:0 256407:20250703:121426.633 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121426.633 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121426.633 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000035 sec, idle 1 sec]' 256407:20250703:121426.633 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121426.633 End of zbx_ipc_service_recv():1 256339:20250703:121426.633 In am_flush_results() results:0 256339:20250703:121426.634 In zbx_ipc_client_send() clientid:8 256339:20250703:121426.634 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121426.634 End of am_flush_results() 256339:20250703:121426.634 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121426.634 End of zbx_ipc_async_socket_recv():0 256407:20250703:121426.634 In am_db_flush_results() 256407:20250703:121426.634 End of am_db_flush_results() flushed:0 256407:20250703:121426.634 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000013 sec, idle 1 sec]' 256407:20250703:121426.634 In zbx_ipc_async_socket_recv() timeout:1 256413:20250703:121426.674 End of zbx_ipc_service_recv():2 256413:20250703:121426.674 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121426.996 End of zbx_ipc_service_recv():2 256312:20250703:121426.996 In ha_check_nodes() ha_status:active db_status:0 256312:20250703:121426.996 query [txnlev:1] [begin;] 256312:20250703:121426.997 query [txnlev:1] [select ha_nodeid,name,status,lastaccess,address,port,ha_sessionid from ha_node order by ha_nodeid for update] 256312:20250703:121426.997 query [txnlev:1] [select name, value_str, value_int from settings where name in ('ha_failover_delay', 'auditlog_enabled', 'auditlog_mode')] 256312:20250703:121426.997 In ha_db_get_time() 256312:20250703:121426.997 query [txnlev:1] [select cast(extract(epoch from now()) as int) from settings limit 1] 256312:20250703:121426.997 End of ha_db_get_time():SUCCEED db_time:1751534067 256312:20250703:121426.997 query [txnlev:1] [update ha_node set lastaccess=cast(extract(epoch from now()) as int) where ha_nodeid='cmbtfdmr70001y3jqx66php2f'] 256312:20250703:121426.998 query [txnlev:1] [commit;] 256312:20250703:121427.000 End of ha_check_nodes() nodeid:cmbtfdmr70001y3jqx66php2f ha_status:active db_status:0 256312:20250703:121427.000 In zbx_ipc_async_socket_send() 256312:20250703:121427.000 In zbx_ipc_client_send() clientid:0 256312:20250703:121427.000 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121427.000 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121427.000 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121427.000 End of zbx_ipc_async_socket_flush():0 256312:20250703:121427.000 In zbx_ipc_service_recv() timeout:0.997 256302:20250703:121427.000 End of zbx_ipc_service_recv():1 256302:20250703:121427.000 In zbx_ha_dispatch_message() 256302:20250703:121427.000 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121427.000 In zbx_ipc_service_recv() timeout:1.000 256344:20250703:121427.053 End of zbx_ipc_service_recv():2 256344:20250703:121427.053 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121427.109 End of zbx_ipc_service_recv():2 256343:20250703:121427.109 In zbx_pp_manager_process_finished() 256343:20250703:121427.109 In zbx_timekeeper_collect() 256343:20250703:121427.109 End of zbx_timekeeper_collect() 256343:20250703:121427.109 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121427.109 In zbx_ipc_service_recv() timeout:0.500 256314:20250703:121427.228 End of zbx_ipc_service_recv():2 256314:20250703:121427.228 In zbx_ipc_service_recv() timeout:1.000 256418:20250703:121427.339 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121427.339 End of zbx_ipc_async_socket_recv():0 256418:20250703:121427.339 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121427.339 End of zbx_dc_config_get_poller_items():0 256418:20250703:121427.339 queue processing_num:0 pending:0 256417:20250703:121427.352 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121427.352 End of zbx_ipc_async_socket_recv():0 256417:20250703:121427.352 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121427.353 End of zbx_dc_config_get_poller_items():0 256417:20250703:121427.353 queue processing_num:0 pending:0 256416:20250703:121427.355 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121427.355 End of zbx_ipc_async_socket_recv():0 256416:20250703:121427.355 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121427.355 End of zbx_dc_config_get_poller_items():0 256416:20250703:121427.355 queue processing_num:0 pending:0 256372:20250703:121427.433 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121427.433 In collect_selfmon_stats() 256372:20250703:121427.433 In zbx_timekeeper_collect() 256372:20250703:121427.433 End of zbx_timekeeper_collect() 256372:20250703:121427.433 End of collect_selfmon_stats() 256372:20250703:121427.433 zbx_setproctitle() title:'self-monitoring [processed data in 0.000119 sec, idle 1 sec]' 256355:20250703:121427.517 End of zbx_ipc_async_socket_recv():0 256354:20250703:121427.517 End of zbx_ipc_async_socket_recv():0 256354:20250703:121427.517 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000015 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121427.517 In zbx_sync_history_cache() history_num:0 256354:20250703:121427.517 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000043 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121427.517 In zbx_ipc_async_socket_recv() timeout:1 256356:20250703:121427.517 End of zbx_ipc_async_socket_recv():0 256356:20250703:121427.517 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000030 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121427.517 In zbx_sync_history_cache() history_num:0 256356:20250703:121427.517 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000025 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121427.517 In zbx_ipc_async_socket_recv() timeout:1 256353:20250703:121427.517 End of zbx_ipc_async_socket_recv():0 256353:20250703:121427.518 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000128 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121427.518 In zbx_sync_history_cache() history_num:0 256353:20250703:121427.518 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000042 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121427.518 In zbx_ipc_async_socket_recv() timeout:1 256419:20250703:121427.518 End of zbx_ipc_service_recv():2 256419:20250703:121427.518 In zbx_ipc_service_recv() timeout:1.000 256355:20250703:121427.518 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000043 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121427.518 In zbx_sync_history_cache() history_num:0 256355:20250703:121427.518 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000623 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121427.518 In zbx_ipc_async_socket_recv() timeout:1 256343:20250703:121427.616 End of zbx_ipc_service_recv():2 256343:20250703:121427.616 In zbx_pp_manager_process_finished() 256343:20250703:121427.616 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121427.616 In zbx_ipc_service_recv() timeout:0.500 256421:20250703:121427.633 End of zbx_ipc_service_recv():2 256421:20250703:121427.633 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121427.637 End of zbx_ipc_service_recv():2 256339:20250703:121427.637 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121427.637 End of zbx_ipc_async_socket_recv():0 256407:20250703:121427.637 In zbx_ipc_async_socket_send() 256407:20250703:121427.637 In zbx_ipc_client_send() clientid:0 256407:20250703:121427.637 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121427.637 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121427.637 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000030 sec, idle 1 sec]' 256407:20250703:121427.637 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121427.637 End of zbx_ipc_service_recv():1 256339:20250703:121427.637 In am_flush_results() results:0 256339:20250703:121427.637 In zbx_ipc_client_send() clientid:8 256339:20250703:121427.637 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121427.637 End of am_flush_results() 256339:20250703:121427.637 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121427.637 End of zbx_ipc_async_socket_recv():0 256407:20250703:121427.637 In am_db_flush_results() 256407:20250703:121427.637 End of am_db_flush_results() flushed:0 256407:20250703:121427.637 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000009 sec, idle 1 sec]' 256407:20250703:121427.637 In zbx_ipc_async_socket_recv() timeout:1 256413:20250703:121427.680 End of zbx_ipc_service_recv():2 256413:20250703:121427.680 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121428.000 End of zbx_ipc_service_recv():2 256312:20250703:121428.000 In zbx_ipc_async_socket_send() 256312:20250703:121428.000 In zbx_ipc_client_send() clientid:0 256312:20250703:121428.000 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121428.000 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121428.000 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121428.000 End of zbx_ipc_async_socket_flush():0 256312:20250703:121428.000 In zbx_ipc_service_recv() timeout:0.993 256302:20250703:121428.000 End of zbx_ipc_service_recv():1 256302:20250703:121428.000 In zbx_ha_dispatch_message() 256302:20250703:121428.000 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121428.000 In zbx_ipc_service_recv() timeout:1.000 256344:20250703:121428.056 End of zbx_ipc_service_recv():2 256344:20250703:121428.056 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121428.118 End of zbx_ipc_service_recv():2 256343:20250703:121428.118 In zbx_pp_manager_process_finished() 256343:20250703:121428.118 In zbx_timekeeper_collect() 256343:20250703:121428.118 End of zbx_timekeeper_collect() 256343:20250703:121428.118 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121428.118 In zbx_ipc_service_recv() timeout:0.500 256314:20250703:121428.230 End of zbx_ipc_service_recv():2 256314:20250703:121428.230 zbx_setproctitle() title:'service manager #1 [processed 0 events, updated 0 event tags, deleted 0 problems, synced 0 service updates, idle 5.015745 sec during 5.015763 sec]' 256314:20250703:121428.230 In zbx_ipc_service_recv() timeout:1.000 256351:20250703:121428.316 End of zbx_ipc_async_socket_recv():0 256351:20250703:121428.316 zbx_setproctitle() title:'browser poller #1 [got 0 values in 0.000091 sec, getting values]' 256351:20250703:121428.316 In get_values() 256351:20250703:121428.316 In zbx_dc_config_get_poller_items() poller_type:11 256351:20250703:121428.316 End of zbx_dc_config_get_poller_items():0 256351:20250703:121428.316 In zbx_dc_config_get_poller_nextcheck() poller_type:11 256351:20250703:121428.316 End of zbx_dc_config_get_poller_nextcheck():-1 256351:20250703:121428.316 End of get_values():0 256351:20250703:121428.316 zbx_setproctitle() title:'browser poller #1 [got 0 values in 0.000053 sec, idle 5 sec]' 256351:20250703:121428.316 In zbx_ipc_async_socket_recv() timeout:5 256363:20250703:121428.328 End of zbx_ipc_async_socket_recv():0 256363:20250703:121428.328 zbx_setproctitle() title:'java poller #6 [got 0 values in 0.000499 sec, getting values]' 256363:20250703:121428.328 In get_values() 256363:20250703:121428.328 In zbx_dc_config_get_poller_items() poller_type:4 256363:20250703:121428.328 End of zbx_dc_config_get_poller_items():0 256363:20250703:121428.328 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256363:20250703:121428.328 End of zbx_dc_config_get_poller_nextcheck():-1 256363:20250703:121428.328 End of get_values():0 256363:20250703:121428.328 zbx_setproctitle() title:'java poller #6 [got 0 values in 0.000051 sec, idle 5 sec]' 256363:20250703:121428.328 In zbx_ipc_async_socket_recv() timeout:5 256361:20250703:121428.328 End of zbx_ipc_async_socket_recv():0 256361:20250703:121428.329 zbx_setproctitle() title:'java poller #4 [got 0 values in 0.000072 sec, getting values]' 256361:20250703:121428.329 In get_values() 256361:20250703:121428.329 In zbx_dc_config_get_poller_items() poller_type:4 256361:20250703:121428.329 End of zbx_dc_config_get_poller_items():0 256361:20250703:121428.329 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256361:20250703:121428.329 End of zbx_dc_config_get_poller_nextcheck():-1 256361:20250703:121428.329 End of get_values():0 256361:20250703:121428.329 zbx_setproctitle() title:'java poller #4 [got 0 values in 0.000032 sec, idle 5 sec]' 256361:20250703:121428.329 In zbx_ipc_async_socket_recv() timeout:5 256362:20250703:121428.329 End of zbx_ipc_async_socket_recv():0 256362:20250703:121428.329 zbx_setproctitle() title:'java poller #5 [got 0 values in 0.000078 sec, getting values]' 256362:20250703:121428.329 In get_values() 256362:20250703:121428.329 In zbx_dc_config_get_poller_items() poller_type:4 256362:20250703:121428.329 End of zbx_dc_config_get_poller_items():0 256362:20250703:121428.329 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256362:20250703:121428.329 End of zbx_dc_config_get_poller_nextcheck():-1 256362:20250703:121428.329 End of get_values():0 256362:20250703:121428.329 zbx_setproctitle() title:'java poller #5 [got 0 values in 0.000029 sec, idle 5 sec]' 256362:20250703:121428.329 In zbx_ipc_async_socket_recv() timeout:5 256418:20250703:121428.340 zbx_setproctitle() title:'snmp poller #1 [got 0 values, queued 0 in 5 sec, awaiting 0]' 256418:20250703:121428.340 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121428.340 End of zbx_ipc_async_socket_recv():0 256418:20250703:121428.340 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121428.340 End of zbx_dc_config_get_poller_items():0 256418:20250703:121428.340 queue processing_num:0 pending:0 256417:20250703:121428.349 zbx_setproctitle() title:'agent poller #1 [got 0 values, queued 0 in 5 sec, awaiting 0]' 256417:20250703:121428.349 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121428.349 End of zbx_ipc_async_socket_recv():0 256417:20250703:121428.349 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121428.349 End of zbx_dc_config_get_poller_items():0 256417:20250703:121428.349 queue processing_num:0 pending:0 256416:20250703:121428.352 zbx_setproctitle() title:'http agent poller #1 [got 0 values, queued 0 in 5 sec, awaiting 0]' 256416:20250703:121428.353 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121428.353 End of zbx_ipc_async_socket_recv():0 256416:20250703:121428.353 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121428.353 End of zbx_dc_config_get_poller_items():0 256416:20250703:121428.353 queue processing_num:0 pending:0 256364:20250703:121428.357 End of zbx_ipc_async_socket_recv():0 256364:20250703:121428.357 zbx_setproctitle() title:'java poller #7 [got 0 values in 0.000073 sec, getting values]' 256364:20250703:121428.357 In get_values() 256364:20250703:121428.357 In zbx_dc_config_get_poller_items() poller_type:4 256364:20250703:121428.357 End of zbx_dc_config_get_poller_items():0 256364:20250703:121428.357 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256364:20250703:121428.357 End of zbx_dc_config_get_poller_nextcheck():-1 256364:20250703:121428.357 End of get_values():0 256364:20250703:121428.357 zbx_setproctitle() title:'java poller #7 [got 0 values in 0.000036 sec, idle 5 sec]' 256364:20250703:121428.357 In zbx_ipc_async_socket_recv() timeout:5 256369:20250703:121428.358 End of zbx_ipc_async_socket_recv():0 256369:20250703:121428.358 zbx_setproctitle() title:'java poller #9 [got 0 values in 0.000109 sec, getting values]' 256369:20250703:121428.358 In get_values() 256369:20250703:121428.358 In zbx_dc_config_get_poller_items() poller_type:4 256369:20250703:121428.358 End of zbx_dc_config_get_poller_items():0 256369:20250703:121428.358 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256369:20250703:121428.358 End of zbx_dc_config_get_poller_nextcheck():-1 256369:20250703:121428.358 End of get_values():0 256369:20250703:121428.358 zbx_setproctitle() title:'java poller #9 [got 0 values in 0.000048 sec, idle 5 sec]' 256369:20250703:121428.358 In zbx_ipc_async_socket_recv() timeout:5 256375:20250703:121428.360 End of zbx_ipc_async_socket_recv():0 256375:20250703:121428.360 zbx_setproctitle() title:'poller #2 [got 0 values in 0.000069 sec, getting values]' 256375:20250703:121428.360 In get_values() 256375:20250703:121428.360 In zbx_dc_config_get_poller_items() poller_type:0 256375:20250703:121428.360 End of zbx_dc_config_get_poller_items():0 256375:20250703:121428.360 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256375:20250703:121428.360 End of zbx_dc_config_get_poller_nextcheck():-1 256375:20250703:121428.360 End of get_values():0 256375:20250703:121428.360 zbx_setproctitle() title:'poller #2 [got 0 values in 0.000031 sec, idle 5 sec]' 256375:20250703:121428.360 In zbx_ipc_async_socket_recv() timeout:5 256399:20250703:121428.360 End of zbx_ipc_async_socket_recv():0 256399:20250703:121428.360 zbx_setproctitle() title:'poller #5 [got 0 values in 0.000065 sec, getting values]' 256399:20250703:121428.360 In get_values() 256399:20250703:121428.360 In zbx_dc_config_get_poller_items() poller_type:0 256399:20250703:121428.360 End of zbx_dc_config_get_poller_items():0 256399:20250703:121428.360 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256399:20250703:121428.360 End of zbx_dc_config_get_poller_nextcheck():-1 256399:20250703:121428.360 End of get_values():0 256399:20250703:121428.360 zbx_setproctitle() title:'poller #5 [got 0 values in 0.000033 sec, idle 5 sec]' 256399:20250703:121428.360 In zbx_ipc_async_socket_recv() timeout:5 256400:20250703:121428.360 End of zbx_ipc_async_socket_recv():0 256400:20250703:121428.360 zbx_setproctitle() title:'unreachable poller #1 [got 0 values in 0.000057 sec, getting values]' 256400:20250703:121428.360 In get_values() 256400:20250703:121428.360 In zbx_dc_config_get_poller_items() poller_type:1 256400:20250703:121428.360 End of zbx_dc_config_get_poller_items():0 256400:20250703:121428.360 In zbx_dc_config_get_poller_nextcheck() poller_type:1 256400:20250703:121428.360 End of zbx_dc_config_get_poller_nextcheck():-1 256400:20250703:121428.360 End of get_values():0 256400:20250703:121428.360 zbx_setproctitle() title:'unreachable poller #1 [got 0 values in 0.000032 sec, idle 5 sec]' 256400:20250703:121428.360 In zbx_ipc_async_socket_recv() timeout:5 256374:20250703:121428.368 End of zbx_ipc_async_socket_recv():0 256374:20250703:121428.368 zbx_setproctitle() title:'poller #1 [got 0 values in 0.000078 sec, getting values]' 256374:20250703:121428.368 In get_values() 256374:20250703:121428.368 In zbx_dc_config_get_poller_items() poller_type:0 256374:20250703:121428.368 End of zbx_dc_config_get_poller_items():0 256374:20250703:121428.368 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256374:20250703:121428.368 End of zbx_dc_config_get_poller_nextcheck():-1 256374:20250703:121428.368 End of get_values():0 256374:20250703:121428.368 zbx_setproctitle() title:'poller #1 [got 0 values in 0.000039 sec, idle 5 sec]' 256374:20250703:121428.368 In zbx_ipc_async_socket_recv() timeout:5 256358:20250703:121428.368 End of zbx_ipc_async_socket_recv():0 256358:20250703:121428.368 zbx_setproctitle() title:'java poller #1 [got 0 values in 0.000138 sec, getting values]' 256358:20250703:121428.368 In get_values() 256358:20250703:121428.368 In zbx_dc_config_get_poller_items() poller_type:4 256358:20250703:121428.368 End of zbx_dc_config_get_poller_items():0 256358:20250703:121428.368 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256358:20250703:121428.368 End of zbx_dc_config_get_poller_nextcheck():-1 256358:20250703:121428.368 End of get_values():0 256358:20250703:121428.368 zbx_setproctitle() title:'java poller #1 [got 0 values in 0.000037 sec, idle 5 sec]' 256358:20250703:121428.368 In zbx_ipc_async_socket_recv() timeout:5 256406:20250703:121428.368 zbx_setproctitle() title:'icmp pinger #1 [getting values]' 256406:20250703:121428.368 In get_pinger_hosts() 256406:20250703:121428.368 In zbx_dc_config_get_poller_items() poller_type:3 256406:20250703:121428.368 End of zbx_dc_config_get_poller_items():0 256406:20250703:121428.368 End of get_pinger_hosts():0 256406:20250703:121428.368 In process_pinger_hosts() 256406:20250703:121428.368 End of process_pinger_hosts() 256406:20250703:121428.368 In zbx_dc_config_get_poller_nextcheck() poller_type:3 256406:20250703:121428.368 End of zbx_dc_config_get_poller_nextcheck():-1 256406:20250703:121428.368 zbx_setproctitle() title:'icmp pinger #1 [got 0 values in 0.000103 sec, idle 5 sec]' 256370:20250703:121428.369 End of zbx_ipc_async_socket_recv():0 256370:20250703:121428.369 zbx_setproctitle() title:'java poller #10 [got 0 values in 0.002736 sec, getting values]' 256370:20250703:121428.369 In get_values() 256370:20250703:121428.369 In zbx_dc_config_get_poller_items() poller_type:4 256370:20250703:121428.369 End of zbx_dc_config_get_poller_items():0 256370:20250703:121428.369 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256370:20250703:121428.369 End of zbx_dc_config_get_poller_nextcheck():-1 256370:20250703:121428.369 End of get_values():0 256370:20250703:121428.369 zbx_setproctitle() title:'java poller #10 [got 0 values in 0.000032 sec, idle 5 sec]' 256370:20250703:121428.369 In zbx_ipc_async_socket_recv() timeout:5 256359:20250703:121428.370 End of zbx_ipc_async_socket_recv():0 256359:20250703:121428.370 zbx_setproctitle() title:'java poller #2 [got 0 values in 0.000080 sec, getting values]' 256359:20250703:121428.370 In get_values() 256359:20250703:121428.370 In zbx_dc_config_get_poller_items() poller_type:4 256359:20250703:121428.370 End of zbx_dc_config_get_poller_items():0 256359:20250703:121428.370 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256359:20250703:121428.370 End of zbx_dc_config_get_poller_nextcheck():-1 256359:20250703:121428.370 End of get_values():0 256359:20250703:121428.370 zbx_setproctitle() title:'java poller #2 [got 0 values in 0.000033 sec, idle 5 sec]' 256359:20250703:121428.370 In zbx_ipc_async_socket_recv() timeout:5 256376:20250703:121428.370 End of zbx_ipc_async_socket_recv():0 256376:20250703:121428.370 zbx_setproctitle() title:'poller #3 [got 0 values in 0.000079 sec, getting values]' 256376:20250703:121428.370 In get_values() 256376:20250703:121428.370 In zbx_dc_config_get_poller_items() poller_type:0 256376:20250703:121428.370 End of zbx_dc_config_get_poller_items():0 256376:20250703:121428.370 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256376:20250703:121428.370 End of zbx_dc_config_get_poller_nextcheck():-1 256376:20250703:121428.370 End of get_values():0 256376:20250703:121428.370 zbx_setproctitle() title:'poller #3 [got 0 values in 0.000054 sec, idle 5 sec]' 256376:20250703:121428.370 In zbx_ipc_async_socket_recv() timeout:5 256360:20250703:121428.371 End of zbx_ipc_async_socket_recv():0 256360:20250703:121428.371 zbx_setproctitle() title:'java poller #3 [got 0 values in 0.000767 sec, getting values]' 256360:20250703:121428.371 In get_values() 256360:20250703:121428.371 In zbx_dc_config_get_poller_items() poller_type:4 256360:20250703:121428.371 End of zbx_dc_config_get_poller_items():0 256360:20250703:121428.371 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256365:20250703:121428.372 End of zbx_ipc_async_socket_recv():0 256365:20250703:121428.372 zbx_setproctitle() title:'java poller #8 [got 0 values in 0.000071 sec, getting values]' 256365:20250703:121428.372 In get_values() 256365:20250703:121428.372 In zbx_dc_config_get_poller_items() poller_type:4 256365:20250703:121428.372 End of zbx_dc_config_get_poller_items():0 256365:20250703:121428.372 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256365:20250703:121428.372 End of zbx_dc_config_get_poller_nextcheck():-1 256365:20250703:121428.372 End of get_values():0 256365:20250703:121428.372 zbx_setproctitle() title:'java poller #8 [got 0 values in 0.000041 sec, idle 5 sec]' 256365:20250703:121428.372 In zbx_ipc_async_socket_recv() timeout:5 256360:20250703:121428.372 End of zbx_dc_config_get_poller_nextcheck():-1 256360:20250703:121428.372 End of get_values():0 256360:20250703:121428.372 zbx_setproctitle() title:'java poller #3 [got 0 values in 0.000158 sec, idle 5 sec]' 256360:20250703:121428.372 In zbx_ipc_async_socket_recv() timeout:5 256398:20250703:121428.380 End of zbx_ipc_async_socket_recv():0 256398:20250703:121428.380 zbx_setproctitle() title:'poller #4 [got 0 values in 0.000070 sec, getting values]' 256398:20250703:121428.380 In get_values() 256398:20250703:121428.380 In zbx_dc_config_get_poller_items() poller_type:0 256398:20250703:121428.380 End of zbx_dc_config_get_poller_items():0 256398:20250703:121428.380 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256398:20250703:121428.380 End of zbx_dc_config_get_poller_nextcheck():-1 256398:20250703:121428.380 End of get_values():0 256398:20250703:121428.380 zbx_setproctitle() title:'poller #4 [got 0 values in 0.000039 sec, idle 5 sec]' 256398:20250703:121428.380 In zbx_ipc_async_socket_recv() timeout:5 256420:20250703:121428.392 End of zbx_ipc_async_socket_recv():0 256420:20250703:121428.392 zbx_setproctitle() title:'internal poller #1 [got 0 values in 0.000292 sec, getting values]' 256420:20250703:121428.392 In get_values() 256420:20250703:121428.392 In zbx_dc_config_get_poller_items() poller_type:10 256420:20250703:121428.392 End of zbx_dc_config_get_poller_items():0 256420:20250703:121428.392 In zbx_dc_config_get_poller_nextcheck() poller_type:10 256420:20250703:121428.392 End of zbx_dc_config_get_poller_nextcheck():-1 256420:20250703:121428.392 End of get_values():0 256420:20250703:121428.392 zbx_setproctitle() title:'internal poller #1 [got 0 values in 0.000067 sec, idle 5 sec]' 256420:20250703:121428.392 In zbx_ipc_async_socket_recv() timeout:5 256415:20250703:121428.399 End of zbx_ipc_async_socket_recv():0 256415:20250703:121428.400 zbx_setproctitle() title:'odbc poller #1 [got 0 values in 0.000816 sec, getting values]' 256415:20250703:121428.400 In get_values() 256415:20250703:121428.400 In zbx_dc_config_get_poller_items() poller_type:6 256415:20250703:121428.400 End of zbx_dc_config_get_poller_items():0 256415:20250703:121428.400 In zbx_dc_config_get_poller_nextcheck() poller_type:6 256415:20250703:121428.400 End of zbx_dc_config_get_poller_nextcheck():-1 256415:20250703:121428.400 End of get_values():0 256415:20250703:121428.400 zbx_setproctitle() title:'odbc poller #1 [got 0 values in 0.000039 sec, idle 5 sec]' 256415:20250703:121428.400 In zbx_ipc_async_socket_recv() timeout:5 256372:20250703:121428.434 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121428.434 In collect_selfmon_stats() 256372:20250703:121428.434 In zbx_timekeeper_collect() 256372:20250703:121428.434 End of zbx_timekeeper_collect() 256372:20250703:121428.434 End of collect_selfmon_stats() 256372:20250703:121428.434 zbx_setproctitle() title:'self-monitoring [processed data in 0.000107 sec, idle 1 sec]' 256350:20250703:121428.441 zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000378 sec, getting values]' 256350:20250703:121428.441 In process_httptests() 256350:20250703:121428.441 End of process_httptests() 256350:20250703:121428.441 zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000095 sec, idle 5 sec]' 256409:20250703:121428.444 End of zbx_ipc_async_socket_recv():0 256409:20250703:121428.444 zbx_setproctitle() title:'history poller #2 [got 0 values in 0.000091 sec, getting values]' 256409:20250703:121428.444 In get_values() 256409:20250703:121428.444 In zbx_dc_config_get_poller_items() poller_type:5 256409:20250703:121428.444 End of zbx_dc_config_get_poller_items():0 256409:20250703:121428.444 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256409:20250703:121428.444 End of zbx_dc_config_get_poller_nextcheck():-1 256409:20250703:121428.444 End of get_values():0 256409:20250703:121428.444 zbx_setproctitle() title:'history poller #2 [got 0 values in 0.000041 sec, idle 5 sec]' 256409:20250703:121428.444 In zbx_ipc_async_socket_recv() timeout:5 256412:20250703:121428.444 End of zbx_ipc_async_socket_recv():0 256412:20250703:121428.444 zbx_setproctitle() title:'history poller #5 [got 0 values in 0.000059 sec, getting values]' 256412:20250703:121428.444 In get_values() 256412:20250703:121428.444 In zbx_dc_config_get_poller_items() poller_type:5 256412:20250703:121428.444 End of zbx_dc_config_get_poller_items():0 256412:20250703:121428.444 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256412:20250703:121428.444 End of zbx_dc_config_get_poller_nextcheck():-1 256412:20250703:121428.444 End of get_values():0 256412:20250703:121428.444 zbx_setproctitle() title:'history poller #5 [got 0 values in 0.000026 sec, idle 5 sec]' 256412:20250703:121428.444 In zbx_ipc_async_socket_recv() timeout:5 256371:20250703:121428.452 End of zbx_ipc_async_socket_recv():0 256371:20250703:121428.452 zbx_setproctitle() title:'proxy poller #1 [exchanged data with 0 proxies in 0.000097 sec, exchanging data]' 256371:20250703:121428.452 In process_proxy() 256371:20250703:121428.452 In zbx_dc_config_get_proxypoller_hosts() 256371:20250703:121428.452 End of zbx_dc_config_get_proxypoller_hosts():0 256371:20250703:121428.452 End of process_proxy() 256371:20250703:121428.452 In zbx_dc_config_get_proxypoller_nextcheck() 256371:20250703:121428.452 End of zbx_dc_config_get_proxypoller_nextcheck():-1 256371:20250703:121428.452 zbx_setproctitle() title:'proxy poller #1 [exchanged data with 0 proxies in 0.000031 sec, idle 5 sec]' 256371:20250703:121428.452 In zbx_ipc_async_socket_recv() timeout:5 256411:20250703:121428.452 End of zbx_ipc_async_socket_recv():0 256411:20250703:121428.452 zbx_setproctitle() title:'history poller #4 [got 0 values in 0.000093 sec, getting values]' 256411:20250703:121428.452 In get_values() 256411:20250703:121428.452 In zbx_dc_config_get_poller_items() poller_type:5 256411:20250703:121428.452 End of zbx_dc_config_get_poller_items():0 256411:20250703:121428.452 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256411:20250703:121428.452 End of zbx_dc_config_get_poller_nextcheck():-1 256411:20250703:121428.452 End of get_values():0 256411:20250703:121428.452 zbx_setproctitle() title:'history poller #4 [got 0 values in 0.000032 sec, idle 5 sec]' 256411:20250703:121428.452 In zbx_ipc_async_socket_recv() timeout:5 256410:20250703:121428.465 End of zbx_ipc_async_socket_recv():0 256410:20250703:121428.465 zbx_setproctitle() title:'history poller #3 [got 0 values in 0.000042 sec, getting values]' 256410:20250703:121428.465 In get_values() 256410:20250703:121428.465 In zbx_dc_config_get_poller_items() poller_type:5 256410:20250703:121428.465 End of zbx_dc_config_get_poller_items():0 256410:20250703:121428.465 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256410:20250703:121428.465 End of zbx_dc_config_get_poller_nextcheck():-1 256410:20250703:121428.465 End of get_values():0 256410:20250703:121428.465 zbx_setproctitle() title:'history poller #3 [got 0 values in 0.000040 sec, idle 5 sec]' 256410:20250703:121428.465 In zbx_ipc_async_socket_recv() timeout:5 256408:20250703:121428.468 End of zbx_ipc_async_socket_recv():0 256408:20250703:121428.468 zbx_setproctitle() title:'history poller #1 [got 0 values in 0.000118 sec, getting values]' 256408:20250703:121428.468 In get_values() 256408:20250703:121428.468 In zbx_dc_config_get_poller_items() poller_type:5 256408:20250703:121428.468 End of zbx_dc_config_get_poller_items():0 256408:20250703:121428.468 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256408:20250703:121428.468 End of zbx_dc_config_get_poller_nextcheck():-1 256408:20250703:121428.468 End of get_values():0 256408:20250703:121428.468 zbx_setproctitle() title:'history poller #1 [got 0 values in 0.000036 sec, idle 5 sec]' 256408:20250703:121428.468 In zbx_ipc_async_socket_recv() timeout:5 256421:20250703:121428.474 In zbx_dc_fetch_proxy_groups() 256421:20250703:121428.474 End of zbx_dc_fetch_proxy_groups():FAIL revision:0->0 256421:20250703:121428.474 In zbx_dc_fetch_proxies() 256421:20250703:121428.474 End of zbx_dc_fetch_proxies():FAIL revision:0->0 256356:20250703:121428.520 End of zbx_ipc_async_socket_recv():0 256356:20250703:121428.520 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000025 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121428.520 In zbx_sync_history_cache() history_num:0 256353:20250703:121428.520 End of zbx_ipc_async_socket_recv():0 256353:20250703:121428.520 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000042 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121428.520 In zbx_sync_history_cache() history_num:0 256353:20250703:121428.520 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000022 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121428.520 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121428.520 End of zbx_ipc_async_socket_recv():0 256354:20250703:121428.520 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000043 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121428.520 In zbx_sync_history_cache() history_num:0 256354:20250703:121428.520 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000102 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121428.520 In zbx_ipc_async_socket_recv() timeout:1 256419:20250703:121428.520 End of zbx_ipc_service_recv():2 256419:20250703:121428.520 In zbx_ipc_service_recv() timeout:1.000 256355:20250703:121428.520 End of zbx_ipc_async_socket_recv():0 256355:20250703:121428.520 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000623 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121428.520 In zbx_sync_history_cache() history_num:0 256355:20250703:121428.520 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000017 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121428.520 In zbx_ipc_async_socket_recv() timeout:1 256356:20250703:121428.520 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000029 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121428.520 In zbx_ipc_async_socket_recv() timeout:1 256405:20250703:121428.525 zbx_setproctitle() title:'trapper #5 [processing data]' 256405:20250703:121428.525 In zbx_ipc_async_socket_recv() timeout:0 256405:20250703:121428.525 End of zbx_ipc_async_socket_recv():0 256405:20250703:121428.525 trapper got '{"request":"active checks","host":"test","config_revision":1,"session":"3c242340683cf3307abbae10728e3e4c","version":"7.4.0","variant":1}' 256405:20250703:121428.525 In send_list_of_active_checks_json() 256405:20250703:121428.525 In zbx_is_ip4() ip:'127.0.0.1' 256405:20250703:121428.525 End of zbx_is_ip4():SUCCEED 256405:20250703:121428.525 In get_hostid_by_host_or_autoregister() host:'test' metadata:'' 256405:20250703:121428.525 End of get_hostid_by_host_or_autoregister():SUCCEED 256405:20250703:121428.525 In zbx_remote_commands_prepare_to_send() 256405:20250703:121428.525 End of zbx_remote_commands_prepare_to_send() 256405:20250703:121428.525 send_list_of_active_checks_json() sending [{"response":"success"}] 256405:20250703:121428.525 End of send_list_of_active_checks_json():SUCCEED 256405:20250703:121428.525 zbx_setproctitle() title:'trapper #5 [processed data in 0.000105 sec, waiting for connection]' 256315:20250703:121428.528 End of zbx_ipc_async_socket_recv():0 256315:20250703:121428.528 zbx_setproctitle() title:'configuration syncer [synced configuration in 0.068568 sec, syncing configuration]' 256315:20250703:121428.528 In zbx_dc_sync_configuration() 256315:20250703:121428.528 query [txnlev:0] [select changelogid,object,objectid,operation,clock from changelog] 256315:20250703:121428.530 In zbx_dbsync_compare_settings() 256315:20250703:121428.530 query [txnlev:0] [select name, type, value_str, value_int, value_usrgrpid, value_hostgroupid, value_userdirectoryid, value_mfaid from settings where name in ('alert_usrgrpid','auditlog_enabled','auditlog_mode','autoreg_tls_accept','compress_older','compression_status','db_extension','default_inventory_mode','default_timezone','discovery_groupid','hk_audit_mode','hk_audit','hk_events_autoreg','hk_events_discovery','hk_events_internal','hk_events_mode','hk_events_service','hk_events_trigger','hk_history_global','hk_history_mode','hk_history','hk_services_mode','hk_services','hk_sessions_mode','hk_sessions','hk_trends_global','hk_trends_mode','hk_trends','instanceid','severity_name_0','severity_name_1','severity_name_2','severity_name_3','severity_name_4','severity_name_5','snmptrap_logging','timeout_browser','timeout_db_monitor','timeout_external_check','timeout_http_agent','timeout_script','timeout_simple_check','timeout_snmp_agent','timeout_ssh_agent','timeout_telnet_agent','timeout_zabbix_agent','proxy_secrets_provider')] 256315:20250703:121428.531 End of zbx_dbsync_compare_settings() 256315:20250703:121428.531 query [txnlev:0] [select tls_psk_identity,tls_psk from config_autoreg_tls order by autoreg_tlsid] 256315:20250703:121428.532 In dc_sync_settings() 256315:20250703:121428.532 In store_settings() 256315:20250703:121428.532 End of store_settings() 256315:20250703:121428.532 End of dc_sync_settings() 256315:20250703:121428.532 In DCsync_autoreg_config() 256315:20250703:121428.532 End of DCsync_autoreg_config() 256315:20250703:121428.532 In DCsync_autoreg_host() 256315:20250703:121428.532 End of DCsync_autoreg_host() 256315:20250703:121428.532 In dc_sync_proxy_group() 256315:20250703:121428.532 End of dc_sync_proxy_group() 256315:20250703:121428.532 query [txnlev:0] [select hostid,templateid from hosts_templates order by hostid] 256315:20250703:121428.533 query [txnlev:0] [select globalmacroid,macro,value,type from globalmacro] 256315:20250703:121428.533 query [txnlev:0] [select hostmacroid,hostid,macro,value,type from hostmacro] 256315:20250703:121428.538 In DCsync_host_tags() 256315:20250703:121428.538 End of DCsync_host_tags() 256315:20250703:121428.538 query [txnlev:0] [select hostid,inventory_mode,type,type_full,name,alias,os,os_full,os_short,serialno_a,serialno_b,tag,asset_tag,macaddress_a,macaddress_b,hardware,hardware_full,software,software_full,software_app_a,software_app_b,software_app_c,software_app_d,software_app_e,contact,location,location_lat,location_lon,notes,chassis,model,hw_arch,vendor,contract_number,installer_name,deployment_status,url_a,url_b,url_c,host_networks,host_netmask,host_router,oob_ip,oob_netmask,oob_router,date_hw_purchase,date_hw_install,date_hw_expiry,date_hw_decomm,site_address_a,site_address_b,site_address_c,site_city,site_state,site_country,site_zip,site_rack,site_notes,poc_1_name,poc_1_email,poc_1_phone_a,poc_1_phone_b,poc_1_cell,poc_1_screen,poc_1_notes,poc_2_name,poc_2_email,poc_2_phone_a,poc_2_phone_b,poc_2_cell,poc_2_screen,poc_2_notes from host_inventory] 256315:20250703:121428.538 query [txnlev:0] [select groupid,name from hstgrp where type=0] 256315:20250703:121428.539 query [txnlev:0] [select hg.groupid,hg.hostid from hosts_groups hg,hosts h where hg.hostid=h.hostid and h.status in (0,1) and h.flags&2=0 order by hg.groupid] 256315:20250703:121428.540 query [txnlev:0] [select maintenanceid,maintenance_type,active_since,active_till,tags_evaltype from maintenances] 256315:20250703:121428.540 query [txnlev:0] [select maintenancetagid,maintenanceid,operator,tag,value from maintenance_tag] 256315:20250703:121428.540 query [txnlev:0] [select t.timeperiodid,t.timeperiod_type,t.every,t.month,t.dayofweek,t.day,t.start_time,t.period,t.start_date,m.maintenanceid from maintenances_windows m,timeperiods t where t.timeperiodid=m.timeperiodid] 256315:20250703:121428.541 query [txnlev:0] [select maintenanceid,groupid from maintenances_groups order by maintenanceid] 256315:20250703:121428.541 query [txnlev:0] [select maintenanceid,hostid from maintenances_hosts order by maintenanceid] 256315:20250703:121428.541 In DCsync_proxies() 256315:20250703:121428.541 End of DCsync_proxies() 256315:20250703:121428.541 In DCsync_hosts() 256315:20250703:121428.541 End of DCsync_hosts() 256315:20250703:121428.541 In DCsync_host_inventory() 256315:20250703:121428.541 End of DCsync_host_inventory() 256315:20250703:121428.541 In DCsync_hostgroups() 256315:20250703:121428.541 End of DCsync_hostgroups() 256315:20250703:121428.541 In DCsync_hostgroup_hosts() 256315:20250703:121428.541 End of DCsync_hostgroup_hosts() 256315:20250703:121428.541 In DCsync_maintenances() 256315:20250703:121428.541 End of DCsync_maintenances() 256315:20250703:121428.541 In DCsync_maintenance_tags() 256315:20250703:121428.541 End of DCsync_maintenance_tags() 256315:20250703:121428.541 In DCsync_maintenance_groups() 256315:20250703:121428.541 End of DCsync_maintenance_groups() 256315:20250703:121428.541 In DCsync_maintenance_hosts() 256315:20250703:121428.541 End of DCsync_maintenance_hosts() 256315:20250703:121428.541 In DCsync_maintenance_periods() 256315:20250703:121428.541 End of DCsync_maintenance_periods() 256315:20250703:121428.541 In DCsync_connectors() 256315:20250703:121428.541 End of DCsync_connectors() 256315:20250703:121428.541 In DCsync_connector_tags() 256315:20250703:121428.541 End of DCsync_connector_tags() 256315:20250703:121428.541 In dc_sync_host_proxy() 256315:20250703:121428.541 End of dc_sync_host_proxy() 256315:20250703:121428.541 query [txnlev:0] [select i.interfaceid,i.hostid,i.type,i.main,i.useip,i.ip,i.dns,i.port,i.available,i.disable_until,i.error,i.errors_from,s.version,s.bulk,s.community,s.securityname,s.securitylevel,s.authpassphrase,s.privpassphrase,s.authprotocol,s.privprotocol,s.contextname,s.max_repetitions from interface i left join interface_snmp s on i.interfaceid=s.interfaceid] 256315:20250703:121428.541 query [txnlev:0] [select itemid,parent_itemid from item_discovery] 256315:20250703:121428.546 query [txnlev:0] [select p.item_parameterid,p.itemid,p.name,p.value,i.hostid from item_parameter p,items i,hosts h where p.itemid=i.itemid and i.hostid=h.hostid and h.status in (0,1) and i.flags&2=0 order by p.itemid] 256315:20250703:121428.552 In DCsync_interfaces() 256315:20250703:121428.552 End of DCsync_interfaces() 256315:20250703:121428.552 In DCsync_items() 256315:20250703:121428.552 End of DCsync_items() 256315:20250703:121428.552 In DCsync_item_discovery() 256315:20250703:121428.552 End of DCsync_item_discovery() 256315:20250703:121428.552 In DCsync_item_preproc() 256315:20250703:121428.552 End of DCsync_item_preproc() 256315:20250703:121428.552 In DCsync_items_param() 256315:20250703:121428.552 End of DCsync_items_param() 256315:20250703:121428.552 In DCsync_functions() 256315:20250703:121428.552 End of DCsync_functions() 256315:20250703:121428.552 query [txnlev:0] [select triggerid_down,triggerid_up from trigger_depends] 256315:20250703:121428.554 query [txnlev:0] [select r.name,e.expressionid,e.expression,e.expression_type,e.exp_delimiter,e.case_sensitive from regexps r,expressions e where r.regexpid=e.regexpid] 256315:20250703:121428.554 query [txnlev:0] [select actionid,eventsource,evaltype,formula from actions where eventsource<>4 and status=0] 256315:20250703:121428.555 query [txnlev:0] [select a.actionid,o.recovery from actions a left join operations o on a.actionid=o.actionid where a.status=0 group by a.actionid,o.recovery order by a.actionid] 256315:20250703:121428.556 query [txnlev:0] [select c.conditionid,c.actionid,c.conditiontype,c.operator,c.value,c.value2 from conditions c,actions a where c.actionid=a.actionid and a.status=0] 256315:20250703:121428.557 query [txnlev:0] [select correlationid,name,evaltype,formula from correlation where status=0] 256315:20250703:121428.558 query [txnlev:0] [select cc.corr_conditionid,cc.correlationid,cc.type,cct.tag,cctv.tag,cctv.value,cctv.operator, ccg.groupid,ccg.operator,cctp.oldtag,cctp.newtag from correlation c,corr_condition cc left join corr_condition_tag cct on cct.corr_conditionid=cc.corr_conditionid left join corr_condition_tagvalue cctv on cctv.corr_conditionid=cc.corr_conditionid left join corr_condition_group ccg on ccg.corr_conditionid=cc.corr_conditionid left join corr_condition_tagpair cctp on cctp.corr_conditionid=cc.corr_conditionid where c.correlationid=cc.correlationid and c.status=0] 256315:20250703:121428.558 query [txnlev:0] [select co.corr_operationid,co.correlationid,co.type from correlation c,corr_operation co where c.correlationid=co.correlationid and c.status=0] 256315:20250703:121428.560 In DCsync_triggers() 256315:20250703:121428.560 End of DCsync_triggers() 256315:20250703:121428.560 In DCsync_trigdeps() 256315:20250703:121428.560 End of DCsync_trigdeps() 256315:20250703:121428.560 In DCsync_expressions() 256315:20250703:121428.560 End of DCsync_expressions() 256315:20250703:121428.560 In DCsync_actions() 256315:20250703:121428.560 End of DCsync_actions() 256315:20250703:121428.560 In DCsync_action_ops() 256315:20250703:121428.560 End of DCsync_action_ops() 256315:20250703:121428.560 In DCsync_action_conditions() 256315:20250703:121428.560 End of DCsync_action_conditions() 256315:20250703:121428.560 In DCsync_trigger_tags() 256315:20250703:121428.560 End of DCsync_trigger_tags() 256315:20250703:121428.560 In DCsync_item_tags() 256315:20250703:121428.560 End of DCsync_item_tags() 256315:20250703:121428.560 In DCsync_correlations() 256315:20250703:121428.560 End of DCsync_correlations() 256315:20250703:121428.560 In DCsync_corr_conditions() 256315:20250703:121428.560 End of DCsync_corr_conditions() 256315:20250703:121428.560 In DCsync_corr_operations() 256315:20250703:121428.560 End of DCsync_corr_operations() 256315:20250703:121428.560 In dc_sync_drules() 256315:20250703:121428.560 End of dc_sync_drules() 256315:20250703:121428.560 In dc_sync_dchecks() 256315:20250703:121428.560 End of dc_sync_dchecks() 256315:20250703:121428.560 In dc_sync_httptests() 256315:20250703:121428.560 End of dc_sync_httptests() 256315:20250703:121428.560 In dc_sync_httptest_fields() 256315:20250703:121428.560 End of dc_sync_httptest_fields() 256315:20250703:121428.560 In dc_sync_httpsteps() 256315:20250703:121428.560 End of dc_sync_httpsteps() 256315:20250703:121428.560 In dc_sync_httpstep_fields() 256315:20250703:121428.560 End of dc_sync_httpstep_fields() 256315:20250703:121428.560 zbx_dc_sync_configuration() changelog : sql:0.001567 sec (0 records) 256315:20250703:121428.560 zbx_dc_sync_configuration() reindex : 0.000000 sec 0 bytes. 256315:20250703:121428.560 zbx_dc_sync_configuration() proxy_group: sql:0.000004 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121428.560 zbx_dc_sync_configuration() hosts: sql:0.000001 sync:0.000001 sec 0 bytes (0/0/0). 256315:20250703:121428.560 zbx_dc_sync_configuration() host_proxy: sql:0.000000 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121428.560 zbx_dc_sync_configuration() items: sql:0.000002 sync:0.000002 sec 0 bytes (0/0/0). 256315:20250703:121428.560 zbx_dc_sync_configuration() triggers: sql:0.000002 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121428.560 zbx_dc_sync_configuration() functions: sql:0.000004 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121428.560 zbx_dc_sync_configuration() trigger_tag: sql:0.000002 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121428.560 zbx_dc_sync_configuration() item_tag: sql:0.000000 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121428.560 zbx_dc_sync_configuration() host_tag: sql:0.000002 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121428.560 zbx_dc_sync_configuration() item_preproc: sql:0.000004 sync:0.000001 sec 0 bytes (0/0/0). 256315:20250703:121428.560 zbx_dc_sync_configuration() drules: sql:0.000001 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121428.560 zbx_dc_sync_configuration() dchecks: sql:0.000001 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121428.560 zbx_dc_sync_configuration() httptest: sql:0.000000 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121428.560 zbx_dc_sync_configuration() httptest_field: sql:0.000001 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121428.560 zbx_dc_sync_configuration() httpstep: sql:0.000000 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121428.560 zbx_dc_sync_configuration() httpstep_field: sql:0.000000 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121428.560 zbx_dc_sync_configuration() connector: sql:0.000001 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121428.560 zbx_dc_sync_configuration() connector_tag: sql:0.000000 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121428.560 zbx_dc_sync_configuration() proxy: sql:0.000002 sync:0.000001 sec 0 bytes (0/0/0). 256315:20250703:121428.560 zbx_dc_sync_configuration() settings: sql:0.001050 sync:0.000095 sec 0 bytes (47/0/0). 256315:20250703:121428.560 zbx_dc_sync_configuration() config_autoreg_tls: sql:0.000621 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121428.560 zbx_dc_sync_configuration() autoreg_host: sql:0.000000 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121428.560 zbx_dc_sync_configuration() host_inventory: sql:0.000414 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121428.560 zbx_dc_sync_configuration() hosts_templates: sql:0.001090 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121428.560 zbx_dc_sync_configuration() globalmacro: sql:0.000183 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121428.560 zbx_dc_sync_configuration() hostmacro: sql:0.004648 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121428.560 zbx_dc_sync_configuration() interface: sql:0.000200 sync:0.000010 sec 0 bytes (25/0/0). 256315:20250703:121428.560 zbx_dc_sync_configuration() item_discovery: sql:0.005065 sync:0.000094 sec 0 bytes (7580/0/0). 256315:20250703:121428.560 zbx_dc_sync_configuration() trigger_depends: sql:0.001608 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121428.560 zbx_dc_sync_configuration() regexps: sql:0.000593 sync:0.000002 sec 0 bytes (0/0/0). 256315:20250703:121428.560 zbx_dc_sync_configuration() actions: sql:0.000640 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121428.560 zbx_dc_sync_configuration() operations: sql:0.000739 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121428.560 zbx_dc_sync_configuration() conditions: sql:0.001191 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121428.560 zbx_dc_sync_configuration() correlation: sql:0.000699 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121428.560 zbx_dc_sync_configuration() corr_condition: sql:0.000627 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121428.560 zbx_dc_sync_configuration() corr_operation: sql:0.001559 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121428.560 zbx_dc_sync_configuration() hstgrp: sql:0.000774 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121428.560 zbx_dc_sync_configuration() hosts_groups: sql:0.000626 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121428.560 zbx_dc_sync_configuration() item_parameter: sql:0.005402 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121428.561 zbx_dc_sync_configuration() maintenances: sql:0.000258 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121428.561 zbx_dc_sync_configuration() maintenances_windows: sql:0.000669 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121428.561 zbx_dc_sync_configuration() maintenance_tag: sql:0.000205 sync:0.000001 sec 0 bytes (0/0/0). 256315:20250703:121428.561 zbx_dc_sync_configuration() maintenances_groups: sql:0.000152 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121428.561 zbx_dc_sync_configuration() maintenances_hosts: sql:0.000059 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121428.561 zbx_dc_sync_configuration() total sql : 0.029104 sec. 256315:20250703:121428.561 zbx_dc_sync_configuration() total sync : 0.000211 sec. 256315:20250703:121428.561 zbx_dc_sync_configuration() total memory difference: 0 bytes. 256315:20250703:121428.561 zbx_dc_sync_configuration() proxies : 0 (0 slots) 256315:20250703:121428.561 zbx_dc_sync_configuration() proxies_p : 0 (0 slots) 256315:20250703:121428.561 zbx_dc_sync_configuration() hosts : 9 (17 slots) 256315:20250703:121428.561 zbx_dc_sync_configuration() hosts_h : 9 (17 slots) 256315:20250703:121428.561 zbx_dc_sync_configuration() autoreg_hosts: 0 (11 slots) 256315:20250703:121428.561 zbx_dc_sync_configuration() psks : 0 (0 slots) 256315:20250703:121428.561 zbx_dc_sync_configuration() ipmihosts : 0 (0 slots) 256315:20250703:121428.561 zbx_dc_sync_configuration() host_invent: 2 (11 slots) 256315:20250703:121428.561 zbx_dc_sync_configuration() glob macros: 1 (11 slots) 256315:20250703:121428.561 zbx_dc_sync_configuration() host macros: 6364 (9029 slots) 256315:20250703:121428.561 zbx_dc_sync_configuration() kvs_paths : 0 256315:20250703:121428.561 zbx_dc_sync_configuration() interfaces : 3 (11 slots) 256315:20250703:121428.561 zbx_dc_sync_configuration() interfaces_snmp : 0 (0 slots) 256315:20250703:121428.561 zbx_dc_sync_configuration() interfac_ht: 3 (11 slots) 256315:20250703:121428.561 zbx_dc_sync_configuration() if_snmpitms: 0 (0 slots) 256315:20250703:121428.561 zbx_dc_sync_configuration() if_snmpaddr: 0 (0 slots) 256315:20250703:121428.561 zbx_dc_sync_configuration() item_discovery : 51 (15259 slots) 256315:20250703:121428.561 zbx_dc_sync_configuration() items : 214 (35969 slots) 256315:20250703:121428.561 zbx_dc_sync_configuration() items_hk : 214 (35969 slots) 256315:20250703:121428.561 zbx_dc_sync_configuration() template_items : 17773 (30509 slots) 256315:20250703:121428.561 zbx_dc_sync_configuration() preprocitems: 138 (45767 slots) 256315:20250703:121428.561 zbx_dc_sync_configuration() item_tag_links: 204 (56237 slots) 256315:20250703:121428.561 zbx_dc_sync_configuration() functions : 121 (21341 slots) 256315:20250703:121428.561 zbx_dc_sync_configuration() triggers : 6840 (13679 slots) 256315:20250703:121428.561 zbx_dc_sync_configuration() trigdeps : 2748 (4007 slots) 256315:20250703:121428.561 zbx_dc_sync_configuration() trig. tags : 8671 (13553 slots) 256315:20250703:121428.561 zbx_dc_sync_configuration() expressions: 10 (17 slots) 256315:20250703:121428.561 zbx_dc_sync_configuration() actions : 0 (0 slots) 256315:20250703:121428.561 zbx_dc_sync_configuration() conditions : 0 (0 slots) 256315:20250703:121428.561 zbx_dc_sync_configuration() corr. : 0 (0 slots) 256315:20250703:121428.561 zbx_dc_sync_configuration() corr. conds: 0 (0 slots) 256315:20250703:121428.561 zbx_dc_sync_configuration() corr. ops : 0 (0 slots) 256315:20250703:121428.561 zbx_dc_sync_configuration() hgroups : 7 (11 slots) 256315:20250703:121428.561 zbx_dc_sync_configuration() item procs : 138 (45767 slots) 256315:20250703:121428.561 zbx_dc_sync_configuration() maintenance: 0 (0 slots) 256315:20250703:121428.561 zbx_dc_sync_configuration() maint tags : 0 (0 slots) 256315:20250703:121428.561 zbx_dc_sync_configuration() maint time : 0 (0 slots) 256315:20250703:121428.561 zbx_dc_sync_configuration() drules : 1 (11 slots) 256315:20250703:121428.561 zbx_dc_sync_configuration() dchecks : 1 (11 slots) 256315:20250703:121428.561 zbx_dc_sync_configuration() httptests : 0 (0 slots) 256315:20250703:121428.561 zbx_dc_sync_configuration() httptestfld: 0 (0 slots) 256315:20250703:121428.561 zbx_dc_sync_configuration() httpsteps : 0 (0 slots) 256315:20250703:121428.561 zbx_dc_sync_configuration() httpstepfld: 0 (0 slots) 256315:20250703:121428.561 zbx_dc_sync_configuration() connector: 0 (0 slots) 256315:20250703:121428.561 zbx_dc_sync_configuration() connector tags : 0 (0 slots) 256315:20250703:121428.561 zbx_dc_sync_configuration() proxy groups : 0 (0 slots) 256315:20250703:121428.561 zbx_dc_sync_configuration() host proxy : 0 (0 slots) 256315:20250703:121428.561 zbx_dc_sync_configuration() queue[0] : 0 (0 allocated) 256315:20250703:121428.561 zbx_dc_sync_configuration() queue[1] : 0 (0 allocated) 256315:20250703:121428.561 zbx_dc_sync_configuration() queue[2] : 0 (0 allocated) 256315:20250703:121428.561 zbx_dc_sync_configuration() queue[3] : 0 (0 allocated) 256315:20250703:121428.561 zbx_dc_sync_configuration() queue[4] : 0 (0 allocated) 256315:20250703:121428.561 zbx_dc_sync_configuration() queue[5] : 0 (0 allocated) 256315:20250703:121428.561 zbx_dc_sync_configuration() queue[6] : 0 (0 allocated) 256315:20250703:121428.561 zbx_dc_sync_configuration() queue[7] : 0 (0 allocated) 256315:20250703:121428.561 zbx_dc_sync_configuration() queue[8] : 0 (0 allocated) 256315:20250703:121428.561 zbx_dc_sync_configuration() queue[9] : 0 (0 allocated) 256315:20250703:121428.561 zbx_dc_sync_configuration() queue[10] : 0 (0 allocated) 256315:20250703:121428.561 zbx_dc_sync_configuration() queue[11] : 0 (0 allocated) 256315:20250703:121428.561 zbx_dc_sync_configuration() pqueue : 0 (0 allocated) 256315:20250703:121428.561 zbx_dc_sync_configuration() timer queue: 0 (0 allocated) 256315:20250703:121428.561 zbx_dc_sync_configuration() changelog : 925 256315:20250703:121428.561 zbx_dc_sync_configuration() configfree : 76.109385% 256315:20250703:121428.561 zbx_dc_sync_configuration() strings : 9548 (13553 slots) 256315:20250703:121428.561 === memory statistics for configuration cache === 256315:20250703:121428.561 free chunks of size >= 256 bytes: 1 256315:20250703:121428.561 min chunk size: 25538072 bytes 256315:20250703:121428.561 max chunk size: 25538072 bytes 256315:20250703:121428.561 memory of total size 32402528 bytes fragmented into 71971 chunks 256315:20250703:121428.561 of those, 25538072 bytes are in 1 free chunks 256315:20250703:121428.561 of those, 6864456 bytes are in 71970 used chunks 256315:20250703:121428.561 of those, 1151520 bytes are used by allocation overhead 256315:20250703:121428.561 ================================ 256315:20250703:121428.561 zbx_dbsync_env_flush_changelog() changelog : 925 (1181 slots) 256315:20250703:121428.561 End of zbx_dc_sync_configuration() 256315:20250703:121428.562 In zbx_dc_sync_kvs_paths() 256315:20250703:121428.562 End of zbx_dc_sync_kvs_paths() 256315:20250703:121428.562 In zbx_dc_config_get_hostids_by_revision() 256315:20250703:121428.562 End of zbx_dc_config_get_hostids_by_revision() 256315:20250703:121428.562 In zbx_dc_update_interfaces_availability() 256315:20250703:121428.562 In zbx_dc_reset_interfaces_availability() 256315:20250703:121428.562 End of zbx_dc_reset_interfaces_availability() interfaces:0 256315:20250703:121428.562 End of zbx_dc_update_interfaces_availability() 256315:20250703:121428.562 zbx_setproctitle() title:'configuration syncer [synced configuration in 0.033262 sec, idle 10 sec]' 256315:20250703:121428.562 In zbx_ipc_async_socket_recv() timeout:10 256352:20250703:121428.583 End of zbx_ipc_service_recv():2 256352:20250703:121428.583 In zbx_timekeeper_collect() 256352:20250703:121428.583 End of zbx_timekeeper_collect() 256352:20250703:121428.583 In process_results() del_druleids:0 256352:20250703:121428.583 process_results() results=0 checks:0/0 del_druleids=0 incomplete_druleids=0 256352:20250703:121428.583 End of process_results() ret:0 256352:20250703:121428.583 zbx_setproctitle() title:'discovery manager #1 [processing 0 rules, 0 unsaved checks]' 256352:20250703:121428.583 In process_discovery() 256352:20250703:121428.583 End of process_discovery() rule_count:0 nextcheck:-1 256352:20250703:121428.583 In zbx_ipc_service_recv() timeout:5.000 256343:20250703:121428.621 End of zbx_ipc_service_recv():2 256343:20250703:121428.621 In zbx_pp_manager_process_finished() 256343:20250703:121428.621 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121428.621 In zbx_ipc_service_recv() timeout:0.500 256421:20250703:121428.637 End of zbx_ipc_service_recv():2 256421:20250703:121428.637 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121428.640 End of zbx_ipc_async_socket_recv():0 256407:20250703:121428.640 In zbx_ipc_async_socket_send() 256407:20250703:121428.640 In zbx_ipc_client_send() clientid:0 256407:20250703:121428.640 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121428.640 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121428.640 In am_db_update_watchdog() 256407:20250703:121428.640 query [txnlev:0] [select m.mediaid,m.mediatypeid,m.sendto from media m,users_groups u,media_type mt where m.userid=u.userid and u.usrgrpid=7 and m.mediatypeid=mt.mediatypeid and m.active=0 and mt.status=0 and mt.type<>4] 256339:20250703:121428.640 End of zbx_ipc_service_recv():1 256339:20250703:121428.640 In am_flush_results() results:0 256339:20250703:121428.640 In zbx_ipc_client_send() clientid:8 256339:20250703:121428.640 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121428.640 End of am_flush_results() 256339:20250703:121428.640 zbx_setproctitle() title:'alert manager #1 [sent 0, failed 0 alerts, idle 5.023720 sec during 5.024618 sec]' 256339:20250703:121428.640 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121428.642 End of am_db_update_watchdog() recipients:0 256407:20250703:121428.642 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.001871 sec, idle 1 sec]' 256407:20250703:121428.642 In zbx_ipc_async_socket_recv() timeout:1 256407:20250703:121428.642 End of zbx_ipc_async_socket_recv():0 256407:20250703:121428.642 In am_db_flush_results() 256407:20250703:121428.642 End of am_db_flush_results() flushed:0 256407:20250703:121428.642 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000009 sec, idle 1 sec]' 256407:20250703:121428.642 In zbx_ipc_async_socket_recv() timeout:1 256413:20250703:121428.686 End of zbx_ipc_service_recv():2 256413:20250703:121428.686 zbx_setproctitle() title:'availability manager #1 [queued 0, processed 0 values, idle 5.020624 sec during 5.020641 sec]' 256413:20250703:121428.686 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121429.001 End of zbx_ipc_service_recv():2 256312:20250703:121429.001 In zbx_ipc_async_socket_send() 256312:20250703:121429.001 In zbx_ipc_client_send() clientid:0 256312:20250703:121429.001 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121429.001 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121429.001 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121429.001 End of zbx_ipc_async_socket_flush():0 256312:20250703:121429.001 In zbx_ipc_service_recv() timeout:0.992 256302:20250703:121429.001 End of zbx_ipc_service_recv():1 256302:20250703:121429.001 In zbx_ha_dispatch_message() 256302:20250703:121429.001 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121429.001 In zbx_ipc_service_recv() timeout:1.000 256344:20250703:121429.069 End of zbx_ipc_service_recv():2 256344:20250703:121429.069 zbx_setproctitle() title:'lld manager #1 [processed 0 LLD rules, idle 5.032916sec during 5.032931 sec]' 256344:20250703:121429.069 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121429.125 End of zbx_ipc_service_recv():2 256343:20250703:121429.125 In zbx_pp_manager_process_finished() 256343:20250703:121429.125 In zbx_timekeeper_collect() 256343:20250703:121429.125 End of zbx_timekeeper_collect() 256343:20250703:121429.125 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121429.125 zbx_setproctitle() title:'preprocessing manager #1 [queued 0, processed 0 values, idle 5.044691 sec during 5.044942 sec]' 256343:20250703:121429.125 In zbx_ipc_service_recv() timeout:0.500 256314:20250703:121429.234 End of zbx_ipc_service_recv():2 256314:20250703:121429.234 In zbx_ipc_service_recv() timeout:1.000 256418:20250703:121429.340 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121429.340 End of zbx_ipc_async_socket_recv():0 256418:20250703:121429.340 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121429.340 End of zbx_dc_config_get_poller_items():0 256418:20250703:121429.340 queue processing_num:0 pending:0 256416:20250703:121429.350 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121429.350 End of zbx_ipc_async_socket_recv():0 256416:20250703:121429.350 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121429.350 End of zbx_dc_config_get_poller_items():0 256416:20250703:121429.350 queue processing_num:0 pending:0 256417:20250703:121429.350 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121429.350 End of zbx_ipc_async_socket_recv():0 256417:20250703:121429.350 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121429.350 End of zbx_dc_config_get_poller_items():0 256417:20250703:121429.350 queue processing_num:0 pending:0 256372:20250703:121429.436 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121429.436 In collect_selfmon_stats() 256372:20250703:121429.436 In zbx_timekeeper_collect() 256372:20250703:121429.436 End of zbx_timekeeper_collect() 256372:20250703:121429.436 End of collect_selfmon_stats() 256372:20250703:121429.436 zbx_setproctitle() title:'self-monitoring [processed data in 0.000146 sec, idle 1 sec]' 256355:20250703:121429.524 End of zbx_ipc_async_socket_recv():0 256355:20250703:121429.524 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000017 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121429.524 In zbx_sync_history_cache() history_num:0 256355:20250703:121429.524 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000034 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121429.524 In zbx_ipc_async_socket_recv() timeout:1 256357:20250703:121429.524 End of zbx_ipc_async_socket_recv():0 256357:20250703:121429.524 zbx_setproctitle() title:'escalator #1 [processed 0 escalations in 0.000822 sec, processing escalations]' 256357:20250703:121429.524 In process_escalations() 256357:20250703:121429.524 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is not null and nextcheck<=1751534072 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256419:20250703:121429.524 End of zbx_ipc_service_recv():2 256419:20250703:121429.524 In zbx_ipc_service_recv() timeout:1.000 256353:20250703:121429.524 End of zbx_ipc_async_socket_recv():0 256353:20250703:121429.524 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000022 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121429.524 In zbx_sync_history_cache() history_num:0 256353:20250703:121429.524 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000016 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121429.524 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121429.524 End of zbx_ipc_async_socket_recv():0 256354:20250703:121429.524 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000102 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121429.524 In zbx_sync_history_cache() history_num:0 256354:20250703:121429.524 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000013 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121429.524 In zbx_ipc_async_socket_recv() timeout:1 256356:20250703:121429.524 End of zbx_ipc_async_socket_recv():0 256356:20250703:121429.524 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000029 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121429.524 In zbx_sync_history_cache() history_num:0 256356:20250703:121429.524 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000012 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121429.524 In zbx_ipc_async_socket_recv() timeout:1 256357:20250703:121429.526 End of process_escalations() 256357:20250703:121429.526 In process_escalations() 256357:20250703:121429.526 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is not null and nextcheck<=1751534072 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121429.526 End of process_escalations() 256357:20250703:121429.526 In process_escalations() 256357:20250703:121429.526 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is null and serviceid is not null and nextcheck<=1751534072 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121429.527 End of process_escalations() 256357:20250703:121429.527 In process_escalations() 256357:20250703:121429.527 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is null and serviceid is null and nextcheck<=1751534072 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121429.527 End of process_escalations() 256357:20250703:121429.527 zbx_setproctitle() title:'escalator #1 [processed 0 escalations in 0.003528 sec, idle 3 sec]' 256357:20250703:121429.527 In zbx_ipc_async_socket_recv() timeout:3 256343:20250703:121429.628 End of zbx_ipc_service_recv():2 256343:20250703:121429.628 In zbx_pp_manager_process_finished() 256343:20250703:121429.628 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121429.628 In zbx_ipc_service_recv() timeout:0.500 256421:20250703:121429.641 End of zbx_ipc_service_recv():2 256421:20250703:121429.641 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121429.644 End of zbx_ipc_service_recv():2 256339:20250703:121429.644 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121429.644 End of zbx_ipc_async_socket_recv():0 256407:20250703:121429.644 In zbx_ipc_async_socket_send() 256407:20250703:121429.644 In zbx_ipc_client_send() clientid:0 256407:20250703:121429.644 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121429.644 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121429.644 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000021 sec, idle 1 sec]' 256407:20250703:121429.644 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121429.644 End of zbx_ipc_service_recv():1 256339:20250703:121429.644 In am_flush_results() results:0 256339:20250703:121429.644 In zbx_ipc_client_send() clientid:8 256339:20250703:121429.644 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121429.644 End of am_flush_results() 256339:20250703:121429.644 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121429.644 End of zbx_ipc_async_socket_recv():0 256407:20250703:121429.644 In am_db_flush_results() 256407:20250703:121429.644 End of am_db_flush_results() flushed:0 256407:20250703:121429.644 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000009 sec, idle 1 sec]' 256407:20250703:121429.644 In zbx_ipc_async_socket_recv() timeout:1 256413:20250703:121429.688 End of zbx_ipc_service_recv():2 256413:20250703:121429.688 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121429.996 End of zbx_ipc_service_recv():2 256312:20250703:121429.996 In zbx_ipc_async_socket_send() 256312:20250703:121429.996 In zbx_ipc_client_send() clientid:0 256312:20250703:121429.996 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121429.996 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121429.996 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121429.996 End of zbx_ipc_async_socket_flush():0 256312:20250703:121429.996 In zbx_ipc_service_recv() timeout:0.998 256302:20250703:121429.996 End of zbx_ipc_service_recv():1 256302:20250703:121429.996 In zbx_ha_dispatch_message() 256302:20250703:121429.996 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121429.996 In zbx_ipc_service_recv() timeout:1.000 256344:20250703:121430.073 End of zbx_ipc_service_recv():2 256344:20250703:121430.073 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121430.133 End of zbx_ipc_service_recv():2 256343:20250703:121430.134 In zbx_pp_manager_process_finished() 256343:20250703:121430.134 In zbx_timekeeper_collect() 256343:20250703:121430.134 End of zbx_timekeeper_collect() 256343:20250703:121430.134 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121430.134 In zbx_ipc_service_recv() timeout:0.500 256314:20250703:121430.236 End of zbx_ipc_service_recv():2 256314:20250703:121430.236 In zbx_ipc_service_recv() timeout:1.000 256418:20250703:121430.340 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121430.340 End of zbx_ipc_async_socket_recv():0 256418:20250703:121430.340 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121430.340 End of zbx_dc_config_get_poller_items():0 256418:20250703:121430.340 queue processing_num:0 pending:0 256416:20250703:121430.352 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121430.352 End of zbx_ipc_async_socket_recv():0 256417:20250703:121430.352 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121430.352 End of zbx_ipc_async_socket_recv():0 256417:20250703:121430.352 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121430.352 End of zbx_dc_config_get_poller_items():0 256417:20250703:121430.352 queue processing_num:0 pending:0 256416:20250703:121430.352 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121430.352 End of zbx_dc_config_get_poller_items():0 256416:20250703:121430.352 queue processing_num:0 pending:0 256405:20250703:121430.397 zbx_setproctitle() title:'trapper #5 [processing data]' 256405:20250703:121430.398 In zbx_ipc_async_socket_recv() timeout:0 256405:20250703:121430.398 End of zbx_ipc_async_socket_recv():0 256405:20250703:121430.398 trapper got '{"request":"sender data","data":[{"host":"test2","key":"trap","value":"{\"data\":[{\"level_0\":\"02\"}]}"}],"clock":1751534070,"ns":397940875}' 256405:20250703:121430.398 In recv_senderhistory() 256405:20250703:121430.398 log_client_timediff(): timestamp from json 1751534070 seconds and 397940875 nanosecond, delta time from json 0 seconds and 33075 nanosecond 256405:20250703:121430.398 In parse_history_data() 256405:20250703:121430.398 End of parse_history_data():SUCCEED processed:1/1 256405:20250703:121430.398 In zbx_process_history_data() 256405:20250703:121430.398 In zbx_preprocess_item_value() 256405:20250703:121430.398 End of zbx_preprocess_item_value() 256405:20250703:121430.398 In zbx_ipc_socket_open() 256405:20250703:121430.398 End of zbx_ipc_socket_open():SUCCEED 256405:20250703:121430.398 In zbx_ipc_socket_write() 256405:20250703:121430.398 End of zbx_ipc_socket_write():SUCCEED 256405:20250703:121430.398 End of zbx_process_history_data() processed:1 256405:20250703:121430.398 In zbx_send_response_json() 256405:20250703:121430.398 zbx_send_response_json() '{"response":"success","info":"processed: 1; failed: 0; total: 1; seconds spent: 0.000134"}' 256405:20250703:121430.398 End of zbx_send_response_json():SUCCEED 256405:20250703:121430.398 End of recv_senderhistory() 256405:20250703:121430.398 zbx_setproctitle() title:'trapper #5 [processed data in 0.000212 sec, waiting for connection]' 256343:20250703:121430.398 In ipc_service_accept() 256343:20250703:121430.398 In ipc_service_add_client() 256343:20250703:121430.398 End of ipc_service_add_client() clientid:7 256343:20250703:121430.398 End of ipc_service_accept() 256343:20250703:121430.398 End of zbx_ipc_service_recv():2 256343:20250703:121430.398 In zbx_pp_manager_process_finished() 256343:20250703:121430.398 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121430.398 In zbx_ipc_service_recv() timeout:0.500 256343:20250703:121430.398 End of zbx_ipc_service_recv():1 256343:20250703:121430.398 In preprocessor_add_request() 256343:20250703:121430.398 In preprocessor_sync_configuration() 256343:20250703:121430.398 End of preprocessor_sync_configuration() item config size:5 revision:3->6 256343:20250703:121430.398 In preproc_flush_value_server() 256343:20250703:121430.398 In zbx_ipc_socket_write() 256343:20250703:121430.398 End of zbx_ipc_socket_write():SUCCEED 256343:20250703:121430.398 End of preproc_flush_value_server() 256343:20250703:121430.398 End of preprocessor_add_request() 256343:20250703:121430.398 In zbx_pp_manager_process_finished() 256343:20250703:121430.398 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121430.398 In zbx_ipc_service_recv() timeout:0.000 256343:20250703:121430.398 End of zbx_ipc_service_recv():2 256343:20250703:121430.398 In zbx_pp_manager_process_finished() 256343:20250703:121430.398 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121430.398 In zbx_ipc_service_recv() timeout:0.500 256344:20250703:121430.398 End of zbx_ipc_service_recv():1 256344:20250703:121430.398 In lld_queue_request() 256344:20250703:121430.398 queuing discovery rule:59707 256344:20250703:121430.398 End of lld_queue_request() 256344:20250703:121430.398 In zbx_ipc_client_send() clientid:6 256344:20250703:121430.398 End of zbx_ipc_client_send():SUCCEED 256344:20250703:121430.398 In zbx_ipc_service_recv() timeout:1.000 256346:20250703:121430.399 End of zbx_ipc_socket_read():SUCCEED 256346:20250703:121430.399 In zbx_lld_macro_paths_get() 256346:20250703:121430.399 query [txnlev:0] [select lld_macro,path from lld_macro_path where itemid=59707] 256346:20250703:121430.402 End of zbx_lld_macro_paths_get():SUCCEED 256346:20250703:121430.402 In zbx_ipc_socket_write() 256344:20250703:121430.402 End of zbx_ipc_service_recv():1 256344:20250703:121430.402 In lld_process_next() 256344:20250703:121430.402 discovery rule:59707 duplicate check in progress, values:1 256344:20250703:121430.402 In zbx_ipc_client_send() clientid:6 256344:20250703:121430.402 End of zbx_ipc_client_send():SUCCEED 256344:20250703:121430.402 End of lld_process_next() 256344:20250703:121430.402 In zbx_ipc_service_recv() timeout:1.000 256346:20250703:121430.404 End of zbx_ipc_socket_write():SUCCEED 256346:20250703:121430.404 zbx_setproctitle() title:'lld worker #1 [processed 0 LLD rules, idle 51.961024 sec during 52.057719 sec]' 256346:20250703:121430.404 In zbx_ipc_socket_read() 256346:20250703:121430.404 End of zbx_ipc_socket_read():SUCCEED 256346:20250703:121430.404 In lld_process_discovery_rule() itemid:59707 256346:20250703:121430.404 query [txnlev:0] [select hostid,key_,evaltype,formula,lifetime_type,lifetime,enabled_lifetime_type,enabled_lifetime from items where itemid=59707] 256346:20250703:121430.405 In lld_filter_load() 256346:20250703:121430.405 query [txnlev:0] [select item_conditionid,macro,value,operator from item_condition where itemid=59707] 256346:20250703:121430.405 End of lld_filter_load():SUCCEED 256346:20250703:121430.405 In lld_overrides_load() 256346:20250703:121430.405 query [txnlev:1] [begin;] 256346:20250703:121430.405 query [txnlev:1] [select lld_overrideid,step,evaltype,formula,stop from lld_override where itemid=59707 order by lld_overrideid] 256346:20250703:121430.406 query [txnlev:1] [commit;] 256346:20250703:121430.406 End of lld_overrides_load():SUCCEED 256346:20250703:121430.406 query [txnlev:0] [select lld_macro,value from lld_macro_export where itemid=59707] 256346:20250703:121430.406 In lld_rows_get() 256346:20250703:121430.406 End of lld_rows_get():SUCCEED 256346:20250703:121430.406 In lld_update_items() 256346:20250703:121430.406 In lld_item_prototypes_get() 256346:20250703:121430.406 query [txnlev:0] [select i.itemid,i.name,i.key_,i.type,i.value_type,i.delay,i.history,i.trends,i.status,i.trapper_hosts,i.units,i.formula,i.logtimefmt,i.valuemapid,i.params,i.ipmi_sensor,i.snmp_oid,i.authtype,i.username,i.password,i.publickey,i.privatekey,i.description,i.interfaceid,i.jmx_endpoint,i.master_itemid,i.timeout,i.url,i.query_fields,i.posts,i.status_codes,i.follow_redirects,i.post_type,i.http_proxy,i.headers,i.retrieve_mode,i.request_method,i.output_format,i.ssl_cert_file,i.ssl_key_file,i.ssl_key_password,i.verify_peer,i.verify_host,i.allow_traps,i.discover,i.lifetime,i.lifetime_type,i.enabled_lifetime,i.enabled_lifetime_type,i.evaltype,i.flags from items i,item_discovery id where i.itemid=id.itemid and id.lldruleid=59707] 256346:20250703:121430.408 query [txnlev:0] [select itemid,step,type,params,error_handler,error_handler_params from item_preproc where itemid in (59708,59709)] 256346:20250703:121430.408 query [txnlev:0] [select itemid,name,value from item_parameter where itemid in (59708,59709)] 256346:20250703:121430.409 query [txnlev:0] [select itemid,tag,value from item_tag where itemid=59708] 256346:20250703:121430.409 query [txnlev:0] [select lld_macro_pathid,itemid,lld_macro,path from lld_macro_path where itemid=59709] 256346:20250703:121430.409 query [txnlev:0] [select item_conditionid,itemid,operator,macro,value from item_condition where itemid=59709] 256346:20250703:121430.409 query [txnlev:0] [select lld_overrideid,itemid,name,step,stop,evaltype,formula from lld_override where itemid=59709] 256346:20250703:121430.409 End of lld_item_prototypes_get():2 prototypes 256346:20250703:121430.409 query [txnlev:1] [begin;] 256346:20250703:121430.410 In lld_items_get() 256346:20250703:121430.410 query [txnlev:1] [select itemid,key_,lastcheck,status,ts_delete,ts_disable,disable_source,parent_itemid from item_discovery where parent_itemid in (59708,59709)] 256346:20250703:121430.410 query [txnlev:1] [select itemid,name,key_,type,value_type,delay,history,trends,trapper_hosts,units,formula,logtimefmt,valuemapid,params,ipmi_sensor,snmp_oid,authtype,username,password,publickey,privatekey,description,interfaceid,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,http_proxy,headers,retrieve_mode,request_method,output_format,ssl_cert_file,ssl_key_file,ssl_key_password,verify_peer,verify_host,allow_traps,status,lifetime,lifetime_type,enabled_lifetime,enabled_lifetime_type,evaltype,flags,discover from items where itemid in (59712,59713)] 256346:20250703:121430.410 query [txnlev:1] [select item_preprocid,itemid,step,type,params,error_handler,error_handler_params from item_preproc where itemid in (59712,59713)] 256346:20250703:121430.410 query [txnlev:1] [select item_parameterid,itemid,name,value from item_parameter where itemid in (59712,59713)] 256346:20250703:121430.410 query [txnlev:1] [select itemtagid,itemid,tag,value from item_tag where itemid=59712] 256346:20250703:121430.410 query [txnlev:1] [select lld_macro_pathid,itemid,lld_macro,path from lld_macro_path where itemid=59713] 256346:20250703:121430.410 query [txnlev:1] [select item_conditionid,itemid,operator,macro,value from item_condition where itemid=59713] 256346:20250703:121430.410 query [txnlev:1] [select lld_overrideid,itemid,name,step,stop,evaltype,formula from lld_override where itemid=59713] 256346:20250703:121430.410 End of lld_items_get() 256346:20250703:121430.410 query [txnlev:1] [commit;] 256346:20250703:121430.410 In lld_items_make() 256346:20250703:121430.410 In zbx_substitute_item_key_params(): data:trap0[{#L0}] 256346:20250703:121430.410 End of zbx_substitute_item_key_params() ret:SUCCEED 256346:20250703:121430.410 In zbx_substitute_item_key_params(): data:lld_trap[{#L0}] 256346:20250703:121430.410 End of zbx_substitute_item_key_params() ret:SUCCEED 256346:20250703:121430.410 In lld_item_make() 256346:20250703:121430.410 In lld_override_item() 256346:20250703:121430.410 End of lld_override_item() 256346:20250703:121430.410 In zbx_substitute_item_key_params(): data:trap0[{#L0}] 256346:20250703:121430.410 End of zbx_substitute_item_key_params() ret:SUCCEED 256346:20250703:121430.410 In zbx_substitute_macros_in_json_pairs() 256346:20250703:121430.410 End of zbx_substitute_macros_in_json_pairs():SUCCEED 256346:20250703:121430.410 End of lld_item_make() 256346:20250703:121430.410 In lld_item_make() 256346:20250703:121430.410 In lld_override_lldrule() 256346:20250703:121430.410 End of lld_override_lldrule() 256346:20250703:121430.410 In zbx_substitute_item_key_params(): data:lld_trap[{#L0}] 256346:20250703:121430.410 End of zbx_substitute_item_key_params() ret:SUCCEED 256346:20250703:121430.410 In zbx_substitute_macros_in_json_pairs() 256346:20250703:121430.410 End of zbx_substitute_macros_in_json_pairs():SUCCEED 256346:20250703:121430.410 End of lld_item_make() 256346:20250703:121430.410 End of lld_items_make():4 items 256346:20250703:121430.410 In lld_items_param_make() 256346:20250703:121430.410 In zbx_merge_item_params() old item parameters:0 new item parameters:0 256346:20250703:121430.410 End of zbx_merge_item_params() item parameter:0 256346:20250703:121430.410 In zbx_merge_item_params() old item parameters:0 new item parameters:0 256346:20250703:121430.411 End of zbx_merge_item_params() item parameter:0 256346:20250703:121430.411 End of lld_items_param_make() 256346:20250703:121430.411 In zbx_merge_tags() old_tags:0 new_tags:0 256346:20250703:121430.411 End of zbx_merge_tags() tags:0 256346:20250703:121430.411 In lld_link_dependent_items() 256346:20250703:121430.411 End of lld_link_dependent_items() 256346:20250703:121430.411 In lld_rule_macro_paths_make() 256346:20250703:121430.411 End of lld_rule_macro_paths_make() 256346:20250703:121430.411 In lld_rule_filters_make() 256346:20250703:121430.411 End of lld_rule_filters_make() 256346:20250703:121430.411 In lld_rule_overrides_make() 256346:20250703:121430.411 End of lld_rule_overrides_make() 256346:20250703:121430.411 In lld_items_validate() 256346:20250703:121430.411 query [txnlev:0] [select key_,itemid,flags from items where hostid=10853 and key_ in ('trap0[02]','lld_trap[02]')] 256346:20250703:121430.411 End of lld_items_validate() 256346:20250703:121430.411 query [txnlev:1] [begin;] 256346:20250703:121430.411 In lld_items_save() 256346:20250703:121430.411 In zbx_dbconn_lock_record() 256346:20250703:121430.411 query [txnlev:1] [select null from hosts where hostid=10853 for update] 256346:20250703:121430.412 End of zbx_dbconn_lock_record():SUCCEED 256346:20250703:121430.412 In zbx_dbconn_lock_records() 256346:20250703:121430.412 query [txnlev:1] [select null from items where itemid in (59708,59709) for update] 256346:20250703:121430.412 End of zbx_dbconn_lock_records():SUCCEED 256346:20250703:121430.412 In dbconn_get_nextid() tablename:'items' 256346:20250703:121430.412 query [txnlev:1] [select nextid from ids where table_name='items' and field_name='itemid'] 256346:20250703:121430.413 query [txnlev:1] [update ids set nextid=nextid+2 where table_name='items' and field_name='itemid'] 256346:20250703:121430.414 query [txnlev:1] [select nextid from ids where table_name='items' and field_name='itemid'] 256346:20250703:121430.415 End of dbconn_get_nextid():59716 table:'items' recid:'itemid' 256346:20250703:121430.415 In dbconn_get_nextid() tablename:'item_discovery' 256346:20250703:121430.415 query [txnlev:1] [select nextid from ids where table_name='item_discovery' and field_name='itemdiscoveryid'] 256346:20250703:121430.416 query [txnlev:1] [update ids set nextid=nextid+2 where table_name='item_discovery' and field_name='itemdiscoveryid'] 256346:20250703:121430.416 query [txnlev:1] [select nextid from ids where table_name='item_discovery' and field_name='itemdiscoveryid'] 256346:20250703:121430.417 End of dbconn_get_nextid():18316 table:'item_discovery' recid:'itemdiscoveryid' 256346:20250703:121430.417 query [txnlev:1] [insert into items (itemid,name,key_,hostid,type,value_type,delay,history,trends,status,trapper_hosts,units,formula,logtimefmt,valuemapid,params,ipmi_sensor,snmp_oid,authtype,username,password,publickey,privatekey,description,interfaceid,flags,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,http_proxy,headers,retrieve_mode,request_method,output_format,ssl_cert_file,ssl_key_file,ssl_key_password,verify_peer,verify_host,allow_traps,lifetime,lifetime_type,enabled_lifetime,enabled_lifetime_type,evaltype,discover) values (59716,'Root level item prototype','trap0[02]',10853,2,3,'0','31d','365d',0,'','','','',null,'','','',0,'','','','','',null,4,'',null,'','','','','200',1,0,'','',0,0,0,'','','',0,0,0,'7d',0,'0',2,0,0),(59717,'1st level LLD','lld_trap[02]',10853,23,4,'0','31d','365d',0,'','','','',null,'','','',0,'','','','','',null,5,'',null,'','','','','200',1,0,'','',0,0,0,'','','',0,0,0,'7d',0,'0',2,0,0);.] 256346:20250703:121430.419 query [txnlev:1] [insert into item_discovery (itemdiscoveryid,itemid,parent_itemid,key_,lastcheck,lldruleid) values (18316,59716,59708,'trap0[{#L0}]',1751534070,null),(18317,59717,59709,'lld_trap[{#L0}]',1751534070,null);.] 256346:20250703:121430.420 query [txnlev:1] [insert into item_rtname (itemid,name_resolved,name_resolved_upper) values (59716,'Root level item prototype',upper('Root level item prototype'));.] 256346:20250703:121430.420 query [txnlev:1] [insert into item_rtdata (itemid) values (59716),(59717);.] 256346:20250703:121430.421 End of lld_items_save() 256346:20250703:121430.421 In lld_items_param_save() 256346:20250703:121430.421 End of lld_items_param_save() added:0 updated:0 removed:0 256346:20250703:121430.421 In lld_items_preproc_save() 256346:20250703:121430.421 In dbconn_get_nextid() tablename:'item_preproc' 256346:20250703:121430.421 query [txnlev:1] [select nextid from ids where table_name='item_preproc' and field_name='item_preprocid'] 256346:20250703:121430.422 query [txnlev:1] [update ids set nextid=nextid+1 where table_name='item_preproc' and field_name='item_preprocid'] 256346:20250703:121430.425 query [txnlev:1] [select nextid from ids where table_name='item_preproc' and field_name='item_preprocid'] 256346:20250703:121430.425 End of dbconn_get_nextid():117943 table:'item_preproc' recid:'item_preprocid' 256346:20250703:121430.425 query [txnlev:1] [insert into item_preproc (item_preprocid,itemid,step,type,params,error_handler,error_handler_params) values (117943,59717,1,12,'$.path_to_1',0,'');.] 256373:20250703:121430.427 End of zbx_ipc_async_socket_recv():0 256373:20250703:121430.427 zbx_setproctitle() title:'task manager [processing tasks]' 256373:20250703:121430.427 query [txnlev:0] [select taskid,type,clock,ttl,proxyid from task where status in (1,2) order by taskid] 256373:20250703:121430.428 zbx_setproctitle() title:'task manager [processed 0 task(s) in 0.001192 sec, idle 5 sec]' 256373:20250703:121430.428 In zbx_ipc_async_socket_recv() timeout:5 256346:20250703:121430.429 End of lld_items_preproc_save() added:1 updated:0 removed:0 256346:20250703:121430.429 In lld_items_tags_save() 256346:20250703:121430.429 End of lld_items_tags_save() added:0 updated:0 removed:0 256346:20250703:121430.429 In lld_rule_macro_paths_save() 256346:20250703:121430.429 In dbconn_get_nextid() tablename:'lld_macro_path' 256346:20250703:121430.429 query [txnlev:1] [select nextid from ids where table_name='lld_macro_path' and field_name='lld_macro_pathid'] 256346:20250703:121430.429 query [txnlev:1] [update ids set nextid=nextid+1 where table_name='lld_macro_path' and field_name='lld_macro_pathid'] 256346:20250703:121430.430 query [txnlev:1] [select nextid from ids where table_name='lld_macro_path' and field_name='lld_macro_pathid'] 256346:20250703:121430.430 End of dbconn_get_nextid():2124 table:'lld_macro_path' recid:'lld_macro_pathid' 256346:20250703:121430.430 query [txnlev:1] [insert into lld_macro_path (lld_macro_pathid,itemid,lld_macro,path) values (2124,59717,'{#L1}','$.level_1');.] 256346:20250703:121430.431 End of lld_rule_macro_paths_save() added:1 updated:0 removed:0 256346:20250703:121430.431 In lld_rule_filters_save() 256346:20250703:121430.431 End of lld_rule_filters_save() added:0 updated:0 removed:0 256346:20250703:121430.431 In lld_items_overrides_save() 256346:20250703:121430.431 End of lld_items_overrides_save() added:0 updated:0 removed:0 256346:20250703:121430.431 query [txnlev:1] [commit;] 256346:20250703:121430.434 In lld_process_lost_items() 256346:20250703:121430.434 In lld_flush_discoveries() 256346:20250703:121430.434 query [txnlev:1] [begin;] 256346:20250703:121430.434 query [txnlev:1] [select itemid,status from items where itemid in (59712,59713) for update] 256346:20250703:121430.435 query [txnlev:1] [update items set status=1 where itemid in (59712,59713);.update item_discovery set status=1,disable_source=1,ts_delete=1752138838,ts_disable=1 where itemid in (59712,59713);.] 256346:20250703:121430.437 query [txnlev:1] [commit;] 256372:20250703:121430.437 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121430.437 In collect_selfmon_stats() 256372:20250703:121430.437 In zbx_timekeeper_collect() 256372:20250703:121430.437 End of zbx_timekeeper_collect() 256372:20250703:121430.437 End of collect_selfmon_stats() 256372:20250703:121430.437 zbx_setproctitle() title:'self-monitoring [processed data in 0.000057 sec, idle 1 sec]' 256346:20250703:121430.438 End of lld_flush_discoveries() 256346:20250703:121430.438 End of lld_process_lost_items() 256346:20250703:121430.438 In lld_rule_discover_prototypes() 256346:20250703:121430.438 query [txnlev:0] [select lld_macro_exportid,itemid,lld_macro,value from lld_macro_export where itemid=59717] 256346:20250703:121430.439 In dbconn_get_cached_nextid() table:'lld_macro_export' num:1 256346:20250703:121430.439 End of dbconn_get_cached_nextid() table:'lld_macro_export' [34:34] 256346:20250703:121430.439 query without transaction detected 256346:20250703:121430.439 query [txnlev:0] [insert into lld_macro_export (lld_macro_exportid,itemid,lld_macro,value) values (34,59717,'{#L0}','02');.] 256346:20250703:121430.440 In zbx_preprocess_item_value() 256346:20250703:121430.440 End of zbx_preprocess_item_value() 256346:20250703:121430.440 In zbx_ipc_socket_open() 256343:20250703:121430.440 In ipc_service_accept() 256343:20250703:121430.440 In ipc_service_add_client() 256343:20250703:121430.440 End of ipc_service_add_client() clientid:8 256343:20250703:121430.440 End of ipc_service_accept() 256343:20250703:121430.440 End of zbx_ipc_service_recv():2 256343:20250703:121430.440 In zbx_pp_manager_process_finished() 256343:20250703:121430.440 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121430.440 In zbx_ipc_service_recv() timeout:0.500 256346:20250703:121430.440 End of zbx_ipc_socket_open():SUCCEED 256346:20250703:121430.440 In zbx_ipc_socket_write() 256343:20250703:121430.440 End of zbx_ipc_service_recv():1 256343:20250703:121430.440 In preprocessor_add_request() 256343:20250703:121430.440 In preprocessor_sync_configuration() 256343:20250703:121430.440 End of preprocessor_sync_configuration() item config size:5 revision:6->6 256343:20250703:121430.440 In preproc_flush_value_server() 256343:20250703:121430.440 End of preproc_flush_value_server() 256343:20250703:121430.440 End of preprocessor_add_request() 256343:20250703:121430.440 In zbx_pp_manager_process_finished() 256343:20250703:121430.440 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121430.440 In zbx_ipc_service_recv() timeout:0.000 256343:20250703:121430.440 End of zbx_ipc_service_recv():2 256343:20250703:121430.440 In zbx_pp_manager_process_finished() 256343:20250703:121430.440 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121430.440 In zbx_ipc_service_recv() timeout:0.500 256346:20250703:121430.440 End of zbx_ipc_socket_write():SUCCEED 256346:20250703:121430.440 In lld_update_items() 256346:20250703:121430.440 In lld_item_prototypes_get() 256346:20250703:121430.440 query [txnlev:0] [select i.itemid,i.name,i.key_,i.type,i.value_type,i.delay,i.history,i.trends,i.status,i.trapper_hosts,i.units,i.formula,i.logtimefmt,i.valuemapid,i.params,i.ipmi_sensor,i.snmp_oid,i.authtype,i.username,i.password,i.publickey,i.privatekey,i.description,i.interfaceid,i.jmx_endpoint,i.master_itemid,i.timeout,i.url,i.query_fields,i.posts,i.status_codes,i.follow_redirects,i.post_type,i.http_proxy,i.headers,i.retrieve_mode,i.request_method,i.output_format,i.ssl_cert_file,i.ssl_key_file,i.ssl_key_password,i.verify_peer,i.verify_host,i.allow_traps,i.discover,i.lifetime,i.lifetime_type,i.enabled_lifetime,i.enabled_lifetime_type,i.evaltype,i.flags from items i,item_discovery id where i.itemid=id.itemid and id.lldruleid=59709] 256346:20250703:121430.441 query [txnlev:0] [select itemid,step,type,params,error_handler,error_handler_params from item_preproc where itemid in (59710,59711)] 256346:20250703:121430.441 query [txnlev:0] [select itemid,name,value from item_parameter where itemid in (59710,59711)] 256346:20250703:121430.441 query [txnlev:0] [select itemid,tag,value from item_tag where itemid=59710] 256346:20250703:121430.441 query [txnlev:0] [select lld_macro_pathid,itemid,lld_macro,path from lld_macro_path where itemid=59711] 256346:20250703:121430.441 query [txnlev:0] [select item_conditionid,itemid,operator,macro,value from item_condition where itemid=59711] 256346:20250703:121430.441 query [txnlev:0] [select lld_overrideid,itemid,name,step,stop,evaltype,formula from lld_override where itemid=59711] 256346:20250703:121430.441 End of lld_item_prototypes_get():2 prototypes 256346:20250703:121430.441 query [txnlev:1] [begin;] 256346:20250703:121430.441 In lld_items_get() 256346:20250703:121430.441 query [txnlev:1] [select itemid,key_,lastcheck,status,ts_delete,ts_disable,disable_source,parent_itemid from item_discovery where parent_itemid in (59710,59711)] 256346:20250703:121430.441 query [txnlev:1] [select itemid,name,key_,type,value_type,delay,history,trends,trapper_hosts,units,formula,logtimefmt,valuemapid,params,ipmi_sensor,snmp_oid,authtype,username,password,publickey,privatekey,description,interfaceid,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,http_proxy,headers,retrieve_mode,request_method,output_format,ssl_cert_file,ssl_key_file,ssl_key_password,verify_peer,verify_host,allow_traps,status,lifetime,lifetime_type,enabled_lifetime,enabled_lifetime_type,evaltype,flags,discover from items where itemid in (59714,59715)] 256346:20250703:121430.441 query [txnlev:1] [select item_preprocid,itemid,step,type,params,error_handler,error_handler_params from item_preproc where itemid in (59714,59715)] 256346:20250703:121430.442 query [txnlev:1] [select item_parameterid,itemid,name,value from item_parameter where itemid in (59714,59715)] 256346:20250703:121430.442 query [txnlev:1] [select itemtagid,itemid,tag,value from item_tag where itemid=59714] 256346:20250703:121430.442 query [txnlev:1] [select lld_macro_pathid,itemid,lld_macro,path from lld_macro_path where itemid=59715] 256346:20250703:121430.442 query [txnlev:1] [select item_conditionid,itemid,operator,macro,value from item_condition where itemid=59715] 256346:20250703:121430.442 query [txnlev:1] [select lld_overrideid,itemid,name,step,stop,evaltype,formula from lld_override where itemid=59715] 256346:20250703:121430.442 End of lld_items_get() 256346:20250703:121430.442 query [txnlev:1] [commit;] 256346:20250703:121430.442 In lld_items_make() 256346:20250703:121430.442 In zbx_substitute_item_key_params(): data:trap1[{#L0},{#L1}] 256346:20250703:121430.442 End of zbx_substitute_item_key_params() ret:SUCCEED 256346:20250703:121430.442 In zbx_substitute_item_key_params(): data:lld_trap[{#L0},{#L1}] 256346:20250703:121430.442 End of zbx_substitute_item_key_params() ret:SUCCEED 256346:20250703:121430.442 In lld_item_make() 256346:20250703:121430.442 In zbx_substitute_item_key_params(): data:trap1[{#L0},{#L1}] 256346:20250703:121430.442 End of zbx_substitute_item_key_params() ret:SUCCEED 256346:20250703:121430.442 In zbx_substitute_macros_in_json_pairs() 256346:20250703:121430.442 End of zbx_substitute_macros_in_json_pairs():SUCCEED 256346:20250703:121430.442 End of lld_item_make() 256346:20250703:121430.442 In lld_item_make() 256346:20250703:121430.442 In zbx_substitute_item_key_params(): data:lld_trap[{#L0},{#L1}] 256346:20250703:121430.442 End of zbx_substitute_item_key_params() ret:SUCCEED 256346:20250703:121430.442 In zbx_substitute_macros_in_json_pairs() 256346:20250703:121430.442 End of zbx_substitute_macros_in_json_pairs():SUCCEED 256346:20250703:121430.442 End of lld_item_make() 256346:20250703:121430.442 End of lld_items_make():4 items 256346:20250703:121430.442 In lld_items_param_make() 256346:20250703:121430.442 In zbx_merge_item_params() old item parameters:0 new item parameters:0 256346:20250703:121430.442 End of zbx_merge_item_params() item parameter:0 256346:20250703:121430.442 In zbx_merge_item_params() old item parameters:0 new item parameters:0 256346:20250703:121430.442 End of zbx_merge_item_params() item parameter:0 256346:20250703:121430.442 End of lld_items_param_make() 256346:20250703:121430.442 In zbx_merge_tags() old_tags:0 new_tags:0 256346:20250703:121430.442 End of zbx_merge_tags() tags:0 256346:20250703:121430.442 In lld_link_dependent_items() 256346:20250703:121430.442 End of lld_link_dependent_items() 256346:20250703:121430.442 In lld_rule_macro_paths_make() 256346:20250703:121430.442 End of lld_rule_macro_paths_make() 256346:20250703:121430.442 In lld_rule_filters_make() 256346:20250703:121430.442 End of lld_rule_filters_make() 256346:20250703:121430.442 In lld_rule_overrides_make() 256346:20250703:121430.443 End of lld_rule_overrides_make() 256346:20250703:121430.443 In lld_items_validate() 256346:20250703:121430.443 query [txnlev:0] [select key_,itemid,flags from items where hostid=10853 and key_ in ('trap1[02,{#L1}]','lld_trap[02,{#L1}]')] 256346:20250703:121430.443 End of lld_items_validate() 256346:20250703:121430.443 query [txnlev:1] [begin;] 256346:20250703:121430.443 In lld_items_save() 256346:20250703:121430.443 In zbx_dbconn_lock_record() 256346:20250703:121430.443 query [txnlev:1] [select null from hosts where hostid=10853 for update] 256346:20250703:121430.443 End of zbx_dbconn_lock_record():SUCCEED 256346:20250703:121430.443 In zbx_dbconn_lock_records() 256346:20250703:121430.443 query [txnlev:1] [select null from items where itemid in (59710,59711) for update] 256346:20250703:121430.443 End of zbx_dbconn_lock_records():SUCCEED 256346:20250703:121430.443 In dbconn_get_nextid() tablename:'items' 256346:20250703:121430.443 query [txnlev:1] [select nextid from ids where table_name='items' and field_name='itemid'] 256346:20250703:121430.443 query [txnlev:1] [update ids set nextid=nextid+2 where table_name='items' and field_name='itemid'] 256346:20250703:121430.443 query [txnlev:1] [select nextid from ids where table_name='items' and field_name='itemid'] 256346:20250703:121430.443 End of dbconn_get_nextid():59718 table:'items' recid:'itemid' 256346:20250703:121430.443 In dbconn_get_nextid() tablename:'item_discovery' 256346:20250703:121430.443 query [txnlev:1] [select nextid from ids where table_name='item_discovery' and field_name='itemdiscoveryid'] 256346:20250703:121430.443 query [txnlev:1] [update ids set nextid=nextid+2 where table_name='item_discovery' and field_name='itemdiscoveryid'] 256346:20250703:121430.443 query [txnlev:1] [select nextid from ids where table_name='item_discovery' and field_name='itemdiscoveryid'] 256346:20250703:121430.443 End of dbconn_get_nextid():18318 table:'item_discovery' recid:'itemdiscoveryid' 256346:20250703:121430.444 query [txnlev:1] [insert into items (itemid,name,key_,hostid,type,value_type,delay,history,trends,status,trapper_hosts,units,formula,logtimefmt,valuemapid,params,ipmi_sensor,snmp_oid,authtype,username,password,publickey,privatekey,description,interfaceid,flags,jmx_endpoint,master_itemid,timeout,url,query_fields,posts,status_codes,follow_redirects,post_type,http_proxy,headers,retrieve_mode,request_method,output_format,ssl_cert_file,ssl_key_file,ssl_key_password,verify_peer,verify_host,allow_traps,lifetime,lifetime_type,enabled_lifetime,enabled_lifetime_type,evaltype,discover) values (59718,'1st level item prototype','trap1[02,{#L1}]',10853,2,3,'0','31d','365d',0,'','','','',null,'','','',0,'','','','','',null,6,'',null,'','','','','200',1,0,'','',0,0,0,'','','',0,0,0,'7d',0,'0',2,0,0),(59719,'2nd level LLD','lld_trap[02,{#L1}]',10853,23,4,'0','31d','365d',0,'','','','',null,'','','',0,'','','','','',null,7,'',null,'','','','','200',1,0,'','',0,0,0,'','','',0,0,0,'7d',0,'0',2,0,0);.] 256346:20250703:121430.444 query [txnlev:1] [insert into item_discovery (itemdiscoveryid,itemid,parent_itemid,key_,lastcheck,lldruleid) values (18318,59718,59710,'trap1[{#L0},{#L1}]',1751534070,59717),(18319,59719,59711,'lld_trap[{#L0},{#L1}]',1751534070,59717);.] 256346:20250703:121430.445 End of lld_items_save() 256346:20250703:121430.445 In lld_items_param_save() 256346:20250703:121430.445 End of lld_items_param_save() added:0 updated:0 removed:0 256346:20250703:121430.445 In lld_items_preproc_save() 256346:20250703:121430.445 In dbconn_get_nextid() tablename:'item_preproc' 256346:20250703:121430.445 query [txnlev:1] [select nextid from ids where table_name='item_preproc' and field_name='item_preprocid'] 256346:20250703:121430.445 query [txnlev:1] [update ids set nextid=nextid+1 where table_name='item_preproc' and field_name='item_preprocid'] 256346:20250703:121430.445 query [txnlev:1] [select nextid from ids where table_name='item_preproc' and field_name='item_preprocid'] 256346:20250703:121430.445 End of dbconn_get_nextid():117944 table:'item_preproc' recid:'item_preprocid' 256346:20250703:121430.445 query [txnlev:1] [insert into item_preproc (item_preprocid,itemid,step,type,params,error_handler,error_handler_params) values (117944,59719,1,12,'$.path_to_2',0,'');.] 256346:20250703:121430.445 End of lld_items_preproc_save() added:1 updated:0 removed:0 256346:20250703:121430.445 In lld_items_tags_save() 256346:20250703:121430.445 End of lld_items_tags_save() added:0 updated:0 removed:0 256346:20250703:121430.445 In lld_rule_macro_paths_save() 256346:20250703:121430.445 In dbconn_get_nextid() tablename:'lld_macro_path' 256346:20250703:121430.445 query [txnlev:1] [select nextid from ids where table_name='lld_macro_path' and field_name='lld_macro_pathid'] 256346:20250703:121430.445 query [txnlev:1] [update ids set nextid=nextid+1 where table_name='lld_macro_path' and field_name='lld_macro_pathid'] 256346:20250703:121430.446 query [txnlev:1] [select nextid from ids where table_name='lld_macro_path' and field_name='lld_macro_pathid'] 256346:20250703:121430.447 End of dbconn_get_nextid():2125 table:'lld_macro_path' recid:'lld_macro_pathid' 256346:20250703:121430.447 query [txnlev:1] [insert into lld_macro_path (lld_macro_pathid,itemid,lld_macro,path) values (2125,59719,'{#L2}','$.level_2');.] 256346:20250703:121430.448 End of lld_rule_macro_paths_save() added:1 updated:0 removed:0 256346:20250703:121430.448 In lld_rule_filters_save() 256346:20250703:121430.448 End of lld_rule_filters_save() added:0 updated:0 removed:0 256346:20250703:121430.448 In lld_items_overrides_save() 256346:20250703:121430.448 End of lld_items_overrides_save() added:0 updated:0 removed:0 256346:20250703:121430.448 query [txnlev:1] [commit;] 256346:20250703:121430.450 In lld_process_lost_items() 256346:20250703:121430.450 In lld_flush_discoveries() 256346:20250703:121430.450 query [txnlev:1] [begin;] 256346:20250703:121430.450 In zbx_db_delete_items() values_num:2 256346:20250703:121430.450 query [txnlev:1] [select id.itemid,i.flags from items i,item_discovery id where id.itemid=i.itemid and id.lldruleid in (59714,59715)] 256346:20250703:121430.451 query [txnlev:1] [select i.itemid from items i where i.master_itemid in (59714,59715)] 256346:20250703:121430.451 query [txnlev:1] [select i.itemid from item_discovery i where i.parent_itemid in (59714,59715)] 256346:20250703:121430.451 query [txnlev:1] [select distinct linkid from sysmaps_links where itemid in (59714,59715)] 256346:20250703:121430.451 query [txnlev:1] [select itemid,name,flags from items where itemid in (59714,59715)] 256346:20250703:121430.451 In zbx_delete_lld_rule_host_prototypes() 256346:20250703:121430.451 query [txnlev:1] [select h.hostid,h.name from host_discovery hd,hosts h where hd.hostid=h.hostid and hd.lldruleid in (59714,59715)] 256346:20250703:121430.452 In zbx_db_delete_host_prototypes() 256346:20250703:121430.452 End of zbx_db_delete_host_prototypes() 256346:20250703:121430.452 End of zbx_delete_lld_rule_host_prototypes() 256346:20250703:121430.452 In DBdelete_graphs_by_itemids() values_num:2 256346:20250703:121430.452 query [txnlev:1] [select graphid from graphs_items where itemid in (59714,59715)] 256346:20250703:121430.452 query [txnlev:1] [select distinct graphid,itemid from graphs_items where graphid=4297] 256346:20250703:121430.452 In DBdelete_graph_hierarchy() 256346:20250703:121430.452 query [txnlev:1] [select graphid from graph_discovery where parent_graphid=4297] 256346:20250703:121430.452 In zbx_db_delete_graphs() values_num:1 256346:20250703:121430.453 query [txnlev:1] [select profileid from profiles where source='graphid' and idx='web.favorite.graphids' and value_id=4297] 256346:20250703:121430.453 query [txnlev:1] [select graphid,name,flags from graphs where graphid=4297] 256346:20250703:121430.453 query [txnlev:1] [delete from graph_discovery where graphid=4297;.] 256346:20250703:121430.453 query [txnlev:1] [delete from graphs where graphid=4297;.] 256346:20250703:121430.454 End of zbx_db_delete_graphs() 256346:20250703:121430.454 End of DBdelete_graph_hierarchy() 256346:20250703:121430.454 End of DBdelete_graphs_by_itemids() 256346:20250703:121430.454 In DBdelete_triggers_by_itemids() values_num:2 256346:20250703:121430.454 query [txnlev:1] [select triggerid from functions where itemid in (59714,59715)] 256346:20250703:121430.454 In DBdelete_trigger_hierarchy() 256346:20250703:121430.454 query [txnlev:1] [select triggerid from trigger_discovery where parent_triggerid=28853] 256346:20250703:121430.454 query [txnlev:1] [select distinct linkid from sysmaps_link_triggers where triggerid=28853] 256346:20250703:121430.455 query [txnlev:1] [select distinct selementid from sysmap_element_trigger where triggerid=28853] 256346:20250703:121430.455 query [txnlev:1] [select triggerid,description,flags from triggers where triggerid=28853] 256346:20250703:121430.455 query [txnlev:1] [update conditions set value='0' where conditiontype=2 and value='28853';.] 256346:20250703:121430.455 query [txnlev:1] [delete from trigger_tag where triggerid=28853;.] 256346:20250703:121430.455 query [txnlev:1] [delete from functions where triggerid=28853;.] 256346:20250703:121430.456 query [txnlev:1] [delete from trigger_discovery where triggerid=28853;.] 256346:20250703:121430.456 query [txnlev:1] [delete from triggers where triggerid=28853;.] 256346:20250703:121430.457 In DBadd_to_housekeeper() values_num:1 256346:20250703:121430.457 In dbconn_get_nextid() tablename:'housekeeper' 256346:20250703:121430.457 query [txnlev:1] [select nextid from ids where table_name='housekeeper' and field_name='housekeeperid'] 256346:20250703:121430.457 query [txnlev:1] [update ids set nextid=nextid+1 where table_name='housekeeper' and field_name='housekeeperid'] 256346:20250703:121430.457 query [txnlev:1] [select nextid from ids where table_name='housekeeper' and field_name='housekeeperid'] 256346:20250703:121430.457 End of dbconn_get_nextid():1089 table:'housekeeper' recid:'housekeeperid' 256346:20250703:121430.457 query [txnlev:1] [insert into housekeeper (housekeeperid,tablename,field,value) values (1089,'events','triggerid',28853);.] 256346:20250703:121430.457 End of DBadd_to_housekeeper() 256346:20250703:121430.457 End of DBdelete_trigger_hierarchy() 256346:20250703:121430.457 End of DBdelete_triggers_by_itemids() 256346:20250703:121430.457 In DBadd_to_housekeeper() values_num:2 256346:20250703:121430.457 In dbconn_get_nextid() tablename:'housekeeper' 256346:20250703:121430.457 query [txnlev:1] [select nextid from ids where table_name='housekeeper' and field_name='housekeeperid'] 256346:20250703:121430.457 query [txnlev:1] [update ids set nextid=nextid+16 where table_name='housekeeper' and field_name='housekeeperid'] 256346:20250703:121430.457 query [txnlev:1] [select nextid from ids where table_name='housekeeper' and field_name='housekeeperid'] 256346:20250703:121430.458 End of dbconn_get_nextid():1090 table:'housekeeper' recid:'housekeeperid' 256346:20250703:121430.458 query [txnlev:1] [insert into housekeeper (housekeeperid,tablename,field,value) values (1090,'history','itemid',59714),(1091,'history_str','itemid',59714),(1092,'history_uint','itemid',59714),(1093,'history_log','itemid',59714),(1094,'history_text','itemid',59714),(1095,'history_bin','itemid',59714),(1096,'trends','itemid',59714),(1097,'trends_uint','itemid',59714),(1098,'history','itemid',59715),(1099,'history_str','itemid',59715),(1100,'history_uint','itemid',59715),(1101,'history_log','itemid',59715),(1102,'history_text','itemid',59715),(1103,'history_bin','itemid',59715),(1104,'trends','itemid',59715),(1105,'trends_uint','itemid',59715);.] 256346:20250703:121430.458 End of DBadd_to_housekeeper() 256346:20250703:121430.458 In DBadd_to_housekeeper() values_num:2 256346:20250703:121430.458 In dbconn_get_nextid() tablename:'housekeeper' 256346:20250703:121430.458 query [txnlev:1] [select nextid from ids where table_name='housekeeper' and field_name='housekeeperid'] 256346:20250703:121430.458 query [txnlev:1] [update ids set nextid=nextid+2 where table_name='housekeeper' and field_name='housekeeperid'] 256346:20250703:121430.458 query [txnlev:1] [select nextid from ids where table_name='housekeeper' and field_name='housekeeperid'] 256346:20250703:121430.458 End of dbconn_get_nextid():1106 table:'housekeeper' recid:'housekeeperid' 256346:20250703:121430.458 query [txnlev:1] [insert into housekeeper (housekeeperid,tablename,field,value) values (1106,'events','itemid',59714),(1107,'events','itemid',59715);.] 256346:20250703:121430.458 End of DBadd_to_housekeeper() 256346:20250703:121430.458 In DBadd_to_housekeeper() values_num:2 256346:20250703:121430.458 In dbconn_get_nextid() tablename:'housekeeper' 256346:20250703:121430.458 query [txnlev:1] [select nextid from ids where table_name='housekeeper' and field_name='housekeeperid'] 256346:20250703:121430.458 query [txnlev:1] [update ids set nextid=nextid+2 where table_name='housekeeper' and field_name='housekeeperid'] 256346:20250703:121430.458 query [txnlev:1] [select nextid from ids where table_name='housekeeper' and field_name='housekeeperid'] 256346:20250703:121430.458 End of dbconn_get_nextid():1108 table:'housekeeper' recid:'housekeeperid' 256346:20250703:121430.458 query [txnlev:1] [insert into housekeeper (housekeeperid,tablename,field,value) values (1108,'events','lldruleid',59714),(1109,'events','lldruleid',59715);.] 256346:20250703:121430.458 End of DBadd_to_housekeeper() 256346:20250703:121430.458 query [txnlev:1] [select profileid from profiles where source='itemid' and idx='web.favorite.graphids' and value_id in (59714,59715)] 256346:20250703:121430.459 query [txnlev:1] [delete from item_tag where itemid in (59714,59715);.] 256346:20250703:121430.459 query [txnlev:1] [delete from item_preproc where itemid in (59714,59715);.] 256346:20250703:121430.459 query [txnlev:1] [delete from functions where itemid in (59714,59715);.] 256346:20250703:121430.459 query [txnlev:1] [update items set master_itemid=null where master_itemid is not null and itemid in (59714,59715);.] 256346:20250703:121430.459 query [txnlev:1] [delete from item_discovery where lldruleid in (59714,59715);.] 256346:20250703:121430.459 query [txnlev:1] [delete from items where itemid in (59714,59715);.] 256346:20250703:121430.462 End of zbx_db_delete_items() 256346:20250703:121430.462 query [txnlev:1] [commit;] 256346:20250703:121430.465 End of lld_flush_discoveries() 256346:20250703:121430.465 End of lld_process_lost_items() 256346:20250703:121430.465 In lld_rule_discover_prototypes() 256346:20250703:121430.465 query [txnlev:0] [select lld_macro_exportid,itemid,lld_macro,value from lld_macro_export where itemid=59719] 256346:20250703:121430.466 In dbconn_get_cached_nextid() table:'lld_macro_export' num:1 256346:20250703:121430.466 End of dbconn_get_cached_nextid() table:'lld_macro_export' [35:35] 256346:20250703:121430.466 query without transaction detected 256346:20250703:121430.466 query [txnlev:0] [insert into lld_macro_export (lld_macro_exportid,itemid,lld_macro,value) values (35,59719,'{#L0}','02');.] 256346:20250703:121430.468 In zbx_preprocess_item_value() 256346:20250703:121430.468 End of zbx_preprocess_item_value() 256346:20250703:121430.468 In zbx_ipc_socket_write() 256343:20250703:121430.468 End of zbx_ipc_service_recv():1 256343:20250703:121430.468 In preprocessor_add_request() 256343:20250703:121430.468 In preprocessor_sync_configuration() 256343:20250703:121430.468 End of preprocessor_sync_configuration() item config size:5 revision:6->6 256343:20250703:121430.468 In preproc_flush_value_server() 256343:20250703:121430.468 End of preproc_flush_value_server() 256343:20250703:121430.468 End of preprocessor_add_request() 256343:20250703:121430.468 In zbx_pp_manager_process_finished() 256343:20250703:121430.468 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121430.468 In zbx_ipc_service_recv() timeout:0.000 256343:20250703:121430.468 End of zbx_ipc_service_recv():2 256343:20250703:121430.468 In zbx_pp_manager_process_finished() 256343:20250703:121430.468 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121430.468 In zbx_ipc_service_recv() timeout:0.500 256346:20250703:121430.468 End of zbx_ipc_socket_write():SUCCEED 256346:20250703:121430.468 In lld_update_items() 256346:20250703:121430.468 In lld_item_prototypes_get() 256346:20250703:121430.468 query [txnlev:0] [select i.itemid,i.name,i.key_,i.type,i.value_type,i.delay,i.history,i.trends,i.status,i.trapper_hosts,i.units,i.formula,i.logtimefmt,i.valuemapid,i.params,i.ipmi_sensor,i.snmp_oid,i.authtype,i.username,i.password,i.publickey,i.privatekey,i.description,i.interfaceid,i.jmx_endpoint,i.master_itemid,i.timeout,i.url,i.query_fields,i.posts,i.status_codes,i.follow_redirects,i.post_type,i.http_proxy,i.headers,i.retrieve_mode,i.request_method,i.output_format,i.ssl_cert_file,i.ssl_key_file,i.ssl_key_password,i.verify_peer,i.verify_host,i.allow_traps,i.discover,i.lifetime,i.lifetime_type,i.enabled_lifetime,i.enabled_lifetime_type,i.evaltype,i.flags from items i,item_discovery id where i.itemid=id.itemid and id.lldruleid=59711] 256346:20250703:121430.469 End of lld_item_prototypes_get():0 prototypes 256346:20250703:121430.469 End of lld_update_items() 256346:20250703:121430.469 In lld_update_triggers() 256346:20250703:121430.469 query [txnlev:0] [select t.triggerid,t.description,t.expression,t.status,t.type,t.priority,t.comments,t.url,t.url_name,t.recovery_expression,t.recovery_mode,t.correlation_mode,t.correlation_tag,t.manual_close,t.opdata,t.discover,t.event_name from triggers t where t.triggerid in (select distinct tg.triggerid from triggers tg,functions f,items i,item_discovery id where tg.triggerid=f.triggerid and f.itemid=i.itemid and i.itemid=id.itemid and id.lldruleid=59711)] 256346:20250703:121430.470 End of lld_update_triggers() 256346:20250703:121430.470 In lld_update_graphs() 256346:20250703:121430.470 query [txnlev:0] [select distinct g.graphid,g.name,g.width,g.height,g.yaxismin,g.yaxismax,g.show_work_period,g.show_triggers,g.graphtype,g.show_legend,g.show_3d,g.percent_left,g.percent_right,g.ymin_type,g.ymin_itemid,g.ymax_type,g.ymax_itemid,g.discover from graphs g,graphs_items gi,items i,item_discovery id where g.graphid=gi.graphid and gi.itemid=i.itemid and i.itemid=id.itemid and id.lldruleid=59711] 256346:20250703:121430.472 End of lld_update_graphs() 256346:20250703:121430.472 In lld_update_hosts() 256346:20250703:121430.472 query [txnlev:0] [select h.proxyid,h.ipmi_authtype,h.ipmi_privilege,h.ipmi_username,h.ipmi_password,h.tls_connect,h.tls_accept,h.tls_issuer,h.tls_subject,h.tls_psk_identity,h.tls_psk,h.proxy_groupid,h.monitored_by from hosts h,items i where h.hostid=i.hostid and i.itemid=59711] 256346:20250703:121430.473 query [txnlev:0] [select hi.interfaceid,hi.type,hi.main,hi.useip,hi.ip,hi.dns,hi.port,s.version,s.bulk,s.community,s.securityname,s.securitylevel,s.authpassphrase,s.privpassphrase,s.authprotocol,s.privprotocol,s.contextname,s.max_repetitions from interface hi inner join items i on hi.hostid=i.hostid left join interface_snmp s on hi.interfaceid=s.interfaceid where i.itemid=59711] 256346:20250703:121430.473 In lld_masterhostmacros_get() 256346:20250703:121430.473 query [txnlev:0] [select hm.macro,hm.value,hm.description,hm.type from hostmacro hm,items i where hm.hostid=i.hostid and i.itemid=59711] 256346:20250703:121430.474 End of lld_masterhostmacros_get() 256346:20250703:121430.474 query [txnlev:0] [select h.hostid,h.host,h.name,h.status,h.discover,hi.inventory_mode,h.custom_interfaces from hosts h,host_discovery hd left join host_inventory hi on hd.hostid=hi.hostid where h.hostid=hd.hostid and hd.lldruleid=59711] 256346:20250703:121430.474 End of lld_update_hosts() 256346:20250703:121430.474 End of lld_rule_discover_prototypes() 256346:20250703:121430.474 End of lld_update_items() 256346:20250703:121430.474 In lld_update_triggers() 256346:20250703:121430.474 query [txnlev:0] [select t.triggerid,t.description,t.expression,t.status,t.type,t.priority,t.comments,t.url,t.url_name,t.recovery_expression,t.recovery_mode,t.correlation_mode,t.correlation_tag,t.manual_close,t.opdata,t.discover,t.event_name from triggers t where t.triggerid in (select distinct tg.triggerid from triggers tg,functions f,items i,item_discovery id where tg.triggerid=f.triggerid and f.itemid=i.itemid and i.itemid=id.itemid and id.lldruleid=59709)] 256346:20250703:121430.475 In lld_triggers_get() 256346:20250703:121430.475 query [txnlev:0] [select td.parent_triggerid,t.triggerid,t.description,t.expression,t.type,t.priority,t.comments,t.url,t.url_name,t.recovery_expression,t.recovery_mode,t.correlation_mode,t.correlation_tag,t.manual_close,t.opdata,td.lastcheck,td.status,td.ts_delete,td.ts_disable,td.disable_source,t.event_name,t.status,t.discover from triggers t,trigger_discovery td where t.triggerid=td.triggerid and td.parent_triggerid=28852] 256346:20250703:121430.475 End of lld_triggers_get() 256346:20250703:121430.475 In lld_functions_get() 256346:20250703:121430.475 In lld_trigger_functions_get() 256346:20250703:121430.475 query [txnlev:0] [select functionid,triggerid,itemid,name,parameter from functions where triggerid=28852] 256346:20250703:121430.476 End of lld_trigger_functions_get() 256346:20250703:121430.476 End of lld_functions_get() 256346:20250703:121430.476 In lld_dependencies_get() 256346:20250703:121430.476 query [txnlev:0] [select triggerdepid,triggerid_down,triggerid_up from trigger_depends where triggerid_down=28852] 256346:20250703:121430.476 End of lld_dependencies_get() 256346:20250703:121430.476 query [txnlev:0] [select triggertagid,triggerid,tag,value from trigger_tag where triggerid=28852] 256346:20250703:121430.476 End of lld_tags_get() 256346:20250703:121430.476 In lld_trigger_items_get() 256346:20250703:121430.476 query [txnlev:0] [select distinct i.itemid,i.flags from items i,functions f where i.itemid=f.itemid and f.triggerid=28852] 256346:20250703:121430.476 End of lld_trigger_items_get() 256346:20250703:121430.476 In lld_eval_expression_simplify() expression:'' 256346:20250703:121430.476 End of lld_eval_expression_simplify() expression:'' 256346:20250703:121430.476 In lld_eval_expression_simplify() expression:'' 256346:20250703:121430.476 End of lld_eval_expression_simplify() expression:'' 256346:20250703:121430.476 In lld_trigger_make() 256346:20250703:121430.476 In lld_functions_make() 256346:20250703:121430.476 In zbx_substitute_function_lld_param() 256346:20250703:121430.476 End of zbx_substitute_function_lld_param() 256346:20250703:121430.476 End of lld_functions_make():SUCCEED 256346:20250703:121430.476 End of lld_trigger_make() 256346:20250703:121430.476 In lld_triggers_validate() 256346:20250703:121430.476 In lld_eval_expression_expand() expression:'{1}<>1' 256346:20250703:121430.476 End of lld_eval_expression_expand() expression:'59718:last($)<>1' 256346:20250703:121430.476 query [txnlev:0] [select t.triggerid,t.description,t.expression,t.recovery_expression from triggers t,functions f,items i where t.triggerid=f.triggerid and f.itemid=i.itemid and i.hostid=10853 and t.description='1st level Trigger prototype 02 {#L1}'] 256346:20250703:121430.477 In lld_trigger_functions_get() 256346:20250703:121430.477 End of lld_trigger_functions_get() 256346:20250703:121430.477 End of lld_triggers_validate() 256346:20250703:121430.477 In lld_trigger_dependencies_validate() 256346:20250703:121430.477 In lld_trigger_cache_init() 256346:20250703:121430.477 End of lld_trigger_cache_init() 256346:20250703:121430.477 End of lld_trigger_dependencies_validate() 256346:20250703:121430.477 In lld_trigger_tag_make() 256346:20250703:121430.477 In zbx_merge_tags() old_tags:0 new_tags:0 256346:20250703:121430.477 End of zbx_merge_tags() tags:0 256346:20250703:121430.477 End of lld_trigger_tag_make() 256346:20250703:121430.477 In lld_triggers_save() 256346:20250703:121430.477 query [txnlev:1] [begin;] 256346:20250703:121430.477 In dbconn_get_nextid() tablename:'functions' 256346:20250703:121430.477 query [txnlev:1] [select nextid from ids where table_name='functions' and field_name='functionid'] 256346:20250703:121430.477 query [txnlev:1] [update ids set nextid=nextid+1 where table_name='functions' and field_name='functionid'] 256346:20250703:121430.477 query [txnlev:1] [select nextid from ids where table_name='functions' and field_name='functionid'] 256346:20250703:121430.477 End of dbconn_get_nextid():42097 table:'functions' recid:'functionid' 256346:20250703:121430.477 In dbconn_get_nextid() tablename:'triggers' 256346:20250703:121430.477 query [txnlev:1] [select nextid from ids where table_name='triggers' and field_name='triggerid'] 256346:20250703:121430.477 query [txnlev:1] [update ids set nextid=nextid+1 where table_name='triggers' and field_name='triggerid'] 256346:20250703:121430.477 query [txnlev:1] [select nextid from ids where table_name='triggers' and field_name='triggerid'] 256346:20250703:121430.477 End of dbconn_get_nextid():28855 table:'triggers' recid:'triggerid' 256346:20250703:121430.477 In zbx_dbconn_lock_record() 256346:20250703:121430.477 query [txnlev:1] [select null from hosts where hostid=10853 for update] 256346:20250703:121430.477 End of zbx_dbconn_lock_record():SUCCEED 256346:20250703:121430.477 In zbx_dbconn_lock_records() 256346:20250703:121430.477 query [txnlev:1] [select null from triggers where triggerid=28852 for update] 256346:20250703:121430.478 End of zbx_dbconn_lock_records():SUCCEED 256346:20250703:121430.478 In lld_expression_create() expression:'{1}<>1' 256346:20250703:121430.478 End of lld_expression_create() expression:'{42097}<>1' 256346:20250703:121430.478 In lld_expression_create() expression:'' 256346:20250703:121430.478 End of lld_expression_create() expression:'' 256346:20250703:121430.478 query [txnlev:1] [insert into triggers (triggerid,description,expression,priority,status,comments,url,url_name,type,value,state,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close,opdata,event_name,discover) values (28855,'1st level Trigger prototype 02 {#L1}','{42097}<>1',2,0,'','','',0,0,0,6,0,'',0,'',0,'','',0);.] 256346:20250703:121430.478 query [txnlev:1] [insert into trigger_discovery (triggerid,parent_triggerid,lastcheck) values (28855,28852,1751534070);.] 256346:20250703:121430.479 query [txnlev:1] [insert into functions (functionid,itemid,triggerid,name,parameter) values (42097,59718,28855,'last','$');.] 256346:20250703:121430.479 query [txnlev:1] [commit;] 256346:20250703:121430.481 End of lld_triggers_save() 256346:20250703:121430.481 In lld_flush_discoveries() 256346:20250703:121430.481 End of lld_flush_discoveries() 256346:20250703:121430.481 End of lld_update_triggers() 256346:20250703:121430.481 In lld_update_graphs() 256346:20250703:121430.481 query [txnlev:0] [select distinct g.graphid,g.name,g.width,g.height,g.yaxismin,g.yaxismax,g.show_work_period,g.show_triggers,g.graphtype,g.show_legend,g.show_3d,g.percent_left,g.percent_right,g.ymin_type,g.ymin_itemid,g.ymax_type,g.ymax_itemid,g.discover from graphs g,graphs_items gi,items i,item_discovery id where g.graphid=gi.graphid and gi.itemid=i.itemid and i.itemid=id.itemid and id.lldruleid=59709] 256346:20250703:121430.482 In lld_graphs_get() 256346:20250703:121430.482 query [txnlev:0] [select g.graphid,g.name,g.width,g.height,g.yaxismin,g.yaxismax,g.show_work_period,g.show_triggers,g.graphtype,g.show_legend,g.show_3d,g.percent_left,g.percent_right,g.ymin_type,g.ymin_itemid,g.ymax_type,g.ymax_itemid,gd.lastcheck,gd.status,gd.ts_delete,g.discover from graphs g,graph_discovery gd where g.graphid=gd.graphid and gd.parent_graphid=4296] 256346:20250703:121430.483 End of lld_graphs_get() 256346:20250703:121430.483 In lld_gitems_get() 256346:20250703:121430.483 query [txnlev:0] [select gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type from graphs_items where graphid=4296] 256346:20250703:121430.483 End of lld_gitems_get() 256346:20250703:121430.483 In lld_graph_items_get() 256346:20250703:121430.483 query [txnlev:0] [select itemid,flags from items where itemid=59710] 256346:20250703:121430.483 End of lld_graph_items_get(): items:1 256346:20250703:121430.483 In lld_graph_make() 256346:20250703:121430.483 In lld_gitems_make() 256346:20250703:121430.483 End of lld_gitems_make():SUCCEED 256346:20250703:121430.483 End of lld_graph_make() 256346:20250703:121430.483 In lld_graphs_validate() 256346:20250703:121430.483 query [txnlev:0] [select g.graphid,g.name from graphs g,graphs_items gi,items i where g.graphid=gi.graphid and gi.itemid=i.itemid and i.hostid=10853 and g.name='1st level Graph prototype 02 {#L1}'] 256346:20250703:121430.483 End of lld_graphs_validate() 256346:20250703:121430.483 In lld_graphs_save() 256346:20250703:121430.483 query [txnlev:1] [begin;] 256346:20250703:121430.483 In zbx_dbconn_lock_record() 256346:20250703:121430.483 query [txnlev:1] [select null from hosts where hostid=10853 for update] 256346:20250703:121430.483 End of zbx_dbconn_lock_record():SUCCEED 256346:20250703:121430.483 In zbx_dbconn_lock_record() 256346:20250703:121430.483 query [txnlev:1] [select null from graphs where graphid=4296 for update] 256346:20250703:121430.483 End of zbx_dbconn_lock_record():SUCCEED 256346:20250703:121430.484 In dbconn_get_nextid() tablename:'graphs' 256346:20250703:121430.484 query [txnlev:1] [select nextid from ids where table_name='graphs' and field_name='graphid'] 256346:20250703:121430.484 query [txnlev:1] [update ids set nextid=nextid+1 where table_name='graphs' and field_name='graphid'] 256346:20250703:121430.484 query [txnlev:1] [select nextid from ids where table_name='graphs' and field_name='graphid'] 256346:20250703:121430.484 End of dbconn_get_nextid():4299 table:'graphs' recid:'graphid' 256346:20250703:121430.484 In dbconn_get_nextid() tablename:'graphs_items' 256346:20250703:121430.484 query [txnlev:1] [select nextid from ids where table_name='graphs_items' and field_name='gitemid'] 256346:20250703:121430.484 query [txnlev:1] [update ids set nextid=nextid+1 where table_name='graphs_items' and field_name='gitemid'] 256346:20250703:121430.484 query [txnlev:1] [select nextid from ids where table_name='graphs_items' and field_name='gitemid'] 256346:20250703:121430.484 End of dbconn_get_nextid():297650 table:'graphs_items' recid:'gitemid' 256346:20250703:121430.484 query [txnlev:1] [insert into graphs (graphid,name,width,height,yaxismin,yaxismax,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymin_itemid,ymax_type,ymax_itemid,flags,discover) values (4299,'1st level Graph prototype 02 {#L1}',900,200,0,0,1,1,0,1,0,0,0,0,null,0,null,6,0);.] 256346:20250703:121430.484 query [txnlev:1] [insert into graph_discovery (graphid,parent_graphid,lastcheck) values (4299,4296,1751534070);.] 256346:20250703:121430.484 query [txnlev:1] [insert into graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values (297650,4299,59718,0,0,'1A7C11',0,7,0);.] 256346:20250703:121430.485 query [txnlev:1] [commit;] 256346:20250703:121430.486 End of lld_graphs_save() 256346:20250703:121430.486 In lld_flush_discoveries() 256346:20250703:121430.486 End of lld_flush_discoveries() 256346:20250703:121430.486 End of lld_update_graphs() 256346:20250703:121430.486 In lld_update_hosts() 256346:20250703:121430.486 query [txnlev:0] [select h.proxyid,h.ipmi_authtype,h.ipmi_privilege,h.ipmi_username,h.ipmi_password,h.tls_connect,h.tls_accept,h.tls_issuer,h.tls_subject,h.tls_psk_identity,h.tls_psk,h.proxy_groupid,h.monitored_by from hosts h,items i where h.hostid=i.hostid and i.itemid=59709] 256346:20250703:121430.487 query [txnlev:0] [select hi.interfaceid,hi.type,hi.main,hi.useip,hi.ip,hi.dns,hi.port,s.version,s.bulk,s.community,s.securityname,s.securitylevel,s.authpassphrase,s.privpassphrase,s.authprotocol,s.privprotocol,s.contextname,s.max_repetitions from interface hi inner join items i on hi.hostid=i.hostid left join interface_snmp s on hi.interfaceid=s.interfaceid where i.itemid=59709] 256346:20250703:121430.487 In lld_masterhostmacros_get() 256346:20250703:121430.487 query [txnlev:0] [select hm.macro,hm.value,hm.description,hm.type from hostmacro hm,items i where hm.hostid=i.hostid and i.itemid=59709] 256346:20250703:121430.488 End of lld_masterhostmacros_get() 256346:20250703:121430.488 query [txnlev:0] [select h.hostid,h.host,h.name,h.status,h.discover,hi.inventory_mode,h.custom_interfaces from hosts h,host_discovery hd left join host_inventory hi on hd.hostid=hi.hostid where h.hostid=hd.hostid and hd.lldruleid=59709] 256346:20250703:121430.488 In lld_hosts_get() 256346:20250703:121430.488 query [txnlev:0] [select hd.hostid,hd.host,hd.lastcheck,hd.ts_delete,h.host,h.name,h.proxyid,h.ipmi_authtype,h.ipmi_privilege,h.ipmi_username,h.ipmi_password,hi.inventory_mode,h.tls_connect,h.tls_accept,h.tls_issuer,h.tls_subject,h.tls_psk_identity,h.tls_psk,h.custom_interfaces,hh.hgsetid,hd.status,hd.ts_disable,hd.disable_source,h.status,h.proxy_groupid,h.monitored_by,h.discover from host_discovery hd join hosts h on hd.hostid=h.hostid left join host_hgset hh on hh.hostid=h.hostid left join host_inventory hi on hd.hostid=hi.hostid where hd.parent_hostid=10855] 256346:20250703:121430.489 End of lld_hosts_get() 256346:20250703:121430.489 query [txnlev:0] [select hosttagid,hostid,tag,value,automatic from host_tag where hostid=10856 order by hostid] 256346:20250703:121430.490 In lld_proto_tags_get() 256346:20250703:121430.490 query [txnlev:0] [select tag,value from host_tag where hostid=10855] 256346:20250703:121430.491 End of lld_proto_tags_get() 256346:20250703:121430.491 In lld_group_prototype_prototypes_get() 256346:20250703:121430.491 query [txnlev:0] [select group_prototypeid,name,groupid from group_prototype where hostid=10855] 256346:20250703:121430.491 End of lld_group_prototype_prototypes_get() 256346:20250703:121430.491 In lld_host_group_prototypes_get() 256346:20250703:121430.491 query [txnlev:0] [select gp.group_prototypeid,gp.hostid,gp.name,gp.groupid from host_discovery hd join group_prototype gp on hd.hostid=gp.hostid where hd.parent_hostid=10855] 256346:20250703:121430.492 In lld_hostmacros_get() 256346:20250703:121430.492 query [txnlev:0] [select hm.macro,hm.value,hm.description,hm.type from hostmacro hm where hm.hostid=10855] 256346:20250703:121430.492 End of lld_hostmacros_get() 256346:20250703:121430.492 In lld_host_make() 256346:20250703:121430.493 In lld_override_host() 256346:20250703:121430.493 End of lld_override_host() 256346:20250703:121430.493 In zbx_merge_tags() old_tags:0 new_tags:0 256346:20250703:121430.493 End of zbx_merge_tags() tags:0 256346:20250703:121430.493 End of lld_host_make():0x5605e185cdc0 256346:20250703:121430.493 In lld_hosts_validate() 256346:20250703:121430.493 query [txnlev:0] [select host,name from hosts where status in (0,1,3) and flags&2=0 and ( host='1st Level Host prototype 02 {#L1}' or name='1st Level Host prototype 02 {#L1}')] 256346:20250703:121430.494 End of lld_hosts_validate() 256346:20250703:121430.494 In lld_interfaces_make() 256346:20250703:121430.494 End of lld_interfaces_make() 256346:20250703:121430.494 In lld_interfaces_validate() 256346:20250703:121430.494 End of lld_interfaces_validate() 256346:20250703:121430.494 In lld_templates_make() 256346:20250703:121430.494 query [txnlev:0] [select templateid from hosts_templates where hostid=10855] 256346:20250703:121430.494 End of lld_templates_make() 256346:20250703:121430.494 In lld_hostmacros_make() 256346:20250703:121430.494 End of lld_hostmacros_make() 256346:20250703:121430.494 In lld_hosts_save() 256346:20250703:121430.494 query [txnlev:1] [begin;] 256346:20250703:121430.495 In zbx_dbconn_lock_record() 256346:20250703:121430.495 query [txnlev:1] [select null from hosts where hostid=10855 for update] 256346:20250703:121430.495 End of zbx_dbconn_lock_record():SUCCEED 256346:20250703:121430.495 In dbconn_get_nextid() tablename:'hosts' 256346:20250703:121430.495 query [txnlev:1] [select nextid from ids where table_name='hosts' and field_name='hostid'] 256346:20250703:121430.495 query [txnlev:1] [update ids set nextid=nextid+1 where table_name='hosts' and field_name='hostid'] 256346:20250703:121430.496 query [txnlev:1] [select nextid from ids where table_name='hosts' and field_name='hostid'] 256346:20250703:121430.496 End of dbconn_get_nextid():10858 table:'hosts' recid:'hostid' 256346:20250703:121430.496 query [txnlev:1] [insert into hosts (hostid,host,name,proxyid,proxy_groupid,ipmi_authtype,ipmi_privilege,ipmi_username,ipmi_password,status,flags,tls_connect,tls_accept,tls_issuer,tls_subject,tls_psk_identity,tls_psk,custom_interfaces,monitored_by,discover) values (10858,'1st Level Host prototype 02 {#L1}','1st Level Host prototype 02 {#L1}',null,null,-1,2,'','',0,6,1,1,'','','','',0,0,0);.] 256346:20250703:121430.498 query [txnlev:1] [insert into host_discovery (hostid,parent_hostid,host,lldruleid) values (10858,10855,'1st Level Host prototype {#L0} {#L1}',59717);.] 256346:20250703:121430.500 query [txnlev:1] [commit;] 256346:20250703:121430.501 End of lld_hosts_save() 256346:20250703:121430.502 In dbconn_get_nextid() tablename:'group_prototype' 256346:20250703:121430.502 query [txnlev:0] [select nextid from ids where table_name='group_prototype' and field_name='group_prototypeid'] 256346:20250703:121430.502 query without transaction detected 256346:20250703:121430.502 query [txnlev:0] [update ids set nextid=nextid+1 where table_name='group_prototype' and field_name='group_prototypeid'] 256346:20250703:121430.503 query [txnlev:0] [select nextid from ids where table_name='group_prototype' and field_name='group_prototypeid'] 256346:20250703:121430.504 End of dbconn_get_nextid():383 table:'group_prototype' recid:'group_prototypeid' 256346:20250703:121430.504 query without transaction detected 256346:20250703:121430.504 query [txnlev:0] [insert into group_prototype (group_prototypeid,hostid,name,groupid) values (383,10858,'',5);.] 256346:20250703:121430.505 In lld_prototype_templates_link() 256346:20250703:121430.505 query [txnlev:1] [begin;] 256346:20250703:121430.506 query [txnlev:1] [select templateid from hosts_templates where hostid=10858] 256346:20250703:121430.506 query [txnlev:1] [commit;] 256346:20250703:121430.506 End of lld_prototype_templates_link() 256346:20250703:121430.506 query [txnlev:1] [begin;] 256346:20250703:121430.506 query [txnlev:1] [select null from hosts h join host_discovery d on h.hostid=d.hostid where h.hostid=10856 and (h.status=0 or d.disable_source=1) limit 1] 256346:20250703:121430.507 query [txnlev:1] [update host_discovery set lastcheck=1751534070 where hostid=10858;.] 256346:20250703:121430.507 query [txnlev:1] [commit;] 256346:20250703:121430.508 query [txnlev:1] [begin;] 256346:20250703:121430.508 In zbx_db_delete_host_prototypes() 256346:20250703:121430.508 query [txnlev:1] [select hd.hostid,h.name,h.flags from host_discovery hd,hosts h where hd.hostid=h.hostid and parent_hostid=10856] 256346:20250703:121430.509 query [txnlev:1] [select group_prototypeid from group_prototype where hostid=10856] 256346:20250703:121430.509 In DBgroup_prototypes_delete() 256346:20250703:121430.509 query [txnlev:1] [select groupid from group_discovery where parent_group_prototypeid=382] 256346:20250703:121430.509 In zbx_db_delete_groups() values_num:0 256346:20250703:121430.510 End of zbx_db_delete_groups() 256346:20250703:121430.510 query [txnlev:1] [delete from group_prototype where group_prototypeid=382] 256346:20250703:121430.511 End of DBgroup_prototypes_delete() 256346:20250703:121430.511 query [txnlev:1] [delete from host_tag where hostid=10856;.delete from hosts where hostid=10856;.] 256346:20250703:121430.514 End of zbx_db_delete_host_prototypes() 256346:20250703:121430.515 query [txnlev:1] [commit;] 256346:20250703:121430.516 End of lld_update_hosts() 256346:20250703:121430.516 End of lld_rule_discover_prototypes() 256346:20250703:121430.517 End of lld_update_items() 256346:20250703:121430.517 In lld_update_triggers() 256346:20250703:121430.517 query [txnlev:0] [select t.triggerid,t.description,t.expression,t.status,t.type,t.priority,t.comments,t.url,t.url_name,t.recovery_expression,t.recovery_mode,t.correlation_mode,t.correlation_tag,t.manual_close,t.opdata,t.discover,t.event_name from triggers t where t.triggerid in (select distinct tg.triggerid from triggers tg,functions f,items i,item_discovery id where tg.triggerid=f.triggerid and f.itemid=i.itemid and i.itemid=id.itemid and id.lldruleid=59707)] 256346:20250703:121430.518 In lld_triggers_get() 256346:20250703:121430.518 query [txnlev:0] [select td.parent_triggerid,t.triggerid,t.description,t.expression,t.type,t.priority,t.comments,t.url,t.url_name,t.recovery_expression,t.recovery_mode,t.correlation_mode,t.correlation_tag,t.manual_close,t.opdata,td.lastcheck,td.status,td.ts_delete,td.ts_disable,td.disable_source,t.event_name,t.status,t.discover from triggers t,trigger_discovery td where t.triggerid=td.triggerid and td.parent_triggerid=28851] 256346:20250703:121430.518 End of lld_triggers_get() 256346:20250703:121430.518 In lld_functions_get() 256346:20250703:121430.518 In lld_trigger_functions_get() 256346:20250703:121430.518 query [txnlev:0] [select functionid,triggerid,itemid,name,parameter from functions where triggerid in (28851,28854)] 256346:20250703:121430.519 End of lld_trigger_functions_get() 256346:20250703:121430.519 End of lld_functions_get() 256346:20250703:121430.519 In lld_dependencies_get() 256346:20250703:121430.519 query [txnlev:0] [select triggerdepid,triggerid_down,triggerid_up from trigger_depends where triggerid_down in (28851,28854)] 256346:20250703:121430.519 End of lld_dependencies_get() 256346:20250703:121430.519 query [txnlev:0] [select triggertagid,triggerid,tag,value from trigger_tag where triggerid in (28851,28854)] 256346:20250703:121430.520 End of lld_tags_get() 256346:20250703:121430.520 In lld_trigger_items_get() 256346:20250703:121430.520 query [txnlev:0] [select distinct i.itemid,i.flags from items i,functions f where i.itemid=f.itemid and f.triggerid=28851] 256346:20250703:121430.520 End of lld_trigger_items_get() 256346:20250703:121430.520 In lld_eval_expression_simplify() expression:'' 256346:20250703:121430.520 End of lld_eval_expression_simplify() expression:'' 256346:20250703:121430.520 In lld_eval_expression_simplify() expression:'' 256346:20250703:121430.520 End of lld_eval_expression_simplify() expression:'' 256346:20250703:121430.520 In lld_eval_expression_simplify() expression:'{42096}<>0' 256346:20250703:121430.520 End of lld_eval_expression_simplify() expression:'{1}<>0' 256346:20250703:121430.520 In lld_trigger_make() 256346:20250703:121430.520 In lld_override_trigger() 256346:20250703:121430.520 End of lld_override_trigger() 256346:20250703:121430.520 In lld_functions_make() 256346:20250703:121430.520 In zbx_substitute_function_lld_param() 256346:20250703:121430.520 End of zbx_substitute_function_lld_param() 256346:20250703:121430.520 End of lld_functions_make():SUCCEED 256346:20250703:121430.520 End of lld_trigger_make() 256346:20250703:121430.520 In lld_triggers_validate() 256346:20250703:121430.520 In lld_eval_expression_expand() expression:'{1}<>0' 256346:20250703:121430.520 End of lld_eval_expression_expand() expression:'59716:last($)<>0' 256346:20250703:121430.520 query [txnlev:0] [select t.triggerid,t.description,t.expression,t.recovery_expression from triggers t,functions f,items i where t.triggerid=f.triggerid and f.itemid=i.itemid and i.hostid=10853 and t.description='Root level Trigger prototype'] 256346:20250703:121430.521 In lld_trigger_functions_get() 256346:20250703:121430.521 query [txnlev:0] [select functionid,triggerid,itemid,name,parameter from functions where triggerid in (28851,28854)] 256346:20250703:121430.521 End of lld_trigger_functions_get() 256346:20250703:121430.521 In lld_eval_expression_expand() expression:'{42096}<>0' 256346:20250703:121430.521 End of lld_eval_expression_expand() expression:'59712:last($)<>0' 256346:20250703:121430.521 In lld_triggers_equal() 256346:20250703:121430.521 End of lld_triggers_equal():FAIL 256346:20250703:121430.521 In lld_eval_expression_expand() expression:'{42093}<>0' 256346:20250703:121430.521 End of lld_eval_expression_expand() expression:'59708:last($)<>0' 256346:20250703:121430.521 In lld_triggers_equal() 256346:20250703:121430.521 End of lld_triggers_equal():FAIL 256346:20250703:121430.521 End of lld_triggers_validate() 256346:20250703:121430.521 In lld_trigger_dependencies_validate() 256346:20250703:121430.521 In lld_trigger_cache_init() 256346:20250703:121430.522 End of lld_trigger_cache_init() 256346:20250703:121430.522 End of lld_trigger_dependencies_validate() 256346:20250703:121430.522 In lld_trigger_tag_make() 256346:20250703:121430.522 In zbx_merge_tags() old_tags:0 new_tags:0 256346:20250703:121430.522 End of zbx_merge_tags() tags:0 256346:20250703:121430.522 End of lld_trigger_tag_make() 256346:20250703:121430.522 In lld_triggers_save() 256346:20250703:121430.522 query [txnlev:1] [begin;] 256346:20250703:121430.522 In dbconn_get_nextid() tablename:'functions' 256346:20250703:121430.522 query [txnlev:1] [select nextid from ids where table_name='functions' and field_name='functionid'] 256346:20250703:121430.522 query [txnlev:1] [update ids set nextid=nextid+1 where table_name='functions' and field_name='functionid'] 256346:20250703:121430.522 query [txnlev:1] [select nextid from ids where table_name='functions' and field_name='functionid'] 256346:20250703:121430.523 End of dbconn_get_nextid():42098 table:'functions' recid:'functionid' 256346:20250703:121430.523 In dbconn_get_nextid() tablename:'triggers' 256346:20250703:121430.523 query [txnlev:1] [select nextid from ids where table_name='triggers' and field_name='triggerid'] 256346:20250703:121430.523 query [txnlev:1] [update ids set nextid=nextid+1 where table_name='triggers' and field_name='triggerid'] 256346:20250703:121430.523 query [txnlev:1] [select nextid from ids where table_name='triggers' and field_name='triggerid'] 256346:20250703:121430.524 End of dbconn_get_nextid():28856 table:'triggers' recid:'triggerid' 256346:20250703:121430.524 In zbx_dbconn_lock_record() 256346:20250703:121430.524 query [txnlev:1] [select null from hosts where hostid=10853 for update] 256346:20250703:121430.524 End of zbx_dbconn_lock_record():SUCCEED 256346:20250703:121430.524 In zbx_dbconn_lock_records() 256346:20250703:121430.524 query [txnlev:1] [select null from triggers where triggerid=28851 for update] 256346:20250703:121430.524 End of zbx_dbconn_lock_records():SUCCEED 256346:20250703:121430.524 In lld_expression_create() expression:'{1}<>0' 256346:20250703:121430.524 End of lld_expression_create() expression:'{42098}<>0' 256346:20250703:121430.524 In lld_expression_create() expression:'' 256346:20250703:121430.524 End of lld_expression_create() expression:'' 256346:20250703:121430.524 query [txnlev:1] [insert into triggers (triggerid,description,expression,priority,status,comments,url,url_name,type,value,state,flags,recovery_mode,recovery_expression,correlation_mode,correlation_tag,manual_close,opdata,event_name,discover) values (28856,'Root level Trigger prototype','{42098}<>0',2,0,'','','',0,0,0,4,0,'',0,'',0,'','',0);.] 256346:20250703:121430.525 query [txnlev:1] [insert into trigger_discovery (triggerid,parent_triggerid,lastcheck) values (28856,28851,1751534070);.] 256346:20250703:121430.525 query [txnlev:1] [insert into functions (functionid,itemid,triggerid,name,parameter) values (42098,59716,28856,'last','$');.] 256346:20250703:121430.526 query [txnlev:1] [commit;] 256346:20250703:121430.527 End of lld_triggers_save() 256346:20250703:121430.527 In lld_flush_discoveries() 256346:20250703:121430.527 query [txnlev:1] [begin;] 256355:20250703:121430.527 End of zbx_ipc_async_socket_recv():0 256355:20250703:121430.528 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000034 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121430.528 In zbx_sync_history_cache() history_num:0 256346:20250703:121430.528 query [txnlev:1] [select triggerid,status from triggers where triggerid=28854 for update] 256355:20250703:121430.528 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000028 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121430.528 In zbx_ipc_async_socket_recv() timeout:1 256346:20250703:121430.528 query [txnlev:1] [update triggers set status=1 where triggerid=28854;.update trigger_discovery set status=1,disable_source=1,ts_delete=1752138838,ts_disable=1 where triggerid=28854;.] 256419:20250703:121430.528 End of zbx_ipc_service_recv():2 256419:20250703:121430.529 In zbx_ipc_service_recv() timeout:1.000 256353:20250703:121430.529 End of zbx_ipc_async_socket_recv():0 256353:20250703:121430.529 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000016 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121430.529 In zbx_sync_history_cache() history_num:0 256353:20250703:121430.529 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000021 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121430.529 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121430.529 End of zbx_ipc_async_socket_recv():0 256354:20250703:121430.529 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000013 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121430.529 In zbx_sync_history_cache() history_num:0 256354:20250703:121430.529 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000014 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121430.529 In zbx_ipc_async_socket_recv() timeout:1 256356:20250703:121430.529 End of zbx_ipc_async_socket_recv():0 256356:20250703:121430.529 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000012 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121430.529 In zbx_sync_history_cache() history_num:0 256356:20250703:121430.529 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000012 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121430.529 In zbx_ipc_async_socket_recv() timeout:1 256346:20250703:121430.529 query [txnlev:1] [commit;] 256346:20250703:121430.531 End of lld_flush_discoveries() 256346:20250703:121430.531 End of lld_update_triggers() 256346:20250703:121430.531 In lld_update_graphs() 256346:20250703:121430.531 query [txnlev:0] [select distinct g.graphid,g.name,g.width,g.height,g.yaxismin,g.yaxismax,g.show_work_period,g.show_triggers,g.graphtype,g.show_legend,g.show_3d,g.percent_left,g.percent_right,g.ymin_type,g.ymin_itemid,g.ymax_type,g.ymax_itemid,g.discover from graphs g,graphs_items gi,items i,item_discovery id where g.graphid=gi.graphid and gi.itemid=i.itemid and i.itemid=id.itemid and id.lldruleid=59707] 256346:20250703:121430.535 In lld_graphs_get() 256346:20250703:121430.535 query [txnlev:0] [select g.graphid,g.name,g.width,g.height,g.yaxismin,g.yaxismax,g.show_work_period,g.show_triggers,g.graphtype,g.show_legend,g.show_3d,g.percent_left,g.percent_right,g.ymin_type,g.ymin_itemid,g.ymax_type,g.ymax_itemid,gd.lastcheck,gd.status,gd.ts_delete,g.discover from graphs g,graph_discovery gd where g.graphid=gd.graphid and gd.parent_graphid=4295] 256346:20250703:121430.536 End of lld_graphs_get() 256346:20250703:121430.536 In lld_gitems_get() 256346:20250703:121430.536 query [txnlev:0] [select gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type from graphs_items where graphid in (4295,4298)] 256346:20250703:121430.536 End of lld_gitems_get() 256346:20250703:121430.536 In lld_graph_items_get() 256346:20250703:121430.536 query [txnlev:0] [select itemid,flags from items where itemid=59708] 256346:20250703:121430.537 End of lld_graph_items_get(): items:1 256346:20250703:121430.537 In lld_graph_make() 256346:20250703:121430.537 In lld_override_graph() 256346:20250703:121430.537 End of lld_override_graph() 256346:20250703:121430.537 In lld_gitems_make() 256346:20250703:121430.537 End of lld_gitems_make():SUCCEED 256346:20250703:121430.537 End of lld_graph_make() 256346:20250703:121430.537 In lld_graphs_validate() 256346:20250703:121430.537 query [txnlev:0] [select g.graphid,g.name from graphs g,graphs_items gi,items i where g.graphid=gi.graphid and gi.itemid=i.itemid and i.hostid=10853 and g.name='Root level Graph prototype 02'] 256346:20250703:121430.538 End of lld_graphs_validate() 256346:20250703:121430.538 In lld_graphs_save() 256346:20250703:121430.538 query [txnlev:1] [begin;] 256346:20250703:121430.538 In zbx_dbconn_lock_record() 256346:20250703:121430.538 query [txnlev:1] [select null from hosts where hostid=10853 for update] 256346:20250703:121430.538 End of zbx_dbconn_lock_record():SUCCEED 256346:20250703:121430.538 In zbx_dbconn_lock_record() 256346:20250703:121430.538 query [txnlev:1] [select null from graphs where graphid=4295 for update] 256346:20250703:121430.538 End of zbx_dbconn_lock_record():SUCCEED 256346:20250703:121430.538 In dbconn_get_nextid() tablename:'graphs' 256346:20250703:121430.538 query [txnlev:1] [select nextid from ids where table_name='graphs' and field_name='graphid'] 256346:20250703:121430.539 query [txnlev:1] [update ids set nextid=nextid+1 where table_name='graphs' and field_name='graphid'] 256346:20250703:121430.539 query [txnlev:1] [select nextid from ids where table_name='graphs' and field_name='graphid'] 256346:20250703:121430.539 End of dbconn_get_nextid():4300 table:'graphs' recid:'graphid' 256346:20250703:121430.539 In dbconn_get_nextid() tablename:'graphs_items' 256346:20250703:121430.539 query [txnlev:1] [select nextid from ids where table_name='graphs_items' and field_name='gitemid'] 256346:20250703:121430.539 query [txnlev:1] [update ids set nextid=nextid+1 where table_name='graphs_items' and field_name='gitemid'] 256346:20250703:121430.539 query [txnlev:1] [select nextid from ids where table_name='graphs_items' and field_name='gitemid'] 256346:20250703:121430.540 End of dbconn_get_nextid():297651 table:'graphs_items' recid:'gitemid' 256346:20250703:121430.540 query [txnlev:1] [insert into graphs (graphid,name,width,height,yaxismin,yaxismax,show_work_period,show_triggers,graphtype,show_legend,show_3d,percent_left,percent_right,ymin_type,ymin_itemid,ymax_type,ymax_itemid,flags,discover) values (4300,'Root level Graph prototype 02',900,200,0,100,1,1,0,1,0,0,0,0,null,0,null,4,0);.] 256346:20250703:121430.540 query [txnlev:1] [insert into graph_discovery (graphid,parent_graphid,lastcheck) values (4300,4295,1751534070);.] 256346:20250703:121430.541 query [txnlev:1] [insert into graphs_items (gitemid,graphid,itemid,drawtype,sortorder,color,yaxisside,calc_fnc,type) values (297651,4300,59716,0,0,'1A7C11',0,7,0);.] 256346:20250703:121430.541 query [txnlev:1] [commit;] 256346:20250703:121430.542 End of lld_graphs_save() 256346:20250703:121430.542 In lld_flush_discoveries() 256346:20250703:121430.542 query [txnlev:1] [begin;] 256346:20250703:121430.542 query [txnlev:1] [update graph_discovery set status=1,ts_delete=1752138838 where graphid=4298;.] 256346:20250703:121430.543 query [txnlev:1] [commit;] 256346:20250703:121430.544 End of lld_flush_discoveries() 256346:20250703:121430.544 End of lld_update_graphs() 256346:20250703:121430.544 In lld_update_hosts() 256346:20250703:121430.544 query [txnlev:0] [select h.proxyid,h.ipmi_authtype,h.ipmi_privilege,h.ipmi_username,h.ipmi_password,h.tls_connect,h.tls_accept,h.tls_issuer,h.tls_subject,h.tls_psk_identity,h.tls_psk,h.proxy_groupid,h.monitored_by from hosts h,items i where h.hostid=i.hostid and i.itemid=59707] 256346:20250703:121430.545 query [txnlev:0] [select hi.interfaceid,hi.type,hi.main,hi.useip,hi.ip,hi.dns,hi.port,s.version,s.bulk,s.community,s.securityname,s.securitylevel,s.authpassphrase,s.privpassphrase,s.authprotocol,s.privprotocol,s.contextname,s.max_repetitions from interface hi inner join items i on hi.hostid=i.hostid left join interface_snmp s on hi.interfaceid=s.interfaceid where i.itemid=59707] 256346:20250703:121430.545 In lld_masterhostmacros_get() 256346:20250703:121430.545 query [txnlev:0] [select hm.macro,hm.value,hm.description,hm.type from hostmacro hm,items i where hm.hostid=i.hostid and i.itemid=59707] 256346:20250703:121430.545 End of lld_masterhostmacros_get() 256346:20250703:121430.545 query [txnlev:0] [select h.hostid,h.host,h.name,h.status,h.discover,hi.inventory_mode,h.custom_interfaces from hosts h,host_discovery hd left join host_inventory hi on hd.hostid=hi.hostid where h.hostid=hd.hostid and hd.lldruleid=59707] 256346:20250703:121430.545 In lld_hosts_get() 256346:20250703:121430.545 query [txnlev:0] [select hd.hostid,hd.host,hd.lastcheck,hd.ts_delete,h.host,h.name,h.proxyid,h.ipmi_authtype,h.ipmi_privilege,h.ipmi_username,h.ipmi_password,hi.inventory_mode,h.tls_connect,h.tls_accept,h.tls_issuer,h.tls_subject,h.tls_psk_identity,h.tls_psk,h.custom_interfaces,hh.hgsetid,hd.status,hd.ts_disable,hd.disable_source,h.status,h.proxy_groupid,h.monitored_by,h.discover from host_discovery hd join hosts h on hd.hostid=h.hostid left join host_hgset hh on hh.hostid=h.hostid left join host_inventory hi on hd.hostid=hi.hostid where hd.parent_hostid=10854] 256346:20250703:121430.546 End of lld_hosts_get() 256346:20250703:121430.546 query [txnlev:0] [select hosttagid,hostid,tag,value,automatic from host_tag where hostid=10857 order by hostid] 256346:20250703:121430.546 In lld_proto_tags_get() 256346:20250703:121430.546 query [txnlev:0] [select tag,value from host_tag where hostid=10854] 256346:20250703:121430.547 End of lld_proto_tags_get() 256346:20250703:121430.547 query [txnlev:0] [select groupid from group_prototype where groupid is not null and hostid=10854] 256346:20250703:121430.547 In lld_group_prototypes_get() 256346:20250703:121430.547 query [txnlev:0] [select group_prototypeid,name from group_prototype where groupid is null and hostid=10854] 256346:20250703:121430.547 End of lld_group_prototypes_get() 256346:20250703:121430.547 In lld_groups_get() 256346:20250703:121430.547 query [txnlev:0] [select gd.groupid,gp.group_prototypeid,gd.name,gd.lastcheck,gd.status,gd.ts_delete,g.name,gd.groupdiscoveryid from group_prototype gp,group_discovery gd join hstgrp g on gd.groupid=g.groupid where gp.group_prototypeid=gd.parent_group_prototypeid and gp.hostid=10854 order by gd.groupid] 256346:20250703:121430.548 End of lld_groups_get() 256346:20250703:121430.548 In lld_hostmacros_get() 256346:20250703:121430.548 query [txnlev:0] [select hm.macro,hm.value,hm.description,hm.type from hostmacro hm where hm.hostid=10854] 256346:20250703:121430.548 End of lld_hostmacros_get() 256346:20250703:121430.548 In lld_host_make() 256346:20250703:121430.548 In lld_override_host() 256346:20250703:121430.548 End of lld_override_host() 256346:20250703:121430.548 In zbx_merge_tags() old_tags:0 new_tags:0 256346:20250703:121430.548 End of zbx_merge_tags() tags:0 256346:20250703:121430.548 End of lld_host_make():0x5605e1815d70 256346:20250703:121430.548 In lld_groups_make() 256346:20250703:121430.548 End of lld_groups_make() 256346:20250703:121430.548 In lld_groups_validate() 256346:20250703:121430.548 End of lld_groups_validate() 256346:20250703:121430.548 In lld_hosts_validate() 256346:20250703:121430.548 query [txnlev:0] [select host,name from hosts where status in (0,1,3) and flags&2=0 and ( host='Root level Host prototype 02' or name='Root level Host prototype 02')] 256346:20250703:121430.548 End of lld_hosts_validate() 256346:20250703:121430.548 In lld_interfaces_make() 256346:20250703:121430.548 End of lld_interfaces_make() 256346:20250703:121430.548 In lld_interfaces_validate() 256346:20250703:121430.548 End of lld_interfaces_validate() 256346:20250703:121430.548 In lld_groups_save() 256346:20250703:121430.548 End of lld_groups_save() 256346:20250703:121430.548 In lld_hostgroups_make() groupids:1 hosts:2 256346:20250703:121430.548 End of lld_hostgroups_make() 256346:20250703:121430.548 In lld_hgsets_make() 256346:20250703:121430.548 query [txnlev:0] [select hgsetid,hash from hgset where hash='ef2d127de37b942baad06145e54b0c619a1f22327b2ebbcfbec78f5564afe39d'] 256346:20250703:121430.548 End of lld_hgsets_make() 256346:20250703:121430.548 In lld_permissions_make() 256346:20250703:121430.548 In lld_templates_make() 256346:20250703:121430.548 query [txnlev:0] [select templateid from hosts_templates where hostid=10854] 256346:20250703:121430.549 End of lld_templates_make() 256346:20250703:121430.549 In lld_hostmacros_make() 256346:20250703:121430.549 End of lld_hostmacros_make() 256346:20250703:121430.549 In lld_hosts_save() 256346:20250703:121430.549 query [txnlev:1] [begin;] 256346:20250703:121430.549 In zbx_dbconn_lock_record() 256346:20250703:121430.549 query [txnlev:1] [select null from hosts where hostid=10854 for update] 256346:20250703:121430.549 End of zbx_dbconn_lock_record():SUCCEED 256346:20250703:121430.549 In zbx_dbconn_lock_records() 256346:20250703:121430.549 query [txnlev:1] [select null from hgset where hgsetid=14 for update] 256346:20250703:121430.549 End of zbx_dbconn_lock_records():SUCCEED 256346:20250703:121430.549 In dbconn_get_nextid() tablename:'hosts' 256346:20250703:121430.549 query [txnlev:1] [select nextid from ids where table_name='hosts' and field_name='hostid'] 256346:20250703:121430.549 query [txnlev:1] [update ids set nextid=nextid+1 where table_name='hosts' and field_name='hostid'] 256346:20250703:121430.549 query [txnlev:1] [select nextid from ids where table_name='hosts' and field_name='hostid'] 256346:20250703:121430.549 End of dbconn_get_nextid():10859 table:'hosts' recid:'hostid' 256346:20250703:121430.549 In dbconn_get_nextid() tablename:'hosts_groups' 256346:20250703:121430.549 query [txnlev:1] [select nextid from ids where table_name='hosts_groups' and field_name='hostgroupid'] 256346:20250703:121430.549 query [txnlev:1] [update ids set nextid=nextid+1 where table_name='hosts_groups' and field_name='hostgroupid'] 256346:20250703:121430.549 query [txnlev:1] [select nextid from ids where table_name='hosts_groups' and field_name='hostgroupid'] 256346:20250703:121430.549 End of dbconn_get_nextid():708 table:'hosts_groups' recid:'hostgroupid' 256346:20250703:121430.549 query [txnlev:1] [insert into hosts (hostid,host,name,proxyid,proxy_groupid,ipmi_authtype,ipmi_privilege,ipmi_username,ipmi_password,status,flags,tls_connect,tls_accept,tls_issuer,tls_subject,tls_psk_identity,tls_psk,custom_interfaces,monitored_by,discover) values (10859,'Root level Host prototype 02','Root level Host prototype 02',null,null,-1,2,'','',0,4,1,1,'','','','',0,0,0);.] 256346:20250703:121430.549 query [txnlev:1] [insert into host_discovery (hostid,parent_hostid,host,lldruleid) values (10859,10854,'Root level Host prototype {#L0}',null);.] 256346:20250703:121430.550 query [txnlev:1] [insert into host_rtdata (hostid,active_available) values (10859,0);.] 256346:20250703:121430.550 query [txnlev:1] [insert into host_hgset (hostid,hgsetid) values (10859,14);.] 256346:20250703:121430.550 query [txnlev:1] [insert into hosts_groups (hostgroupid,hostid,groupid) values (708,10859,5);.] 256346:20250703:121430.551 query [txnlev:1] [commit;] 256346:20250703:121430.552 End of lld_hosts_save() 256346:20250703:121430.552 In lld_templates_link() 256346:20250703:121430.552 query [txnlev:1] [begin;] 256346:20250703:121430.553 query [txnlev:1] [commit;] 256346:20250703:121430.553 End of lld_templates_link() 256346:20250703:121430.553 In lld_host_export_lld_macros() 256346:20250703:121430.553 query [txnlev:0] [select hostid,itemid from items where flags&1<>0 and hostid=10859 order by hostid] 256346:20250703:121430.553 End of lld_host_export_lld_macros() 256346:20250703:121430.553 In lld_host_process_nested_lld_rules() 256346:20250703:121430.553 query [txnlev:0] [select hostid,itemid from items where type=23 and status=0 and hostid=10859] 256346:20250703:121430.553 End of lld_host_process_nested_lld_rules() 256346:20250703:121430.553 query [txnlev:1] [begin;] 256346:20250703:121430.554 In zbx_dbconn_lock_record() 256346:20250703:121430.554 query [txnlev:1] [select null from hosts where hostid=10857 for update] 256346:20250703:121430.554 End of zbx_dbconn_lock_record():SUCCEED 256346:20250703:121430.554 query [txnlev:1] [select null from hosts where status=0 and hostid=10857 limit 1] 256346:20250703:121430.554 query [txnlev:1] [update host_discovery set ts_delete=1752138838 where hostid=10857;.update host_discovery set ts_disable=1 where hostid=10857;.update host_discovery set status=1 where hostid=10857;.update host_discovery set lastcheck=1751534070 where hostid=10859;.update host_discovery set disable_source=1 where hostid=10857;.update hosts set status=1 where hostid=10857;.] 256346:20250703:121430.555 query [txnlev:1] [commit;] 256346:20250703:121430.556 End of lld_update_hosts() 256346:20250703:121430.556 query without transaction detected 256346:20250703:121430.557 query [txnlev:0] [insert into auditlog (auditid,userid,username,clock,action,ip,resourceid,resourcename,resourcetype,recordsetid,details) values ('cmcn65ub60007sqjq2polbdyi',null,'System',1751534070,2,'',59715,'2nd level LLD',15,'cmcn65ue4000isqjqhkjvnayv',''),('cmcn65ub00005sqjq8b790rkh',null,'System',1751534070,0,'',59719,'2nd level LLD',56,'cmcn65ue4000isqjqhkjvnayv','{"discoveryruleprototype.itemid":["add",59719],"discoveryruleprototype.hostid":["add",10853],"discoveryruleprototype.name":["add","2nd level LLD"],"discoveryruleprototype.key_":["add","lld_trap[02,{#L1}]"],"discoveryruleprototype.type":["add",23],"discoveryruleprototype.value_type":["add",4],"discoveryruleprototype.flags":["add",7],"discoveryruleprototype.ruleid":["add",59717],"discoveryruleprototype.preprocessing[117944]":["add"],"discoveryruleprototype.preprocessing[117944].step":["add",1],"discoveryruleprototype.preprocessing[117944].type":["add",12],"discoveryruleprototype.preprocessing[117944].params":["add","$.path_to_2"],"discoveryruleprototype.lld_macro_paths[2125]":["add"],"discoveryruleprototype.lld_macro_paths[2125].lld_macro":["add","{#L2}"],"discoveryruleprototype.lld_macro_paths[2125].path":["add","$.level_2"]}'),('cmcn65ub00004sqjq98rw353q',null,'System',1751534070,0,'',59718,'1st level item prototype',36,'cmcn65ue4000isqjqhkjvnayv','{"itemprototype.itemid":["add",59718],"itemprototype.hostid":["add",10853],"itemprototype.name":["add","1st level item prototype"],"itemprototype.key_":["add","trap1[02,{#L1}]"],"itemprototype.type":["add",2],"itemprototype.value_type":["add",3],"itemprototype.flags":["add",6],"itemprototype.ruleid":["add",59717]}'),('cmcn65ubb0009sqjqxjrtxyfq',null,'System',1751534070,2,'',28853,'1st level Trigger prototype 01 {#L1}',31,'cmcn65ue4000isqjqhkjvnayv',''),('cmcn65ud8000esqjqxgwiceik',null,'System',1751534070,0,'',28856,'Root level Trigger prototype',13,'cmcn65ue4000isqjqhkjvnayv','{"trigger.triggerid":["add",28856],"trigger":["add"],"trigger.flags":["add",4],"trigger.priority":["add",2],"trigger.expression":["add","{42098}<>0"]}'),('cmcn65ue2000hsqjq8tslrz5u',null,'System',1751534070,1,'',10857,'Root level Host prototype 01',4,'cmcn65ue4000isqjqhkjvnayv','{"host.status":["update",1,0]}'),('cmcn65ub90008sqjq38hr7e3z',null,'System',1751534070,2,'',4297,'1st level Graph prototype 01 {#L1}',35,'cmcn65ue4000isqjqhkjvnayv',''),('cmcn65udx000gsqjqcw0ka41z',null,'System',1751534070,0,'',10859,'Root level Host prototype 02',4,'cmcn65ue4000isqjqhkjvnayv','{"host.hostid":["add",10859],"host.host":["add","Root level Host prototype 02"],"host.name":["add","Root level Host prototype 02"],"host.flags":["add",4],"host.inventory_mode":["add",-1],"host.groups[5]":["add"],"host.groups[708].hostid":["add",10859],"host.groups[708].groupid":["add",5]}'),('cmcn65uc4000bsqjqqcojj0m1',null,'System',1751534070,0,'',4299,'1st level Graph prototype 02 {#L1}',35,'cmcn65ue4000isqjqhkjvnayv','{"graphprototype.graphid":["add",4299],"graphprototype":["add"],"graphprototype.name":["add","1st level Graph prototype 02 {#L1}"],"graphprototype.yaxismax":["add",0.000000],"graphprototype.flags":["add",6],"graphprototype.gitems[297650]":["add"],"graphprototype.gitems[297650].color":["add","1A7C11"],"graphprototype.gitems[297650].calc_fnc":["add",7],"graphprototype.gitems[297650].itemid":["add",59718]}'),('cmcn65ua90002sqjqz44t7ghw',null,'System',1751534070,0,'',59717,'1st level LLD',52,'cmcn65ue4000isqjqhkjvnayv','{"discoveryrule.itemid":["add",59717],"discoveryrule.hostid":["add",10853],"discoveryrule.name":["add","1st level LLD"],"discoveryrule.key_":["add","lld_trap[02]"],"discoveryrule.type":["add",23],"discoveryrule.value_type":["add",4],"discoveryrule.flags":["add",5],"discoveryrule.preprocessing[117943]":["add"],"discoveryrule.preprocessing[117943].step":["add",1],"discoveryrule.preprocessing[117943].type":["add",12],"discoveryrule.preprocessing[117943].params":["add","$.path_to_1"],"discoveryrule.lld_macro_paths[2124]":["add"],"discoveryrule.lld_macro_paths[2124].lld_macro":["add","{#L1}"],"discoveryrule.lld_macro_paths[2124].path":["add","$.level_1"]}'),('cmcn65uar0003sqjqeh6a5eb4',null,'System',1751534070,1,'',59713,'1st level LLD',15,'cmcn65ue4000isqjqhkjvnayv','{"item.status":["update",1,0]}'),('cmcn65ucg000csqjqpu0ipot7',null,'System',1751534070,0,'',10858,'1st Level Host prototype 02 {#L1}',37,'cmcn65ue4000isqjqhkjvnayv','{"hostprototype.hostid":["add",10858],"hostprototype.host":["add","1st Level Host prototype 02 {#L1}"],"hostprototype.name":["add","1st Level Host prototype 02 {#L1}"],"hostprototype.flags":["add",6],"hostprototype.inventory_mode":["add",-1],"hostprototype.ruleid":["add",59717]}'),('cmcn65uby000asqjqs9baoxy2',null,'System',1751534070,0,'',28855,'1st level Trigger prototype 02 {#L1}',31,'cmcn65ue4000isqjqhkjvnayv','{"triggerprototype.triggerid":["add",28855],"triggerprototype":["add"],"triggerprototype.flags":["add",6],"triggerprototype.priority":["add",2],"triggerprototype.expression":["add","{42097}<>1"]}'),('cmcn65ub60006sqjq9pu3x1q5',null,'System',1751534070,2,'',59714,'1st level item prototype',15,'cmcn65ue4000isqjqhkjvnayv',''),('cmcn65udo000fsqjqfazu391m',null,'System',1751534070,0,'',4300,'Root level Graph prototype 02',6,'cmcn65ue4000isqjqhkjvnayv','{"graph.graphid":["add",4300],"graph":["add"],"graph.name":["add","Root level Graph prototype 02"],"graph.flags":["add",4],"graph.gitems[297651]":["add"],"graph.gitems[297651].color":["add","1A7C11"],"graph.gitems[297651].calc_fnc":["add",7],"graph.gitems[297651].itemid":["add",59716]}'),('cmcn65ua90001sqjqeu1p5kqy',null,'System',1751534070,0,'',59716,'Root level item prototype',15,'cmcn65ue4000isqjqhkjvnayv','{"item.itemid":["add",59716],"item.hostid":["add",10853],"item.name":["add","Root level item prototype"],"item.key_":["add","trap0[02]"],"item.type":["add",2],"item.value_type":["add",3],"item.flags":["add",4]}'),('cmcn65ucy000dsqjqv12jp0am',null,'System',1751534070,2,'',10856,'1st Level Host prototype 01 {#L1}',37,'cmcn65ue4000isqjqhkjvnayv','');.] 256346:20250703:121430.559 End of lld_process_discovery_rule() 256346:20250703:121430.559 In zbx_ipc_socket_write() 256346:20250703:121430.559 End of zbx_ipc_socket_write():SUCCEED 256346:20250703:121430.559 In zbx_ipc_socket_read() 256344:20250703:121430.559 End of zbx_ipc_service_recv():1 256344:20250703:121430.559 In lld_process_result() 256344:20250703:121430.559 discovery rule:59707 has been processed 256344:20250703:121430.559 End of lld_process_result() 256344:20250703:121430.559 In zbx_ipc_service_recv() timeout:1.000 256421:20250703:121430.645 End of zbx_ipc_service_recv():2 256421:20250703:121430.645 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121430.651 End of zbx_ipc_service_recv():2 256339:20250703:121430.651 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121430.651 End of zbx_ipc_async_socket_recv():0 256407:20250703:121430.651 In zbx_ipc_async_socket_send() 256407:20250703:121430.651 In zbx_ipc_client_send() clientid:0 256407:20250703:121430.651 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121430.651 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121430.651 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000023 sec, idle 1 sec]' 256407:20250703:121430.651 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121430.651 End of zbx_ipc_service_recv():1 256339:20250703:121430.651 In am_flush_results() results:0 256339:20250703:121430.651 In zbx_ipc_client_send() clientid:8 256339:20250703:121430.651 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121430.651 End of am_flush_results() 256339:20250703:121430.651 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121430.651 End of zbx_ipc_async_socket_recv():0 256407:20250703:121430.651 In am_db_flush_results() 256407:20250703:121430.651 End of am_db_flush_results() flushed:0 256407:20250703:121430.651 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000022 sec, idle 1 sec]' 256407:20250703:121430.651 In zbx_ipc_async_socket_recv() timeout:1 256413:20250703:121430.693 End of zbx_ipc_service_recv():2 256413:20250703:121430.693 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121430.976 End of zbx_ipc_service_recv():2 256343:20250703:121430.976 In zbx_pp_manager_process_finished() 256343:20250703:121430.976 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121430.976 In zbx_ipc_service_recv() timeout:0.500 256312:20250703:121430.997 End of zbx_ipc_service_recv():2 256312:20250703:121430.997 In zbx_ipc_async_socket_send() 256312:20250703:121430.997 In zbx_ipc_client_send() clientid:0 256312:20250703:121430.997 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121430.997 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121430.997 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121430.997 End of zbx_ipc_async_socket_flush():0 256312:20250703:121430.997 In zbx_ipc_service_recv() timeout:0.997 256302:20250703:121430.997 End of zbx_ipc_service_recv():1 256302:20250703:121430.997 In zbx_ha_dispatch_message() 256302:20250703:121430.997 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121430.997 In zbx_ipc_service_recv() timeout:1.000 256314:20250703:121431.238 End of zbx_ipc_service_recv():2 256314:20250703:121431.238 In zbx_ipc_service_recv() timeout:1.000 256418:20250703:121431.342 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121431.342 End of zbx_ipc_async_socket_recv():0 256418:20250703:121431.342 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121431.342 End of zbx_dc_config_get_poller_items():0 256418:20250703:121431.342 queue processing_num:0 pending:0 256416:20250703:121431.352 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121431.352 End of zbx_ipc_async_socket_recv():0 256416:20250703:121431.352 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121431.352 End of zbx_dc_config_get_poller_items():0 256416:20250703:121431.352 queue processing_num:0 pending:0 256417:20250703:121431.353 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121431.353 End of zbx_ipc_async_socket_recv():0 256417:20250703:121431.353 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121431.353 End of zbx_dc_config_get_poller_items():0 256417:20250703:121431.353 queue processing_num:0 pending:0 256372:20250703:121431.439 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121431.440 In collect_selfmon_stats() 256372:20250703:121431.440 In zbx_timekeeper_collect() 256372:20250703:121431.440 End of zbx_timekeeper_collect() 256372:20250703:121431.440 End of collect_selfmon_stats() 256372:20250703:121431.440 zbx_setproctitle() title:'self-monitoring [processed data in 0.000365 sec, idle 1 sec]' 256343:20250703:121431.480 End of zbx_ipc_service_recv():2 256343:20250703:121431.481 In zbx_pp_manager_process_finished() 256343:20250703:121431.481 In zbx_timekeeper_collect() 256343:20250703:121431.481 End of zbx_timekeeper_collect() 256343:20250703:121431.481 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121431.481 In zbx_ipc_service_recv() timeout:0.500 256404:20250703:121431.523 zbx_setproctitle() title:'trapper #4 [processing data]' 256404:20250703:121431.523 In zbx_ipc_async_socket_recv() timeout:0 256404:20250703:121431.523 End of zbx_ipc_async_socket_recv():0 256404:20250703:121431.523 trapper got '{"request":"status.get","type":"ping","sid":"a1c8e8c4f6fe23f89e307368a314454c"}' 256404:20250703:121431.523 In recv_getstatus() 256404:20250703:121431.523 In zbx_get_user_from_json() 256404:20250703:121431.523 In zbx_db_get_user_by_active_session() sessionid:a1c8e8c4f6fe23f89e307368a314454c 256404:20250703:121431.523 query [txnlev:0] [select u.userid,u.roleid,u.username,r.type from sessions s,users u,role r where s.userid=u.userid and s.sessionid='a1c8e8c4f6fe23f89e307368a314454c' and s.status=0 and u.roleid=r.roleid] 256404:20250703:121431.523 End of zbx_db_get_user_by_active_session():FAIL 256404:20250703:121431.524 Permission denied 256404:20250703:121431.524 End of zbx_get_user_from_json():FAIL 256404:20250703:121431.524 In zbx_send_response_json() 256404:20250703:121431.524 zbx_send_response_json() '{"response":"failed","info":"Permission denied."}' 256404:20250703:121431.524 End of zbx_send_response_json():SUCCEED 256404:20250703:121431.524 End of recv_getstatus():FAIL 256404:20250703:121431.524 zbx_setproctitle() title:'trapper #4 [processed data in 0.000588 sec, waiting for connection]' 256354:20250703:121431.532 End of zbx_ipc_async_socket_recv():0 256353:20250703:121431.532 End of zbx_ipc_async_socket_recv():0 256353:20250703:121431.532 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000021 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121431.532 In zbx_sync_history_cache() history_num:0 256353:20250703:121431.532 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000029 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121431.532 In zbx_ipc_async_socket_recv() timeout:1 256419:20250703:121431.532 End of zbx_ipc_service_recv():2 256419:20250703:121431.532 In zbx_ipc_service_recv() timeout:1.000 256356:20250703:121431.532 End of zbx_ipc_async_socket_recv():0 256356:20250703:121431.532 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000012 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121431.532 In zbx_sync_history_cache() history_num:0 256356:20250703:121431.532 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000018 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121431.532 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121431.532 End of zbx_ipc_async_socket_recv():0 256355:20250703:121431.532 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000028 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121431.532 In zbx_sync_history_cache() history_num:0 256355:20250703:121431.532 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000021 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121431.532 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121431.532 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000014 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121431.532 In zbx_sync_history_cache() history_num:0 256354:20250703:121431.532 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000365 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121431.532 In zbx_ipc_async_socket_recv() timeout:1 256344:20250703:121431.560 End of zbx_ipc_service_recv():2 256344:20250703:121431.560 In zbx_ipc_service_recv() timeout:1.000 256421:20250703:121431.649 End of zbx_ipc_service_recv():2 256421:20250703:121431.649 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121431.652 End of zbx_ipc_service_recv():2 256339:20250703:121431.652 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121431.652 End of zbx_ipc_async_socket_recv():0 256407:20250703:121431.652 In zbx_ipc_async_socket_send() 256407:20250703:121431.652 In zbx_ipc_client_send() clientid:0 256407:20250703:121431.652 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121431.652 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121431.652 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000084 sec, idle 1 sec]' 256407:20250703:121431.652 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121431.652 End of zbx_ipc_service_recv():1 256339:20250703:121431.652 In am_flush_results() results:0 256339:20250703:121431.652 In zbx_ipc_client_send() clientid:8 256339:20250703:121431.652 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121431.652 End of am_flush_results() 256339:20250703:121431.652 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121431.652 End of zbx_ipc_async_socket_recv():0 256407:20250703:121431.652 In am_db_flush_results() 256407:20250703:121431.652 End of am_db_flush_results() flushed:0 256407:20250703:121431.652 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000017 sec, idle 1 sec]' 256407:20250703:121431.652 In zbx_ipc_async_socket_recv() timeout:1 256413:20250703:121431.697 End of zbx_ipc_service_recv():2 256413:20250703:121431.697 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121431.986 End of zbx_ipc_service_recv():2 256343:20250703:121431.986 In zbx_pp_manager_process_finished() 256343:20250703:121431.986 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121431.986 In zbx_ipc_service_recv() timeout:0.500 256312:20250703:121431.999 End of zbx_ipc_service_recv():2 256312:20250703:121431.999 In ha_check_nodes() ha_status:active db_status:0 256312:20250703:121431.999 query [txnlev:1] [begin;] 256312:20250703:121432.000 query [txnlev:1] [select ha_nodeid,name,status,lastaccess,address,port,ha_sessionid from ha_node order by ha_nodeid for update] 256312:20250703:121432.000 query [txnlev:1] [select name, value_str, value_int from settings where name in ('ha_failover_delay', 'auditlog_enabled', 'auditlog_mode')] 256302:20250703:121432.001 End of zbx_ipc_service_recv():2 256302:20250703:121432.001 In zbx_ha_dispatch_message() 256302:20250703:121432.001 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121432.001 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121432.001 In ha_db_get_time() 256312:20250703:121432.001 query [txnlev:1] [select cast(extract(epoch from now()) as int) from settings limit 1] 256312:20250703:121432.001 End of ha_db_get_time():SUCCEED db_time:1751534072 256312:20250703:121432.001 query [txnlev:1] [update ha_node set lastaccess=cast(extract(epoch from now()) as int) where ha_nodeid='cmbtfdmr70001y3jqx66php2f'] 256312:20250703:121432.002 query [txnlev:1] [commit;] 256312:20250703:121432.004 End of ha_check_nodes() nodeid:cmbtfdmr70001y3jqx66php2f ha_status:active db_status:0 256312:20250703:121432.004 In zbx_ipc_async_socket_send() 256312:20250703:121432.004 In zbx_ipc_client_send() clientid:0 256312:20250703:121432.004 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121432.004 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121432.004 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121432.004 End of zbx_ipc_async_socket_flush():0 256312:20250703:121432.004 In zbx_ipc_service_recv() timeout:0.994 256302:20250703:121432.004 End of zbx_ipc_service_recv():1 256302:20250703:121432.005 In zbx_ha_dispatch_message() 256302:20250703:121432.005 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121432.005 In zbx_ipc_service_recv() timeout:1.000 256314:20250703:121432.244 End of zbx_ipc_service_recv():2 256314:20250703:121432.244 In zbx_ipc_service_recv() timeout:1.000 256418:20250703:121432.341 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121432.341 End of zbx_ipc_async_socket_recv():0 256418:20250703:121432.341 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121432.341 End of zbx_dc_config_get_poller_items():0 256418:20250703:121432.341 queue processing_num:0 pending:0 256417:20250703:121432.352 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121432.352 End of zbx_ipc_async_socket_recv():0 256417:20250703:121432.352 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121432.352 End of zbx_dc_config_get_poller_items():0 256417:20250703:121432.352 queue processing_num:0 pending:0 256416:20250703:121432.352 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121432.352 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121432.352 End of zbx_dc_config_get_poller_items():0 256416:20250703:121432.352 queue processing_num:0 pending:0 256416:20250703:121432.352 End of zbx_ipc_async_socket_recv():0 256372:20250703:121432.440 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121432.440 In collect_selfmon_stats() 256372:20250703:121432.440 In zbx_timekeeper_collect() 256372:20250703:121432.440 End of zbx_timekeeper_collect() 256372:20250703:121432.440 End of collect_selfmon_stats() 256372:20250703:121432.440 zbx_setproctitle() title:'self-monitoring [processed data in 0.000123 sec, idle 1 sec]' 256343:20250703:121432.488 End of zbx_ipc_service_recv():2 256343:20250703:121432.488 In zbx_pp_manager_process_finished() 256343:20250703:121432.488 In zbx_timekeeper_collect() 256343:20250703:121432.488 End of zbx_timekeeper_collect() 256343:20250703:121432.488 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121432.488 In zbx_ipc_service_recv() timeout:0.500 256357:20250703:121432.530 End of zbx_ipc_async_socket_recv():0 256357:20250703:121432.530 zbx_setproctitle() title:'escalator #1 [processed 0 escalations in 0.003528 sec, processing escalations]' 256357:20250703:121432.530 In process_escalations() 256357:20250703:121432.530 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is not null and nextcheck<=1751534075 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121432.530 End of process_escalations() 256357:20250703:121432.530 In process_escalations() 256357:20250703:121432.530 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is not null and nextcheck<=1751534075 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121432.531 End of process_escalations() 256357:20250703:121432.531 In process_escalations() 256357:20250703:121432.531 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is null and serviceid is not null and nextcheck<=1751534075 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121432.531 End of process_escalations() 256357:20250703:121432.531 In process_escalations() 256357:20250703:121432.531 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is null and serviceid is null and nextcheck<=1751534075 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121432.531 End of process_escalations() 256357:20250703:121432.531 zbx_setproctitle() title:'escalator #1 [processed 0 escalations in 0.000922 sec, idle 3 sec]' 256357:20250703:121432.531 In zbx_ipc_async_socket_recv() timeout:3 256355:20250703:121432.534 End of zbx_ipc_async_socket_recv():0 256355:20250703:121432.534 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000021 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121432.534 In zbx_sync_history_cache() history_num:0 256355:20250703:121432.534 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000031 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121432.534 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121432.534 End of zbx_ipc_async_socket_recv():0 256354:20250703:121432.534 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000365 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121432.534 In zbx_sync_history_cache() history_num:0 256354:20250703:121432.534 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000098 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121432.534 In zbx_ipc_async_socket_recv() timeout:1 256353:20250703:121432.535 End of zbx_ipc_async_socket_recv():0 256353:20250703:121432.535 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000029 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121432.535 In zbx_sync_history_cache() history_num:0 256353:20250703:121432.535 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000020 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121432.535 In zbx_ipc_async_socket_recv() timeout:1 256419:20250703:121432.535 End of zbx_ipc_service_recv():2 256419:20250703:121432.535 In zbx_ipc_service_recv() timeout:1.000 256356:20250703:121432.535 End of zbx_ipc_async_socket_recv():0 256356:20250703:121432.535 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000018 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121432.535 In zbx_sync_history_cache() history_num:0 256356:20250703:121432.535 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000013 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121432.535 In zbx_ipc_async_socket_recv() timeout:1 256344:20250703:121432.563 End of zbx_ipc_service_recv():2 256344:20250703:121432.563 In zbx_ipc_service_recv() timeout:1.000 256421:20250703:121432.653 End of zbx_ipc_service_recv():2 256421:20250703:121432.653 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121432.657 End of zbx_ipc_async_socket_recv():0 256407:20250703:121432.657 In zbx_ipc_async_socket_send() 256407:20250703:121432.657 In zbx_ipc_client_send() clientid:0 256339:20250703:121432.657 End of zbx_ipc_service_recv():2 256339:20250703:121432.657 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121432.657 End of zbx_ipc_service_recv():1 256339:20250703:121432.657 In am_flush_results() results:0 256339:20250703:121432.657 In zbx_ipc_client_send() clientid:8 256339:20250703:121432.657 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121432.657 End of am_flush_results() 256339:20250703:121432.657 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121432.657 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121432.657 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121432.657 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000142 sec, idle 1 sec]' 256407:20250703:121432.657 In zbx_ipc_async_socket_recv() timeout:1 256407:20250703:121432.657 End of zbx_ipc_async_socket_recv():0 256407:20250703:121432.657 In am_db_flush_results() 256407:20250703:121432.657 End of am_db_flush_results() flushed:0 256407:20250703:121432.657 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000009 sec, idle 1 sec]' 256407:20250703:121432.657 In zbx_ipc_async_socket_recv() timeout:1 256413:20250703:121432.701 End of zbx_ipc_service_recv():2 256413:20250703:121432.701 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121432.993 End of zbx_ipc_service_recv():2 256343:20250703:121432.993 In zbx_pp_manager_process_finished() 256343:20250703:121432.993 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121432.993 In zbx_ipc_service_recv() timeout:0.500 256312:20250703:121433.001 End of zbx_ipc_service_recv():2 256312:20250703:121433.001 In zbx_ipc_async_socket_send() 256312:20250703:121433.001 In zbx_ipc_client_send() clientid:0 256312:20250703:121433.001 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121433.001 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121433.001 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121433.001 End of zbx_ipc_async_socket_flush():0 256312:20250703:121433.001 In zbx_ipc_service_recv() timeout:0.992 256302:20250703:121433.001 End of zbx_ipc_service_recv():1 256302:20250703:121433.001 In zbx_ha_dispatch_message() 256302:20250703:121433.001 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121433.002 In zbx_ipc_service_recv() timeout:1.000 256314:20250703:121433.248 End of zbx_ipc_service_recv():2 256314:20250703:121433.248 zbx_setproctitle() title:'service manager #1 [processed 0 events, updated 0 event tags, deleted 0 problems, synced 0 service updates, idle 5.017895 sec during 5.017908 sec]' 256314:20250703:121433.248 In zbx_ipc_service_recv() timeout:1.000 256351:20250703:121433.322 End of zbx_ipc_async_socket_recv():0 256351:20250703:121433.322 zbx_setproctitle() title:'browser poller #1 [got 0 values in 0.000053 sec, getting values]' 256351:20250703:121433.322 In get_values() 256351:20250703:121433.322 In zbx_dc_config_get_poller_items() poller_type:11 256351:20250703:121433.322 End of zbx_dc_config_get_poller_items():0 256351:20250703:121433.322 In zbx_dc_config_get_poller_nextcheck() poller_type:11 256351:20250703:121433.322 End of zbx_dc_config_get_poller_nextcheck():-1 256351:20250703:121433.322 End of get_values():0 256351:20250703:121433.322 zbx_setproctitle() title:'browser poller #1 [got 0 values in 0.000095 sec, idle 5 sec]' 256351:20250703:121433.322 In zbx_ipc_async_socket_recv() timeout:5 256361:20250703:121433.332 End of zbx_ipc_async_socket_recv():0 256361:20250703:121433.333 zbx_setproctitle() title:'java poller #4 [got 0 values in 0.000032 sec, getting values]' 256361:20250703:121433.333 In get_values() 256361:20250703:121433.333 In zbx_dc_config_get_poller_items() poller_type:4 256361:20250703:121433.333 End of zbx_dc_config_get_poller_items():0 256361:20250703:121433.333 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256361:20250703:121433.333 End of zbx_dc_config_get_poller_nextcheck():-1 256361:20250703:121433.333 End of get_values():0 256361:20250703:121433.333 zbx_setproctitle() title:'java poller #4 [got 0 values in 0.000062 sec, idle 5 sec]' 256361:20250703:121433.333 In zbx_ipc_async_socket_recv() timeout:5 256362:20250703:121433.333 End of zbx_ipc_async_socket_recv():0 256362:20250703:121433.333 zbx_setproctitle() title:'java poller #5 [got 0 values in 0.000029 sec, getting values]' 256362:20250703:121433.333 In get_values() 256362:20250703:121433.333 In zbx_dc_config_get_poller_items() poller_type:4 256362:20250703:121433.333 End of zbx_dc_config_get_poller_items():0 256362:20250703:121433.333 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256362:20250703:121433.333 End of zbx_dc_config_get_poller_nextcheck():-1 256362:20250703:121433.333 End of get_values():0 256362:20250703:121433.333 zbx_setproctitle() title:'java poller #5 [got 0 values in 0.000139 sec, idle 5 sec]' 256362:20250703:121433.333 In zbx_ipc_async_socket_recv() timeout:5 256363:20250703:121433.333 End of zbx_ipc_async_socket_recv():0 256363:20250703:121433.333 zbx_setproctitle() title:'java poller #6 [got 0 values in 0.000051 sec, getting values]' 256363:20250703:121433.333 In get_values() 256363:20250703:121433.333 In zbx_dc_config_get_poller_items() poller_type:4 256363:20250703:121433.333 End of zbx_dc_config_get_poller_items():0 256363:20250703:121433.333 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256363:20250703:121433.333 End of zbx_dc_config_get_poller_nextcheck():-1 256363:20250703:121433.333 End of get_values():0 256363:20250703:121433.333 zbx_setproctitle() title:'java poller #6 [got 0 values in 0.000035 sec, idle 5 sec]' 256363:20250703:121433.333 In zbx_ipc_async_socket_recv() timeout:5 256418:20250703:121433.342 zbx_setproctitle() title:'snmp poller #1 [got 0 values, queued 0 in 5 sec, awaiting 0]' 256418:20250703:121433.342 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121433.342 End of zbx_ipc_async_socket_recv():0 256418:20250703:121433.342 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121433.342 End of zbx_dc_config_get_poller_items():0 256418:20250703:121433.342 queue processing_num:0 pending:0 256417:20250703:121433.353 zbx_setproctitle() title:'agent poller #1 [got 0 values, queued 0 in 5 sec, awaiting 0]' 256417:20250703:121433.353 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121433.353 End of zbx_ipc_async_socket_recv():0 256417:20250703:121433.353 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121433.353 End of zbx_dc_config_get_poller_items():0 256417:20250703:121433.353 queue processing_num:0 pending:0 256416:20250703:121433.354 zbx_setproctitle() title:'http agent poller #1 [got 0 values, queued 0 in 5 sec, awaiting 0]' 256416:20250703:121433.354 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121433.354 End of zbx_ipc_async_socket_recv():0 256416:20250703:121433.355 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121433.355 End of zbx_dc_config_get_poller_items():0 256416:20250703:121433.355 queue processing_num:0 pending:0 256369:20250703:121433.360 End of zbx_ipc_async_socket_recv():0 256369:20250703:121433.360 zbx_setproctitle() title:'java poller #9 [got 0 values in 0.000048 sec, getting values]' 256369:20250703:121433.360 In get_values() 256369:20250703:121433.360 In zbx_dc_config_get_poller_items() poller_type:4 256369:20250703:121433.360 End of zbx_dc_config_get_poller_items():0 256369:20250703:121433.360 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256369:20250703:121433.360 End of zbx_dc_config_get_poller_nextcheck():-1 256369:20250703:121433.360 End of get_values():0 256369:20250703:121433.360 zbx_setproctitle() title:'java poller #9 [got 0 values in 0.000443 sec, idle 5 sec]' 256369:20250703:121433.360 In zbx_ipc_async_socket_recv() timeout:5 256375:20250703:121433.364 End of zbx_ipc_async_socket_recv():0 256399:20250703:121433.364 End of zbx_ipc_async_socket_recv():0 256399:20250703:121433.364 zbx_setproctitle() title:'poller #5 [got 0 values in 0.000033 sec, getting values]' 256399:20250703:121433.364 In get_values() 256399:20250703:121433.364 In zbx_dc_config_get_poller_items() poller_type:0 256399:20250703:121433.364 End of zbx_dc_config_get_poller_items():0 256399:20250703:121433.364 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256399:20250703:121433.364 End of zbx_dc_config_get_poller_nextcheck():-1 256399:20250703:121433.364 End of get_values():0 256399:20250703:121433.364 zbx_setproctitle() title:'poller #5 [got 0 values in 0.000091 sec, idle 5 sec]' 256399:20250703:121433.364 In zbx_ipc_async_socket_recv() timeout:5 256364:20250703:121433.365 End of zbx_ipc_async_socket_recv():0 256364:20250703:121433.365 zbx_setproctitle() title:'java poller #7 [got 0 values in 0.000036 sec, getting values]' 256364:20250703:121433.365 In get_values() 256364:20250703:121433.365 In zbx_dc_config_get_poller_items() poller_type:4 256364:20250703:121433.365 End of zbx_dc_config_get_poller_items():0 256375:20250703:121433.365 zbx_setproctitle() title:'poller #2 [got 0 values in 0.000031 sec, getting values]' 256375:20250703:121433.365 In get_values() 256375:20250703:121433.365 In zbx_dc_config_get_poller_items() poller_type:0 256375:20250703:121433.365 End of zbx_dc_config_get_poller_items():0 256375:20250703:121433.365 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256375:20250703:121433.365 End of zbx_dc_config_get_poller_nextcheck():-1 256375:20250703:121433.365 End of get_values():0 256375:20250703:121433.365 zbx_setproctitle() title:'poller #2 [got 0 values in 0.000960 sec, idle 5 sec]' 256375:20250703:121433.365 In zbx_ipc_async_socket_recv() timeout:5 256364:20250703:121433.365 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256364:20250703:121433.365 End of zbx_dc_config_get_poller_nextcheck():-1 256364:20250703:121433.365 End of get_values():0 256364:20250703:121433.365 zbx_setproctitle() title:'java poller #7 [got 0 values in 0.000207 sec, idle 5 sec]' 256364:20250703:121433.365 In zbx_ipc_async_socket_recv() timeout:5 256400:20250703:121433.365 End of zbx_ipc_async_socket_recv():0 256400:20250703:121433.365 zbx_setproctitle() title:'unreachable poller #1 [got 0 values in 0.000032 sec, getting values]' 256400:20250703:121433.365 In get_values() 256400:20250703:121433.365 In zbx_dc_config_get_poller_items() poller_type:1 256400:20250703:121433.365 End of zbx_dc_config_get_poller_items():0 256400:20250703:121433.365 In zbx_dc_config_get_poller_nextcheck() poller_type:1 256400:20250703:121433.365 End of zbx_dc_config_get_poller_nextcheck():-1 256400:20250703:121433.365 End of get_values():0 256400:20250703:121433.365 zbx_setproctitle() title:'unreachable poller #1 [got 0 values in 0.000041 sec, idle 5 sec]' 256400:20250703:121433.365 In zbx_ipc_async_socket_recv() timeout:5 256374:20250703:121433.372 End of zbx_ipc_async_socket_recv():0 256374:20250703:121433.372 zbx_setproctitle() title:'poller #1 [got 0 values in 0.000039 sec, getting values]' 256374:20250703:121433.372 In get_values() 256374:20250703:121433.372 In zbx_dc_config_get_poller_items() poller_type:0 256374:20250703:121433.372 End of zbx_dc_config_get_poller_items():0 256374:20250703:121433.372 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256374:20250703:121433.372 End of zbx_dc_config_get_poller_nextcheck():-1 256374:20250703:121433.372 End of get_values():0 256374:20250703:121433.372 zbx_setproctitle() title:'poller #1 [got 0 values in 0.000033 sec, idle 5 sec]' 256374:20250703:121433.372 In zbx_ipc_async_socket_recv() timeout:5 256358:20250703:121433.372 End of zbx_ipc_async_socket_recv():0 256358:20250703:121433.372 zbx_setproctitle() title:'java poller #1 [got 0 values in 0.000037 sec, getting values]' 256358:20250703:121433.372 In get_values() 256358:20250703:121433.372 In zbx_dc_config_get_poller_items() poller_type:4 256358:20250703:121433.372 End of zbx_dc_config_get_poller_items():0 256358:20250703:121433.372 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256358:20250703:121433.372 End of zbx_dc_config_get_poller_nextcheck():-1 256358:20250703:121433.372 End of get_values():0 256358:20250703:121433.372 zbx_setproctitle() title:'java poller #1 [got 0 values in 0.000027 sec, idle 5 sec]' 256358:20250703:121433.372 In zbx_ipc_async_socket_recv() timeout:5 256406:20250703:121433.373 zbx_setproctitle() title:'icmp pinger #1 [getting values]' 256406:20250703:121433.373 In get_pinger_hosts() 256406:20250703:121433.373 In zbx_dc_config_get_poller_items() poller_type:3 256406:20250703:121433.373 End of zbx_dc_config_get_poller_items():0 256406:20250703:121433.373 End of get_pinger_hosts():0 256406:20250703:121433.373 In process_pinger_hosts() 256406:20250703:121433.373 End of process_pinger_hosts() 256406:20250703:121433.373 In zbx_dc_config_get_poller_nextcheck() poller_type:3 256406:20250703:121433.373 End of zbx_dc_config_get_poller_nextcheck():-1 256406:20250703:121433.373 zbx_setproctitle() title:'icmp pinger #1 [got 0 values in 0.000058 sec, idle 5 sec]' 256370:20250703:121433.374 End of zbx_ipc_async_socket_recv():0 256370:20250703:121433.374 zbx_setproctitle() title:'java poller #10 [got 0 values in 0.000032 sec, getting values]' 256370:20250703:121433.374 In get_values() 256370:20250703:121433.374 In zbx_dc_config_get_poller_items() poller_type:4 256370:20250703:121433.374 End of zbx_dc_config_get_poller_items():0 256370:20250703:121433.374 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256370:20250703:121433.374 End of zbx_dc_config_get_poller_nextcheck():-1 256370:20250703:121433.374 End of get_values():0 256370:20250703:121433.374 zbx_setproctitle() title:'java poller #10 [got 0 values in 0.000032 sec, idle 5 sec]' 256370:20250703:121433.374 In zbx_ipc_async_socket_recv() timeout:5 256359:20250703:121433.374 End of zbx_ipc_async_socket_recv():0 256359:20250703:121433.374 zbx_setproctitle() title:'java poller #2 [got 0 values in 0.000033 sec, getting values]' 256359:20250703:121433.374 In get_values() 256359:20250703:121433.374 In zbx_dc_config_get_poller_items() poller_type:4 256359:20250703:121433.374 End of zbx_dc_config_get_poller_items():0 256359:20250703:121433.374 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256359:20250703:121433.374 End of zbx_dc_config_get_poller_nextcheck():-1 256359:20250703:121433.374 End of get_values():0 256359:20250703:121433.374 zbx_setproctitle() title:'java poller #2 [got 0 values in 0.000027 sec, idle 5 sec]' 256359:20250703:121433.374 In zbx_ipc_async_socket_recv() timeout:5 256376:20250703:121433.374 End of zbx_ipc_async_socket_recv():0 256376:20250703:121433.374 zbx_setproctitle() title:'poller #3 [got 0 values in 0.000054 sec, getting values]' 256376:20250703:121433.374 In get_values() 256376:20250703:121433.374 In zbx_dc_config_get_poller_items() poller_type:0 256376:20250703:121433.374 End of zbx_dc_config_get_poller_items():0 256376:20250703:121433.374 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256376:20250703:121433.374 End of zbx_dc_config_get_poller_nextcheck():-1 256376:20250703:121433.374 End of get_values():0 256376:20250703:121433.374 zbx_setproctitle() title:'poller #3 [got 0 values in 0.000036 sec, idle 5 sec]' 256376:20250703:121433.374 In zbx_ipc_async_socket_recv() timeout:5 256360:20250703:121433.376 End of zbx_ipc_async_socket_recv():0 256360:20250703:121433.376 zbx_setproctitle() title:'java poller #3 [got 0 values in 0.000158 sec, getting values]' 256360:20250703:121433.376 In get_values() 256360:20250703:121433.376 In zbx_dc_config_get_poller_items() poller_type:4 256360:20250703:121433.376 End of zbx_dc_config_get_poller_items():0 256360:20250703:121433.376 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256360:20250703:121433.376 End of zbx_dc_config_get_poller_nextcheck():-1 256360:20250703:121433.376 End of get_values():0 256360:20250703:121433.376 zbx_setproctitle() title:'java poller #3 [got 0 values in 0.000030 sec, idle 5 sec]' 256360:20250703:121433.376 In zbx_ipc_async_socket_recv() timeout:5 256365:20250703:121433.376 End of zbx_ipc_async_socket_recv():0 256365:20250703:121433.376 zbx_setproctitle() title:'java poller #8 [got 0 values in 0.000041 sec, getting values]' 256365:20250703:121433.377 In get_values() 256365:20250703:121433.377 In zbx_dc_config_get_poller_items() poller_type:4 256365:20250703:121433.377 End of zbx_dc_config_get_poller_items():0 256365:20250703:121433.377 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256365:20250703:121433.377 End of zbx_dc_config_get_poller_nextcheck():-1 256365:20250703:121433.377 End of get_values():0 256365:20250703:121433.377 zbx_setproctitle() title:'java poller #8 [got 0 values in 0.000034 sec, idle 5 sec]' 256365:20250703:121433.377 In zbx_ipc_async_socket_recv() timeout:5 256398:20250703:121433.384 End of zbx_ipc_async_socket_recv():0 256398:20250703:121433.384 zbx_setproctitle() title:'poller #4 [got 0 values in 0.000039 sec, getting values]' 256398:20250703:121433.384 In get_values() 256398:20250703:121433.384 In zbx_dc_config_get_poller_items() poller_type:0 256398:20250703:121433.384 End of zbx_dc_config_get_poller_items():0 256398:20250703:121433.384 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256398:20250703:121433.384 End of zbx_dc_config_get_poller_nextcheck():-1 256398:20250703:121433.384 End of get_values():0 256398:20250703:121433.384 zbx_setproctitle() title:'poller #4 [got 0 values in 0.000043 sec, idle 5 sec]' 256398:20250703:121433.384 In zbx_ipc_async_socket_recv() timeout:5 256420:20250703:121433.397 End of zbx_ipc_async_socket_recv():0 256420:20250703:121433.397 zbx_setproctitle() title:'internal poller #1 [got 0 values in 0.000067 sec, getting values]' 256420:20250703:121433.397 In get_values() 256420:20250703:121433.397 In zbx_dc_config_get_poller_items() poller_type:10 256420:20250703:121433.397 End of zbx_dc_config_get_poller_items():0 256420:20250703:121433.397 In zbx_dc_config_get_poller_nextcheck() poller_type:10 256420:20250703:121433.397 End of zbx_dc_config_get_poller_nextcheck():-1 256420:20250703:121433.397 End of get_values():0 256420:20250703:121433.397 zbx_setproctitle() title:'internal poller #1 [got 0 values in 0.000166 sec, idle 5 sec]' 256420:20250703:121433.397 In zbx_ipc_async_socket_recv() timeout:5 256415:20250703:121433.404 End of zbx_ipc_async_socket_recv():0 256415:20250703:121433.404 zbx_setproctitle() title:'odbc poller #1 [got 0 values in 0.000039 sec, getting values]' 256415:20250703:121433.404 In get_values() 256415:20250703:121433.404 In zbx_dc_config_get_poller_items() poller_type:6 256415:20250703:121433.404 End of zbx_dc_config_get_poller_items():0 256415:20250703:121433.404 In zbx_dc_config_get_poller_nextcheck() poller_type:6 256415:20250703:121433.404 End of zbx_dc_config_get_poller_nextcheck():-1 256415:20250703:121433.404 End of get_values():0 256415:20250703:121433.404 zbx_setproctitle() title:'odbc poller #1 [got 0 values in 0.000045 sec, idle 5 sec]' 256415:20250703:121433.404 In zbx_ipc_async_socket_recv() timeout:5 256372:20250703:121433.442 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121433.442 In collect_selfmon_stats() 256372:20250703:121433.442 In zbx_timekeeper_collect() 256372:20250703:121433.442 End of zbx_timekeeper_collect() 256372:20250703:121433.442 End of collect_selfmon_stats() 256372:20250703:121433.442 zbx_setproctitle() title:'self-monitoring [processed data in 0.000101 sec, idle 1 sec]' 256350:20250703:121433.447 zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000095 sec, getting values]' 256350:20250703:121433.447 In process_httptests() 256350:20250703:121433.447 End of process_httptests() 256350:20250703:121433.447 zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000095 sec, idle 5 sec]' 256409:20250703:121433.447 End of zbx_ipc_async_socket_recv():0 256409:20250703:121433.447 zbx_setproctitle() title:'history poller #2 [got 0 values in 0.000041 sec, getting values]' 256409:20250703:121433.447 In get_values() 256409:20250703:121433.447 In zbx_dc_config_get_poller_items() poller_type:5 256409:20250703:121433.447 End of zbx_dc_config_get_poller_items():0 256409:20250703:121433.447 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256409:20250703:121433.447 End of zbx_dc_config_get_poller_nextcheck():-1 256409:20250703:121433.447 End of get_values():0 256409:20250703:121433.448 zbx_setproctitle() title:'history poller #2 [got 0 values in 0.000034 sec, idle 5 sec]' 256409:20250703:121433.448 In zbx_ipc_async_socket_recv() timeout:5 256412:20250703:121433.448 End of zbx_ipc_async_socket_recv():0 256412:20250703:121433.448 zbx_setproctitle() title:'history poller #5 [got 0 values in 0.000026 sec, getting values]' 256412:20250703:121433.448 In get_values() 256412:20250703:121433.448 In zbx_dc_config_get_poller_items() poller_type:5 256412:20250703:121433.448 End of zbx_dc_config_get_poller_items():0 256412:20250703:121433.448 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256412:20250703:121433.448 End of zbx_dc_config_get_poller_nextcheck():-1 256412:20250703:121433.448 End of get_values():0 256412:20250703:121433.448 zbx_setproctitle() title:'history poller #5 [got 0 values in 0.000027 sec, idle 5 sec]' 256412:20250703:121433.448 In zbx_ipc_async_socket_recv() timeout:5 256411:20250703:121433.457 End of zbx_ipc_async_socket_recv():0 256411:20250703:121433.457 zbx_setproctitle() title:'history poller #4 [got 0 values in 0.000032 sec, getting values]' 256411:20250703:121433.457 In get_values() 256411:20250703:121433.457 In zbx_dc_config_get_poller_items() poller_type:5 256411:20250703:121433.457 End of zbx_dc_config_get_poller_items():0 256411:20250703:121433.457 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256411:20250703:121433.457 End of zbx_dc_config_get_poller_nextcheck():-1 256411:20250703:121433.457 End of get_values():0 256411:20250703:121433.457 zbx_setproctitle() title:'history poller #4 [got 0 values in 0.000038 sec, idle 5 sec]' 256411:20250703:121433.457 In zbx_ipc_async_socket_recv() timeout:5 256371:20250703:121433.459 End of zbx_ipc_async_socket_recv():0 256371:20250703:121433.459 zbx_setproctitle() title:'proxy poller #1 [exchanged data with 0 proxies in 0.000031 sec, exchanging data]' 256371:20250703:121433.459 In process_proxy() 256371:20250703:121433.459 In zbx_dc_config_get_proxypoller_hosts() 256371:20250703:121433.459 End of zbx_dc_config_get_proxypoller_hosts():0 256371:20250703:121433.459 End of process_proxy() 256371:20250703:121433.459 In zbx_dc_config_get_proxypoller_nextcheck() 256371:20250703:121433.459 End of zbx_dc_config_get_proxypoller_nextcheck():-1 256371:20250703:121433.459 zbx_setproctitle() title:'proxy poller #1 [exchanged data with 0 proxies in 0.000029 sec, idle 5 sec]' 256371:20250703:121433.459 In zbx_ipc_async_socket_recv() timeout:5 256410:20250703:121433.469 End of zbx_ipc_async_socket_recv():0 256410:20250703:121433.469 zbx_setproctitle() title:'history poller #3 [got 0 values in 0.000040 sec, getting values]' 256410:20250703:121433.469 In get_values() 256410:20250703:121433.469 In zbx_dc_config_get_poller_items() poller_type:5 256410:20250703:121433.469 End of zbx_dc_config_get_poller_items():0 256410:20250703:121433.469 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256410:20250703:121433.469 End of zbx_dc_config_get_poller_nextcheck():-1 256410:20250703:121433.469 End of get_values():0 256410:20250703:121433.469 zbx_setproctitle() title:'history poller #3 [got 0 values in 0.000036 sec, idle 5 sec]' 256410:20250703:121433.469 In zbx_ipc_async_socket_recv() timeout:5 256408:20250703:121433.473 End of zbx_ipc_async_socket_recv():0 256408:20250703:121433.473 zbx_setproctitle() title:'history poller #1 [got 0 values in 0.000036 sec, getting values]' 256408:20250703:121433.473 In get_values() 256408:20250703:121433.473 In zbx_dc_config_get_poller_items() poller_type:5 256408:20250703:121433.473 End of zbx_dc_config_get_poller_items():0 256408:20250703:121433.473 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256408:20250703:121433.473 End of zbx_dc_config_get_poller_nextcheck():-1 256408:20250703:121433.473 End of get_values():0 256408:20250703:121433.473 zbx_setproctitle() title:'history poller #1 [got 0 values in 0.000038 sec, idle 5 sec]' 256408:20250703:121433.473 In zbx_ipc_async_socket_recv() timeout:5 256421:20250703:121433.479 In zbx_dc_fetch_proxy_groups() 256421:20250703:121433.479 End of zbx_dc_fetch_proxy_groups():FAIL revision:0->0 256421:20250703:121433.480 In zbx_dc_fetch_proxies() 256421:20250703:121433.480 End of zbx_dc_fetch_proxies():FAIL revision:0->0 256343:20250703:121433.496 End of zbx_ipc_service_recv():2 256343:20250703:121433.497 In zbx_pp_manager_process_finished() 256343:20250703:121433.497 In zbx_timekeeper_collect() 256343:20250703:121433.497 End of zbx_timekeeper_collect() 256343:20250703:121433.497 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121433.497 In zbx_ipc_service_recv() timeout:0.500 256401:20250703:121433.531 zbx_setproctitle() title:'trapper #1 [processing data]' 256401:20250703:121433.531 In zbx_ipc_async_socket_recv() timeout:0 256401:20250703:121433.531 End of zbx_ipc_async_socket_recv():0 256401:20250703:121433.531 trapper got '{"request":"active checks","host":"test","config_revision":1,"session":"3c242340683cf3307abbae10728e3e4c","version":"7.4.0","variant":1}' 256401:20250703:121433.531 In send_list_of_active_checks_json() 256401:20250703:121433.531 In zbx_is_ip4() ip:'127.0.0.1' 256401:20250703:121433.531 End of zbx_is_ip4():SUCCEED 256401:20250703:121433.531 In get_hostid_by_host_or_autoregister() host:'test' metadata:'' 256401:20250703:121433.531 End of get_hostid_by_host_or_autoregister():SUCCEED 256401:20250703:121433.531 In zbx_remote_commands_prepare_to_send() 256401:20250703:121433.531 End of zbx_remote_commands_prepare_to_send() 256401:20250703:121433.531 send_list_of_active_checks_json() sending [{"response":"success"}] 256401:20250703:121433.531 End of send_list_of_active_checks_json():SUCCEED 256401:20250703:121433.532 zbx_setproctitle() title:'trapper #1 [processed data in 0.000080 sec, waiting for connection]' 256419:20250703:121433.540 End of zbx_ipc_service_recv():2 256419:20250703:121433.540 In zbx_ipc_service_recv() timeout:1.000 256353:20250703:121433.540 End of zbx_ipc_async_socket_recv():0 256353:20250703:121433.540 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000020 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121433.540 In zbx_sync_history_cache() history_num:0 256353:20250703:121433.540 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000023 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121433.540 In zbx_ipc_async_socket_recv() timeout:1 256356:20250703:121433.540 End of zbx_ipc_async_socket_recv():0 256356:20250703:121433.540 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000013 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121433.540 In zbx_sync_history_cache() history_num:0 256356:20250703:121433.540 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000023 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121433.540 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121433.541 End of zbx_ipc_async_socket_recv():0 256355:20250703:121433.541 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000031 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121433.541 In zbx_sync_history_cache() history_num:0 256354:20250703:121433.541 End of zbx_ipc_async_socket_recv():0 256354:20250703:121433.541 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000098 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121433.541 In zbx_sync_history_cache() history_num:0 256354:20250703:121433.541 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000024 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121433.541 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121433.541 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000017 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121433.541 In zbx_ipc_async_socket_recv() timeout:1 256344:20250703:121433.568 End of zbx_ipc_service_recv():2 256344:20250703:121433.568 In zbx_ipc_service_recv() timeout:1.000 256352:20250703:121433.588 End of zbx_ipc_service_recv():2 256352:20250703:121433.588 In zbx_timekeeper_collect() 256352:20250703:121433.588 End of zbx_timekeeper_collect() 256352:20250703:121433.588 In process_results() del_druleids:0 256352:20250703:121433.588 process_results() results=0 checks:0/0 del_druleids=0 incomplete_druleids=0 256352:20250703:121433.588 End of process_results() ret:0 256352:20250703:121433.588 zbx_setproctitle() title:'discovery manager #1 [processing 0 rules, 0 unsaved checks]' 256352:20250703:121433.588 In process_discovery() 256352:20250703:121433.588 End of process_discovery() rule_count:0 nextcheck:-1 256352:20250703:121433.588 In zbx_ipc_service_recv() timeout:5.000 256421:20250703:121433.656 End of zbx_ipc_service_recv():2 256421:20250703:121433.656 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121433.660 End of zbx_ipc_service_recv():2 256339:20250703:121433.660 zbx_setproctitle() title:'alert manager #1 [sent 0, failed 0 alerts, idle 5.019639 sec during 5.019790 sec]' 256407:20250703:121433.660 End of zbx_ipc_async_socket_recv():0 256339:20250703:121433.660 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121433.660 In zbx_ipc_async_socket_send() 256407:20250703:121433.660 In zbx_ipc_client_send() clientid:0 256339:20250703:121433.660 End of zbx_ipc_service_recv():1 256339:20250703:121433.660 In am_flush_results() results:0 256339:20250703:121433.660 In zbx_ipc_client_send() clientid:8 256339:20250703:121433.660 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121433.660 End of am_flush_results() 256339:20250703:121433.660 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121433.661 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121433.661 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121433.661 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000134 sec, idle 1 sec]' 256407:20250703:121433.661 In zbx_ipc_async_socket_recv() timeout:1 256407:20250703:121433.661 End of zbx_ipc_async_socket_recv():0 256407:20250703:121433.661 In am_db_flush_results() 256407:20250703:121433.661 End of am_db_flush_results() flushed:0 256407:20250703:121433.661 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000013 sec, idle 1 sec]' 256407:20250703:121433.661 In zbx_ipc_async_socket_recv() timeout:1 256413:20250703:121433.704 End of zbx_ipc_service_recv():2 256413:20250703:121433.704 zbx_setproctitle() title:'availability manager #1 [queued 0, processed 0 values, idle 5.018033 sec during 5.018050 sec]' 256413:20250703:121433.704 In zbx_ipc_service_recv() timeout:1.000 256401:20250703:121433.966 zbx_setproctitle() title:'trapper #1 [processing data]' 256401:20250703:121433.966 In zbx_ipc_async_socket_recv() timeout:0 256401:20250703:121433.966 End of zbx_ipc_async_socket_recv():0 256401:20250703:121433.966 trapper got '{"request":"status.get","type":"ping","sid":"c289772eee1c5f3fdf77c73a4585334a"}' 256401:20250703:121433.966 In recv_getstatus() 256401:20250703:121433.966 In zbx_get_user_from_json() 256401:20250703:121433.966 In zbx_db_get_user_by_active_session() sessionid:c289772eee1c5f3fdf77c73a4585334a 256401:20250703:121433.966 query [txnlev:0] [select u.userid,u.roleid,u.username,r.type from sessions s,users u,role r where s.userid=u.userid and s.sessionid='c289772eee1c5f3fdf77c73a4585334a' and s.status=0 and u.roleid=r.roleid] 256401:20250703:121433.970 End of zbx_db_get_user_by_active_session():SUCCEED 256401:20250703:121433.970 Permission granted 256401:20250703:121433.970 End of zbx_get_user_from_json():SUCCEED 256401:20250703:121433.970 recv_getstatus() json.buffer:'{"response":"success","data":{}}' 256401:20250703:121433.970 End of recv_getstatus():SUCCEED 256401:20250703:121433.970 zbx_setproctitle() title:'trapper #1 [processed data in 0.003635 sec, waiting for connection]' 256312:20250703:121433.996 End of zbx_ipc_service_recv():2 256312:20250703:121433.996 In zbx_ipc_async_socket_send() 256312:20250703:121433.996 In zbx_ipc_client_send() clientid:0 256312:20250703:121433.996 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121433.996 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121433.996 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121433.996 End of zbx_ipc_async_socket_flush():0 256312:20250703:121433.996 In zbx_ipc_service_recv() timeout:0.998 256302:20250703:121433.997 End of zbx_ipc_service_recv():1 256302:20250703:121433.997 In zbx_ha_dispatch_message() 256302:20250703:121433.997 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121433.997 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121434.000 End of zbx_ipc_service_recv():2 256343:20250703:121434.000 In zbx_pp_manager_process_finished() 256343:20250703:121434.000 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121434.000 In zbx_ipc_service_recv() timeout:0.500 256314:20250703:121434.249 End of zbx_ipc_service_recv():2 256314:20250703:121434.249 In zbx_ipc_service_recv() timeout:1.000 256418:20250703:121434.342 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121434.342 End of zbx_ipc_async_socket_recv():0 256418:20250703:121434.342 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121434.342 End of zbx_dc_config_get_poller_items():0 256418:20250703:121434.342 queue processing_num:0 pending:0 256417:20250703:121434.352 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121434.352 End of zbx_ipc_async_socket_recv():0 256417:20250703:121434.352 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121434.352 End of zbx_dc_config_get_poller_items():0 256417:20250703:121434.352 queue processing_num:0 pending:0 256416:20250703:121434.354 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121434.354 End of zbx_ipc_async_socket_recv():0 256416:20250703:121434.354 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121434.354 End of zbx_dc_config_get_poller_items():0 256416:20250703:121434.354 queue processing_num:0 pending:0 256372:20250703:121434.443 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121434.443 In collect_selfmon_stats() 256372:20250703:121434.443 In zbx_timekeeper_collect() 256372:20250703:121434.443 End of zbx_timekeeper_collect() 256372:20250703:121434.443 End of collect_selfmon_stats() 256372:20250703:121434.443 zbx_setproctitle() title:'self-monitoring [processed data in 0.000119 sec, idle 1 sec]' 256343:20250703:121434.504 End of zbx_ipc_service_recv():2 256343:20250703:121434.504 In zbx_pp_manager_process_finished() 256343:20250703:121434.504 In zbx_timekeeper_collect() 256343:20250703:121434.504 End of zbx_timekeeper_collect() 256343:20250703:121434.504 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121434.504 zbx_setproctitle() title:'preprocessing manager #1 [queued 0, processed 0 values, idle 5.378817 sec during 5.379307 sec]' 256343:20250703:121434.504 In zbx_ipc_service_recv() timeout:0.500 256419:20250703:121434.541 End of zbx_ipc_service_recv():2 256419:20250703:121434.541 In zbx_ipc_service_recv() timeout:1.000 256353:20250703:121434.541 End of zbx_ipc_async_socket_recv():0 256353:20250703:121434.541 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000023 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121434.541 In zbx_sync_history_cache() history_num:0 256353:20250703:121434.541 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000043 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121434.541 In zbx_ipc_async_socket_recv() timeout:1 256356:20250703:121434.541 End of zbx_ipc_async_socket_recv():0 256356:20250703:121434.542 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000023 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121434.542 In zbx_sync_history_cache() history_num:0 256356:20250703:121434.542 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000028 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121434.542 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121434.542 End of zbx_ipc_async_socket_recv():0 256355:20250703:121434.542 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000017 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121434.542 In zbx_sync_history_cache() history_num:0 256355:20250703:121434.542 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000081 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121434.542 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121434.542 End of zbx_ipc_async_socket_recv():0 256354:20250703:121434.542 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000024 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121434.542 In zbx_sync_history_cache() history_num:0 256354:20250703:121434.542 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000035 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121434.542 In zbx_ipc_async_socket_recv() timeout:1 256344:20250703:121434.571 End of zbx_ipc_service_recv():2 256344:20250703:121434.572 zbx_setproctitle() title:'lld manager #1 [processed 1 LLD rules, idle 5.502063sec during 5.502206 sec]' 256344:20250703:121434.572 In zbx_ipc_service_recv() timeout:1.000 256421:20250703:121434.660 End of zbx_ipc_service_recv():2 256421:20250703:121434.660 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121434.664 End of zbx_ipc_service_recv():2 256339:20250703:121434.664 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121434.664 End of zbx_ipc_async_socket_recv():0 256407:20250703:121434.664 In zbx_ipc_async_socket_send() 256407:20250703:121434.664 In zbx_ipc_client_send() clientid:0 256407:20250703:121434.664 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121434.664 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121434.664 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000060 sec, idle 1 sec]' 256407:20250703:121434.664 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121434.664 End of zbx_ipc_service_recv():1 256339:20250703:121434.664 In am_flush_results() results:0 256339:20250703:121434.664 In zbx_ipc_client_send() clientid:8 256339:20250703:121434.664 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121434.664 End of am_flush_results() 256339:20250703:121434.664 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121434.664 End of zbx_ipc_async_socket_recv():0 256407:20250703:121434.664 In am_db_flush_results() 256407:20250703:121434.664 End of am_db_flush_results() flushed:0 256407:20250703:121434.664 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000010 sec, idle 1 sec]' 256407:20250703:121434.664 In zbx_ipc_async_socket_recv() timeout:1 256413:20250703:121434.708 End of zbx_ipc_service_recv():2 256413:20250703:121434.708 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121434.997 End of zbx_ipc_service_recv():2 256312:20250703:121434.997 In zbx_ipc_async_socket_send() 256312:20250703:121434.997 In zbx_ipc_client_send() clientid:0 256312:20250703:121434.997 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121434.997 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121434.997 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121434.997 End of zbx_ipc_async_socket_flush():0 256312:20250703:121434.997 In zbx_ipc_service_recv() timeout:0.996 256302:20250703:121434.998 End of zbx_ipc_service_recv():1 256302:20250703:121434.998 In zbx_ha_dispatch_message() 256302:20250703:121434.998 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121434.998 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121435.008 End of zbx_ipc_service_recv():2 256343:20250703:121435.008 In zbx_pp_manager_process_finished() 256343:20250703:121435.008 In zbx_timekeeper_collect() 256343:20250703:121435.008 End of zbx_timekeeper_collect() 256343:20250703:121435.008 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121435.008 In zbx_ipc_service_recv() timeout:0.500 256314:20250703:121435.258 End of zbx_ipc_service_recv():2 256314:20250703:121435.258 In zbx_ipc_service_recv() timeout:1.000 256418:20250703:121435.338 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121435.338 End of zbx_ipc_async_socket_recv():0 256418:20250703:121435.338 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121435.338 End of zbx_dc_config_get_poller_items():0 256418:20250703:121435.338 queue processing_num:0 pending:0 256416:20250703:121435.353 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121435.353 End of zbx_ipc_async_socket_recv():0 256416:20250703:121435.353 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121435.353 End of zbx_dc_config_get_poller_items():0 256416:20250703:121435.353 queue processing_num:0 pending:0 256417:20250703:121435.353 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121435.353 End of zbx_ipc_async_socket_recv():0 256417:20250703:121435.353 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121435.353 End of zbx_dc_config_get_poller_items():0 256417:20250703:121435.353 queue processing_num:0 pending:0 256373:20250703:121435.432 End of zbx_ipc_async_socket_recv():0 256373:20250703:121435.432 zbx_setproctitle() title:'task manager [processing tasks]' 256373:20250703:121435.432 query [txnlev:0] [select taskid,type,clock,ttl,proxyid from task where status in (1,2) order by taskid] 256373:20250703:121435.434 zbx_setproctitle() title:'task manager [processed 0 task(s) in 0.001879 sec, idle 5 sec]' 256373:20250703:121435.434 In zbx_ipc_async_socket_recv() timeout:5 256372:20250703:121435.445 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121435.445 In collect_selfmon_stats() 256372:20250703:121435.445 In zbx_timekeeper_collect() 256372:20250703:121435.445 End of zbx_timekeeper_collect() 256372:20250703:121435.445 End of collect_selfmon_stats() 256372:20250703:121435.445 zbx_setproctitle() title:'self-monitoring [processed data in 0.000322 sec, idle 1 sec]' 256343:20250703:121435.509 End of zbx_ipc_service_recv():2 256343:20250703:121435.509 In zbx_pp_manager_process_finished() 256343:20250703:121435.509 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121435.509 In zbx_ipc_service_recv() timeout:0.500 256357:20250703:121435.532 End of zbx_ipc_async_socket_recv():0 256357:20250703:121435.532 zbx_setproctitle() title:'escalator #1 [processed 0 escalations in 0.000922 sec, processing escalations]' 256357:20250703:121435.532 In process_escalations() 256357:20250703:121435.532 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is not null and nextcheck<=1751534078 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121435.534 End of process_escalations() 256357:20250703:121435.534 In process_escalations() 256357:20250703:121435.534 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is not null and nextcheck<=1751534078 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121435.534 End of process_escalations() 256357:20250703:121435.534 In process_escalations() 256357:20250703:121435.534 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is null and serviceid is not null and nextcheck<=1751534078 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121435.535 End of process_escalations() 256357:20250703:121435.535 In process_escalations() 256357:20250703:121435.535 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is null and serviceid is null and nextcheck<=1751534078 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121435.535 End of process_escalations() 256357:20250703:121435.535 zbx_setproctitle() title:'escalator #1 [processed 0 escalations in 0.002590 sec, idle 3 sec]' 256357:20250703:121435.535 In zbx_ipc_async_socket_recv() timeout:3 256354:20250703:121435.548 End of zbx_ipc_async_socket_recv():0 256419:20250703:121435.548 End of zbx_ipc_service_recv():2 256419:20250703:121435.548 In zbx_ipc_service_recv() timeout:1.000 256353:20250703:121435.548 End of zbx_ipc_async_socket_recv():0 256353:20250703:121435.548 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000043 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121435.548 In zbx_sync_history_cache() history_num:0 256353:20250703:121435.548 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000062 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121435.548 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121435.548 End of zbx_ipc_async_socket_recv():0 256355:20250703:121435.548 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000081 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121435.548 In zbx_sync_history_cache() history_num:0 256355:20250703:121435.548 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000020 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121435.548 In zbx_ipc_async_socket_recv() timeout:1 256356:20250703:121435.548 End of zbx_ipc_async_socket_recv():0 256356:20250703:121435.548 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000028 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121435.548 In zbx_sync_history_cache() history_num:0 256356:20250703:121435.548 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000045 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121435.548 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121435.548 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000035 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121435.548 In zbx_sync_history_cache() history_num:0 256354:20250703:121435.548 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000386 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121435.548 In zbx_ipc_async_socket_recv() timeout:1 256344:20250703:121435.576 End of zbx_ipc_service_recv():2 256344:20250703:121435.576 In zbx_ipc_service_recv() timeout:1.000 256421:20250703:121435.661 End of zbx_ipc_service_recv():2 256421:20250703:121435.661 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121435.668 End of zbx_ipc_async_socket_recv():0 256407:20250703:121435.668 In zbx_ipc_async_socket_send() 256407:20250703:121435.668 In zbx_ipc_client_send() clientid:0 256407:20250703:121435.668 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121435.668 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121435.668 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000079 sec, idle 1 sec]' 256407:20250703:121435.668 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121435.668 End of zbx_ipc_service_recv():1 256339:20250703:121435.668 In am_flush_results() results:0 256339:20250703:121435.668 In zbx_ipc_client_send() clientid:8 256339:20250703:121435.668 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121435.668 End of am_flush_results() 256339:20250703:121435.668 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121435.668 End of zbx_ipc_async_socket_recv():0 256407:20250703:121435.668 In am_db_flush_results() 256407:20250703:121435.668 End of am_db_flush_results() flushed:0 256407:20250703:121435.668 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000010 sec, idle 1 sec]' 256407:20250703:121435.668 In zbx_ipc_async_socket_recv() timeout:1 256413:20250703:121435.710 End of zbx_ipc_service_recv():2 256413:20250703:121435.710 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121436.000 End of zbx_ipc_service_recv():2 256312:20250703:121436.000 In zbx_ipc_async_socket_send() 256312:20250703:121436.000 In zbx_ipc_client_send() clientid:0 256312:20250703:121436.000 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121436.000 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121436.000 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121436.000 End of zbx_ipc_async_socket_flush():0 256312:20250703:121436.000 In zbx_ipc_service_recv() timeout:0.994 256302:20250703:121436.000 End of zbx_ipc_service_recv():1 256302:20250703:121436.000 In zbx_ha_dispatch_message() 256302:20250703:121436.000 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121436.000 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121436.016 End of zbx_ipc_service_recv():2 256343:20250703:121436.016 In zbx_pp_manager_process_finished() 256343:20250703:121436.016 In zbx_timekeeper_collect() 256343:20250703:121436.016 End of zbx_timekeeper_collect() 256343:20250703:121436.016 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121436.016 In zbx_ipc_service_recv() timeout:0.500 256314:20250703:121436.260 End of zbx_ipc_service_recv():2 256314:20250703:121436.260 In zbx_ipc_service_recv() timeout:1.000 256418:20250703:121436.339 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121436.339 End of zbx_ipc_async_socket_recv():0 256418:20250703:121436.339 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121436.339 End of zbx_dc_config_get_poller_items():0 256418:20250703:121436.339 queue processing_num:0 pending:0 256416:20250703:121436.353 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121436.353 End of zbx_ipc_async_socket_recv():0 256416:20250703:121436.353 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121436.353 End of zbx_dc_config_get_poller_items():0 256416:20250703:121436.353 queue processing_num:0 pending:0 256417:20250703:121436.354 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121436.354 End of zbx_ipc_async_socket_recv():0 256417:20250703:121436.354 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121436.354 End of zbx_dc_config_get_poller_items():0 256417:20250703:121436.354 queue processing_num:0 pending:0 256372:20250703:121436.446 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121436.446 In collect_selfmon_stats() 256372:20250703:121436.446 In zbx_timekeeper_collect() 256372:20250703:121436.446 End of zbx_timekeeper_collect() 256372:20250703:121436.446 End of collect_selfmon_stats() 256372:20250703:121436.446 zbx_setproctitle() title:'self-monitoring [processed data in 0.000151 sec, idle 1 sec]' 256343:20250703:121436.517 End of zbx_ipc_service_recv():2 256343:20250703:121436.517 In zbx_pp_manager_process_finished() 256343:20250703:121436.517 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121436.517 In zbx_ipc_service_recv() timeout:0.500 256419:20250703:121436.549 End of zbx_ipc_service_recv():2 256419:20250703:121436.549 In zbx_ipc_service_recv() timeout:1.000 256353:20250703:121436.549 End of zbx_ipc_async_socket_recv():0 256353:20250703:121436.549 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000062 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121436.549 In zbx_sync_history_cache() history_num:0 256353:20250703:121436.549 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000026 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121436.549 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121436.549 End of zbx_ipc_async_socket_recv():0 256355:20250703:121436.549 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000020 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121436.549 In zbx_sync_history_cache() history_num:0 256355:20250703:121436.549 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000015 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121436.549 In zbx_ipc_async_socket_recv() timeout:1 256354:20250703:121436.549 End of zbx_ipc_async_socket_recv():0 256354:20250703:121436.549 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000386 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121436.549 In zbx_sync_history_cache() history_num:0 256354:20250703:121436.549 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000023 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121436.549 In zbx_ipc_async_socket_recv() timeout:1 256356:20250703:121436.549 End of zbx_ipc_async_socket_recv():0 256356:20250703:121436.549 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000045 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121436.549 In zbx_sync_history_cache() history_num:0 256356:20250703:121436.549 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000015 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121436.549 In zbx_ipc_async_socket_recv() timeout:1 256344:20250703:121436.580 End of zbx_ipc_service_recv():2 256344:20250703:121436.580 In zbx_ipc_service_recv() timeout:1.000 256421:20250703:121436.664 End of zbx_ipc_service_recv():2 256421:20250703:121436.664 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121436.679 End of zbx_ipc_async_socket_recv():0 256407:20250703:121436.679 In zbx_ipc_async_socket_send() 256407:20250703:121436.679 In zbx_ipc_client_send() clientid:0 256407:20250703:121436.679 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121436.679 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121436.679 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000044 sec, idle 1 sec]' 256407:20250703:121436.679 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121436.680 End of zbx_ipc_service_recv():1 256339:20250703:121436.680 In am_flush_results() results:0 256339:20250703:121436.680 In zbx_ipc_client_send() clientid:8 256339:20250703:121436.680 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121436.680 End of am_flush_results() 256339:20250703:121436.680 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121436.680 End of zbx_ipc_async_socket_recv():0 256407:20250703:121436.680 In am_db_flush_results() 256407:20250703:121436.680 End of am_db_flush_results() flushed:0 256407:20250703:121436.680 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000023 sec, idle 1 sec]' 256407:20250703:121436.680 In zbx_ipc_async_socket_recv() timeout:1 256413:20250703:121436.713 End of zbx_ipc_service_recv():2 256413:20250703:121436.713 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121436.996 End of zbx_ipc_service_recv():2 256312:20250703:121436.996 In ha_check_nodes() ha_status:active db_status:0 256312:20250703:121436.996 query [txnlev:1] [begin;] 256312:20250703:121436.996 query [txnlev:1] [select ha_nodeid,name,status,lastaccess,address,port,ha_sessionid from ha_node order by ha_nodeid for update] 256312:20250703:121436.997 query [txnlev:1] [select name, value_str, value_int from settings where name in ('ha_failover_delay', 'auditlog_enabled', 'auditlog_mode')] 256312:20250703:121436.998 In ha_db_get_time() 256312:20250703:121436.998 query [txnlev:1] [select cast(extract(epoch from now()) as int) from settings limit 1] 256312:20250703:121436.998 End of ha_db_get_time():SUCCEED db_time:1751534077 256312:20250703:121436.998 query [txnlev:1] [update ha_node set lastaccess=cast(extract(epoch from now()) as int) where ha_nodeid='cmbtfdmr70001y3jqx66php2f'] 256312:20250703:121436.999 query [txnlev:1] [commit;] 256312:20250703:121437.001 End of ha_check_nodes() nodeid:cmbtfdmr70001y3jqx66php2f ha_status:active db_status:0 256312:20250703:121437.001 In zbx_ipc_async_socket_send() 256312:20250703:121437.001 In zbx_ipc_client_send() clientid:0 256312:20250703:121437.001 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121437.001 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121437.001 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121437.001 End of zbx_ipc_async_socket_flush():0 256312:20250703:121437.001 In zbx_ipc_service_recv() timeout:0.998 256302:20250703:121437.001 End of zbx_ipc_service_recv():1 256302:20250703:121437.001 In zbx_ha_dispatch_message() 256302:20250703:121437.001 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121437.001 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121437.020 End of zbx_ipc_service_recv():2 256343:20250703:121437.020 In zbx_pp_manager_process_finished() 256343:20250703:121437.020 In zbx_timekeeper_collect() 256343:20250703:121437.020 End of zbx_timekeeper_collect() 256343:20250703:121437.020 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121437.020 In zbx_ipc_service_recv() timeout:0.500 256314:20250703:121437.264 End of zbx_ipc_service_recv():2 256314:20250703:121437.265 In zbx_ipc_service_recv() timeout:1.000 256418:20250703:121437.338 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121437.338 End of zbx_ipc_async_socket_recv():0 256418:20250703:121437.338 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121437.338 End of zbx_dc_config_get_poller_items():0 256418:20250703:121437.338 queue processing_num:0 pending:0 256417:20250703:121437.349 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121437.349 End of zbx_ipc_async_socket_recv():0 256417:20250703:121437.349 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121437.349 End of zbx_dc_config_get_poller_items():0 256417:20250703:121437.349 queue processing_num:0 pending:0 256416:20250703:121437.354 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121437.354 End of zbx_ipc_async_socket_recv():0 256416:20250703:121437.354 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121437.354 End of zbx_dc_config_get_poller_items():0 256416:20250703:121437.354 queue processing_num:0 pending:0 256372:20250703:121437.447 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121437.447 In collect_selfmon_stats() 256372:20250703:121437.447 In zbx_timekeeper_collect() 256372:20250703:121437.447 End of zbx_timekeeper_collect() 256372:20250703:121437.447 End of collect_selfmon_stats() 256372:20250703:121437.447 zbx_setproctitle() title:'self-monitoring [processed data in 0.000133 sec, idle 1 sec]' 256343:20250703:121437.524 End of zbx_ipc_service_recv():2 256343:20250703:121437.524 In zbx_pp_manager_process_finished() 256343:20250703:121437.524 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121437.524 In zbx_ipc_service_recv() timeout:0.500 256354:20250703:121437.557 End of zbx_ipc_async_socket_recv():0 256354:20250703:121437.557 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000023 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121437.557 In zbx_sync_history_cache() history_num:0 256354:20250703:121437.557 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000029 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121437.557 In zbx_ipc_async_socket_recv() timeout:1 256419:20250703:121437.562 End of zbx_ipc_service_recv():2 256419:20250703:121437.562 In zbx_ipc_service_recv() timeout:1.000 256353:20250703:121437.562 End of zbx_ipc_async_socket_recv():0 256353:20250703:121437.562 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000026 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121437.562 In zbx_sync_history_cache() history_num:0 256353:20250703:121437.562 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000030 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121437.562 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121437.562 End of zbx_ipc_async_socket_recv():0 256355:20250703:121437.562 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000015 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121437.562 In zbx_sync_history_cache() history_num:0 256355:20250703:121437.562 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000018 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121437.562 In zbx_ipc_async_socket_recv() timeout:1 256356:20250703:121437.562 End of zbx_ipc_async_socket_recv():0 256356:20250703:121437.562 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000015 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121437.562 In zbx_sync_history_cache() history_num:0 256356:20250703:121437.563 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000016 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121437.563 In zbx_ipc_async_socket_recv() timeout:1 256344:20250703:121437.584 End of zbx_ipc_service_recv():2 256344:20250703:121437.584 In zbx_ipc_service_recv() timeout:1.000 256421:20250703:121437.668 End of zbx_ipc_service_recv():2 256421:20250703:121437.669 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121437.684 End of zbx_ipc_async_socket_recv():0 256407:20250703:121437.684 In zbx_ipc_async_socket_send() 256407:20250703:121437.684 In zbx_ipc_client_send() clientid:0 256339:20250703:121437.684 End of zbx_ipc_service_recv():2 256339:20250703:121437.684 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121437.684 End of zbx_ipc_service_recv():1 256339:20250703:121437.684 In am_flush_results() results:0 256339:20250703:121437.684 In zbx_ipc_client_send() clientid:8 256339:20250703:121437.684 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121437.684 End of am_flush_results() 256339:20250703:121437.684 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121437.684 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121437.684 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121437.684 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000169 sec, idle 1 sec]' 256407:20250703:121437.684 In zbx_ipc_async_socket_recv() timeout:1 256407:20250703:121437.684 End of zbx_ipc_async_socket_recv():0 256407:20250703:121437.684 In am_db_flush_results() 256407:20250703:121437.684 End of am_db_flush_results() flushed:0 256407:20250703:121437.684 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000010 sec, idle 1 sec]' 256407:20250703:121437.684 In zbx_ipc_async_socket_recv() timeout:1 256413:20250703:121437.716 End of zbx_ipc_service_recv():2 256413:20250703:121437.716 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121438.002 End of zbx_ipc_service_recv():2 256312:20250703:121438.002 In zbx_ipc_async_socket_send() 256312:20250703:121438.002 In zbx_ipc_client_send() clientid:0 256312:20250703:121438.002 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121438.002 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121438.002 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121438.002 End of zbx_ipc_async_socket_flush():0 256312:20250703:121438.002 In zbx_ipc_service_recv() timeout:0.992 256302:20250703:121438.002 End of zbx_ipc_service_recv():1 256302:20250703:121438.002 In zbx_ha_dispatch_message() 256302:20250703:121438.002 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121438.002 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121438.028 End of zbx_ipc_service_recv():2 256343:20250703:121438.029 In zbx_pp_manager_process_finished() 256343:20250703:121438.029 In zbx_timekeeper_collect() 256343:20250703:121438.029 End of zbx_timekeeper_collect() 256343:20250703:121438.029 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121438.029 In zbx_ipc_service_recv() timeout:0.500 256314:20250703:121438.268 End of zbx_ipc_service_recv():2 256314:20250703:121438.268 zbx_setproctitle() title:'service manager #1 [processed 0 events, updated 0 event tags, deleted 0 problems, synced 0 service updates, idle 5.019889 sec during 5.019906 sec]' 256314:20250703:121438.268 query [txnlev:1] [begin;] 256314:20250703:121438.268 In sync_services() 256314:20250703:121438.268 query [txnlev:1] [select serviceid,status,algorithm,name,weight,propagation_rule,propagation_value from services] 256314:20250703:121438.268 End of sync_services() 256314:20250703:121438.268 In sync_service_rules() 256314:20250703:121438.268 query [txnlev:1] [select service_status_ruleid,serviceid,type,limit_value,limit_status,new_status from service_status_rule order by serviceid] 256314:20250703:121438.269 End of sync_service_rules() 256314:20250703:121438.269 In sync_service_tags() 256314:20250703:121438.269 query [txnlev:1] [select servicetagid,serviceid,tag,value from service_tag] 256314:20250703:121438.269 End of sync_service_tags() 256314:20250703:121438.269 In sync_service_problem_tags() 256314:20250703:121438.269 query [txnlev:1] [select service_problem_tagid,serviceid,tag,operator,value from service_problem_tag order by serviceid] 256314:20250703:121438.269 End of sync_service_problem_tags() 256314:20250703:121438.269 In sync_services_links() 256314:20250703:121438.269 query [txnlev:1] [select linkid,serviceupid,servicedownid from services_links] 256314:20250703:121438.269 End of sync_services_links() 256314:20250703:121438.269 In sync_actions() 256314:20250703:121438.269 query [txnlev:1] [select actionid,evaltype,formula from actions where eventsource=4 and status=0] 256314:20250703:121438.269 End of sync_actions() 256314:20250703:121438.269 In sync_action_conditions() 256314:20250703:121438.269 query [txnlev:1] [select c.conditionid,c.actionid,c.conditiontype,c.operator,c.value,c.value2 from conditions c,actions a where c.actionid=a.actionid and a.eventsource=4 and a.status=0] 256314:20250703:121438.270 End of sync_action_conditions() 256314:20250703:121438.270 query [txnlev:1] [select name, value_str from settings where name in ('severity_name_0','severity_name_1','severity_name_2','severity_name_3','severity_name_4','severity_name_5')] 256314:20250703:121438.271 query [txnlev:1] [commit;] 256314:20250703:121438.271 In zbx_ipc_service_recv() timeout:1.000 256351:20250703:121438.328 End of zbx_ipc_async_socket_recv():0 256351:20250703:121438.328 zbx_setproctitle() title:'browser poller #1 [got 0 values in 0.000095 sec, getting values]' 256351:20250703:121438.328 In get_values() 256351:20250703:121438.328 In zbx_dc_config_get_poller_items() poller_type:11 256351:20250703:121438.328 End of zbx_dc_config_get_poller_items():0 256351:20250703:121438.328 In zbx_dc_config_get_poller_nextcheck() poller_type:11 256351:20250703:121438.328 End of zbx_dc_config_get_poller_nextcheck():-1 256351:20250703:121438.328 End of get_values():0 256351:20250703:121438.328 zbx_setproctitle() title:'browser poller #1 [got 0 values in 0.000117 sec, idle 5 sec]' 256351:20250703:121438.328 In zbx_ipc_async_socket_recv() timeout:5 256361:20250703:121438.337 End of zbx_ipc_async_socket_recv():0 256361:20250703:121438.337 zbx_setproctitle() title:'java poller #4 [got 0 values in 0.000062 sec, getting values]' 256361:20250703:121438.337 In get_values() 256362:20250703:121438.337 End of zbx_ipc_async_socket_recv():0 256362:20250703:121438.337 zbx_setproctitle() title:'java poller #5 [got 0 values in 0.000139 sec, getting values]' 256362:20250703:121438.337 In get_values() 256362:20250703:121438.337 In zbx_dc_config_get_poller_items() poller_type:4 256362:20250703:121438.337 End of zbx_dc_config_get_poller_items():0 256362:20250703:121438.337 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256362:20250703:121438.337 End of zbx_dc_config_get_poller_nextcheck():-1 256362:20250703:121438.337 End of get_values():0 256362:20250703:121438.337 zbx_setproctitle() title:'java poller #5 [got 0 values in 0.000039 sec, idle 5 sec]' 256362:20250703:121438.337 In zbx_ipc_async_socket_recv() timeout:5 256361:20250703:121438.337 In zbx_dc_config_get_poller_items() poller_type:4 256361:20250703:121438.337 End of zbx_dc_config_get_poller_items():0 256361:20250703:121438.337 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256361:20250703:121438.337 End of zbx_dc_config_get_poller_nextcheck():-1 256361:20250703:121438.337 End of get_values():0 256361:20250703:121438.337 zbx_setproctitle() title:'java poller #4 [got 0 values in 0.000293 sec, idle 5 sec]' 256361:20250703:121438.337 In zbx_ipc_async_socket_recv() timeout:5 256363:20250703:121438.339 End of zbx_ipc_async_socket_recv():0 256363:20250703:121438.339 zbx_setproctitle() title:'java poller #6 [got 0 values in 0.000035 sec, getting values]' 256363:20250703:121438.339 In get_values() 256363:20250703:121438.339 In zbx_dc_config_get_poller_items() poller_type:4 256363:20250703:121438.339 End of zbx_dc_config_get_poller_items():0 256363:20250703:121438.339 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256363:20250703:121438.339 End of zbx_dc_config_get_poller_nextcheck():-1 256363:20250703:121438.339 End of get_values():0 256363:20250703:121438.339 zbx_setproctitle() title:'java poller #6 [got 0 values in 0.000032 sec, idle 5 sec]' 256363:20250703:121438.339 In zbx_ipc_async_socket_recv() timeout:5 256418:20250703:121438.340 zbx_setproctitle() title:'snmp poller #1 [got 0 values, queued 0 in 5 sec, awaiting 0]' 256418:20250703:121438.340 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121438.340 End of zbx_ipc_async_socket_recv():0 256418:20250703:121438.340 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121438.340 End of zbx_dc_config_get_poller_items():0 256418:20250703:121438.340 queue processing_num:0 pending:0 256417:20250703:121438.351 zbx_setproctitle() title:'agent poller #1 [got 0 values, queued 0 in 5 sec, awaiting 0]' 256417:20250703:121438.351 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121438.351 End of zbx_ipc_async_socket_recv():0 256416:20250703:121438.351 zbx_setproctitle() title:'http agent poller #1 [got 0 values, queued 0 in 5 sec, awaiting 0]' 256416:20250703:121438.351 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121438.351 End of zbx_ipc_async_socket_recv():0 256417:20250703:121438.351 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121438.351 End of zbx_dc_config_get_poller_items():0 256417:20250703:121438.351 queue processing_num:0 pending:0 256416:20250703:121438.351 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121438.351 End of zbx_dc_config_get_poller_items():0 256416:20250703:121438.351 queue processing_num:0 pending:0 256369:20250703:121438.365 End of zbx_ipc_async_socket_recv():0 256369:20250703:121438.365 zbx_setproctitle() title:'java poller #9 [got 0 values in 0.000443 sec, getting values]' 256369:20250703:121438.365 In get_values() 256369:20250703:121438.365 In zbx_dc_config_get_poller_items() poller_type:4 256369:20250703:121438.365 End of zbx_dc_config_get_poller_items():0 256369:20250703:121438.365 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256369:20250703:121438.365 End of zbx_dc_config_get_poller_nextcheck():-1 256369:20250703:121438.365 End of get_values():0 256369:20250703:121438.365 zbx_setproctitle() title:'java poller #9 [got 0 values in 0.000043 sec, idle 5 sec]' 256369:20250703:121438.365 In zbx_ipc_async_socket_recv() timeout:5 256364:20250703:121438.368 End of zbx_ipc_async_socket_recv():0 256364:20250703:121438.368 zbx_setproctitle() title:'java poller #7 [got 0 values in 0.000207 sec, getting values]' 256364:20250703:121438.368 In get_values() 256364:20250703:121438.368 In zbx_dc_config_get_poller_items() poller_type:4 256364:20250703:121438.368 End of zbx_dc_config_get_poller_items():0 256364:20250703:121438.368 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256364:20250703:121438.368 End of zbx_dc_config_get_poller_nextcheck():-1 256364:20250703:121438.368 End of get_values():0 256364:20250703:121438.368 zbx_setproctitle() title:'java poller #7 [got 0 values in 0.000070 sec, idle 5 sec]' 256364:20250703:121438.368 In zbx_ipc_async_socket_recv() timeout:5 256400:20250703:121438.368 End of zbx_ipc_async_socket_recv():0 256400:20250703:121438.368 zbx_setproctitle() title:'unreachable poller #1 [got 0 values in 0.000041 sec, getting values]' 256400:20250703:121438.368 In get_values() 256400:20250703:121438.368 In zbx_dc_config_get_poller_items() poller_type:1 256400:20250703:121438.368 End of zbx_dc_config_get_poller_items():0 256400:20250703:121438.368 In zbx_dc_config_get_poller_nextcheck() poller_type:1 256400:20250703:121438.368 End of zbx_dc_config_get_poller_nextcheck():-1 256400:20250703:121438.368 End of get_values():0 256400:20250703:121438.368 zbx_setproctitle() title:'unreachable poller #1 [got 0 values in 0.000033 sec, idle 5 sec]' 256400:20250703:121438.368 In zbx_ipc_async_socket_recv() timeout:5 256399:20250703:121438.368 End of zbx_ipc_async_socket_recv():0 256399:20250703:121438.368 zbx_setproctitle() title:'poller #5 [got 0 values in 0.000091 sec, getting values]' 256399:20250703:121438.368 In get_values() 256399:20250703:121438.368 In zbx_dc_config_get_poller_items() poller_type:0 256399:20250703:121438.368 End of zbx_dc_config_get_poller_items():0 256399:20250703:121438.368 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256399:20250703:121438.368 End of zbx_dc_config_get_poller_nextcheck():-1 256399:20250703:121438.368 End of get_values():0 256399:20250703:121438.368 zbx_setproctitle() title:'poller #5 [got 0 values in 0.000028 sec, idle 5 sec]' 256399:20250703:121438.368 In zbx_ipc_async_socket_recv() timeout:5 256375:20250703:121438.370 End of zbx_ipc_async_socket_recv():0 256375:20250703:121438.370 zbx_setproctitle() title:'poller #2 [got 0 values in 0.000960 sec, getting values]' 256375:20250703:121438.370 In get_values() 256375:20250703:121438.370 In zbx_dc_config_get_poller_items() poller_type:0 256375:20250703:121438.370 End of zbx_dc_config_get_poller_items():0 256375:20250703:121438.370 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256375:20250703:121438.370 End of zbx_dc_config_get_poller_nextcheck():-1 256375:20250703:121438.370 End of get_values():0 256375:20250703:121438.370 zbx_setproctitle() title:'poller #2 [got 0 values in 0.000035 sec, idle 5 sec]' 256375:20250703:121438.370 In zbx_ipc_async_socket_recv() timeout:5 256370:20250703:121438.376 End of zbx_ipc_async_socket_recv():0 256370:20250703:121438.376 zbx_setproctitle() title:'java poller #10 [got 0 values in 0.000032 sec, getting values]' 256370:20250703:121438.376 In get_values() 256370:20250703:121438.376 In zbx_dc_config_get_poller_items() poller_type:4 256370:20250703:121438.376 End of zbx_dc_config_get_poller_items():0 256370:20250703:121438.376 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256370:20250703:121438.376 End of zbx_dc_config_get_poller_nextcheck():-1 256370:20250703:121438.376 End of get_values():0 256370:20250703:121438.376 zbx_setproctitle() title:'java poller #10 [got 0 values in 0.000041 sec, idle 5 sec]' 256370:20250703:121438.376 In zbx_ipc_async_socket_recv() timeout:5 256359:20250703:121438.376 End of zbx_ipc_async_socket_recv():0 256359:20250703:121438.376 zbx_setproctitle() title:'java poller #2 [got 0 values in 0.000027 sec, getting values]' 256359:20250703:121438.376 In get_values() 256359:20250703:121438.376 In zbx_dc_config_get_poller_items() poller_type:4 256359:20250703:121438.376 End of zbx_dc_config_get_poller_items():0 256359:20250703:121438.376 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256359:20250703:121438.376 End of zbx_dc_config_get_poller_nextcheck():-1 256359:20250703:121438.376 End of get_values():0 256359:20250703:121438.376 zbx_setproctitle() title:'java poller #2 [got 0 values in 0.000028 sec, idle 5 sec]' 256359:20250703:121438.376 In zbx_ipc_async_socket_recv() timeout:5 256376:20250703:121438.376 End of zbx_ipc_async_socket_recv():0 256376:20250703:121438.376 zbx_setproctitle() title:'poller #3 [got 0 values in 0.000036 sec, getting values]' 256376:20250703:121438.376 In get_values() 256376:20250703:121438.376 In zbx_dc_config_get_poller_items() poller_type:0 256376:20250703:121438.376 End of zbx_dc_config_get_poller_items():0 256376:20250703:121438.376 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256376:20250703:121438.376 End of zbx_dc_config_get_poller_nextcheck():-1 256376:20250703:121438.376 End of get_values():0 256376:20250703:121438.376 zbx_setproctitle() title:'poller #3 [got 0 values in 0.000111 sec, idle 5 sec]' 256376:20250703:121438.376 In zbx_ipc_async_socket_recv() timeout:5 256406:20250703:121438.377 zbx_setproctitle() title:'icmp pinger #1 [getting values]' 256406:20250703:121438.377 In get_pinger_hosts() 256406:20250703:121438.377 In zbx_dc_config_get_poller_items() poller_type:3 256406:20250703:121438.377 End of zbx_dc_config_get_poller_items():0 256406:20250703:121438.377 End of get_pinger_hosts():0 256406:20250703:121438.377 In process_pinger_hosts() 256406:20250703:121438.377 End of process_pinger_hosts() 256406:20250703:121438.377 In zbx_dc_config_get_poller_nextcheck() poller_type:3 256406:20250703:121438.377 End of zbx_dc_config_get_poller_nextcheck():-1 256406:20250703:121438.377 zbx_setproctitle() title:'icmp pinger #1 [got 0 values in 0.000069 sec, idle 5 sec]' 256374:20250703:121438.377 End of zbx_ipc_async_socket_recv():0 256374:20250703:121438.377 zbx_setproctitle() title:'poller #1 [got 0 values in 0.000033 sec, getting values]' 256374:20250703:121438.377 In get_values() 256374:20250703:121438.377 In zbx_dc_config_get_poller_items() poller_type:0 256374:20250703:121438.377 End of zbx_dc_config_get_poller_items():0 256374:20250703:121438.377 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256374:20250703:121438.377 End of zbx_dc_config_get_poller_nextcheck():-1 256374:20250703:121438.377 End of get_values():0 256374:20250703:121438.377 zbx_setproctitle() title:'poller #1 [got 0 values in 0.000037 sec, idle 5 sec]' 256374:20250703:121438.377 In zbx_ipc_async_socket_recv() timeout:5 256358:20250703:121438.377 End of zbx_ipc_async_socket_recv():0 256358:20250703:121438.377 zbx_setproctitle() title:'java poller #1 [got 0 values in 0.000027 sec, getting values]' 256358:20250703:121438.377 In get_values() 256358:20250703:121438.377 In zbx_dc_config_get_poller_items() poller_type:4 256358:20250703:121438.377 End of zbx_dc_config_get_poller_items():0 256358:20250703:121438.377 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256358:20250703:121438.377 End of zbx_dc_config_get_poller_nextcheck():-1 256358:20250703:121438.377 End of get_values():0 256358:20250703:121438.377 zbx_setproctitle() title:'java poller #1 [got 0 values in 0.000047 sec, idle 5 sec]' 256358:20250703:121438.377 In zbx_ipc_async_socket_recv() timeout:5 256360:20250703:121438.379 End of zbx_ipc_async_socket_recv():0 256360:20250703:121438.380 zbx_setproctitle() title:'java poller #3 [got 0 values in 0.000030 sec, getting values]' 256360:20250703:121438.380 In get_values() 256360:20250703:121438.380 In zbx_dc_config_get_poller_items() poller_type:4 256360:20250703:121438.380 End of zbx_dc_config_get_poller_items():0 256360:20250703:121438.380 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256360:20250703:121438.380 End of zbx_dc_config_get_poller_nextcheck():-1 256360:20250703:121438.380 End of get_values():0 256360:20250703:121438.380 zbx_setproctitle() title:'java poller #3 [got 0 values in 0.000068 sec, idle 5 sec]' 256360:20250703:121438.380 In zbx_ipc_async_socket_recv() timeout:5 256365:20250703:121438.380 End of zbx_ipc_async_socket_recv():0 256365:20250703:121438.380 zbx_setproctitle() title:'java poller #8 [got 0 values in 0.000034 sec, getting values]' 256365:20250703:121438.380 In get_values() 256365:20250703:121438.380 In zbx_dc_config_get_poller_items() poller_type:4 256365:20250703:121438.380 End of zbx_dc_config_get_poller_items():0 256365:20250703:121438.380 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256365:20250703:121438.380 End of zbx_dc_config_get_poller_nextcheck():-1 256365:20250703:121438.380 End of get_values():0 256365:20250703:121438.380 zbx_setproctitle() title:'java poller #8 [got 0 values in 0.000032 sec, idle 5 sec]' 256365:20250703:121438.380 In zbx_ipc_async_socket_recv() timeout:5 256398:20250703:121438.388 End of zbx_ipc_async_socket_recv():0 256398:20250703:121438.388 zbx_setproctitle() title:'poller #4 [got 0 values in 0.000043 sec, getting values]' 256398:20250703:121438.388 In get_values() 256398:20250703:121438.388 In zbx_dc_config_get_poller_items() poller_type:0 256398:20250703:121438.388 End of zbx_dc_config_get_poller_items():0 256398:20250703:121438.388 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256398:20250703:121438.388 End of zbx_dc_config_get_poller_nextcheck():-1 256398:20250703:121438.388 End of get_values():0 256398:20250703:121438.388 zbx_setproctitle() title:'poller #4 [got 0 values in 0.000032 sec, idle 5 sec]' 256398:20250703:121438.389 In zbx_ipc_async_socket_recv() timeout:5 256420:20250703:121438.400 End of zbx_ipc_async_socket_recv():0 256420:20250703:121438.400 zbx_setproctitle() title:'internal poller #1 [got 0 values in 0.000166 sec, getting values]' 256420:20250703:121438.400 In get_values() 256420:20250703:121438.400 In zbx_dc_config_get_poller_items() poller_type:10 256420:20250703:121438.400 End of zbx_dc_config_get_poller_items():0 256420:20250703:121438.400 In zbx_dc_config_get_poller_nextcheck() poller_type:10 256420:20250703:121438.400 End of zbx_dc_config_get_poller_nextcheck():-1 256420:20250703:121438.400 End of get_values():0 256420:20250703:121438.400 zbx_setproctitle() title:'internal poller #1 [got 0 values in 0.000043 sec, idle 5 sec]' 256420:20250703:121438.400 In zbx_ipc_async_socket_recv() timeout:5 256415:20250703:121438.409 End of zbx_ipc_async_socket_recv():0 256415:20250703:121438.410 zbx_setproctitle() title:'odbc poller #1 [got 0 values in 0.000045 sec, getting values]' 256415:20250703:121438.410 In get_values() 256415:20250703:121438.410 In zbx_dc_config_get_poller_items() poller_type:6 256415:20250703:121438.410 End of zbx_dc_config_get_poller_items():0 256415:20250703:121438.410 In zbx_dc_config_get_poller_nextcheck() poller_type:6 256415:20250703:121438.410 End of zbx_dc_config_get_poller_nextcheck():-1 256415:20250703:121438.410 End of get_values():0 256415:20250703:121438.410 zbx_setproctitle() title:'odbc poller #1 [got 0 values in 0.000599 sec, idle 5 sec]' 256415:20250703:121438.410 In zbx_ipc_async_socket_recv() timeout:5 256372:20250703:121438.448 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121438.448 In collect_selfmon_stats() 256372:20250703:121438.448 In zbx_timekeeper_collect() 256372:20250703:121438.448 End of zbx_timekeeper_collect() 256372:20250703:121438.448 End of collect_selfmon_stats() 256372:20250703:121438.448 zbx_setproctitle() title:'self-monitoring [processed data in 0.000076 sec, idle 1 sec]' 256350:20250703:121438.450 zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000095 sec, getting values]' 256350:20250703:121438.450 In process_httptests() 256350:20250703:121438.450 End of process_httptests() 256350:20250703:121438.450 zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000095 sec, idle 5 sec]' 256409:20250703:121438.451 End of zbx_ipc_async_socket_recv():0 256409:20250703:121438.452 zbx_setproctitle() title:'history poller #2 [got 0 values in 0.000034 sec, getting values]' 256409:20250703:121438.452 In get_values() 256409:20250703:121438.452 In zbx_dc_config_get_poller_items() poller_type:5 256409:20250703:121438.452 End of zbx_dc_config_get_poller_items():0 256409:20250703:121438.452 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256409:20250703:121438.452 End of zbx_dc_config_get_poller_nextcheck():-1 256409:20250703:121438.452 End of get_values():0 256409:20250703:121438.452 zbx_setproctitle() title:'history poller #2 [got 0 values in 0.000071 sec, idle 5 sec]' 256409:20250703:121438.452 In zbx_ipc_async_socket_recv() timeout:5 256412:20250703:121438.452 End of zbx_ipc_async_socket_recv():0 256412:20250703:121438.452 zbx_setproctitle() title:'history poller #5 [got 0 values in 0.000027 sec, getting values]' 256412:20250703:121438.452 In get_values() 256412:20250703:121438.452 In zbx_dc_config_get_poller_items() poller_type:5 256412:20250703:121438.452 End of zbx_dc_config_get_poller_items():0 256412:20250703:121438.452 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256412:20250703:121438.452 End of zbx_dc_config_get_poller_nextcheck():-1 256412:20250703:121438.452 End of get_values():0 256412:20250703:121438.452 zbx_setproctitle() title:'history poller #5 [got 0 values in 0.000032 sec, idle 5 sec]' 256412:20250703:121438.452 In zbx_ipc_async_socket_recv() timeout:5 256411:20250703:121438.460 End of zbx_ipc_async_socket_recv():0 256411:20250703:121438.460 zbx_setproctitle() title:'history poller #4 [got 0 values in 0.000038 sec, getting values]' 256411:20250703:121438.460 In get_values() 256411:20250703:121438.460 In zbx_dc_config_get_poller_items() poller_type:5 256411:20250703:121438.460 End of zbx_dc_config_get_poller_items():0 256411:20250703:121438.460 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256411:20250703:121438.460 End of zbx_dc_config_get_poller_nextcheck():-1 256411:20250703:121438.460 End of get_values():0 256411:20250703:121438.461 zbx_setproctitle() title:'history poller #4 [got 0 values in 0.000083 sec, idle 5 sec]' 256411:20250703:121438.461 In zbx_ipc_async_socket_recv() timeout:5 256371:20250703:121438.464 End of zbx_ipc_async_socket_recv():0 256371:20250703:121438.464 zbx_setproctitle() title:'proxy poller #1 [exchanged data with 0 proxies in 0.000029 sec, exchanging data]' 256371:20250703:121438.464 In process_proxy() 256371:20250703:121438.464 In zbx_dc_config_get_proxypoller_hosts() 256371:20250703:121438.464 End of zbx_dc_config_get_proxypoller_hosts():0 256371:20250703:121438.464 End of process_proxy() 256371:20250703:121438.464 In zbx_dc_config_get_proxypoller_nextcheck() 256371:20250703:121438.464 End of zbx_dc_config_get_proxypoller_nextcheck():-1 256371:20250703:121438.464 zbx_setproctitle() title:'proxy poller #1 [exchanged data with 0 proxies in 0.000029 sec, idle 5 sec]' 256371:20250703:121438.464 In zbx_ipc_async_socket_recv() timeout:5 256410:20250703:121438.474 End of zbx_ipc_async_socket_recv():0 256410:20250703:121438.474 zbx_setproctitle() title:'history poller #3 [got 0 values in 0.000036 sec, getting values]' 256410:20250703:121438.474 In get_values() 256410:20250703:121438.474 In zbx_dc_config_get_poller_items() poller_type:5 256410:20250703:121438.474 End of zbx_dc_config_get_poller_items():0 256410:20250703:121438.474 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256410:20250703:121438.474 End of zbx_dc_config_get_poller_nextcheck():-1 256410:20250703:121438.474 End of get_values():0 256410:20250703:121438.474 zbx_setproctitle() title:'history poller #3 [got 0 values in 0.000048 sec, idle 5 sec]' 256410:20250703:121438.474 In zbx_ipc_async_socket_recv() timeout:5 256408:20250703:121438.478 End of zbx_ipc_async_socket_recv():0 256408:20250703:121438.478 zbx_setproctitle() title:'history poller #1 [got 0 values in 0.000038 sec, getting values]' 256408:20250703:121438.478 In get_values() 256408:20250703:121438.478 In zbx_dc_config_get_poller_items() poller_type:5 256408:20250703:121438.478 End of zbx_dc_config_get_poller_items():0 256408:20250703:121438.478 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256408:20250703:121438.478 End of zbx_dc_config_get_poller_nextcheck():-1 256408:20250703:121438.478 End of get_values():0 256408:20250703:121438.478 zbx_setproctitle() title:'history poller #1 [got 0 values in 0.000040 sec, idle 5 sec]' 256408:20250703:121438.478 In zbx_ipc_async_socket_recv() timeout:5 256421:20250703:121438.482 In zbx_dc_fetch_proxy_groups() 256421:20250703:121438.482 End of zbx_dc_fetch_proxy_groups():FAIL revision:0->0 256421:20250703:121438.482 In zbx_dc_fetch_proxies() 256421:20250703:121438.482 End of zbx_dc_fetch_proxies():FAIL revision:0->0 256414:20250703:121438.498 End of zbx_ipc_async_socket_recv():0 256414:20250703:121438.498 zbx_setproctitle() title:'trigger housekeeper [removing deleted triggers problems]' 256414:20250703:121438.498 query [txnlev:0] [select eventid from problem where source=0 and object=0 and not exists (select NULL from triggers where triggerid=objectid)] 256414:20250703:121438.500 zbx_setproctitle() title:'trigger housekeeper [deleted 0 problems records in 0.002084 sec, idle for 60 second(s)]' 256414:20250703:121438.500 In zbx_ipc_async_socket_recv() timeout:60 256343:20250703:121438.533 End of zbx_ipc_service_recv():2 256343:20250703:121438.533 In zbx_pp_manager_process_finished() 256343:20250703:121438.533 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121438.533 In zbx_ipc_service_recv() timeout:0.500 256404:20250703:121438.533 zbx_setproctitle() title:'trapper #4 [processing data]' 256404:20250703:121438.534 In zbx_ipc_async_socket_recv() timeout:0 256404:20250703:121438.534 End of zbx_ipc_async_socket_recv():0 256404:20250703:121438.534 trapper got '{"request":"active check heartbeat","host":"test","heartbeat_freq":60,"version":"7.4.0","variant":1}' 256404:20250703:121438.534 In zbx_ipc_socket_open() 256404:20250703:121438.534 End of zbx_ipc_socket_open():SUCCEED 256404:20250703:121438.534 In zbx_ipc_socket_write() 256404:20250703:121438.534 End of zbx_ipc_socket_write():SUCCEED 256404:20250703:121438.534 zbx_setproctitle() title:'trapper #4 [processed data in 0.000124 sec, waiting for connection]' 256413:20250703:121438.534 In ipc_service_accept() 256413:20250703:121438.534 In ipc_service_add_client() 256413:20250703:121438.534 End of ipc_service_add_client() clientid:6 256413:20250703:121438.534 End of ipc_service_accept() 256413:20250703:121438.534 End of zbx_ipc_service_recv():2 256413:20250703:121438.534 In zbx_ipc_service_recv() timeout:1.000 256413:20250703:121438.534 End of zbx_ipc_service_recv():1 256413:20250703:121438.534 In zbx_ipc_service_recv() timeout:1.000 256401:20250703:121438.534 zbx_setproctitle() title:'trapper #1 [processing data]' 256401:20250703:121438.534 In zbx_ipc_async_socket_recv() timeout:0 256401:20250703:121438.534 End of zbx_ipc_async_socket_recv():0 256401:20250703:121438.534 trapper got '{"request":"active checks","host":"test","config_revision":1,"session":"3c242340683cf3307abbae10728e3e4c","version":"7.4.0","variant":1}' 256401:20250703:121438.534 In send_list_of_active_checks_json() 256401:20250703:121438.534 In zbx_is_ip4() ip:'127.0.0.1' 256401:20250703:121438.534 End of zbx_is_ip4():SUCCEED 256401:20250703:121438.534 In get_hostid_by_host_or_autoregister() host:'test' metadata:'' 256401:20250703:121438.534 End of get_hostid_by_host_or_autoregister():SUCCEED 256401:20250703:121438.534 In zbx_remote_commands_prepare_to_send() 256401:20250703:121438.534 End of zbx_remote_commands_prepare_to_send() 256401:20250703:121438.534 send_list_of_active_checks_json() sending [{"response":"success"}] 256401:20250703:121438.534 End of send_list_of_active_checks_json():SUCCEED 256401:20250703:121438.534 zbx_setproctitle() title:'trapper #1 [processed data in 0.000077 sec, waiting for connection]' 256357:20250703:121438.538 End of zbx_ipc_async_socket_recv():0 256357:20250703:121438.538 zbx_setproctitle() title:'escalator #1 [processed 0 escalations in 0.002590 sec, processing escalations]' 256357:20250703:121438.538 In process_escalations() 256357:20250703:121438.538 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is not null and nextcheck<=1751534081 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121438.539 End of process_escalations() 256357:20250703:121438.539 In process_escalations() 256357:20250703:121438.539 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is not null and nextcheck<=1751534081 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121438.539 End of process_escalations() 256357:20250703:121438.539 In process_escalations() 256357:20250703:121438.539 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is null and serviceid is not null and nextcheck<=1751534081 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121438.539 End of process_escalations() 256357:20250703:121438.539 In process_escalations() 256357:20250703:121438.539 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is null and serviceid is null and nextcheck<=1751534081 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121438.539 End of process_escalations() 256357:20250703:121438.539 zbx_setproctitle() title:'escalator #1 [processed 0 escalations in 0.000869 sec, idle 3 sec]' 256357:20250703:121438.539 In zbx_ipc_async_socket_recv() timeout:3 256354:20250703:121438.560 End of zbx_ipc_async_socket_recv():0 256354:20250703:121438.560 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000029 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121438.561 In zbx_sync_history_cache() history_num:0 256354:20250703:121438.561 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000028 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121438.561 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121438.565 End of zbx_ipc_async_socket_recv():0 256355:20250703:121438.565 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000018 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121438.565 In zbx_sync_history_cache() history_num:0 256419:20250703:121438.565 End of zbx_ipc_service_recv():2 256419:20250703:121438.565 In zbx_ipc_service_recv() timeout:1.000 256356:20250703:121438.565 End of zbx_ipc_async_socket_recv():0 256356:20250703:121438.565 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000016 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121438.565 In zbx_sync_history_cache() history_num:0 256356:20250703:121438.565 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000028 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121438.565 In zbx_ipc_async_socket_recv() timeout:1 256353:20250703:121438.565 End of zbx_ipc_async_socket_recv():0 256355:20250703:121438.565 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000112 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121438.565 In zbx_ipc_async_socket_recv() timeout:1 256353:20250703:121438.565 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000030 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121438.565 In zbx_sync_history_cache() history_num:0 256353:20250703:121438.566 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000219 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121438.566 In zbx_ipc_async_socket_recv() timeout:1 256315:20250703:121438.572 End of zbx_ipc_async_socket_recv():0 256315:20250703:121438.572 zbx_setproctitle() title:'configuration syncer [synced configuration in 0.033262 sec, syncing configuration]' 256315:20250703:121438.572 In zbx_dc_sync_configuration() 256315:20250703:121438.572 query [txnlev:0] [select changelogid,object,objectid,operation,clock from changelog] 256315:20250703:121438.573 In zbx_dbsync_compare_settings() 256315:20250703:121438.573 query [txnlev:0] [select name, type, value_str, value_int, value_usrgrpid, value_hostgroupid, value_userdirectoryid, value_mfaid from settings where name in ('alert_usrgrpid','auditlog_enabled','auditlog_mode','autoreg_tls_accept','compress_older','compression_status','db_extension','default_inventory_mode','default_timezone','discovery_groupid','hk_audit_mode','hk_audit','hk_events_autoreg','hk_events_discovery','hk_events_internal','hk_events_mode','hk_events_service','hk_events_trigger','hk_history_global','hk_history_mode','hk_history','hk_services_mode','hk_services','hk_sessions_mode','hk_sessions','hk_trends_global','hk_trends_mode','hk_trends','instanceid','severity_name_0','severity_name_1','severity_name_2','severity_name_3','severity_name_4','severity_name_5','snmptrap_logging','timeout_browser','timeout_db_monitor','timeout_external_check','timeout_http_agent','timeout_script','timeout_simple_check','timeout_snmp_agent','timeout_ssh_agent','timeout_telnet_agent','timeout_zabbix_agent','proxy_secrets_provider')] 256315:20250703:121438.574 End of zbx_dbsync_compare_settings() 256315:20250703:121438.574 query [txnlev:0] [select tls_psk_identity,tls_psk from config_autoreg_tls order by autoreg_tlsid] 256315:20250703:121438.574 In dc_sync_settings() 256315:20250703:121438.574 In store_settings() 256315:20250703:121438.574 End of store_settings() 256315:20250703:121438.574 End of dc_sync_settings() 256315:20250703:121438.574 In DCsync_autoreg_config() 256315:20250703:121438.574 End of DCsync_autoreg_config() 256315:20250703:121438.574 In DCsync_autoreg_host() 256315:20250703:121438.574 End of DCsync_autoreg_host() 256315:20250703:121438.574 In dc_sync_proxy_group() 256315:20250703:121438.574 End of dc_sync_proxy_group() 256315:20250703:121438.574 query [txnlev:0] [select hostid,templateid from hosts_templates order by hostid] 256315:20250703:121438.574 query [txnlev:0] [select globalmacroid,macro,value,type from globalmacro] 256315:20250703:121438.574 query [txnlev:0] [select hostmacroid,hostid,macro,value,type from hostmacro] 256315:20250703:121438.582 In DCsync_host_tags() 256315:20250703:121438.582 End of DCsync_host_tags() 256315:20250703:121438.582 query [txnlev:0] [select hostid,proxyid,host,ipmi_authtype,ipmi_privilege,ipmi_username,ipmi_password,maintenance_status,maintenance_type,maintenance_from,status,name,tls_connect,tls_accept,tls_issuer,tls_subject,tls_psk_identity,tls_psk,maintenanceid,proxy_groupid,monitored_by,flags from hosts where status in (0,1) and flags&2=0 and hostid in (10858,10859)] 256315:20250703:121438.583 query [txnlev:0] [select hostid,proxyid,host,ipmi_authtype,ipmi_privilege,ipmi_username,ipmi_password,maintenance_status,maintenance_type,maintenance_from,status,name,tls_connect,tls_accept,tls_issuer,tls_subject,tls_psk_identity,tls_psk,maintenanceid,proxy_groupid,monitored_by,flags from hosts where status in (0,1) and flags&2=0 and hostid=10857] 256315:20250703:121438.583 query [txnlev:0] [select hostid,inventory_mode,type,type_full,name,alias,os,os_full,os_short,serialno_a,serialno_b,tag,asset_tag,macaddress_a,macaddress_b,hardware,hardware_full,software,software_full,software_app_a,software_app_b,software_app_c,software_app_d,software_app_e,contact,location,location_lat,location_lon,notes,chassis,model,hw_arch,vendor,contract_number,installer_name,deployment_status,url_a,url_b,url_c,host_networks,host_netmask,host_router,oob_ip,oob_netmask,oob_router,date_hw_purchase,date_hw_install,date_hw_expiry,date_hw_decomm,site_address_a,site_address_b,site_address_c,site_city,site_state,site_country,site_zip,site_rack,site_notes,poc_1_name,poc_1_email,poc_1_phone_a,poc_1_phone_b,poc_1_cell,poc_1_screen,poc_1_notes,poc_2_name,poc_2_email,poc_2_phone_a,poc_2_phone_b,poc_2_cell,poc_2_screen,poc_2_notes from host_inventory] 256315:20250703:121438.583 query [txnlev:0] [select groupid,name from hstgrp where type=0] 256315:20250703:121438.584 query [txnlev:0] [select hg.groupid,hg.hostid from hosts_groups hg,hosts h where hg.hostid=h.hostid and h.status in (0,1) and h.flags&2=0 order by hg.groupid] 256315:20250703:121438.584 query [txnlev:0] [select maintenanceid,maintenance_type,active_since,active_till,tags_evaltype from maintenances] 256315:20250703:121438.585 query [txnlev:0] [select maintenancetagid,maintenanceid,operator,tag,value from maintenance_tag] 256315:20250703:121438.585 query [txnlev:0] [select t.timeperiodid,t.timeperiod_type,t.every,t.month,t.dayofweek,t.day,t.start_time,t.period,t.start_date,m.maintenanceid from maintenances_windows m,timeperiods t where t.timeperiodid=m.timeperiodid] 256315:20250703:121438.585 query [txnlev:0] [select maintenanceid,groupid from maintenances_groups order by maintenanceid] 256315:20250703:121438.586 query [txnlev:0] [select maintenanceid,hostid from maintenances_hosts order by maintenanceid] 256315:20250703:121438.586 In DCsync_proxies() 256315:20250703:121438.586 End of DCsync_proxies() 256315:20250703:121438.586 In DCsync_hosts() 256315:20250703:121438.586 End of DCsync_hosts() 256315:20250703:121438.586 In DCsync_host_inventory() 256315:20250703:121438.586 End of DCsync_host_inventory() 256315:20250703:121438.586 In DCsync_hostgroups() 256315:20250703:121438.586 End of DCsync_hostgroups() 256315:20250703:121438.586 In DCsync_hostgroup_hosts() 256315:20250703:121438.586 End of DCsync_hostgroup_hosts() 256315:20250703:121438.586 In DCsync_maintenances() 256315:20250703:121438.586 End of DCsync_maintenances() 256315:20250703:121438.586 In DCsync_maintenance_tags() 256315:20250703:121438.586 End of DCsync_maintenance_tags() 256315:20250703:121438.586 In DCsync_maintenance_groups() 256315:20250703:121438.586 End of DCsync_maintenance_groups() 256315:20250703:121438.586 In DCsync_maintenance_hosts() 256315:20250703:121438.586 End of DCsync_maintenance_hosts() 256315:20250703:121438.586 In DCsync_maintenance_periods() 256315:20250703:121438.586 End of DCsync_maintenance_periods() 256315:20250703:121438.586 In DCsync_connectors() 256315:20250703:121438.586 End of DCsync_connectors() 256315:20250703:121438.586 In DCsync_connector_tags() 256315:20250703:121438.586 End of DCsync_connector_tags() 256315:20250703:121438.586 In dc_sync_host_proxy() 256315:20250703:121438.586 End of dc_sync_host_proxy() 256315:20250703:121438.586 In zbx_ipc_socket_open() 256315:20250703:121438.587 End of zbx_ipc_socket_open():SUCCEED 256315:20250703:121438.587 In zbx_ipc_socket_write() 256315:20250703:121438.587 End of zbx_ipc_socket_write():SUCCEED 256413:20250703:121438.587 In ipc_service_accept() 256413:20250703:121438.587 In ipc_service_add_client() 256413:20250703:121438.587 End of ipc_service_add_client() clientid:7 256413:20250703:121438.587 End of ipc_service_accept() 256413:20250703:121438.587 End of zbx_ipc_service_recv():2 256413:20250703:121438.587 In zbx_ipc_service_recv() timeout:1.000 256413:20250703:121438.587 End of zbx_ipc_service_recv():1 256413:20250703:121438.587 In zbx_ipc_service_recv() timeout:1.000 256315:20250703:121438.587 query [txnlev:0] [select i.interfaceid,i.hostid,i.type,i.main,i.useip,i.ip,i.dns,i.port,i.available,i.disable_until,i.error,i.errors_from,s.version,s.bulk,s.community,s.securityname,s.securitylevel,s.authpassphrase,s.privpassphrase,s.authprotocol,s.privprotocol,s.contextname,s.max_repetitions from interface i left join interface_snmp s on i.interfaceid=s.interfaceid] 256315:20250703:121438.587 query [txnlev:0] [select i.itemid,i.hostid,i.status,i.type,i.value_type,i.key_,i.snmp_oid,i.ipmi_sensor,i.delay,i.trapper_hosts,i.logtimefmt,i.params,ir.state,i.authtype,i.username,i.password,i.publickey,i.privatekey,i.flags,i.interfaceid,ir.lastlogsize,ir.mtime,i.history,i.trends,i.inventory_link,i.valuemapid,i.units,ir.error,i.jmx_endpoint,i.master_itemid,i.timeout,i.url,i.query_fields,i.posts,i.status_codes,i.follow_redirects,i.post_type,i.http_proxy,i.headers,i.retrieve_mode,i.request_method,i.output_format,i.ssl_cert_file,i.ssl_key_file,i.ssl_key_password,i.verify_peer,i.verify_host,i.allow_traps,i.templateid,null from items i left join item_rtdata ir on i.itemid=ir.itemid where i.itemid in (59716,59717,59718,59719)] 256344:20250703:121438.588 End of zbx_ipc_service_recv():2 256344:20250703:121438.588 In zbx_ipc_service_recv() timeout:1.000 256315:20250703:121438.588 query [txnlev:0] [select i.itemid,i.hostid,i.status,i.type,i.value_type,i.key_,i.snmp_oid,i.ipmi_sensor,i.delay,i.trapper_hosts,i.logtimefmt,i.params,ir.state,i.authtype,i.username,i.password,i.publickey,i.privatekey,i.flags,i.interfaceid,ir.lastlogsize,ir.mtime,i.history,i.trends,i.inventory_link,i.valuemapid,i.units,ir.error,i.jmx_endpoint,i.master_itemid,i.timeout,i.url,i.query_fields,i.posts,i.status_codes,i.follow_redirects,i.post_type,i.http_proxy,i.headers,i.retrieve_mode,i.request_method,i.output_format,i.ssl_cert_file,i.ssl_key_file,i.ssl_key_password,i.verify_peer,i.verify_host,i.allow_traps,i.templateid,null from items i left join item_rtdata ir on i.itemid=ir.itemid where i.itemid in (59712,59713)] 256315:20250703:121438.588 query [txnlev:0] [select itemid,parent_itemid from item_discovery] 256315:20250703:121438.594 query [txnlev:0] [select item_preprocid,itemid,type,params,step,error_handler,error_handler_params from item_preproc where item_preprocid in (117943,117944)] 256315:20250703:121438.595 query [txnlev:0] [select p.item_parameterid,p.itemid,p.name,p.value,i.hostid from item_parameter p,items i,hosts h where p.itemid=i.itemid and i.hostid=h.hostid and h.status in (0,1) and i.flags&2=0 order by p.itemid] 256352:20250703:121438.596 End of zbx_ipc_service_recv():2 256352:20250703:121438.596 In zbx_timekeeper_collect() 256352:20250703:121438.596 End of zbx_timekeeper_collect() 256352:20250703:121438.596 In process_results() del_druleids:0 256352:20250703:121438.596 process_results() results=0 checks:0/0 del_druleids=0 incomplete_druleids=0 256352:20250703:121438.596 End of process_results() ret:0 256352:20250703:121438.596 zbx_setproctitle() title:'discovery manager #1 [processing 0 rules, 0 unsaved checks]' 256352:20250703:121438.596 In process_discovery() 256352:20250703:121438.596 End of process_discovery() rule_count:0 nextcheck:-1 256352:20250703:121438.596 In zbx_ipc_service_recv() timeout:5.000 256315:20250703:121438.597 query [txnlev:0] [select functionid,itemid,name,parameter,triggerid from functions where functionid in (42097,42098)] 256315:20250703:121438.598 In DCsync_interfaces() 256315:20250703:121438.598 End of DCsync_interfaces() 256315:20250703:121438.598 In DCsync_items() 256315:20250703:121438.598 End of DCsync_items() 256315:20250703:121438.598 In DCsync_item_discovery() 256315:20250703:121438.598 End of DCsync_item_discovery() 256315:20250703:121438.598 In DCsync_item_preproc() 256315:20250703:121438.598 End of DCsync_item_preproc() 256315:20250703:121438.598 In DCsync_items_param() 256315:20250703:121438.598 End of DCsync_items_param() 256315:20250703:121438.598 In DCsync_functions() 256315:20250703:121438.598 End of DCsync_functions() 256315:20250703:121438.598 query [txnlev:0] [select triggerid,description,expression,error,priority,type,value,state,lastchange,status,recovery_mode,recovery_expression,correlation_mode,correlation_tag,opdata,event_name,null,null,null,flags from triggers where triggerid in (28855,28856)] 256315:20250703:121438.598 query [txnlev:0] [select triggerid,description,expression,error,priority,type,value,state,lastchange,status,recovery_mode,recovery_expression,correlation_mode,correlation_tag,opdata,event_name,null,null,null,flags from triggers where triggerid=28854] 256315:20250703:121438.598 query [txnlev:0] [select triggerid_down,triggerid_up from trigger_depends] 256315:20250703:121438.599 query [txnlev:0] [select r.name,e.expressionid,e.expression,e.expression_type,e.exp_delimiter,e.case_sensitive from regexps r,expressions e where r.regexpid=e.regexpid] 256315:20250703:121438.599 query [txnlev:0] [select actionid,eventsource,evaltype,formula from actions where eventsource<>4 and status=0] 256315:20250703:121438.600 query [txnlev:0] [select a.actionid,o.recovery from actions a left join operations o on a.actionid=o.actionid where a.status=0 group by a.actionid,o.recovery order by a.actionid] 256315:20250703:121438.600 query [txnlev:0] [select c.conditionid,c.actionid,c.conditiontype,c.operator,c.value,c.value2 from conditions c,actions a where c.actionid=a.actionid and a.status=0] 256315:20250703:121438.600 query [txnlev:0] [select correlationid,name,evaltype,formula from correlation where status=0] 256315:20250703:121438.600 query [txnlev:0] [select cc.corr_conditionid,cc.correlationid,cc.type,cct.tag,cctv.tag,cctv.value,cctv.operator, ccg.groupid,ccg.operator,cctp.oldtag,cctp.newtag from correlation c,corr_condition cc left join corr_condition_tag cct on cct.corr_conditionid=cc.corr_conditionid left join corr_condition_tagvalue cctv on cctv.corr_conditionid=cc.corr_conditionid left join corr_condition_group ccg on ccg.corr_conditionid=cc.corr_conditionid left join corr_condition_tagpair cctp on cctp.corr_conditionid=cc.corr_conditionid where c.correlationid=cc.correlationid and c.status=0] 256315:20250703:121438.600 query [txnlev:0] [select co.corr_operationid,co.correlationid,co.type from correlation c,corr_operation co where c.correlationid=co.correlationid and c.status=0] 256315:20250703:121438.600 In DCsync_triggers() 256315:20250703:121438.600 End of DCsync_triggers() 256315:20250703:121438.600 In DCsync_trigdeps() 256315:20250703:121438.600 End of DCsync_trigdeps() 256315:20250703:121438.600 In DCsync_expressions() 256315:20250703:121438.600 End of DCsync_expressions() 256315:20250703:121438.600 In DCsync_actions() 256315:20250703:121438.600 End of DCsync_actions() 256315:20250703:121438.600 In DCsync_action_ops() 256315:20250703:121438.600 End of DCsync_action_ops() 256315:20250703:121438.600 In DCsync_action_conditions() 256315:20250703:121438.600 End of DCsync_action_conditions() 256315:20250703:121438.601 In DCsync_trigger_tags() 256315:20250703:121438.601 End of DCsync_trigger_tags() 256315:20250703:121438.601 In DCsync_item_tags() 256315:20250703:121438.601 End of DCsync_item_tags() 256315:20250703:121438.601 In DCsync_correlations() 256315:20250703:121438.601 End of DCsync_correlations() 256315:20250703:121438.601 In DCsync_corr_conditions() 256315:20250703:121438.601 End of DCsync_corr_conditions() 256315:20250703:121438.601 In DCsync_corr_operations() 256315:20250703:121438.601 End of DCsync_corr_operations() 256315:20250703:121438.601 In dc_sync_drules() 256315:20250703:121438.601 End of dc_sync_drules() 256315:20250703:121438.601 In dc_sync_dchecks() 256315:20250703:121438.601 End of dc_sync_dchecks() 256315:20250703:121438.601 In dc_sync_httptests() 256315:20250703:121438.601 End of dc_sync_httptests() 256315:20250703:121438.601 In dc_sync_httptest_fields() 256315:20250703:121438.601 End of dc_sync_httptest_fields() 256315:20250703:121438.601 In dc_sync_httpsteps() 256315:20250703:121438.601 End of dc_sync_httpsteps() 256315:20250703:121438.601 In dc_sync_httpstep_fields() 256315:20250703:121438.601 End of dc_sync_httpstep_fields() 256315:20250703:121438.602 zbx_dc_sync_configuration() changelog : sql:0.000822 sec (24 records) 256315:20250703:121438.602 zbx_dc_sync_configuration() reindex : 0.000643 sec 48 bytes. 256315:20250703:121438.602 zbx_dc_sync_configuration() proxy_group: sql:0.000001 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121438.602 zbx_dc_sync_configuration() hosts: sql:0.001139 sync:0.000040 sec 368 bytes (1/1/1). 256315:20250703:121438.602 zbx_dc_sync_configuration() host_proxy: sql:0.000000 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121438.602 zbx_dc_sync_configuration() items: sql:0.001192 sync:0.000020 sec 688 bytes (4/2/2). 256315:20250703:121438.602 zbx_dc_sync_configuration() triggers: sql:0.000299 sync:0.000009 sec 248 bytes (2/1/1). 256315:20250703:121438.602 zbx_dc_sync_configuration() functions: sql:0.000217 sync:0.000004 sec 80 bytes (2/0/1). 256315:20250703:121438.602 zbx_dc_sync_configuration() trigger_tag: sql:0.000002 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121438.602 zbx_dc_sync_configuration() item_tag: sql:0.000000 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121438.602 zbx_dc_sync_configuration() host_tag: sql:0.000003 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121438.602 zbx_dc_sync_configuration() item_preproc: sql:0.001156 sync:0.000004 sec 168 bytes (2/0/1). 256315:20250703:121438.602 zbx_dc_sync_configuration() drules: sql:0.000001 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121438.602 zbx_dc_sync_configuration() dchecks: sql:0.000001 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121438.602 zbx_dc_sync_configuration() httptest: sql:0.000000 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121438.602 zbx_dc_sync_configuration() httptest_field: sql:0.000000 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121438.602 zbx_dc_sync_configuration() httpstep: sql:0.000000 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121438.602 zbx_dc_sync_configuration() httpstep_field: sql:0.000000 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121438.602 zbx_dc_sync_configuration() connector: sql:0.000001 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121438.602 zbx_dc_sync_configuration() connector_tag: sql:0.000000 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121438.602 zbx_dc_sync_configuration() proxy: sql:0.000002 sync:0.000001 sec 0 bytes (0/0/0). 256315:20250703:121438.602 zbx_dc_sync_configuration() settings: sql:0.000241 sync:0.000051 sec 0 bytes (47/0/0). 256315:20250703:121438.602 zbx_dc_sync_configuration() config_autoreg_tls: sql:0.000076 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121438.602 zbx_dc_sync_configuration() autoreg_host: sql:0.000000 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121438.602 zbx_dc_sync_configuration() host_inventory: sql:0.000337 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121438.602 zbx_dc_sync_configuration() hosts_templates: sql:0.000180 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121438.602 zbx_dc_sync_configuration() globalmacro: sql:0.000107 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121438.602 zbx_dc_sync_configuration() hostmacro: sql:0.007700 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121438.602 zbx_dc_sync_configuration() interface: sql:0.000556 sync:0.000009 sec 0 bytes (25/0/0). 256315:20250703:121438.602 zbx_dc_sync_configuration() item_discovery: sql:0.005277 sync:0.000087 sec 80 bytes (7584/0/2). 256315:20250703:121438.602 zbx_dc_sync_configuration() trigger_depends: sql:0.000917 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121438.602 zbx_dc_sync_configuration() regexps: sql:0.000242 sync:0.000002 sec 0 bytes (0/0/0). 256315:20250703:121438.602 zbx_dc_sync_configuration() actions: sql:0.000102 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121438.602 zbx_dc_sync_configuration() operations: sql:0.000130 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121438.602 zbx_dc_sync_configuration() conditions: sql:0.000105 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121438.602 zbx_dc_sync_configuration() correlation: sql:0.000077 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121438.602 zbx_dc_sync_configuration() corr_condition: sql:0.000357 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121438.602 zbx_dc_sync_configuration() corr_operation: sql:0.000118 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121438.602 zbx_dc_sync_configuration() hstgrp: sql:0.000394 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121438.602 zbx_dc_sync_configuration() hosts_groups: sql:0.000571 sync:0.000001 sec 24 bytes (1/0/0). 256315:20250703:121438.602 zbx_dc_sync_configuration() item_parameter: sql:0.002595 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121438.602 zbx_dc_sync_configuration() maintenances: sql:0.000251 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121438.602 zbx_dc_sync_configuration() maintenances_windows: sql:0.000689 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121438.602 zbx_dc_sync_configuration() maintenance_tag: sql:0.000189 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121438.602 zbx_dc_sync_configuration() maintenances_groups: sql:0.000308 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121438.602 zbx_dc_sync_configuration() maintenances_hosts: sql:0.000207 sync:0.000000 sec 0 bytes (0/0/0). 256315:20250703:121438.602 zbx_dc_sync_configuration() total sql : 0.025745 sec. 256315:20250703:121438.602 zbx_dc_sync_configuration() total sync : 0.000233 sec. 256315:20250703:121438.602 zbx_dc_sync_configuration() total memory difference: 1656 bytes. 256315:20250703:121438.602 zbx_dc_sync_configuration() proxies : 0 (0 slots) 256315:20250703:121438.602 zbx_dc_sync_configuration() proxies_p : 0 (0 slots) 256315:20250703:121438.602 zbx_dc_sync_configuration() hosts : 10 (17 slots) 256315:20250703:121438.602 zbx_dc_sync_configuration() hosts_h : 10 (17 slots) 256315:20250703:121438.603 zbx_dc_sync_configuration() autoreg_hosts: 0 (11 slots) 256315:20250703:121438.603 zbx_dc_sync_configuration() psks : 0 (0 slots) 256315:20250703:121438.603 zbx_dc_sync_configuration() ipmihosts : 0 (0 slots) 256315:20250703:121438.603 zbx_dc_sync_configuration() host_invent: 2 (11 slots) 256315:20250703:121438.603 zbx_dc_sync_configuration() glob macros: 1 (11 slots) 256315:20250703:121438.603 zbx_dc_sync_configuration() host macros: 6364 (9029 slots) 256315:20250703:121438.603 zbx_dc_sync_configuration() kvs_paths : 0 256315:20250703:121438.603 zbx_dc_sync_configuration() interfaces : 3 (11 slots) 256315:20250703:121438.603 zbx_dc_sync_configuration() interfaces_snmp : 0 (0 slots) 256315:20250703:121438.603 zbx_dc_sync_configuration() interfac_ht: 3 (11 slots) 256315:20250703:121438.603 zbx_dc_sync_configuration() if_snmpitms: 0 (0 slots) 256315:20250703:121438.603 zbx_dc_sync_configuration() if_snmpaddr: 0 (0 slots) 256315:20250703:121438.603 zbx_dc_sync_configuration() item_discovery : 53 (15259 slots) 256315:20250703:121438.603 zbx_dc_sync_configuration() items : 216 (35969 slots) 256315:20250703:121438.603 zbx_dc_sync_configuration() items_hk : 216 (35969 slots) 256315:20250703:121438.603 zbx_dc_sync_configuration() template_items : 17773 (30509 slots) 256315:20250703:121438.603 zbx_dc_sync_configuration() preprocitems: 139 (45767 slots) 256315:20250703:121438.603 zbx_dc_sync_configuration() item_tag_links: 204 (56237 slots) 256315:20250703:121438.603 zbx_dc_sync_configuration() functions : 122 (21341 slots) 256315:20250703:121438.603 zbx_dc_sync_configuration() triggers : 6841 (13679 slots) 256315:20250703:121438.603 zbx_dc_sync_configuration() trigdeps : 2748 (4007 slots) 256315:20250703:121438.603 zbx_dc_sync_configuration() trig. tags : 8671 (13553 slots) 256315:20250703:121438.603 zbx_dc_sync_configuration() expressions: 10 (17 slots) 256315:20250703:121438.603 zbx_dc_sync_configuration() actions : 0 (0 slots) 256315:20250703:121438.603 zbx_dc_sync_configuration() conditions : 0 (0 slots) 256315:20250703:121438.603 zbx_dc_sync_configuration() corr. : 0 (0 slots) 256315:20250703:121438.603 zbx_dc_sync_configuration() corr. conds: 0 (0 slots) 256315:20250703:121438.603 zbx_dc_sync_configuration() corr. ops : 0 (0 slots) 256315:20250703:121438.603 zbx_dc_sync_configuration() hgroups : 7 (11 slots) 256315:20250703:121438.603 zbx_dc_sync_configuration() item procs : 139 (45767 slots) 256315:20250703:121438.603 zbx_dc_sync_configuration() maintenance: 0 (0 slots) 256315:20250703:121438.603 zbx_dc_sync_configuration() maint tags : 0 (0 slots) 256315:20250703:121438.603 zbx_dc_sync_configuration() maint time : 0 (0 slots) 256315:20250703:121438.603 zbx_dc_sync_configuration() drules : 1 (11 slots) 256315:20250703:121438.603 zbx_dc_sync_configuration() dchecks : 1 (11 slots) 256315:20250703:121438.603 zbx_dc_sync_configuration() httptests : 0 (0 slots) 256315:20250703:121438.603 zbx_dc_sync_configuration() httptestfld: 0 (0 slots) 256315:20250703:121438.603 zbx_dc_sync_configuration() httpsteps : 0 (0 slots) 256315:20250703:121438.603 zbx_dc_sync_configuration() httpstepfld: 0 (0 slots) 256315:20250703:121438.603 zbx_dc_sync_configuration() connector: 0 (0 slots) 256315:20250703:121438.603 zbx_dc_sync_configuration() connector tags : 0 (0 slots) 256315:20250703:121438.603 zbx_dc_sync_configuration() proxy groups : 0 (0 slots) 256315:20250703:121438.603 zbx_dc_sync_configuration() host proxy : 0 (0 slots) 256315:20250703:121438.603 zbx_dc_sync_configuration() queue[0] : 0 (0 allocated) 256315:20250703:121438.603 zbx_dc_sync_configuration() queue[1] : 0 (0 allocated) 256315:20250703:121438.603 zbx_dc_sync_configuration() queue[2] : 0 (0 allocated) 256315:20250703:121438.603 zbx_dc_sync_configuration() queue[3] : 0 (0 allocated) 256315:20250703:121438.603 zbx_dc_sync_configuration() queue[4] : 0 (0 allocated) 256315:20250703:121438.603 zbx_dc_sync_configuration() queue[5] : 0 (0 allocated) 256315:20250703:121438.603 zbx_dc_sync_configuration() queue[6] : 0 (0 allocated) 256315:20250703:121438.603 zbx_dc_sync_configuration() queue[7] : 0 (0 allocated) 256315:20250703:121438.603 zbx_dc_sync_configuration() queue[8] : 0 (0 allocated) 256315:20250703:121438.603 zbx_dc_sync_configuration() queue[9] : 0 (0 allocated) 256315:20250703:121438.603 zbx_dc_sync_configuration() queue[10] : 0 (0 allocated) 256315:20250703:121438.603 zbx_dc_sync_configuration() queue[11] : 0 (0 allocated) 256315:20250703:121438.603 zbx_dc_sync_configuration() pqueue : 0 (0 allocated) 256315:20250703:121438.603 zbx_dc_sync_configuration() timer queue: 0 (0 allocated) 256315:20250703:121438.603 zbx_dc_sync_configuration() changelog : 925 256315:20250703:121438.603 zbx_dc_sync_configuration() configfree : 76.103115% 256315:20250703:121438.603 zbx_dc_sync_configuration() strings : 9552 (13553 slots) 256315:20250703:121438.603 === memory statistics for configuration cache === 256315:20250703:121438.603 free chunks of size 104 bytes: 1 256315:20250703:121438.603 free chunks of size >= 256 bytes: 1 256315:20250703:121438.603 min chunk size: 104 bytes 256315:20250703:121438.603 max chunk size: 25535864 bytes 256315:20250703:121438.603 memory of total size 32402128 bytes fragmented into 71996 chunks 256315:20250703:121438.603 of those, 25535968 bytes are in 2 free chunks 256315:20250703:121438.603 of those, 6866160 bytes are in 71994 used chunks 256315:20250703:121438.603 of those, 1151920 bytes are used by allocation overhead 256315:20250703:121438.603 ================================ 256315:20250703:121438.604 zbx_dbsync_env_flush_changelog() changelog : 949 (1777 slots) 256315:20250703:121438.604 In dc_get_items_to_reschedule() 256315:20250703:121438.604 End of dc_get_items_to_reschedule() items:0 256315:20250703:121438.604 zbx_dc_sync_configuration() reschedule : 0.000122 sec. 256315:20250703:121438.604 End of zbx_dc_sync_configuration() 256315:20250703:121438.604 In zbx_dc_sync_kvs_paths() 256315:20250703:121438.604 End of zbx_dc_sync_kvs_paths() 256315:20250703:121438.604 In zbx_dc_config_get_hostids_by_revision() 256315:20250703:121438.604 End of zbx_dc_config_get_hostids_by_revision() 256315:20250703:121438.604 In zbx_ipc_socket_write() 256315:20250703:121438.604 End of zbx_ipc_socket_write():SUCCEED 256315:20250703:121438.604 In zbx_dc_update_interfaces_availability() 256315:20250703:121438.605 In zbx_dc_reset_interfaces_availability() 256315:20250703:121438.605 End of zbx_dc_reset_interfaces_availability() interfaces:0 256315:20250703:121438.605 End of zbx_dc_update_interfaces_availability() 256315:20250703:121438.605 zbx_setproctitle() title:'configuration syncer [synced configuration in 0.032536 sec, idle 10 sec]' 256315:20250703:121438.605 In zbx_ipc_async_socket_recv() timeout:10 256419:20250703:121438.605 End of zbx_ipc_service_recv():1 256419:20250703:121438.605 zbx_setproctitle() title:'configuration syncer worker [synced 0, updated 0 item names in 0.003314 sec, syncing]' 256419:20250703:121438.605 In dbsync_item_rtname() 256419:20250703:121438.605 query [txnlev:1] [begin;] 256419:20250703:121438.605 query [txnlev:1] [select i.itemid,i.hostid,i.name,ir.name_resolved from items i,item_rtname ir where i.name like '%%{$%%' and ir.itemid=i.itemid and i.hostid in (10853,10857,10859) order by i.itemid] 256419:20250703:121438.606 fetch started 256419:20250703:121438.606 query [txnlev:1] [commit;] 256419:20250703:121438.606 End of dbsync_item_rtname() 256419:20250703:121438.606 zbx_setproctitle() title:'configuration syncer worker [synced 0, updated 0 item names in 0.000769 sec, idle]' 256419:20250703:121438.606 In zbx_ipc_service_recv() timeout:1.000 256421:20250703:121438.672 End of zbx_ipc_service_recv():2 256421:20250703:121438.672 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121438.689 End of zbx_ipc_async_socket_recv():0 256407:20250703:121438.689 In zbx_ipc_async_socket_send() 256407:20250703:121438.689 In zbx_ipc_client_send() clientid:0 256407:20250703:121438.689 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121438.689 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121438.689 In am_db_update_watchdog() 256407:20250703:121438.689 query [txnlev:0] [select m.mediaid,m.mediatypeid,m.sendto from media m,users_groups u,media_type mt where m.userid=u.userid and u.usrgrpid=7 and m.mediatypeid=mt.mediatypeid and m.active=0 and mt.status=0 and mt.type<>4] 256339:20250703:121438.689 End of zbx_ipc_service_recv():2 256339:20250703:121438.689 zbx_setproctitle() title:'alert manager #1 [sent 0, failed 0 alerts, idle 5.028305 sec during 5.028589 sec]' 256339:20250703:121438.689 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121438.689 End of zbx_ipc_service_recv():1 256339:20250703:121438.689 In am_flush_results() results:0 256339:20250703:121438.689 In zbx_ipc_client_send() clientid:8 256339:20250703:121438.689 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121438.689 End of am_flush_results() 256339:20250703:121438.689 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121438.689 End of am_db_update_watchdog() recipients:0 256407:20250703:121438.689 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000753 sec, idle 1 sec]' 256407:20250703:121438.689 In zbx_ipc_async_socket_recv() timeout:1 256407:20250703:121438.689 End of zbx_ipc_async_socket_recv():0 256407:20250703:121438.690 In am_db_flush_results() 256407:20250703:121438.690 End of am_db_flush_results() flushed:0 256407:20250703:121438.690 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000008 sec, idle 1 sec]' 256407:20250703:121438.690 In zbx_ipc_async_socket_recv() timeout:1 256312:20250703:121438.995 End of zbx_ipc_service_recv():2 256312:20250703:121438.996 In zbx_ipc_async_socket_send() 256312:20250703:121438.996 In zbx_ipc_client_send() clientid:0 256312:20250703:121438.996 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121438.996 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121438.996 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121438.996 End of zbx_ipc_async_socket_flush():0 256312:20250703:121438.996 In zbx_ipc_service_recv() timeout:0.998 256302:20250703:121438.996 End of zbx_ipc_service_recv():1 256302:20250703:121438.996 In zbx_ha_dispatch_message() 256302:20250703:121438.996 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121438.996 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121439.036 End of zbx_ipc_service_recv():2 256343:20250703:121439.036 In zbx_pp_manager_process_finished() 256343:20250703:121439.036 In zbx_timekeeper_collect() 256343:20250703:121439.036 End of zbx_timekeeper_collect() 256343:20250703:121439.036 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121439.036 In zbx_ipc_service_recv() timeout:0.500 256314:20250703:121439.272 End of zbx_ipc_service_recv():2 256314:20250703:121439.272 In zbx_ipc_service_recv() timeout:1.000 256418:20250703:121439.340 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121439.340 End of zbx_ipc_async_socket_recv():0 256418:20250703:121439.340 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121439.341 End of zbx_dc_config_get_poller_items():0 256418:20250703:121439.341 queue processing_num:0 pending:0 256416:20250703:121439.352 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121439.352 End of zbx_ipc_async_socket_recv():0 256417:20250703:121439.352 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121439.352 End of zbx_ipc_async_socket_recv():0 256416:20250703:121439.352 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121439.352 End of zbx_dc_config_get_poller_items():0 256416:20250703:121439.352 queue processing_num:0 pending:0 256417:20250703:121439.352 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121439.352 End of zbx_dc_config_get_poller_items():0 256417:20250703:121439.352 queue processing_num:0 pending:0 256372:20250703:121439.450 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121439.450 In collect_selfmon_stats() 256372:20250703:121439.450 In zbx_timekeeper_collect() 256372:20250703:121439.450 End of zbx_timekeeper_collect() 256372:20250703:121439.450 End of collect_selfmon_stats() 256372:20250703:121439.450 zbx_setproctitle() title:'self-monitoring [processed data in 0.000247 sec, idle 1 sec]' 256343:20250703:121439.541 End of zbx_ipc_service_recv():2 256343:20250703:121439.541 In zbx_pp_manager_process_finished() 256343:20250703:121439.541 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121439.541 zbx_setproctitle() title:'preprocessing manager #1 [queued 0, processed 0 values, idle 5.037198 sec during 5.037418 sec]' 256343:20250703:121439.541 In zbx_ipc_service_recv() timeout:0.500 256354:20250703:121439.566 End of zbx_ipc_async_socket_recv():0 256354:20250703:121439.566 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000028 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121439.566 In zbx_sync_history_cache() history_num:0 256354:20250703:121439.566 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000029 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121439.566 In zbx_ipc_async_socket_recv() timeout:1 256353:20250703:121439.568 End of zbx_ipc_async_socket_recv():0 256353:20250703:121439.568 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000219 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121439.568 In zbx_sync_history_cache() history_num:0 256356:20250703:121439.569 End of zbx_ipc_async_socket_recv():0 256356:20250703:121439.569 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000028 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121439.569 In zbx_sync_history_cache() history_num:0 256356:20250703:121439.569 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000034 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121439.569 End of zbx_ipc_async_socket_recv():0 256355:20250703:121439.569 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000112 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121439.569 In zbx_sync_history_cache() history_num:0 256355:20250703:121439.569 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000014 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121439.569 In zbx_ipc_async_socket_recv() timeout:1 256356:20250703:121439.569 In zbx_ipc_async_socket_recv() timeout:1 256353:20250703:121439.569 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000026 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121439.569 In zbx_ipc_async_socket_recv() timeout:1 256413:20250703:121439.588 End of zbx_ipc_service_recv():2 256413:20250703:121439.588 zbx_setproctitle() title:'availability manager #1 [queued 0, processed 0 values, idle 5.883919 sec during 5.883950 sec]' 256413:20250703:121439.588 In zbx_ipc_service_recv() timeout:1.000 256344:20250703:121439.594 End of zbx_ipc_service_recv():2 256344:20250703:121439.594 zbx_setproctitle() title:'lld manager #1 [processed 0 LLD rules, idle 5.022087sec during 5.022103 sec]' 256344:20250703:121439.594 In zbx_ipc_service_recv() timeout:1.000 256419:20250703:121439.608 End of zbx_ipc_service_recv():2 256419:20250703:121439.609 In zbx_ipc_service_recv() timeout:1.000 256421:20250703:121439.676 End of zbx_ipc_service_recv():2 256421:20250703:121439.676 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121439.692 End of zbx_ipc_async_socket_recv():0 256407:20250703:121439.692 In zbx_ipc_async_socket_send() 256407:20250703:121439.692 In zbx_ipc_client_send() clientid:0 256407:20250703:121439.692 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121439.692 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121439.692 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000054 sec, idle 1 sec]' 256407:20250703:121439.692 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121439.692 End of zbx_ipc_service_recv():1 256339:20250703:121439.692 In am_flush_results() results:0 256339:20250703:121439.692 In zbx_ipc_client_send() clientid:8 256339:20250703:121439.692 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121439.692 End of am_flush_results() 256339:20250703:121439.692 query [txnlev:0] [select null] 256407:20250703:121439.693 End of zbx_ipc_async_socket_recv():0 256407:20250703:121439.693 In am_db_flush_results() 256407:20250703:121439.693 End of am_db_flush_results() flushed:0 256407:20250703:121439.693 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000085 sec, idle 1 sec]' 256407:20250703:121439.693 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121439.693 In zbx_ipc_service_recv() timeout:1.000 256312:20250703:121439.996 End of zbx_ipc_service_recv():2 256312:20250703:121439.996 In zbx_ipc_async_socket_send() 256312:20250703:121439.996 In zbx_ipc_client_send() clientid:0 256312:20250703:121439.996 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121439.996 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121439.996 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121439.996 End of zbx_ipc_async_socket_flush():0 256312:20250703:121439.996 In zbx_ipc_service_recv() timeout:0.998 256302:20250703:121439.996 End of zbx_ipc_service_recv():1 256302:20250703:121439.996 In zbx_ha_dispatch_message() 256302:20250703:121439.996 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121439.996 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121440.044 End of zbx_ipc_service_recv():2 256343:20250703:121440.044 In zbx_pp_manager_process_finished() 256343:20250703:121440.044 In zbx_timekeeper_collect() 256343:20250703:121440.044 End of zbx_timekeeper_collect() 256343:20250703:121440.044 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121440.044 In zbx_ipc_service_recv() timeout:0.500 256314:20250703:121440.276 End of zbx_ipc_service_recv():2 256314:20250703:121440.277 In zbx_ipc_service_recv() timeout:1.000 256418:20250703:121440.339 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121440.339 End of zbx_ipc_async_socket_recv():0 256418:20250703:121440.339 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121440.339 End of zbx_dc_config_get_poller_items():0 256418:20250703:121440.339 queue processing_num:0 pending:0 256417:20250703:121440.352 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121440.352 End of zbx_ipc_async_socket_recv():0 256417:20250703:121440.352 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121440.352 End of zbx_dc_config_get_poller_items():0 256417:20250703:121440.352 queue processing_num:0 pending:0 256416:20250703:121440.352 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121440.352 End of zbx_ipc_async_socket_recv():0 256416:20250703:121440.352 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121440.352 End of zbx_dc_config_get_poller_items():0 256416:20250703:121440.352 queue processing_num:0 pending:0 256373:20250703:121440.436 End of zbx_ipc_async_socket_recv():0 256373:20250703:121440.436 zbx_setproctitle() title:'task manager [processing tasks]' 256373:20250703:121440.437 query [txnlev:0] [select taskid,type,clock,ttl,proxyid from task where status in (1,2) order by taskid] 256373:20250703:121440.437 zbx_setproctitle() title:'task manager [processed 0 task(s) in 0.000460 sec, idle 5 sec]' 256373:20250703:121440.437 In zbx_ipc_async_socket_recv() timeout:5 256372:20250703:121440.451 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121440.451 In collect_selfmon_stats() 256372:20250703:121440.451 In zbx_timekeeper_collect() 256372:20250703:121440.451 End of zbx_timekeeper_collect() 256372:20250703:121440.451 End of collect_selfmon_stats() 256372:20250703:121440.451 zbx_setproctitle() title:'self-monitoring [processed data in 0.000136 sec, idle 1 sec]' 256343:20250703:121440.548 End of zbx_ipc_service_recv():2 256343:20250703:121440.548 In zbx_pp_manager_process_finished() 256343:20250703:121440.548 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121440.548 In zbx_ipc_service_recv() timeout:0.500 256354:20250703:121440.568 End of zbx_ipc_async_socket_recv():0 256354:20250703:121440.568 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000029 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121440.568 In zbx_sync_history_cache() history_num:0 256354:20250703:121440.568 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000031 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121440.568 In zbx_ipc_async_socket_recv() timeout:1 256356:20250703:121440.573 End of zbx_ipc_async_socket_recv():0 256356:20250703:121440.573 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000034 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121440.573 In zbx_sync_history_cache() history_num:0 256356:20250703:121440.573 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000032 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121440.573 In zbx_ipc_async_socket_recv() timeout:1 256353:20250703:121440.573 End of zbx_ipc_async_socket_recv():0 256353:20250703:121440.573 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000026 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121440.573 In zbx_sync_history_cache() history_num:0 256353:20250703:121440.573 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000038 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121440.573 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121440.573 End of zbx_ipc_async_socket_recv():0 256355:20250703:121440.573 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000014 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121440.573 In zbx_sync_history_cache() history_num:0 256355:20250703:121440.573 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000026 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121440.573 In zbx_ipc_async_socket_recv() timeout:1 256413:20250703:121440.592 End of zbx_ipc_service_recv():2 256413:20250703:121440.592 query [txnlev:1] [begin;] 256413:20250703:121440.593 query [txnlev:1] [update host_rtdata set active_available=0 where hostid=10857] 256413:20250703:121440.593 query [txnlev:1] [commit;] 256413:20250703:121440.596 In zbx_ipc_service_recv() timeout:1.000 256344:20250703:121440.597 End of zbx_ipc_service_recv():2 256344:20250703:121440.597 In zbx_ipc_service_recv() timeout:1.000 256419:20250703:121440.612 End of zbx_ipc_service_recv():2 256419:20250703:121440.612 In zbx_ipc_service_recv() timeout:1.000 256421:20250703:121440.681 End of zbx_ipc_service_recv():2 256421:20250703:121440.681 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121440.698 End of zbx_ipc_service_recv():2 256339:20250703:121440.698 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121440.698 End of zbx_ipc_async_socket_recv():0 256407:20250703:121440.698 In zbx_ipc_async_socket_send() 256407:20250703:121440.698 In zbx_ipc_client_send() clientid:0 256407:20250703:121440.698 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121440.698 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121440.698 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000024 sec, idle 1 sec]' 256407:20250703:121440.698 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121440.698 End of zbx_ipc_service_recv():1 256339:20250703:121440.698 In am_flush_results() results:0 256339:20250703:121440.698 In zbx_ipc_client_send() clientid:8 256339:20250703:121440.698 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121440.698 End of am_flush_results() 256339:20250703:121440.698 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121440.698 End of zbx_ipc_async_socket_recv():0 256407:20250703:121440.698 In am_db_flush_results() 256407:20250703:121440.698 End of am_db_flush_results() flushed:0 256407:20250703:121440.698 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000008 sec, idle 1 sec]' 256407:20250703:121440.698 In zbx_ipc_async_socket_recv() timeout:1 256312:20250703:121440.999 End of zbx_ipc_service_recv():2 256312:20250703:121440.999 In zbx_ipc_async_socket_send() 256312:20250703:121441.000 In zbx_ipc_client_send() clientid:0 256312:20250703:121441.000 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121441.000 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121441.000 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121441.000 End of zbx_ipc_async_socket_flush():0 256312:20250703:121441.000 In zbx_ipc_service_recv() timeout:0.994 256302:20250703:121441.000 End of zbx_ipc_service_recv():2 256302:20250703:121441.000 In zbx_ha_dispatch_message() 256302:20250703:121441.000 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121441.000 In zbx_ipc_service_recv() timeout:1.000 256302:20250703:121441.000 End of zbx_ipc_service_recv():1 256302:20250703:121441.000 In zbx_ha_dispatch_message() 256302:20250703:121441.000 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121441.000 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121441.053 End of zbx_ipc_service_recv():2 256343:20250703:121441.053 In zbx_pp_manager_process_finished() 256343:20250703:121441.053 In zbx_timekeeper_collect() 256343:20250703:121441.053 End of zbx_timekeeper_collect() 256343:20250703:121441.053 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121441.053 In zbx_ipc_service_recv() timeout:0.500 256314:20250703:121441.280 End of zbx_ipc_service_recv():2 256314:20250703:121441.280 In zbx_ipc_service_recv() timeout:1.000 256418:20250703:121441.341 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121441.341 End of zbx_ipc_async_socket_recv():0 256418:20250703:121441.341 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121441.341 End of zbx_dc_config_get_poller_items():0 256418:20250703:121441.341 queue processing_num:0 pending:0 256416:20250703:121441.354 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121441.354 End of zbx_ipc_async_socket_recv():0 256416:20250703:121441.354 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121441.354 End of zbx_dc_config_get_poller_items():0 256416:20250703:121441.354 queue processing_num:0 pending:0 256417:20250703:121441.354 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121441.354 End of zbx_ipc_async_socket_recv():0 256417:20250703:121441.354 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121441.354 End of zbx_dc_config_get_poller_items():0 256417:20250703:121441.354 queue processing_num:0 pending:0 256372:20250703:121441.452 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121441.452 In collect_selfmon_stats() 256372:20250703:121441.452 In zbx_timekeeper_collect() 256372:20250703:121441.452 End of zbx_timekeeper_collect() 256372:20250703:121441.452 End of collect_selfmon_stats() 256372:20250703:121441.452 zbx_setproctitle() title:'self-monitoring [processed data in 0.000214 sec, idle 1 sec]' 256357:20250703:121441.542 End of zbx_ipc_async_socket_recv():0 256357:20250703:121441.542 zbx_setproctitle() title:'escalator #1 [processed 0 escalations in 0.000869 sec, processing escalations]' 256357:20250703:121441.542 In process_escalations() 256357:20250703:121441.542 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is not null and nextcheck<=1751534084 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121441.543 End of process_escalations() 256357:20250703:121441.543 In process_escalations() 256357:20250703:121441.543 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is not null and nextcheck<=1751534084 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121441.543 End of process_escalations() 256357:20250703:121441.543 In process_escalations() 256357:20250703:121441.543 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is null and serviceid is not null and nextcheck<=1751534084 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121441.543 End of process_escalations() 256357:20250703:121441.543 In process_escalations() 256357:20250703:121441.543 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is null and serviceid is null and nextcheck<=1751534084 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121441.544 End of process_escalations() 256357:20250703:121441.544 zbx_setproctitle() title:'escalator #1 [processed 0 escalations in 0.001903 sec, idle 3 sec]' 256357:20250703:121441.544 In zbx_ipc_async_socket_recv() timeout:3 256343:20250703:121441.556 End of zbx_ipc_service_recv():2 256343:20250703:121441.556 In zbx_pp_manager_process_finished() 256343:20250703:121441.556 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121441.556 In zbx_ipc_service_recv() timeout:0.500 256354:20250703:121441.572 End of zbx_ipc_async_socket_recv():0 256354:20250703:121441.572 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000031 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121441.572 In zbx_sync_history_cache() history_num:0 256354:20250703:121441.572 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000031 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121441.572 In zbx_ipc_async_socket_recv() timeout:1 256353:20250703:121441.575 End of zbx_ipc_async_socket_recv():0 256353:20250703:121441.576 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000038 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121441.576 In zbx_sync_history_cache() history_num:0 256353:20250703:121441.576 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000031 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121441.576 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121441.576 End of zbx_ipc_async_socket_recv():0 256355:20250703:121441.576 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000026 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121441.576 In zbx_sync_history_cache() history_num:0 256355:20250703:121441.576 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000012 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121441.576 In zbx_ipc_async_socket_recv() timeout:1 256356:20250703:121441.576 End of zbx_ipc_async_socket_recv():0 256356:20250703:121441.576 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000032 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121441.576 In zbx_sync_history_cache() history_num:0 256356:20250703:121441.576 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000020 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121441.576 In zbx_ipc_async_socket_recv() timeout:1 256413:20250703:121441.598 End of zbx_ipc_service_recv():2 256413:20250703:121441.598 In zbx_ipc_service_recv() timeout:1.000 256344:20250703:121441.600 End of zbx_ipc_service_recv():2 256344:20250703:121441.600 In zbx_ipc_service_recv() timeout:1.000 256419:20250703:121441.616 End of zbx_ipc_service_recv():2 256419:20250703:121441.616 In zbx_ipc_service_recv() timeout:1.000 256421:20250703:121441.683 End of zbx_ipc_service_recv():2 256421:20250703:121441.683 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121441.701 End of zbx_ipc_async_socket_recv():0 256407:20250703:121441.701 In zbx_ipc_async_socket_send() 256407:20250703:121441.701 In zbx_ipc_client_send() clientid:0 256407:20250703:121441.701 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121441.701 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121441.701 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000025 sec, idle 1 sec]' 256407:20250703:121441.701 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121441.701 End of zbx_ipc_service_recv():1 256339:20250703:121441.701 In am_flush_results() results:0 256339:20250703:121441.701 In zbx_ipc_client_send() clientid:8 256339:20250703:121441.701 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121441.701 End of am_flush_results() 256339:20250703:121441.701 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121441.701 End of zbx_ipc_async_socket_recv():0 256407:20250703:121441.701 In am_db_flush_results() 256407:20250703:121441.701 End of am_db_flush_results() flushed:0 256407:20250703:121441.701 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000012 sec, idle 1 sec]' 256407:20250703:121441.701 In zbx_ipc_async_socket_recv() timeout:1 256312:20250703:121441.997 End of zbx_ipc_service_recv():2 256312:20250703:121441.997 In ha_check_nodes() ha_status:active db_status:0 256312:20250703:121441.997 query [txnlev:1] [begin;] 256312:20250703:121441.997 query [txnlev:1] [select ha_nodeid,name,status,lastaccess,address,port,ha_sessionid from ha_node order by ha_nodeid for update] 256312:20250703:121441.998 query [txnlev:1] [select name, value_str, value_int from settings where name in ('ha_failover_delay', 'auditlog_enabled', 'auditlog_mode')] 256312:20250703:121441.998 In ha_db_get_time() 256312:20250703:121441.998 query [txnlev:1] [select cast(extract(epoch from now()) as int) from settings limit 1] 256312:20250703:121441.998 End of ha_db_get_time():SUCCEED db_time:1751534082 256312:20250703:121441.998 query [txnlev:1] [update ha_node set lastaccess=cast(extract(epoch from now()) as int) where ha_nodeid='cmbtfdmr70001y3jqx66php2f'] 256312:20250703:121441.998 query [txnlev:1] [commit;] 256312:20250703:121442.000 End of ha_check_nodes() nodeid:cmbtfdmr70001y3jqx66php2f ha_status:active db_status:0 256312:20250703:121442.000 In zbx_ipc_async_socket_send() 256312:20250703:121442.000 In zbx_ipc_client_send() clientid:0 256312:20250703:121442.001 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121442.001 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121442.001 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121442.001 End of zbx_ipc_async_socket_flush():0 256312:20250703:121442.001 In zbx_ipc_service_recv() timeout:0.996 256302:20250703:121442.001 End of zbx_ipc_service_recv():1 256302:20250703:121442.001 In zbx_ha_dispatch_message() 256302:20250703:121442.001 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121442.001 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121442.061 End of zbx_ipc_service_recv():2 256343:20250703:121442.061 In zbx_pp_manager_process_finished() 256343:20250703:121442.061 In zbx_timekeeper_collect() 256343:20250703:121442.061 End of zbx_timekeeper_collect() 256343:20250703:121442.061 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121442.061 In zbx_ipc_service_recv() timeout:0.500 256314:20250703:121442.282 End of zbx_ipc_service_recv():2 256314:20250703:121442.282 In zbx_ipc_service_recv() timeout:1.000 256418:20250703:121442.340 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121442.340 End of zbx_ipc_async_socket_recv():0 256418:20250703:121442.340 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121442.340 End of zbx_dc_config_get_poller_items():0 256418:20250703:121442.340 queue processing_num:0 pending:0 256416:20250703:121442.352 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121442.352 End of zbx_ipc_async_socket_recv():0 256416:20250703:121442.352 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121442.352 End of zbx_dc_config_get_poller_items():0 256416:20250703:121442.352 queue processing_num:0 pending:0 256417:20250703:121442.353 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121442.353 End of zbx_ipc_async_socket_recv():0 256417:20250703:121442.353 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121442.353 End of zbx_dc_config_get_poller_items():0 256417:20250703:121442.353 queue processing_num:0 pending:0 256372:20250703:121442.452 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121442.453 In collect_selfmon_stats() 256372:20250703:121442.453 In zbx_timekeeper_collect() 256372:20250703:121442.453 End of zbx_timekeeper_collect() 256372:20250703:121442.453 End of collect_selfmon_stats() 256372:20250703:121442.453 zbx_setproctitle() title:'self-monitoring [processed data in 0.000185 sec, idle 1 sec]' 256402:20250703:121442.519 zbx_setproctitle() title:'trapper #2 [processing data]' 256402:20250703:121442.519 In zbx_ipc_async_socket_recv() timeout:0 256402:20250703:121442.519 End of zbx_ipc_async_socket_recv():0 256402:20250703:121442.519 trapper got '{"request":"status.get","type":"ping","sid":"a1c8e8c4f6fe23f89e307368a314454c"}' 256402:20250703:121442.519 In recv_getstatus() 256402:20250703:121442.519 In zbx_get_user_from_json() 256402:20250703:121442.520 In zbx_db_get_user_by_active_session() sessionid:a1c8e8c4f6fe23f89e307368a314454c 256402:20250703:121442.520 query [txnlev:0] [select u.userid,u.roleid,u.username,r.type from sessions s,users u,role r where s.userid=u.userid and s.sessionid='a1c8e8c4f6fe23f89e307368a314454c' and s.status=0 and u.roleid=r.roleid] 256402:20250703:121442.522 End of zbx_db_get_user_by_active_session():FAIL 256402:20250703:121442.522 Permission denied 256402:20250703:121442.522 End of zbx_get_user_from_json():FAIL 256402:20250703:121442.522 In zbx_send_response_json() 256402:20250703:121442.522 zbx_send_response_json() '{"response":"failed","info":"Permission denied."}' 256402:20250703:121442.522 End of zbx_send_response_json():SUCCEED 256402:20250703:121442.522 End of recv_getstatus():FAIL 256402:20250703:121442.522 zbx_setproctitle() title:'trapper #2 [processed data in 0.002341 sec, waiting for connection]' 256343:20250703:121442.563 End of zbx_ipc_service_recv():2 256343:20250703:121442.564 In zbx_pp_manager_process_finished() 256343:20250703:121442.564 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121442.564 In zbx_ipc_service_recv() timeout:0.500 256354:20250703:121442.577 End of zbx_ipc_async_socket_recv():0 256354:20250703:121442.577 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000031 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121442.577 In zbx_sync_history_cache() history_num:0 256354:20250703:121442.577 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000028 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121442.577 In zbx_ipc_async_socket_recv() timeout:1 256353:20250703:121442.579 End of zbx_ipc_async_socket_recv():0 256353:20250703:121442.580 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000031 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121442.580 In zbx_sync_history_cache() history_num:0 256353:20250703:121442.580 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000024 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121442.580 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121442.580 End of zbx_ipc_async_socket_recv():0 256355:20250703:121442.580 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000012 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121442.580 In zbx_sync_history_cache() history_num:0 256355:20250703:121442.580 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000015 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121442.580 In zbx_ipc_async_socket_recv() timeout:1 256356:20250703:121442.580 End of zbx_ipc_async_socket_recv():0 256356:20250703:121442.580 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000020 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121442.580 In zbx_sync_history_cache() history_num:0 256356:20250703:121442.580 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000022 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121442.580 In zbx_ipc_async_socket_recv() timeout:1 256344:20250703:121442.601 End of zbx_ipc_service_recv():2 256344:20250703:121442.601 In zbx_ipc_service_recv() timeout:1.000 256413:20250703:121442.601 End of zbx_ipc_service_recv():2 256413:20250703:121442.601 In zbx_ipc_service_recv() timeout:1.000 256419:20250703:121442.618 End of zbx_ipc_service_recv():2 256419:20250703:121442.618 In zbx_ipc_service_recv() timeout:1.000 256421:20250703:121442.689 End of zbx_ipc_service_recv():2 256421:20250703:121442.689 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121442.703 End of zbx_ipc_service_recv():2 256339:20250703:121442.703 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121442.703 End of zbx_ipc_async_socket_recv():0 256407:20250703:121442.703 In zbx_ipc_async_socket_send() 256407:20250703:121442.703 In zbx_ipc_client_send() clientid:0 256407:20250703:121442.703 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121442.703 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121442.703 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000033 sec, idle 1 sec]' 256407:20250703:121442.703 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121442.703 End of zbx_ipc_service_recv():1 256339:20250703:121442.703 In am_flush_results() results:0 256339:20250703:121442.703 In zbx_ipc_client_send() clientid:8 256339:20250703:121442.703 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121442.703 End of am_flush_results() 256339:20250703:121442.703 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121442.703 End of zbx_ipc_async_socket_recv():0 256407:20250703:121442.703 In am_db_flush_results() 256407:20250703:121442.703 End of am_db_flush_results() flushed:0 256407:20250703:121442.703 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000008 sec, idle 1 sec]' 256407:20250703:121442.703 In zbx_ipc_async_socket_recv() timeout:1 256312:20250703:121443.002 End of zbx_ipc_service_recv():2 256312:20250703:121443.002 In zbx_ipc_async_socket_send() 256312:20250703:121443.002 In zbx_ipc_client_send() clientid:0 256312:20250703:121443.002 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121443.002 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121443.002 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121443.002 End of zbx_ipc_async_socket_flush():0 256312:20250703:121443.002 In zbx_ipc_service_recv() timeout:0.991 256302:20250703:121443.002 End of zbx_ipc_service_recv():1 256302:20250703:121443.002 In zbx_ha_dispatch_message() 256302:20250703:121443.002 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121443.002 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121443.068 End of zbx_ipc_service_recv():2 256343:20250703:121443.068 In zbx_pp_manager_process_finished() 256343:20250703:121443.068 In zbx_timekeeper_collect() 256343:20250703:121443.068 End of zbx_timekeeper_collect() 256343:20250703:121443.068 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121443.068 In zbx_ipc_service_recv() timeout:0.500 256314:20250703:121443.288 End of zbx_ipc_service_recv():2 256314:20250703:121443.288 zbx_setproctitle() title:'service manager #1 [processed 0 events, updated 0 event tags, deleted 0 problems, synced 0 service updates, idle 5.017477 sec during 5.020812 sec]' 256314:20250703:121443.288 In zbx_ipc_service_recv() timeout:1.000 256351:20250703:121443.332 End of zbx_ipc_async_socket_recv():0 256351:20250703:121443.332 zbx_setproctitle() title:'browser poller #1 [got 0 values in 0.000117 sec, getting values]' 256351:20250703:121443.332 In get_values() 256351:20250703:121443.332 In zbx_dc_config_get_poller_items() poller_type:11 256351:20250703:121443.332 End of zbx_dc_config_get_poller_items():0 256351:20250703:121443.332 In zbx_dc_config_get_poller_nextcheck() poller_type:11 256351:20250703:121443.332 End of zbx_dc_config_get_poller_nextcheck():-1 256351:20250703:121443.332 End of get_values():0 256351:20250703:121443.332 zbx_setproctitle() title:'browser poller #1 [got 0 values in 0.000051 sec, idle 5 sec]' 256351:20250703:121443.332 In zbx_ipc_async_socket_recv() timeout:5 256361:20250703:121443.341 End of zbx_ipc_async_socket_recv():0 256361:20250703:121443.341 zbx_setproctitle() title:'java poller #4 [got 0 values in 0.000293 sec, getting values]' 256361:20250703:121443.341 In get_values() 256361:20250703:121443.341 In zbx_dc_config_get_poller_items() poller_type:4 256361:20250703:121443.341 End of zbx_dc_config_get_poller_items():0 256361:20250703:121443.342 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256361:20250703:121443.342 End of zbx_dc_config_get_poller_nextcheck():-1 256361:20250703:121443.342 End of get_values():0 256361:20250703:121443.342 zbx_setproctitle() title:'java poller #4 [got 0 values in 0.000053 sec, idle 5 sec]' 256361:20250703:121443.342 In zbx_ipc_async_socket_recv() timeout:5 256362:20250703:121443.342 End of zbx_ipc_async_socket_recv():0 256362:20250703:121443.342 zbx_setproctitle() title:'java poller #5 [got 0 values in 0.000039 sec, getting values]' 256362:20250703:121443.342 In get_values() 256362:20250703:121443.342 In zbx_dc_config_get_poller_items() poller_type:4 256362:20250703:121443.342 End of zbx_dc_config_get_poller_items():0 256362:20250703:121443.342 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256362:20250703:121443.342 End of zbx_dc_config_get_poller_nextcheck():-1 256362:20250703:121443.342 End of get_values():0 256362:20250703:121443.342 zbx_setproctitle() title:'java poller #5 [got 0 values in 0.000085 sec, idle 5 sec]' 256362:20250703:121443.342 In zbx_ipc_async_socket_recv() timeout:5 256418:20250703:121443.343 zbx_setproctitle() title:'snmp poller #1 [got 0 values, queued 0 in 5 sec, awaiting 0]' 256418:20250703:121443.343 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121443.343 End of zbx_ipc_async_socket_recv():0 256418:20250703:121443.343 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121443.343 End of zbx_dc_config_get_poller_items():0 256418:20250703:121443.343 queue processing_num:0 pending:0 256363:20250703:121443.343 End of zbx_ipc_async_socket_recv():0 256363:20250703:121443.343 zbx_setproctitle() title:'java poller #6 [got 0 values in 0.000032 sec, getting values]' 256363:20250703:121443.343 In get_values() 256363:20250703:121443.343 In zbx_dc_config_get_poller_items() poller_type:4 256363:20250703:121443.344 End of zbx_dc_config_get_poller_items():0 256363:20250703:121443.344 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256363:20250703:121443.344 End of zbx_dc_config_get_poller_nextcheck():-1 256363:20250703:121443.344 End of get_values():0 256363:20250703:121443.344 zbx_setproctitle() title:'java poller #6 [got 0 values in 0.000069 sec, idle 5 sec]' 256363:20250703:121443.344 In zbx_ipc_async_socket_recv() timeout:5 256417:20250703:121443.352 zbx_setproctitle() title:'agent poller #1 [got 0 values, queued 0 in 5 sec, awaiting 0]' 256417:20250703:121443.352 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121443.352 End of zbx_ipc_async_socket_recv():0 256417:20250703:121443.352 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121443.352 End of zbx_dc_config_get_poller_items():0 256417:20250703:121443.352 queue processing_num:0 pending:0 256416:20250703:121443.354 zbx_setproctitle() title:'http agent poller #1 [got 0 values, queued 0 in 5 sec, awaiting 0]' 256416:20250703:121443.354 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121443.354 End of zbx_ipc_async_socket_recv():0 256416:20250703:121443.354 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121443.354 End of zbx_dc_config_get_poller_items():0 256416:20250703:121443.354 queue processing_num:0 pending:0 256369:20250703:121443.368 End of zbx_ipc_async_socket_recv():0 256369:20250703:121443.368 zbx_setproctitle() title:'java poller #9 [got 0 values in 0.000043 sec, getting values]' 256369:20250703:121443.368 In get_values() 256369:20250703:121443.368 In zbx_dc_config_get_poller_items() poller_type:4 256369:20250703:121443.368 End of zbx_dc_config_get_poller_items():0 256369:20250703:121443.368 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256369:20250703:121443.368 End of zbx_dc_config_get_poller_nextcheck():-1 256369:20250703:121443.368 End of get_values():0 256369:20250703:121443.368 zbx_setproctitle() title:'java poller #9 [got 0 values in 0.000041 sec, idle 5 sec]' 256369:20250703:121443.368 In zbx_ipc_async_socket_recv() timeout:5 256364:20250703:121443.372 End of zbx_ipc_async_socket_recv():0 256364:20250703:121443.372 zbx_setproctitle() title:'java poller #7 [got 0 values in 0.000070 sec, getting values]' 256364:20250703:121443.372 In get_values() 256364:20250703:121443.372 In zbx_dc_config_get_poller_items() poller_type:4 256364:20250703:121443.372 End of zbx_dc_config_get_poller_items():0 256364:20250703:121443.372 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256364:20250703:121443.372 End of zbx_dc_config_get_poller_nextcheck():-1 256364:20250703:121443.372 End of get_values():0 256364:20250703:121443.372 zbx_setproctitle() title:'java poller #7 [got 0 values in 0.000043 sec, idle 5 sec]' 256364:20250703:121443.372 In zbx_ipc_async_socket_recv() timeout:5 256400:20250703:121443.373 End of zbx_ipc_async_socket_recv():0 256400:20250703:121443.373 zbx_setproctitle() title:'unreachable poller #1 [got 0 values in 0.000033 sec, getting values]' 256400:20250703:121443.373 In get_values() 256400:20250703:121443.373 In zbx_dc_config_get_poller_items() poller_type:1 256400:20250703:121443.373 End of zbx_dc_config_get_poller_items():0 256400:20250703:121443.373 In zbx_dc_config_get_poller_nextcheck() poller_type:1 256400:20250703:121443.373 End of zbx_dc_config_get_poller_nextcheck():-1 256400:20250703:121443.373 End of get_values():0 256400:20250703:121443.373 zbx_setproctitle() title:'unreachable poller #1 [got 0 values in 0.000090 sec, idle 5 sec]' 256400:20250703:121443.373 In zbx_ipc_async_socket_recv() timeout:5 256399:20250703:121443.373 End of zbx_ipc_async_socket_recv():0 256399:20250703:121443.373 zbx_setproctitle() title:'poller #5 [got 0 values in 0.000028 sec, getting values]' 256399:20250703:121443.373 In get_values() 256399:20250703:121443.373 In zbx_dc_config_get_poller_items() poller_type:0 256399:20250703:121443.373 End of zbx_dc_config_get_poller_items():0 256399:20250703:121443.373 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256399:20250703:121443.373 End of zbx_dc_config_get_poller_nextcheck():-1 256399:20250703:121443.373 End of get_values():0 256399:20250703:121443.373 zbx_setproctitle() title:'poller #5 [got 0 values in 0.000222 sec, idle 5 sec]' 256399:20250703:121443.373 In zbx_ipc_async_socket_recv() timeout:5 256375:20250703:121443.373 End of zbx_ipc_async_socket_recv():0 256375:20250703:121443.373 zbx_setproctitle() title:'poller #2 [got 0 values in 0.000035 sec, getting values]' 256375:20250703:121443.373 In get_values() 256375:20250703:121443.373 In zbx_dc_config_get_poller_items() poller_type:0 256375:20250703:121443.373 End of zbx_dc_config_get_poller_items():0 256375:20250703:121443.373 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256375:20250703:121443.373 End of zbx_dc_config_get_poller_nextcheck():-1 256375:20250703:121443.373 End of get_values():0 256375:20250703:121443.373 zbx_setproctitle() title:'poller #2 [got 0 values in 0.000031 sec, idle 5 sec]' 256375:20250703:121443.373 In zbx_ipc_async_socket_recv() timeout:5 256370:20250703:121443.380 End of zbx_ipc_async_socket_recv():0 256370:20250703:121443.380 zbx_setproctitle() title:'java poller #10 [got 0 values in 0.000041 sec, getting values]' 256370:20250703:121443.380 In get_values() 256370:20250703:121443.380 In zbx_dc_config_get_poller_items() poller_type:4 256370:20250703:121443.380 End of zbx_dc_config_get_poller_items():0 256370:20250703:121443.380 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256370:20250703:121443.380 End of zbx_dc_config_get_poller_nextcheck():-1 256370:20250703:121443.380 End of get_values():0 256370:20250703:121443.380 zbx_setproctitle() title:'java poller #10 [got 0 values in 0.000043 sec, idle 5 sec]' 256370:20250703:121443.380 In zbx_ipc_async_socket_recv() timeout:5 256406:20250703:121443.380 zbx_setproctitle() title:'icmp pinger #1 [getting values]' 256406:20250703:121443.380 In get_pinger_hosts() 256406:20250703:121443.380 In zbx_dc_config_get_poller_items() poller_type:3 256406:20250703:121443.380 End of zbx_dc_config_get_poller_items():0 256406:20250703:121443.380 End of get_pinger_hosts():0 256406:20250703:121443.380 In process_pinger_hosts() 256406:20250703:121443.380 End of process_pinger_hosts() 256406:20250703:121443.380 In zbx_dc_config_get_poller_nextcheck() poller_type:3 256406:20250703:121443.380 End of zbx_dc_config_get_poller_nextcheck():-1 256406:20250703:121443.380 zbx_setproctitle() title:'icmp pinger #1 [got 0 values in 0.000263 sec, idle 5 sec]' 256359:20250703:121443.380 End of zbx_ipc_async_socket_recv():0 256359:20250703:121443.380 zbx_setproctitle() title:'java poller #2 [got 0 values in 0.000028 sec, getting values]' 256359:20250703:121443.380 In get_values() 256359:20250703:121443.380 In zbx_dc_config_get_poller_items() poller_type:4 256359:20250703:121443.380 End of zbx_dc_config_get_poller_items():0 256359:20250703:121443.380 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256359:20250703:121443.380 End of zbx_dc_config_get_poller_nextcheck():-1 256359:20250703:121443.380 End of get_values():0 256359:20250703:121443.380 zbx_setproctitle() title:'java poller #2 [got 0 values in 0.000039 sec, idle 5 sec]' 256359:20250703:121443.380 In zbx_ipc_async_socket_recv() timeout:5 256374:20250703:121443.381 End of zbx_ipc_async_socket_recv():0 256374:20250703:121443.381 zbx_setproctitle() title:'poller #1 [got 0 values in 0.000037 sec, getting values]' 256374:20250703:121443.381 In get_values() 256374:20250703:121443.381 In zbx_dc_config_get_poller_items() poller_type:0 256374:20250703:121443.381 End of zbx_dc_config_get_poller_items():0 256374:20250703:121443.381 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256374:20250703:121443.381 End of zbx_dc_config_get_poller_nextcheck():-1 256374:20250703:121443.381 End of get_values():0 256374:20250703:121443.381 zbx_setproctitle() title:'poller #1 [got 0 values in 0.000029 sec, idle 5 sec]' 256374:20250703:121443.381 In zbx_ipc_async_socket_recv() timeout:5 256358:20250703:121443.381 End of zbx_ipc_async_socket_recv():0 256358:20250703:121443.381 zbx_setproctitle() title:'java poller #1 [got 0 values in 0.000047 sec, getting values]' 256358:20250703:121443.381 In get_values() 256358:20250703:121443.381 In zbx_dc_config_get_poller_items() poller_type:4 256358:20250703:121443.381 End of zbx_dc_config_get_poller_items():0 256358:20250703:121443.381 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256358:20250703:121443.381 End of zbx_dc_config_get_poller_nextcheck():-1 256358:20250703:121443.381 End of get_values():0 256358:20250703:121443.381 zbx_setproctitle() title:'java poller #1 [got 0 values in 0.000029 sec, idle 5 sec]' 256358:20250703:121443.381 In zbx_ipc_async_socket_recv() timeout:5 256376:20250703:121443.381 End of zbx_ipc_async_socket_recv():0 256376:20250703:121443.381 zbx_setproctitle() title:'poller #3 [got 0 values in 0.000111 sec, getting values]' 256376:20250703:121443.381 In get_values() 256376:20250703:121443.381 In zbx_dc_config_get_poller_items() poller_type:0 256376:20250703:121443.381 End of zbx_dc_config_get_poller_items():0 256376:20250703:121443.381 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256376:20250703:121443.381 End of zbx_dc_config_get_poller_nextcheck():-1 256376:20250703:121443.381 End of get_values():0 256376:20250703:121443.381 zbx_setproctitle() title:'poller #3 [got 0 values in 0.000057 sec, idle 5 sec]' 256376:20250703:121443.381 In zbx_ipc_async_socket_recv() timeout:5 256365:20250703:121443.384 End of zbx_ipc_async_socket_recv():0 256365:20250703:121443.384 zbx_setproctitle() title:'java poller #8 [got 0 values in 0.000032 sec, getting values]' 256360:20250703:121443.384 End of zbx_ipc_async_socket_recv():0 256360:20250703:121443.384 zbx_setproctitle() title:'java poller #3 [got 0 values in 0.000068 sec, getting values]' 256360:20250703:121443.384 In get_values() 256360:20250703:121443.384 In zbx_dc_config_get_poller_items() poller_type:4 256360:20250703:121443.384 End of zbx_dc_config_get_poller_items():0 256360:20250703:121443.384 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256360:20250703:121443.384 End of zbx_dc_config_get_poller_nextcheck():-1 256360:20250703:121443.384 End of get_values():0 256360:20250703:121443.384 zbx_setproctitle() title:'java poller #3 [got 0 values in 0.000062 sec, idle 5 sec]' 256360:20250703:121443.384 In zbx_ipc_async_socket_recv() timeout:5 256365:20250703:121443.384 In get_values() 256365:20250703:121443.384 In zbx_dc_config_get_poller_items() poller_type:4 256365:20250703:121443.384 End of zbx_dc_config_get_poller_items():0 256365:20250703:121443.384 In zbx_dc_config_get_poller_nextcheck() poller_type:4 256365:20250703:121443.384 End of zbx_dc_config_get_poller_nextcheck():-1 256365:20250703:121443.384 End of get_values():0 256365:20250703:121443.384 zbx_setproctitle() title:'java poller #8 [got 0 values in 0.000140 sec, idle 5 sec]' 256365:20250703:121443.384 In zbx_ipc_async_socket_recv() timeout:5 256398:20250703:121443.393 End of zbx_ipc_async_socket_recv():0 256398:20250703:121443.393 zbx_setproctitle() title:'poller #4 [got 0 values in 0.000032 sec, getting values]' 256398:20250703:121443.393 In get_values() 256398:20250703:121443.393 In zbx_dc_config_get_poller_items() poller_type:0 256398:20250703:121443.393 End of zbx_dc_config_get_poller_items():0 256398:20250703:121443.393 In zbx_dc_config_get_poller_nextcheck() poller_type:0 256398:20250703:121443.393 End of zbx_dc_config_get_poller_nextcheck():-1 256398:20250703:121443.393 End of get_values():0 256398:20250703:121443.393 zbx_setproctitle() title:'poller #4 [got 0 values in 0.000040 sec, idle 5 sec]' 256398:20250703:121443.393 In zbx_ipc_async_socket_recv() timeout:5 256420:20250703:121443.404 End of zbx_ipc_async_socket_recv():0 256420:20250703:121443.404 zbx_setproctitle() title:'internal poller #1 [got 0 values in 0.000043 sec, getting values]' 256420:20250703:121443.404 In get_values() 256420:20250703:121443.404 In zbx_dc_config_get_poller_items() poller_type:10 256420:20250703:121443.404 End of zbx_dc_config_get_poller_items():0 256420:20250703:121443.404 In zbx_dc_config_get_poller_nextcheck() poller_type:10 256420:20250703:121443.404 End of zbx_dc_config_get_poller_nextcheck():-1 256420:20250703:121443.404 End of get_values():0 256420:20250703:121443.404 zbx_setproctitle() title:'internal poller #1 [got 0 values in 0.000037 sec, idle 5 sec]' 256420:20250703:121443.404 In zbx_ipc_async_socket_recv() timeout:5 256415:20250703:121443.415 End of zbx_ipc_async_socket_recv():0 256415:20250703:121443.415 zbx_setproctitle() title:'odbc poller #1 [got 0 values in 0.000599 sec, getting values]' 256415:20250703:121443.415 In get_values() 256415:20250703:121443.415 In zbx_dc_config_get_poller_items() poller_type:6 256415:20250703:121443.415 End of zbx_dc_config_get_poller_items():0 256415:20250703:121443.415 In zbx_dc_config_get_poller_nextcheck() poller_type:6 256415:20250703:121443.415 End of zbx_dc_config_get_poller_nextcheck():-1 256415:20250703:121443.415 End of get_values():0 256415:20250703:121443.415 zbx_setproctitle() title:'odbc poller #1 [got 0 values in 0.000041 sec, idle 5 sec]' 256415:20250703:121443.415 In zbx_ipc_async_socket_recv() timeout:5 256372:20250703:121443.454 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121443.454 In collect_selfmon_stats() 256372:20250703:121443.454 In zbx_timekeeper_collect() 256372:20250703:121443.454 End of zbx_timekeeper_collect() 256372:20250703:121443.454 End of collect_selfmon_stats() 256372:20250703:121443.454 zbx_setproctitle() title:'self-monitoring [processed data in 0.000106 sec, idle 1 sec]' 256350:20250703:121443.454 zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000095 sec, getting values]' 256350:20250703:121443.454 In process_httptests() 256350:20250703:121443.454 End of process_httptests() 256350:20250703:121443.454 zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000026 sec, idle 5 sec]' 256412:20250703:121443.456 End of zbx_ipc_async_socket_recv():0 256412:20250703:121443.456 zbx_setproctitle() title:'history poller #5 [got 0 values in 0.000032 sec, getting values]' 256412:20250703:121443.456 In get_values() 256412:20250703:121443.456 In zbx_dc_config_get_poller_items() poller_type:5 256412:20250703:121443.456 End of zbx_dc_config_get_poller_items():0 256412:20250703:121443.456 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256412:20250703:121443.456 End of zbx_dc_config_get_poller_nextcheck():-1 256412:20250703:121443.456 End of get_values():0 256412:20250703:121443.456 zbx_setproctitle() title:'history poller #5 [got 0 values in 0.000094 sec, idle 5 sec]' 256412:20250703:121443.456 In zbx_ipc_async_socket_recv() timeout:5 256409:20250703:121443.456 End of zbx_ipc_async_socket_recv():0 256409:20250703:121443.456 zbx_setproctitle() title:'history poller #2 [got 0 values in 0.000071 sec, getting values]' 256409:20250703:121443.456 In get_values() 256409:20250703:121443.456 In zbx_dc_config_get_poller_items() poller_type:5 256409:20250703:121443.456 End of zbx_dc_config_get_poller_items():0 256409:20250703:121443.456 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256409:20250703:121443.456 End of zbx_dc_config_get_poller_nextcheck():-1 256409:20250703:121443.456 End of get_values():0 256409:20250703:121443.456 zbx_setproctitle() title:'history poller #2 [got 0 values in 0.000041 sec, idle 5 sec]' 256409:20250703:121443.456 In zbx_ipc_async_socket_recv() timeout:5 256371:20250703:121443.468 End of zbx_ipc_async_socket_recv():0 256371:20250703:121443.468 zbx_setproctitle() title:'proxy poller #1 [exchanged data with 0 proxies in 0.000029 sec, exchanging data]' 256371:20250703:121443.468 In process_proxy() 256371:20250703:121443.468 In zbx_dc_config_get_proxypoller_hosts() 256371:20250703:121443.468 End of zbx_dc_config_get_proxypoller_hosts():0 256371:20250703:121443.468 End of process_proxy() 256371:20250703:121443.468 In zbx_dc_config_get_proxypoller_nextcheck() 256371:20250703:121443.468 End of zbx_dc_config_get_proxypoller_nextcheck():-1 256371:20250703:121443.468 zbx_setproctitle() title:'proxy poller #1 [exchanged data with 0 proxies in 0.000036 sec, idle 5 sec]' 256371:20250703:121443.468 In zbx_ipc_async_socket_recv() timeout:5 256411:20250703:121443.468 End of zbx_ipc_async_socket_recv():0 256411:20250703:121443.468 zbx_setproctitle() title:'history poller #4 [got 0 values in 0.000083 sec, getting values]' 256411:20250703:121443.468 In get_values() 256411:20250703:121443.468 In zbx_dc_config_get_poller_items() poller_type:5 256411:20250703:121443.468 End of zbx_dc_config_get_poller_items():0 256411:20250703:121443.468 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256411:20250703:121443.468 End of zbx_dc_config_get_poller_nextcheck():-1 256411:20250703:121443.468 End of get_values():0 256411:20250703:121443.468 zbx_setproctitle() title:'history poller #4 [got 0 values in 0.000030 sec, idle 5 sec]' 256411:20250703:121443.468 In zbx_ipc_async_socket_recv() timeout:5 256410:20250703:121443.479 End of zbx_ipc_async_socket_recv():0 256410:20250703:121443.479 zbx_setproctitle() title:'history poller #3 [got 0 values in 0.000048 sec, getting values]' 256410:20250703:121443.479 In get_values() 256410:20250703:121443.479 In zbx_dc_config_get_poller_items() poller_type:5 256410:20250703:121443.479 End of zbx_dc_config_get_poller_items():0 256410:20250703:121443.479 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256410:20250703:121443.479 End of zbx_dc_config_get_poller_nextcheck():-1 256410:20250703:121443.479 End of get_values():0 256410:20250703:121443.479 zbx_setproctitle() title:'history poller #3 [got 0 values in 0.000044 sec, idle 5 sec]' 256410:20250703:121443.479 In zbx_ipc_async_socket_recv() timeout:5 256421:20250703:121443.484 In zbx_dc_fetch_proxy_groups() 256421:20250703:121443.484 End of zbx_dc_fetch_proxy_groups():FAIL revision:0->0 256421:20250703:121443.484 In zbx_dc_fetch_proxies() 256421:20250703:121443.484 End of zbx_dc_fetch_proxies():FAIL revision:0->0 256408:20250703:121443.484 End of zbx_ipc_async_socket_recv():0 256408:20250703:121443.484 zbx_setproctitle() title:'history poller #1 [got 0 values in 0.000040 sec, getting values]' 256408:20250703:121443.484 In get_values() 256408:20250703:121443.484 In zbx_dc_config_get_poller_items() poller_type:5 256408:20250703:121443.484 End of zbx_dc_config_get_poller_items():0 256408:20250703:121443.484 In zbx_dc_config_get_poller_nextcheck() poller_type:5 256408:20250703:121443.484 End of zbx_dc_config_get_poller_nextcheck():-1 256408:20250703:121443.484 End of get_values():0 256408:20250703:121443.484 zbx_setproctitle() title:'history poller #1 [got 0 values in 0.000039 sec, idle 5 sec]' 256408:20250703:121443.484 In zbx_ipc_async_socket_recv() timeout:5 256404:20250703:121443.539 zbx_setproctitle() title:'trapper #4 [processing data]' 256404:20250703:121443.539 In zbx_ipc_async_socket_recv() timeout:0 256404:20250703:121443.539 End of zbx_ipc_async_socket_recv():0 256404:20250703:121443.539 trapper got '{"request":"active checks","host":"test","config_revision":1,"session":"3c242340683cf3307abbae10728e3e4c","version":"7.4.0","variant":1}' 256404:20250703:121443.539 In send_list_of_active_checks_json() 256404:20250703:121443.539 In zbx_is_ip4() ip:'127.0.0.1' 256404:20250703:121443.539 End of zbx_is_ip4():SUCCEED 256404:20250703:121443.539 In get_hostid_by_host_or_autoregister() host:'test' metadata:'' 256404:20250703:121443.539 End of get_hostid_by_host_or_autoregister():SUCCEED 256404:20250703:121443.539 In zbx_remote_commands_prepare_to_send() 256404:20250703:121443.539 End of zbx_remote_commands_prepare_to_send() 256404:20250703:121443.539 send_list_of_active_checks_json() sending [{"response":"success"}] 256404:20250703:121443.539 End of send_list_of_active_checks_json():SUCCEED 256404:20250703:121443.539 zbx_setproctitle() title:'trapper #4 [processed data in 0.000218 sec, waiting for connection]' 256343:20250703:121443.568 End of zbx_ipc_service_recv():2 256343:20250703:121443.568 In zbx_pp_manager_process_finished() 256343:20250703:121443.568 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121443.568 In zbx_ipc_service_recv() timeout:0.500 256354:20250703:121443.581 End of zbx_ipc_async_socket_recv():0 256354:20250703:121443.581 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000028 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121443.581 In zbx_sync_history_cache() history_num:0 256354:20250703:121443.581 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000029 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121443.581 In zbx_ipc_async_socket_recv() timeout:1 256356:20250703:121443.584 End of zbx_ipc_async_socket_recv():0 256356:20250703:121443.584 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000022 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121443.584 In zbx_sync_history_cache() history_num:0 256356:20250703:121443.584 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000028 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121443.584 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121443.585 End of zbx_ipc_async_socket_recv():0 256355:20250703:121443.585 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000015 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121443.585 In zbx_sync_history_cache() history_num:0 256355:20250703:121443.585 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000020 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121443.585 In zbx_ipc_async_socket_recv() timeout:1 256353:20250703:121443.585 End of zbx_ipc_async_socket_recv():0 256353:20250703:121443.585 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000024 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121443.585 In zbx_sync_history_cache() history_num:0 256353:20250703:121443.585 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000015 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121443.585 In zbx_ipc_async_socket_recv() timeout:1 256352:20250703:121443.600 End of zbx_ipc_service_recv():2 256352:20250703:121443.600 In zbx_timekeeper_collect() 256352:20250703:121443.600 End of zbx_timekeeper_collect() 256352:20250703:121443.600 In process_results() del_druleids:0 256352:20250703:121443.600 process_results() results=0 checks:0/0 del_druleids=0 incomplete_druleids=0 256352:20250703:121443.600 End of process_results() ret:0 256352:20250703:121443.600 zbx_setproctitle() title:'discovery manager #1 [processing 0 rules, 0 unsaved checks]' 256352:20250703:121443.600 In process_discovery() 256352:20250703:121443.600 End of process_discovery() rule_count:0 nextcheck:-1 256352:20250703:121443.600 In zbx_ipc_service_recv() timeout:5.000 256413:20250703:121443.608 End of zbx_ipc_service_recv():2 256413:20250703:121443.608 In zbx_ipc_service_recv() timeout:1.000 256344:20250703:121443.608 End of zbx_ipc_service_recv():2 256344:20250703:121443.608 In zbx_ipc_service_recv() timeout:1.000 256419:20250703:121443.620 End of zbx_ipc_service_recv():2 256419:20250703:121443.620 In zbx_ipc_service_recv() timeout:1.000 256421:20250703:121443.696 End of zbx_ipc_service_recv():2 256421:20250703:121443.696 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121443.704 End of zbx_ipc_service_recv():2 256339:20250703:121443.704 zbx_setproctitle() title:'alert manager #1 [sent 0, failed 0 alerts, idle 5.015311 sec during 5.015437 sec]' 256339:20250703:121443.704 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121443.704 End of zbx_ipc_async_socket_recv():0 256407:20250703:121443.704 In zbx_ipc_async_socket_send() 256407:20250703:121443.704 In zbx_ipc_client_send() clientid:0 256407:20250703:121443.704 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121443.704 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121443.704 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000058 sec, idle 1 sec]' 256407:20250703:121443.704 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121443.705 End of zbx_ipc_service_recv():1 256339:20250703:121443.705 In am_flush_results() results:0 256339:20250703:121443.705 In zbx_ipc_client_send() clientid:8 256339:20250703:121443.705 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121443.705 End of am_flush_results() 256339:20250703:121443.705 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121443.705 End of zbx_ipc_async_socket_recv():0 256407:20250703:121443.705 In am_db_flush_results() 256407:20250703:121443.705 End of am_db_flush_results() flushed:0 256407:20250703:121443.705 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000010 sec, idle 1 sec]' 256407:20250703:121443.705 In zbx_ipc_async_socket_recv() timeout:1 256312:20250703:121443.996 End of zbx_ipc_service_recv():2 256312:20250703:121443.996 In zbx_ipc_async_socket_send() 256312:20250703:121443.996 In zbx_ipc_client_send() clientid:0 256312:20250703:121443.996 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121443.996 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121443.996 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121443.996 End of zbx_ipc_async_socket_flush():0 256312:20250703:121443.996 In zbx_ipc_service_recv() timeout:0.998 256302:20250703:121443.996 End of zbx_ipc_service_recv():1 256302:20250703:121443.996 In zbx_ha_dispatch_message() 256302:20250703:121443.996 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121443.996 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121444.076 End of zbx_ipc_service_recv():2 256343:20250703:121444.076 In zbx_pp_manager_process_finished() 256343:20250703:121444.076 In zbx_timekeeper_collect() 256343:20250703:121444.076 End of zbx_timekeeper_collect() 256343:20250703:121444.076 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121444.076 In zbx_ipc_service_recv() timeout:0.500 256314:20250703:121444.290 End of zbx_ipc_service_recv():2 256314:20250703:121444.290 In zbx_ipc_service_recv() timeout:1.000 256418:20250703:121444.343 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121444.343 End of zbx_ipc_async_socket_recv():0 256418:20250703:121444.343 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121444.343 End of zbx_dc_config_get_poller_items():0 256418:20250703:121444.343 queue processing_num:0 pending:0 256417:20250703:121444.352 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121444.352 End of zbx_ipc_async_socket_recv():0 256417:20250703:121444.352 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121444.352 End of zbx_dc_config_get_poller_items():0 256417:20250703:121444.352 queue processing_num:0 pending:0 256416:20250703:121444.353 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121444.353 End of zbx_ipc_async_socket_recv():0 256416:20250703:121444.353 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121444.353 End of zbx_dc_config_get_poller_items():0 256416:20250703:121444.353 queue processing_num:0 pending:0 256372:20250703:121444.455 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121444.455 In collect_selfmon_stats() 256372:20250703:121444.455 In zbx_timekeeper_collect() 256372:20250703:121444.455 End of zbx_timekeeper_collect() 256372:20250703:121444.455 End of collect_selfmon_stats() 256372:20250703:121444.455 zbx_setproctitle() title:'self-monitoring [processed data in 0.000151 sec, idle 1 sec]' 256357:20250703:121444.547 End of zbx_ipc_async_socket_recv():0 256357:20250703:121444.547 zbx_setproctitle() title:'escalator #1 [processed 0 escalations in 0.001903 sec, processing escalations]' 256357:20250703:121444.547 In process_escalations() 256357:20250703:121444.547 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is not null and nextcheck<=1751534087 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121444.548 End of process_escalations() 256357:20250703:121444.548 In process_escalations() 256357:20250703:121444.548 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is not null and nextcheck<=1751534087 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121444.548 End of process_escalations() 256357:20250703:121444.548 In process_escalations() 256357:20250703:121444.548 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is null and serviceid is not null and nextcheck<=1751534087 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121444.548 End of process_escalations() 256357:20250703:121444.548 In process_escalations() 256357:20250703:121444.548 query [txnlev:0] [select escalationid,actionid,triggerid,eventid,r_eventid,nextcheck,esc_step,status,itemid,acknowledgeid,servicealarmid,serviceid from escalations where triggerid is null and itemid is null and serviceid is null and nextcheck<=1751534087 order by actionid,triggerid,itemid,r_eventid asc nulls first,escalationid] 256357:20250703:121444.549 End of process_escalations() 256357:20250703:121444.549 zbx_setproctitle() title:'escalator #1 [processed 0 escalations in 0.001631 sec, idle 3 sec]' 256357:20250703:121444.549 In zbx_ipc_async_socket_recv() timeout:3 256343:20250703:121444.581 End of zbx_ipc_service_recv():2 256343:20250703:121444.581 In zbx_pp_manager_process_finished() 256343:20250703:121444.581 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121444.581 zbx_setproctitle() title:'preprocessing manager #1 [queued 0, processed 0 values, idle 5.039368 sec during 5.039594 sec]' 256343:20250703:121444.581 In zbx_ipc_service_recv() timeout:0.500 256354:20250703:121444.583 End of zbx_ipc_async_socket_recv():0 256354:20250703:121444.583 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000029 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121444.583 In zbx_sync_history_cache() history_num:0 256354:20250703:121444.583 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000028 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121444.583 In zbx_ipc_async_socket_recv() timeout:1 256356:20250703:121444.588 End of zbx_ipc_async_socket_recv():0 256356:20250703:121444.588 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000028 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121444.588 In zbx_sync_history_cache() history_num:0 256356:20250703:121444.588 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000032 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121444.588 In zbx_ipc_async_socket_recv() timeout:1 256353:20250703:121444.588 End of zbx_ipc_async_socket_recv():0 256353:20250703:121444.588 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000015 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121444.588 In zbx_sync_history_cache() history_num:0 256353:20250703:121444.588 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000013 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121444.588 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121444.588 End of zbx_ipc_async_socket_recv():0 256355:20250703:121444.588 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000020 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121444.588 In zbx_sync_history_cache() history_num:0 256355:20250703:121444.588 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000012 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121444.588 In zbx_ipc_async_socket_recv() timeout:1 256344:20250703:121444.613 End of zbx_ipc_service_recv():2 256344:20250703:121444.613 zbx_setproctitle() title:'lld manager #1 [processed 0 LLD rules, idle 5.019554sec during 5.019567 sec]' 256344:20250703:121444.613 In zbx_ipc_service_recv() timeout:1.000 256413:20250703:121444.613 End of zbx_ipc_service_recv():2 256413:20250703:121444.613 zbx_setproctitle() title:'availability manager #1 [queued 0, processed 0 values, idle 5.022437 sec during 5.025592 sec]' 256413:20250703:121444.613 In zbx_ipc_service_recv() timeout:1.000 256419:20250703:121444.628 End of zbx_ipc_service_recv():2 256419:20250703:121444.628 In zbx_ipc_service_recv() timeout:1.000 256421:20250703:121444.700 End of zbx_ipc_service_recv():2 256421:20250703:121444.700 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121444.713 End of zbx_ipc_service_recv():2 256339:20250703:121444.713 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121444.713 End of zbx_ipc_async_socket_recv():0 256407:20250703:121444.714 In zbx_ipc_async_socket_send() 256407:20250703:121444.714 In zbx_ipc_client_send() clientid:0 256407:20250703:121444.714 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121444.714 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121444.714 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000064 sec, idle 1 sec]' 256407:20250703:121444.714 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121444.714 End of zbx_ipc_service_recv():1 256339:20250703:121444.714 In am_flush_results() results:0 256339:20250703:121444.714 In zbx_ipc_client_send() clientid:8 256339:20250703:121444.714 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121444.714 End of am_flush_results() 256339:20250703:121444.714 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121444.714 End of zbx_ipc_async_socket_recv():0 256407:20250703:121444.714 In am_db_flush_results() 256407:20250703:121444.714 End of am_db_flush_results() flushed:0 256407:20250703:121444.714 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000011 sec, idle 1 sec]' 256407:20250703:121444.714 In zbx_ipc_async_socket_recv() timeout:1 256312:20250703:121444.996 End of zbx_ipc_service_recv():2 256312:20250703:121444.996 In zbx_ipc_async_socket_send() 256312:20250703:121444.996 In zbx_ipc_client_send() clientid:0 256312:20250703:121444.996 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121444.996 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121444.996 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121444.996 End of zbx_ipc_async_socket_flush():0 256312:20250703:121444.996 In zbx_ipc_service_recv() timeout:0.998 256302:20250703:121444.996 End of zbx_ipc_service_recv():1 256302:20250703:121444.996 In zbx_ha_dispatch_message() 256302:20250703:121444.996 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121444.996 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121445.086 End of zbx_ipc_service_recv():2 256343:20250703:121445.086 In zbx_pp_manager_process_finished() 256343:20250703:121445.086 In zbx_timekeeper_collect() 256343:20250703:121445.086 End of zbx_timekeeper_collect() 256343:20250703:121445.086 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121445.086 In zbx_ipc_service_recv() timeout:0.500 256314:20250703:121445.292 End of zbx_ipc_service_recv():2 256314:20250703:121445.292 In zbx_ipc_service_recv() timeout:1.000 256418:20250703:121445.341 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121445.341 End of zbx_ipc_async_socket_recv():0 256418:20250703:121445.341 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121445.341 End of zbx_dc_config_get_poller_items():0 256418:20250703:121445.341 queue processing_num:0 pending:0 256417:20250703:121445.352 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121445.352 End of zbx_ipc_async_socket_recv():0 256417:20250703:121445.352 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121445.352 End of zbx_dc_config_get_poller_items():0 256417:20250703:121445.352 queue processing_num:0 pending:0 256416:20250703:121445.353 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121445.353 End of zbx_ipc_async_socket_recv():0 256416:20250703:121445.353 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121445.354 End of zbx_dc_config_get_poller_items():0 256416:20250703:121445.354 queue processing_num:0 pending:0 256373:20250703:121445.441 End of zbx_ipc_async_socket_recv():0 256373:20250703:121445.441 zbx_setproctitle() title:'task manager [processing tasks]' 256373:20250703:121445.441 query [txnlev:0] [select taskid,type,clock,ttl,proxyid from task where status in (1,2) order by taskid] 256373:20250703:121445.441 zbx_setproctitle() title:'task manager [processed 0 task(s) in 0.000595 sec, idle 5 sec]' 256373:20250703:121445.441 In zbx_ipc_async_socket_recv() timeout:5 256372:20250703:121445.456 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121445.456 In collect_selfmon_stats() 256372:20250703:121445.456 In zbx_timekeeper_collect() 256372:20250703:121445.456 End of zbx_timekeeper_collect() 256372:20250703:121445.456 End of collect_selfmon_stats() 256372:20250703:121445.456 zbx_setproctitle() title:'self-monitoring [processed data in 0.000097 sec, idle 1 sec]' 256354:20250703:121445.584 End of zbx_ipc_async_socket_recv():0 256354:20250703:121445.584 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000028 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121445.584 In zbx_sync_history_cache() history_num:0 256354:20250703:121445.584 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000032 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121445.584 In zbx_ipc_async_socket_recv() timeout:1 256343:20250703:121445.588 End of zbx_ipc_service_recv():2 256343:20250703:121445.588 In zbx_pp_manager_process_finished() 256343:20250703:121445.588 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121445.588 In zbx_ipc_service_recv() timeout:0.500 256356:20250703:121445.589 End of zbx_ipc_async_socket_recv():0 256355:20250703:121445.589 End of zbx_ipc_async_socket_recv():0 256356:20250703:121445.589 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000032 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121445.589 In zbx_sync_history_cache() history_num:0 256356:20250703:121445.589 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000057 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121445.589 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121445.589 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000012 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121445.589 In zbx_sync_history_cache() history_num:0 256355:20250703:121445.589 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000059 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121445.589 In zbx_ipc_async_socket_recv() timeout:1 256353:20250703:121445.589 End of zbx_ipc_async_socket_recv():0 256353:20250703:121445.589 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000013 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121445.589 In zbx_sync_history_cache() history_num:0 256353:20250703:121445.589 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000026 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121445.589 In zbx_ipc_async_socket_recv() timeout:1 256413:20250703:121445.617 End of zbx_ipc_service_recv():2 256413:20250703:121445.617 In zbx_ipc_service_recv() timeout:1.000 256344:20250703:121445.617 End of zbx_ipc_service_recv():2 256344:20250703:121445.617 In zbx_ipc_service_recv() timeout:1.000 256419:20250703:121445.628 End of zbx_ipc_service_recv():2 256419:20250703:121445.628 In zbx_ipc_service_recv() timeout:1.000 256421:20250703:121445.705 End of zbx_ipc_service_recv():2 256421:20250703:121445.705 In zbx_ipc_service_recv() timeout:1.000 256339:20250703:121445.715 End of zbx_ipc_service_recv():2 256339:20250703:121445.715 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121445.715 End of zbx_ipc_async_socket_recv():0 256407:20250703:121445.715 In zbx_ipc_async_socket_send() 256407:20250703:121445.715 In zbx_ipc_client_send() clientid:0 256407:20250703:121445.716 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121445.716 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121445.716 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000028 sec, idle 1 sec]' 256407:20250703:121445.716 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121445.716 End of zbx_ipc_service_recv():1 256339:20250703:121445.716 In am_flush_results() results:0 256339:20250703:121445.716 In zbx_ipc_client_send() clientid:8 256339:20250703:121445.716 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121445.716 End of am_flush_results() 256339:20250703:121445.716 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121445.716 End of zbx_ipc_async_socket_recv():0 256407:20250703:121445.716 In am_db_flush_results() 256407:20250703:121445.716 End of am_db_flush_results() flushed:0 256407:20250703:121445.716 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000010 sec, idle 1 sec]' 256407:20250703:121445.716 In zbx_ipc_async_socket_recv() timeout:1 256312:20250703:121445.996 End of zbx_ipc_service_recv():2 256312:20250703:121445.997 In zbx_ipc_async_socket_send() 256312:20250703:121445.997 In zbx_ipc_client_send() clientid:0 256312:20250703:121445.997 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121445.997 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121445.997 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121445.997 End of zbx_ipc_async_socket_flush():0 256312:20250703:121445.997 In zbx_ipc_service_recv() timeout:0.997 256302:20250703:121445.997 End of zbx_ipc_service_recv():1 256302:20250703:121445.997 In zbx_ha_dispatch_message() 256302:20250703:121445.997 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121445.997 In zbx_ipc_service_recv() timeout:1.000 256343:20250703:121446.092 End of zbx_ipc_service_recv():2 256343:20250703:121446.092 In zbx_pp_manager_process_finished() 256343:20250703:121446.092 In zbx_timekeeper_collect() 256343:20250703:121446.092 End of zbx_timekeeper_collect() 256343:20250703:121446.092 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121446.092 In zbx_ipc_service_recv() timeout:0.500 256314:20250703:121446.296 End of zbx_ipc_service_recv():2 256314:20250703:121446.296 In zbx_ipc_service_recv() timeout:1.000 256418:20250703:121446.338 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121446.338 End of zbx_ipc_async_socket_recv():0 256418:20250703:121446.338 In zbx_dc_config_get_poller_items() poller_type:9 256418:20250703:121446.338 End of zbx_dc_config_get_poller_items():0 256418:20250703:121446.338 queue processing_num:0 pending:0 256417:20250703:121446.348 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121446.348 End of zbx_ipc_async_socket_recv():0 256417:20250703:121446.348 In zbx_dc_config_get_poller_items() poller_type:8 256417:20250703:121446.348 End of zbx_dc_config_get_poller_items():0 256417:20250703:121446.348 queue processing_num:0 pending:0 256416:20250703:121446.350 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121446.350 End of zbx_ipc_async_socket_recv():0 256416:20250703:121446.350 In zbx_dc_config_get_poller_items() poller_type:7 256416:20250703:121446.350 End of zbx_dc_config_get_poller_items():0 256416:20250703:121446.350 queue processing_num:0 pending:0 256372:20250703:121446.457 zbx_setproctitle() title:'self-monitoring [processing data]' 256372:20250703:121446.457 In collect_selfmon_stats() 256372:20250703:121446.457 In zbx_timekeeper_collect() 256372:20250703:121446.457 End of zbx_timekeeper_collect() 256372:20250703:121446.457 End of collect_selfmon_stats() 256372:20250703:121446.457 zbx_setproctitle() title:'self-monitoring [processed data in 0.000118 sec, idle 1 sec]' 256354:20250703:121446.590 End of zbx_ipc_async_socket_recv():0 256354:20250703:121446.590 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000032 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256354:20250703:121446.590 In zbx_sync_history_cache() history_num:0 256354:20250703:121446.590 zbx_setproctitle() title:'history syncer #2 [processed 0 values, 0+0 triggers in 0.000028 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256354:20250703:121446.590 In zbx_ipc_async_socket_recv() timeout:1 256353:20250703:121446.591 End of zbx_ipc_async_socket_recv():0 256353:20250703:121446.592 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000026 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256353:20250703:121446.592 In zbx_sync_history_cache() history_num:0 256353:20250703:121446.592 zbx_setproctitle() title:'history syncer #1 [processed 0 values, 0+0 triggers in 0.000025 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256353:20250703:121446.592 In zbx_ipc_async_socket_recv() timeout:1 256355:20250703:121446.592 End of zbx_ipc_async_socket_recv():0 256355:20250703:121446.592 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000059 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256355:20250703:121446.592 In zbx_sync_history_cache() history_num:0 256355:20250703:121446.592 zbx_setproctitle() title:'history syncer #3 [processed 0 values, 0+0 triggers in 0.000013 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256355:20250703:121446.592 In zbx_ipc_async_socket_recv() timeout:1 256356:20250703:121446.592 End of zbx_ipc_async_socket_recv():0 256356:20250703:121446.592 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000057 (0.000,0.000,0.000,0.000,0.000) sec, syncing history]' 256356:20250703:121446.592 In zbx_sync_history_cache() history_num:0 256356:20250703:121446.592 zbx_setproctitle() title:'history syncer #4 [processed 0 values, 0+0 triggers in 0.000021 (0.000,0.000,0.000,0.000,0.000) sec, idle 1 sec]' 256356:20250703:121446.592 In zbx_ipc_async_socket_recv() timeout:1 256343:20250703:121446.597 End of zbx_ipc_service_recv():2 256343:20250703:121446.597 In zbx_pp_manager_process_finished() 256343:20250703:121446.597 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121446.597 In zbx_ipc_service_recv() timeout:0.500 256413:20250703:121446.621 End of zbx_ipc_service_recv():2 256413:20250703:121446.621 In zbx_ipc_service_recv() timeout:1.000 256344:20250703:121446.621 End of zbx_ipc_service_recv():2 256344:20250703:121446.621 In zbx_ipc_service_recv() timeout:1.000 256419:20250703:121446.632 End of zbx_ipc_service_recv():2 256419:20250703:121446.632 In zbx_ipc_service_recv() timeout:1.000 256421:20250703:121446.708 End of zbx_ipc_service_recv():2 256421:20250703:121446.708 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121446.720 End of zbx_ipc_async_socket_recv():0 256407:20250703:121446.720 In zbx_ipc_async_socket_send() 256407:20250703:121446.720 In zbx_ipc_client_send() clientid:0 256407:20250703:121446.720 End of zbx_ipc_client_send():SUCCEED 256407:20250703:121446.720 End of zbx_ipc_async_socket_send():SUCCEED 256407:20250703:121446.720 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000026 sec, idle 1 sec]' 256407:20250703:121446.720 In zbx_ipc_async_socket_recv() timeout:1 256339:20250703:121446.720 End of zbx_ipc_service_recv():1 256339:20250703:121446.720 In am_flush_results() results:0 256339:20250703:121446.720 In zbx_ipc_client_send() clientid:8 256339:20250703:121446.720 End of zbx_ipc_client_send():SUCCEED 256339:20250703:121446.720 End of am_flush_results() 256339:20250703:121446.720 In zbx_ipc_service_recv() timeout:1.000 256407:20250703:121446.720 End of zbx_ipc_async_socket_recv():0 256407:20250703:121446.720 In am_db_flush_results() 256407:20250703:121446.720 End of am_db_flush_results() flushed:0 256407:20250703:121446.720 zbx_setproctitle() title:'alert syncer [queued 0 alerts(s), flushed 0 result(s) in 0.000039 sec, idle 1 sec]' 256407:20250703:121446.720 In zbx_ipc_async_socket_recv() timeout:1 256312:20250703:121446.997 End of zbx_ipc_service_recv():2 256312:20250703:121446.997 In ha_check_nodes() ha_status:active db_status:0 256312:20250703:121446.997 query [txnlev:1] [begin;] 256312:20250703:121446.997 query [txnlev:1] [select ha_nodeid,name,status,lastaccess,address,port,ha_sessionid from ha_node order by ha_nodeid for update] 256312:20250703:121446.997 query [txnlev:1] [select name, value_str, value_int from settings where name in ('ha_failover_delay', 'auditlog_enabled', 'auditlog_mode')] 256312:20250703:121446.998 In ha_db_get_time() 256312:20250703:121446.998 query [txnlev:1] [select cast(extract(epoch from now()) as int) from settings limit 1] 256312:20250703:121446.998 End of ha_db_get_time():SUCCEED db_time:1751534087 256312:20250703:121446.998 query [txnlev:1] [update ha_node set lastaccess=cast(extract(epoch from now()) as int) where ha_nodeid='cmbtfdmr70001y3jqx66php2f'] 256312:20250703:121446.998 query [txnlev:1] [commit;] 256312:20250703:121446.999 End of ha_check_nodes() nodeid:cmbtfdmr70001y3jqx66php2f ha_status:active db_status:0 256312:20250703:121446.999 In zbx_ipc_async_socket_send() 256312:20250703:121446.999 In zbx_ipc_client_send() clientid:0 256312:20250703:121446.999 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121446.999 End of zbx_ipc_async_socket_send():SUCCEED 256312:20250703:121446.999 In zbx_ipc_async_socket_flush() timeout:10 256312:20250703:121446.999 End of zbx_ipc_async_socket_flush():0 256312:20250703:121446.999 In zbx_ipc_service_recv() timeout:0.997 256302:20250703:121446.999 End of zbx_ipc_service_recv():1 256302:20250703:121446.999 In zbx_ha_dispatch_message() 256302:20250703:121446.999 End of zbx_ha_dispatch_message():SUCCEED 256302:20250703:121446.999 Got signal [signal:15(SIGTERM),sender_pid:257127,sender_uid:1000,reason:0]. Exiting ... 256302:20250703:121446.999 In zbx_ipc_client_send() clientid:2 256302:20250703:121447.000 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121447.000 In zbx_ipc_socket_open() 256302:20250703:121447.000 End of zbx_ipc_socket_open():SUCCEED 256302:20250703:121447.000 In zbx_ipc_socket_write() 256302:20250703:121447.000 End of zbx_ipc_socket_write():SUCCEED 256302:20250703:121447.000 In zbx_ipc_socket_close() 256302:20250703:121447.000 End of zbx_ipc_socket_close() 256315:20250703:121447.000 End of zbx_ipc_async_socket_recv():0 256315:20250703:121447.000 zbx_setproctitle() title:'configuration syncer #1 [terminated]' 256314:20250703:121447.000 In ipc_service_accept() 256314:20250703:121447.000 In ipc_service_add_client() 256314:20250703:121447.000 End of ipc_service_add_client() clientid:2 256314:20250703:121447.000 End of ipc_service_accept() 256314:20250703:121447.000 End of zbx_ipc_service_recv():2 256314:20250703:121447.000 In zbx_ipc_service_recv() timeout:1.000 256314:20250703:121447.000 End of zbx_ipc_service_recv():1 256314:20250703:121447.000 shutdown message received, terminating... 256314:20250703:121447.000 In zbx_ipc_service_recv() timeout:0.100 256314:20250703:121447.000 End of zbx_ipc_service_recv():0 256314:20250703:121447.000 In zbx_ipc_socket_close() 256314:20250703:121447.000 End of zbx_ipc_socket_close() 256314:20250703:121447.000 In zbx_ipc_service_recv() timeout:0.100 256302:20250703:121447.000 In zbx_ipc_client_send() clientid:5 256302:20250703:121447.000 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121447.000 In zbx_ipc_client_send() clientid:6 256302:20250703:121447.000 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121447.000 In zbx_ipc_client_send() clientid:7 256302:20250703:121447.000 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121447.000 In zbx_ipc_client_send() clientid:8 256302:20250703:121447.000 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121447.000 In zbx_ipc_client_send() clientid:9 256302:20250703:121447.000 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121447.000 In zbx_ipc_client_send() clientid:10 256302:20250703:121447.000 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121447.000 In zbx_ipc_client_send() clientid:11 256302:20250703:121447.000 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121447.000 In zbx_ipc_client_send() clientid:12 256302:20250703:121447.000 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121447.000 In zbx_ipc_client_send() clientid:14 256302:20250703:121447.000 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121447.000 In zbx_ipc_client_send() clientid:15 256302:20250703:121447.000 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121447.000 In zbx_ipc_client_send() clientid:16 256302:20250703:121447.000 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121447.000 In zbx_ipc_client_send() clientid:17 256302:20250703:121447.000 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121447.000 In zbx_ipc_client_send() clientid:18 256302:20250703:121447.000 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121447.000 In zbx_ipc_client_send() clientid:19 256302:20250703:121447.000 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121447.000 In zbx_ipc_client_send() clientid:20 256302:20250703:121447.000 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121447.000 In zbx_ipc_client_send() clientid:21 256302:20250703:121447.000 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121447.000 In zbx_ipc_client_send() clientid:22 256302:20250703:121447.000 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121447.000 In zbx_ipc_client_send() clientid:23 256302:20250703:121447.000 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121447.000 In zbx_ipc_client_send() clientid:24 256302:20250703:121447.000 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121447.000 In zbx_ipc_client_send() clientid:25 256302:20250703:121447.000 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121447.000 In zbx_ipc_client_send() clientid:26 256302:20250703:121447.000 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121447.000 In zbx_ipc_client_send() clientid:27 256355:20250703:121447.000 End of zbx_ipc_async_socket_recv():0 256355:20250703:121447.000 In zbx_ipc_async_socket_recv() timeout:0 256355:20250703:121447.000 End of zbx_ipc_async_socket_recv():0 256355:20250703:121447.000 syncing history data in progress... 256355:20250703:121447.000 syncing history data done 256355:20250703:121447.000 In zbx_sync_history_cache() history_num:0 256355:20250703:121447.000 In zbx_ipc_async_socket_recv() timeout:0 256355:20250703:121447.000 End of zbx_ipc_async_socket_recv():0 256351:20250703:121447.000 End of zbx_ipc_async_socket_recv():0 256361:20250703:121447.000 End of zbx_ipc_async_socket_recv():0 256361:20250703:121447.000 zbx_setproctitle() title:'java poller #4 [terminated]' 256360:20250703:121447.000 End of zbx_ipc_async_socket_recv():0 256362:20250703:121447.001 End of zbx_ipc_async_socket_recv():0 256369:20250703:121447.001 End of zbx_ipc_async_socket_recv():0 256362:20250703:121447.001 zbx_setproctitle() title:'java poller #5 [terminated]' 256369:20250703:121447.001 zbx_setproctitle() title:'java poller #9 [terminated]' 256358:20250703:121447.001 End of zbx_ipc_async_socket_recv():0 256358:20250703:121447.001 zbx_setproctitle() title:'java poller #1 [terminated]' 256364:20250703:121447.001 End of zbx_ipc_async_socket_recv():0 256364:20250703:121447.001 zbx_setproctitle() title:'java poller #7 [terminated]' 256374:20250703:121447.001 End of zbx_ipc_async_socket_recv():0 256374:20250703:121447.001 zbx_setproctitle() title:'poller #1 [terminated]' 256354:20250703:121447.001 End of zbx_ipc_async_socket_recv():0 256354:20250703:121447.001 In zbx_ipc_async_socket_recv() timeout:0 256354:20250703:121447.001 End of zbx_ipc_async_socket_recv():0 256354:20250703:121447.001 In zbx_sync_history_cache() history_num:0 256354:20250703:121447.001 In zbx_ipc_async_socket_recv() timeout:0 256354:20250703:121447.001 End of zbx_ipc_async_socket_recv():0 256376:20250703:121447.001 End of zbx_ipc_async_socket_recv():0 256376:20250703:121447.001 zbx_setproctitle() title:'poller #3 [terminated]' 256400:20250703:121447.001 End of zbx_ipc_async_socket_recv():0 256400:20250703:121447.001 zbx_setproctitle() title:'unreachable poller #1 [terminated]' 256399:20250703:121447.001 End of zbx_ipc_async_socket_recv():0 256399:20250703:121447.001 zbx_setproctitle() title:'poller #5 [terminated]' 256353:20250703:121447.001 End of zbx_ipc_async_socket_recv():0 256353:20250703:121447.001 In zbx_ipc_async_socket_recv() timeout:0 256353:20250703:121447.001 End of zbx_ipc_async_socket_recv():0 256353:20250703:121447.001 In zbx_sync_history_cache() history_num:0 256353:20250703:121447.001 In zbx_ipc_async_socket_recv() timeout:0 256353:20250703:121447.001 End of zbx_ipc_async_socket_recv():0 256375:20250703:121447.001 End of zbx_ipc_async_socket_recv():0 256375:20250703:121447.001 zbx_setproctitle() title:'poller #2 [terminated]' 256365:20250703:121447.001 End of zbx_ipc_async_socket_recv():0 256365:20250703:121447.001 zbx_setproctitle() title:'java poller #8 [terminated]' 256356:20250703:121447.001 End of zbx_ipc_async_socket_recv():0 256356:20250703:121447.001 In zbx_ipc_async_socket_recv() timeout:0 256356:20250703:121447.001 End of zbx_ipc_async_socket_recv():0 256356:20250703:121447.001 In zbx_sync_history_cache() history_num:0 256356:20250703:121447.001 In zbx_ipc_async_socket_recv() timeout:0 256356:20250703:121447.001 End of zbx_ipc_async_socket_recv():0 256356:20250703:121447.001 In DCsync_trends() trends_num:0 256356:20250703:121447.001 query [txnlev:1] [begin;] 256398:20250703:121447.001 End of zbx_ipc_async_socket_recv():0 256398:20250703:121447.001 zbx_setproctitle() title:'poller #4 [terminated]' 256418:20250703:121447.001 In zbx_ipc_async_socket_recv() timeout:0 256418:20250703:121447.001 End of zbx_ipc_async_socket_recv():0 256418:20250703:121447.001 In async_poller_stop() 256418:20250703:121447.001 End of async_poller_stop() 256418:20250703:121447.001 thread stopped 256370:20250703:121447.003 End of zbx_ipc_async_socket_recv():0 256370:20250703:121447.003 zbx_setproctitle() title:'java poller #10 [terminated]' 256363:20250703:121447.003 End of zbx_ipc_async_socket_recv():0 256363:20250703:121447.003 zbx_setproctitle() title:'java poller #6 [terminated]' 256360:20250703:121447.003 zbx_setproctitle() title:'java poller #3 [terminated]' 256418:20250703:121447.004 zbx_setproctitle() title:'snmp poller #1 [terminated]' 256356:20250703:121447.004 query [txnlev:1] [commit;] 256356:20250703:121447.004 syncing trend data in progress... 256356:20250703:121447.004 End of DCsync_trends() 256351:20250703:121447.004 zbx_setproctitle() title:'browser poller #1 [terminated]' 256359:20250703:121447.004 End of zbx_ipc_async_socket_recv():0 256359:20250703:121447.004 zbx_setproctitle() title:'java poller #2 [terminated]' 256302:20250703:121447.004 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121447.004 In zbx_ipc_client_send() clientid:28 256302:20250703:121447.004 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121447.004 In zbx_ipc_client_send() clientid:29 256302:20250703:121447.004 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121447.004 In zbx_ipc_client_send() clientid:30 256302:20250703:121447.004 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121447.004 In zbx_ipc_client_send() clientid:31 256302:20250703:121447.004 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121447.004 In zbx_ipc_client_send() clientid:32 256302:20250703:121447.004 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121447.004 In zbx_ipc_client_send() clientid:33 256302:20250703:121447.004 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121447.004 In zbx_ipc_client_send() clientid:34 256302:20250703:121447.004 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121447.004 In zbx_ipc_client_send() clientid:35 256302:20250703:121447.004 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121447.004 In zbx_ipc_client_send() clientid:36 256302:20250703:121447.004 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121447.004 In zbx_ipc_client_send() clientid:37 256302:20250703:121447.004 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121447.004 In zbx_ipc_client_send() clientid:38 256302:20250703:121447.004 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121447.004 In zbx_ipc_client_send() clientid:39 256302:20250703:121447.004 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121447.004 In zbx_ipc_client_send() clientid:40 256302:20250703:121447.005 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121447.005 In zbx_ipc_client_send() clientid:41 256302:20250703:121447.005 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121447.005 In zbx_ipc_client_send() clientid:42 256302:20250703:121447.005 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121447.005 In zbx_ipc_client_send() clientid:43 256302:20250703:121447.005 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121447.005 In zbx_ipc_client_send() clientid:44 256302:20250703:121447.005 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121447.005 In zbx_ipc_client_send() clientid:45 256302:20250703:121447.005 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121447.005 In zbx_ipc_socket_open() 256302:20250703:121447.005 End of zbx_ipc_socket_open():SUCCEED 256302:20250703:121447.005 In zbx_ipc_socket_write() 256302:20250703:121447.005 End of zbx_ipc_socket_write():SUCCEED 256302:20250703:121447.005 In zbx_ipc_socket_close() 256302:20250703:121447.005 End of zbx_ipc_socket_close() 256302:20250703:121447.005 In zbx_ipc_client_send() clientid:47 256302:20250703:121447.005 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121447.005 In zbx_ipc_socket_open() 256302:20250703:121447.005 End of zbx_ipc_socket_open():SUCCEED 256302:20250703:121447.005 In zbx_ipc_socket_write() 256302:20250703:121447.005 End of zbx_ipc_socket_write():SUCCEED 256302:20250703:121447.005 In zbx_ipc_socket_close() 256302:20250703:121447.005 End of zbx_ipc_socket_close() 256302:20250703:121447.005 In zbx_ipc_socket_open() 256302:20250703:121447.005 End of zbx_ipc_socket_open():SUCCEED 256302:20250703:121447.005 In zbx_ipc_socket_write() 256302:20250703:121447.005 End of zbx_ipc_socket_write():SUCCEED 256302:20250703:121447.005 In zbx_ipc_socket_close() 256302:20250703:121447.005 End of zbx_ipc_socket_close() 256302:20250703:121447.005 In zbx_ipc_socket_open() 256352:20250703:121447.005 In ipc_service_accept() 256352:20250703:121447.005 In ipc_service_add_client() 256352:20250703:121447.005 End of ipc_service_add_client() clientid:5 256352:20250703:121447.006 End of ipc_service_accept() 256352:20250703:121447.006 End of zbx_ipc_service_recv():2 256352:20250703:121447.006 In zbx_timekeeper_collect() 256352:20250703:121447.006 End of zbx_timekeeper_collect() 256352:20250703:121447.006 In process_results() del_druleids:0 256352:20250703:121447.006 process_results() results=0 checks:0/0 del_druleids=0 incomplete_druleids=0 256352:20250703:121447.006 End of process_results() ret:0 256352:20250703:121447.006 zbx_setproctitle() title:'discovery manager #1 [processing 0 rules, 0 unsaved checks]' 256352:20250703:121447.006 In process_discovery() 256352:20250703:121447.006 End of process_discovery() rule_count:0 nextcheck:-1 256352:20250703:121447.006 In zbx_ipc_service_recv() timeout:5.000 256417:20250703:121447.006 In zbx_ipc_async_socket_recv() timeout:0 256417:20250703:121447.006 End of zbx_ipc_async_socket_recv():0 256417:20250703:121447.006 In async_poller_stop() 256417:20250703:121447.006 End of async_poller_stop() 256416:20250703:121447.006 In zbx_ipc_async_socket_recv() timeout:0 256416:20250703:121447.006 End of zbx_ipc_async_socket_recv():0 256416:20250703:121447.006 In async_poller_stop() 256416:20250703:121447.006 End of async_poller_stop() 256373:20250703:121447.006 End of zbx_ipc_async_socket_recv():0 256373:20250703:121447.006 zbx_setproctitle() title:'task manager #1 [terminated]' 256348:20250703:121447.006 End of zbx_ipc_async_socket_recv():0 256348:20250703:121447.006 zbx_setproctitle() title:'housekeeper #1 [terminated]' 256412:20250703:121447.006 End of zbx_ipc_async_socket_recv():0 256412:20250703:121447.006 zbx_setproctitle() title:'history poller #5 [terminated]' 256414:20250703:121447.006 End of zbx_ipc_async_socket_recv():0 256414:20250703:121447.007 zbx_setproctitle() title:'trigger housekeeper #1 [terminated]' 256416:20250703:121447.007 thread stopped 256416:20250703:121447.007 zbx_setproctitle() title:'http agent poller #1 [terminated]' 256302:20250703:121447.007 End of zbx_ipc_socket_open():SUCCEED 256302:20250703:121447.007 In zbx_ipc_socket_write() 256302:20250703:121447.007 End of zbx_ipc_socket_write():SUCCEED 256302:20250703:121447.007 In zbx_ipc_socket_close() 256302:20250703:121447.007 End of zbx_ipc_socket_close() 256302:20250703:121447.007 In zbx_ha_pause() 256302:20250703:121447.007 In zbx_ipc_async_exchange() service:'haservice' code:1 timeout:10 256302:20250703:121447.007 In zbx_ipc_async_socket_open() 256302:20250703:121447.007 In zbx_ipc_socket_open() 256302:20250703:121447.007 End of zbx_ipc_socket_open():SUCCEED 256302:20250703:121447.007 End of zbx_ipc_async_socket_open():SUCCEED 256302:20250703:121447.007 In zbx_ipc_async_socket_send() 256302:20250703:121447.007 In zbx_ipc_client_send() clientid:0 256302:20250703:121447.007 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121447.007 End of zbx_ipc_async_socket_send():SUCCEED 256302:20250703:121447.007 In zbx_ipc_async_socket_flush() timeout:10 256302:20250703:121447.007 End of zbx_ipc_async_socket_flush():0 256302:20250703:121447.007 In zbx_ipc_async_socket_recv() timeout:10 256352:20250703:121447.007 End of zbx_ipc_service_recv():1 256352:20250703:121447.007 shutdown message received, terminating... 256352:20250703:121447.007 zbx_setproctitle() title:'discovery manager #1 [terminating]' 256312:20250703:121447.007 In ipc_service_accept() 256312:20250703:121447.007 In ipc_service_add_client() 256312:20250703:121447.007 End of ipc_service_add_client() clientid:4 256312:20250703:121447.007 End of ipc_service_accept() 256312:20250703:121447.007 End of zbx_ipc_service_recv():2 256312:20250703:121447.007 In zbx_ipc_service_recv() timeout:0.986 256312:20250703:121447.007 End of zbx_ipc_service_recv():1 256312:20250703:121447.007 In zbx_ipc_client_send() clientid:4 256312:20250703:121447.007 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121447.007 HA manager has been paused 256312:20250703:121447.007 In zbx_ipc_service_recv() timeout:5.000 256302:20250703:121447.007 End of zbx_ipc_async_socket_recv():0 256302:20250703:121447.007 In zbx_ipc_async_socket_close() 256302:20250703:121447.007 In zbx_ipc_socket_close() 256302:20250703:121447.007 End of zbx_ipc_socket_close() 256302:20250703:121447.007 End of zbx_ipc_async_socket_close() 256302:20250703:121447.007 End of zbx_ipc_async_exchange():SUCCEED 256302:20250703:121447.007 End of zbx_ha_pause():SUCCEED 256302:20250703:121447.007 zbx_on_exit() called with ret:0 256312:20250703:121447.007 End of zbx_ipc_service_recv():1 256312:20250703:121447.007 In ha_db_update_lastaccess() ha_status:active 256312:20250703:121447.007 query [txnlev:1] [begin;] 256312:20250703:121447.007 query [txnlev:1] [select null from ha_node order by ha_nodeid for update] 256312:20250703:121447.008 query [txnlev:1] [update ha_node set lastaccess=cast(extract(epoch from now()) as int) where ha_nodeid='cmbtfdmr70001y3jqx66php2f'] 256312:20250703:121447.008 query [txnlev:1] [commit;] 256420:20250703:121447.009 End of zbx_ipc_async_socket_recv():0 256420:20250703:121447.009 zbx_setproctitle() title:'internal poller #1 [terminated]' 256415:20250703:121447.009 End of zbx_ipc_async_socket_recv():0 256415:20250703:121447.009 zbx_setproctitle() title:'odbc poller #1 [terminated]' 256409:20250703:121447.009 End of zbx_ipc_async_socket_recv():0 256409:20250703:121447.009 zbx_setproctitle() title:'history poller #2 [terminated]' 256357:20250703:121447.009 End of zbx_ipc_async_socket_recv():0 256357:20250703:121447.009 In zbx_ipc_async_socket_recv() timeout:3 256371:20250703:121447.009 End of zbx_ipc_async_socket_recv():0 256371:20250703:121447.009 zbx_setproctitle() title:'proxy poller #1 [terminated]' 256411:20250703:121447.009 End of zbx_ipc_async_socket_recv():0 256408:20250703:121447.010 End of zbx_ipc_async_socket_recv():0 256408:20250703:121447.010 zbx_setproctitle() title:'history poller #1 [terminated]' 256410:20250703:121447.010 End of zbx_ipc_async_socket_recv():0 256410:20250703:121447.010 zbx_setproctitle() title:'history poller #3 [terminated]' 256419:20250703:121447.010 In ipc_service_accept() 256419:20250703:121447.010 In ipc_service_add_client() 256419:20250703:121447.010 End of ipc_service_add_client() clientid:6 256419:20250703:121447.010 End of ipc_service_accept() 256419:20250703:121447.010 End of zbx_ipc_service_recv():2 256419:20250703:121447.010 In zbx_ipc_service_recv() timeout:1.000 256419:20250703:121447.010 End of zbx_ipc_service_recv():1 256419:20250703:121447.010 shutdown message received, terminating... 256419:20250703:121447.010 In zbx_ipc_service_recv() timeout:0.100 256419:20250703:121447.010 End of zbx_ipc_service_recv():0 256419:20250703:121447.010 In zbx_ipc_socket_close() 256419:20250703:121447.010 End of zbx_ipc_socket_close() 256419:20250703:121447.010 In zbx_ipc_service_recv() timeout:0.100 256413:20250703:121447.010 In ipc_service_accept() 256413:20250703:121447.010 In ipc_service_add_client() 256413:20250703:121447.010 End of ipc_service_add_client() clientid:8 256413:20250703:121447.010 End of ipc_service_accept() 256413:20250703:121447.010 End of zbx_ipc_service_recv():2 256413:20250703:121447.010 In zbx_ipc_service_recv() timeout:1.000 256413:20250703:121447.010 End of zbx_ipc_service_recv():1 256413:20250703:121447.010 shutdown message received, terminating... 256312:20250703:121447.011 End of ha_db_update_lastaccess() 256312:20250703:121447.011 In zbx_ipc_socket_close() 256312:20250703:121447.011 End of zbx_ipc_socket_close() 256312:20250703:121447.011 In zbx_ipc_service_recv() timeout:5.000 256372:20250703:121447.011 zbx_setproctitle() title:'self-monitoring #1 [terminated]' 256404:20250703:121447.012 zbx_setproctitle() title:'trapper #4 [terminated]' 256343:20250703:121447.012 In ipc_service_accept() 256343:20250703:121447.012 In ipc_service_add_client() 256343:20250703:121447.012 End of ipc_service_add_client() clientid:9 256343:20250703:121447.012 End of ipc_service_accept() 256343:20250703:121447.012 End of zbx_ipc_service_recv():2 256343:20250703:121447.012 In zbx_pp_manager_process_finished() 256343:20250703:121447.012 In zbx_timekeeper_collect() 256343:20250703:121447.012 End of zbx_timekeeper_collect() 256343:20250703:121447.012 End of zbx_pp_manager_process_finished() values_num:0 256343:20250703:121447.012 zbx_setproctitle() title:'preprocessing manager #1 [terminating]' 256349:20250703:121447.013 zbx_setproctitle() title:'timer #1 [terminated]' 256352:20250703:121447.013 thread stopped [discovery worker #5] 256352:20250703:121447.013 thread stopped [discovery worker #3] 256352:20250703:121447.013 thread stopped [discovery worker #1] 256343:20250703:121447.014 [1] thread stopped [preprocessing worker #1] 256343:20250703:121447.014 [3] thread stopped [preprocessing worker #3] 256343:20250703:121447.014 [5] thread stopped [preprocessing worker #5] 256343:20250703:121447.014 [7] thread stopped [preprocessing worker #7] 256343:20250703:121447.014 [9] thread stopped [preprocessing worker #9] 256343:20250703:121447.014 [11] thread stopped [preprocessing worker #11] 256343:20250703:121447.014 [13] thread stopped [preprocessing worker #13] 256343:20250703:121447.014 [15] thread stopped [preprocessing worker #15] 256343:20250703:121447.014 [16] thread stopped [preprocessing worker #16] 256343:20250703:121447.014 [8] thread stopped [preprocessing worker #8] 256343:20250703:121447.014 [14] thread stopped [preprocessing worker #14] 256343:20250703:121447.014 [10] thread stopped [preprocessing worker #10] 256343:20250703:121447.014 [4] thread stopped [preprocessing worker #4] 256417:20250703:121447.014 thread stopped 256352:20250703:121447.014 thread stopped [discovery worker #2] 256401:20250703:121447.014 zbx_setproctitle() title:'trapper #1 [terminated]' 256402:20250703:121447.014 zbx_setproctitle() title:'trapper #2 [terminated]' 256403:20250703:121447.014 zbx_setproctitle() title:'trapper #3 [terminated]' 256405:20250703:121447.014 zbx_setproctitle() title:'trapper #5 [terminated]' 256356:20250703:121447.014 In zbx_ipc_async_socket_flush() timeout:4 256356:20250703:121447.014 End of zbx_ipc_async_socket_flush():0 256411:20250703:121447.014 zbx_setproctitle() title:'history poller #4 [terminated]' 256343:20250703:121447.016 [12] thread stopped [preprocessing worker #12] 256417:20250703:121447.016 zbx_setproctitle() title:'agent poller #1 [terminated]' 256343:20250703:121447.016 [2] thread stopped [preprocessing worker #2] 256343:20250703:121447.016 [6] thread stopped [preprocessing worker #6] 256352:20250703:121447.016 thread stopped [discovery worker #4] 256421:20250703:121447.016 In zbx_ipc_socket_open() 256421:20250703:121447.016 End of zbx_ipc_socket_open():SUCCEED 256421:20250703:121447.016 In zbx_ipc_socket_write() 256421:20250703:121447.017 End of zbx_ipc_socket_write():SUCCEED 256421:20250703:121447.017 In zbx_ipc_socket_close() 256421:20250703:121447.017 End of zbx_ipc_socket_close() 256421:20250703:121447.017 In ipc_service_accept() 256421:20250703:121447.017 In ipc_service_add_client() 256421:20250703:121447.017 End of ipc_service_add_client() clientid:5 256421:20250703:121447.017 End of ipc_service_accept() 256421:20250703:121447.017 End of zbx_ipc_service_recv():2 256421:20250703:121447.017 End of pg_service_entry() 256343:20250703:121447.017 In zbx_ipc_async_socket_close() 256343:20250703:121447.017 In zbx_ipc_socket_close() 256343:20250703:121447.017 End of zbx_ipc_socket_close() 256343:20250703:121447.017 End of zbx_ipc_async_socket_close() 256343:20250703:121447.017 In zbx_ipc_service_close() path:/tmp/zabbix_server_preprocessing.sock 256343:20250703:121447.017 In zbx_ipc_socket_close() 256343:20250703:121447.017 End of zbx_ipc_socket_close() 256343:20250703:121447.017 In zbx_ipc_socket_close() 256343:20250703:121447.017 End of zbx_ipc_socket_close() 256343:20250703:121447.017 In zbx_ipc_socket_close() 256343:20250703:121447.017 End of zbx_ipc_socket_close() 256343:20250703:121447.017 In zbx_ipc_socket_close() 256343:20250703:121447.017 End of zbx_ipc_socket_close() 256343:20250703:121447.017 In zbx_ipc_socket_close() 256343:20250703:121447.017 End of zbx_ipc_socket_close() 256343:20250703:121447.017 End of zbx_ipc_service_close() 256421:20250703:121447.019 zbx_setproctitle() title:'proxy group manager #1 [terminated]' 256344:20250703:121447.019 End of zbx_ipc_service_recv():1 256344:20250703:121447.019 In zbx_ipc_socket_close() 256344:20250703:121447.019 End of zbx_ipc_socket_close() 256344:20250703:121447.019 zbx_setproctitle() title:'lld manager #1 [terminated]' 256352:20250703:121447.020 In zbx_ipc_service_close() path:/tmp/zabbix_server_discoverer.sock 256352:20250703:121447.020 End of zbx_ipc_service_close() 256353:20250703:121447.102 In DCsync_trends() trends_num:2 256353:20250703:121447.102 query [txnlev:1] [begin;] 256355:20250703:121447.102 In DCsync_trends() trends_num:2 256355:20250703:121447.102 query [txnlev:1] [begin;] 256354:20250703:121447.102 In DCsync_trends() trends_num:2 256354:20250703:121447.102 query [txnlev:1] [begin;] 256355:20250703:121447.102 query [txnlev:1] [commit;] 256353:20250703:121447.102 query [txnlev:1] [commit;] 256353:20250703:121447.103 End of DCsync_trends() 256354:20250703:121447.103 query [txnlev:1] [commit;] 256354:20250703:121447.103 End of DCsync_trends() 256355:20250703:121447.105 End of DCsync_trends() 256354:20250703:121447.105 In zbx_ipc_async_socket_flush() timeout:4 256354:20250703:121447.105 End of zbx_ipc_async_socket_flush():0 256314:20250703:121447.108 End of zbx_ipc_service_recv():2 256314:20250703:121447.108 In zbx_ipc_service_recv() timeout:0.100 256353:20250703:121447.108 In zbx_ipc_async_socket_flush() timeout:4 256353:20250703:121447.108 End of zbx_ipc_async_socket_flush():0 256355:20250703:121447.108 In zbx_ipc_async_socket_flush() timeout:4 256355:20250703:121447.108 End of zbx_ipc_async_socket_flush():0 256419:20250703:121447.116 End of zbx_ipc_service_recv():2 256419:20250703:121447.116 In zbx_ipc_service_close() path:/tmp/zabbix_server_config.sock 256419:20250703:121447.116 In zbx_ipc_socket_close() 256419:20250703:121447.116 End of zbx_ipc_socket_close() 256419:20250703:121447.116 End of zbx_ipc_service_close() 256314:20250703:121447.210 End of zbx_ipc_service_recv():2 256314:20250703:121447.210 In zbx_ipc_service_recv() timeout:0.000 256314:20250703:121447.210 End of zbx_ipc_service_recv():2 256314:20250703:121447.210 In service_manager_free() 256314:20250703:121447.210 End of service_manager_free() 256302:20250703:121447.236 In zbx_ha_stop() 256302:20250703:121447.237 In zbx_ipc_async_exchange() service:'haservice' code:2 timeout:10 256302:20250703:121447.237 In zbx_ipc_async_socket_open() 256302:20250703:121447.237 In zbx_ipc_socket_open() 256302:20250703:121447.237 End of zbx_ipc_socket_open():SUCCEED 256302:20250703:121447.237 End of zbx_ipc_async_socket_open():SUCCEED 256302:20250703:121447.237 In zbx_ipc_async_socket_send() 256302:20250703:121447.237 In zbx_ipc_client_send() clientid:0 256302:20250703:121447.237 End of zbx_ipc_client_send():SUCCEED 256302:20250703:121447.237 End of zbx_ipc_async_socket_send():SUCCEED 256302:20250703:121447.237 In zbx_ipc_async_socket_flush() timeout:10 256302:20250703:121447.237 End of zbx_ipc_async_socket_flush():0 256302:20250703:121447.237 In zbx_ipc_async_socket_recv() timeout:10 256312:20250703:121447.237 In ipc_service_accept() 256312:20250703:121447.237 In ipc_service_add_client() 256312:20250703:121447.237 End of ipc_service_add_client() clientid:5 256312:20250703:121447.237 End of ipc_service_accept() 256312:20250703:121447.237 End of zbx_ipc_service_recv():2 256312:20250703:121447.237 In ha_db_update_lastaccess() ha_status:active 256312:20250703:121447.237 query [txnlev:1] [begin;] 256312:20250703:121447.237 query [txnlev:1] [select null from ha_node order by ha_nodeid for update] 256312:20250703:121447.237 query [txnlev:1] [update ha_node set lastaccess=cast(extract(epoch from now()) as int) where ha_nodeid='cmbtfdmr70001y3jqx66php2f'] 256312:20250703:121447.237 query [txnlev:1] [commit;] 256312:20250703:121447.246 End of ha_db_update_lastaccess() 256312:20250703:121447.246 In zbx_ipc_service_recv() timeout:5.000 256312:20250703:121447.246 End of zbx_ipc_service_recv():1 256312:20250703:121447.246 In ha_db_update_lastaccess() ha_status:active 256312:20250703:121447.246 query [txnlev:1] [begin;] 256312:20250703:121447.248 query [txnlev:1] [select null from ha_node order by ha_nodeid for update] 256312:20250703:121447.249 query [txnlev:1] [update ha_node set lastaccess=cast(extract(epoch from now()) as int) where ha_nodeid='cmbtfdmr70001y3jqx66php2f'] 256312:20250703:121447.251 query [txnlev:1] [commit;] 256312:20250703:121447.252 End of ha_db_update_lastaccess() 256312:20250703:121447.252 In zbx_ipc_client_send() clientid:5 256312:20250703:121447.252 End of zbx_ipc_client_send():SUCCEED 256312:20250703:121447.252 query [txnlev:1] [begin;] 256302:20250703:121447.252 End of zbx_ipc_async_socket_recv():0 256302:20250703:121447.252 In zbx_ipc_async_socket_close() 256302:20250703:121447.252 In zbx_ipc_socket_close() 256302:20250703:121447.252 End of zbx_ipc_socket_close() 256302:20250703:121447.252 End of zbx_ipc_async_socket_close() 256302:20250703:121447.252 End of zbx_ipc_async_exchange():SUCCEED 256312:20250703:121447.252 query [txnlev:1] [select null from ha_node order by ha_nodeid for update] 256312:20250703:121447.253 query [txnlev:1] [update ha_node set status=1 where ha_nodeid='cmbtfdmr70001y3jqx66php2f'] 256312:20250703:121447.256 query [txnlev:1] [insert into auditlog (auditid,userid,username,clock,action,ip,resource_cuid,resourcename,resourcetype,recordsetid,details) values ('cmcn667a0000hrsjq8tslrz5u',null,'System','1751534087','1','','cmbtfdmr70001y3jqx66php2f','',47,'cmcn667a0000irsjqhkjvnayv','{"hanode.status":["update",1,3]}')] 256312:20250703:121447.257 query [txnlev:1] [commit;] 256312:20250703:121447.260 In zbx_ipc_async_socket_close() 256312:20250703:121447.260 In zbx_ipc_socket_close() 256312:20250703:121447.260 End of zbx_ipc_socket_close() 256312:20250703:121447.260 End of zbx_ipc_async_socket_close() 256312:20250703:121447.260 In zbx_ipc_service_close() path:/tmp/zabbix_server_haservice.sock 256312:20250703:121447.260 In zbx_ipc_socket_close() 256312:20250703:121447.260 End of zbx_ipc_socket_close() 256312:20250703:121447.260 End of zbx_ipc_service_close() 256312:20250703:121447.260 HA manager has been stopped 256302:20250703:121447.262 End of zbx_ha_stop():SUCCEED 256302:20250703:121447.262 In zbx_dbconn_open() options:1 256302:20250703:121447.267 query without transaction detected 256302:20250703:121447.267 query [txnlev:0] [set escape_string_warning to off] 256302:20250703:121447.267 query without transaction detected 256302:20250703:121447.267 query [txnlev:0] [set extra_float_digits to 3] 256302:20250703:121447.267 query [txnlev:0] [show standard_conforming_strings] 256302:20250703:121447.267 query [txnlev:0] [show default_transaction_read_only] 256302:20250703:121447.267 query without transaction detected 256302:20250703:121447.267 query [txnlev:0] [set bytea_output=escape] 256302:20250703:121447.267 End of zbx_dbconn_open():0 256302:20250703:121447.267 In zbx_free_database_cache() 256302:20250703:121447.267 In DCsync_all() 256302:20250703:121447.267 In sync_history_cache_full() history_num:0 256302:20250703:121447.268 End of sync_history_cache_full() 256302:20250703:121447.268 In DCsync_trends() trends_num:2 256302:20250703:121447.268 query [txnlev:1] [begin;] 256302:20250703:121447.268 query [txnlev:1] [commit;] 256302:20250703:121447.268 syncing trend data... 100.000000% 256302:20250703:121447.268 syncing trend data done 256302:20250703:121447.268 End of DCsync_trends() 256302:20250703:121447.269 End of DCsync_all() 256302:20250703:121447.269 End of zbx_free_database_cache() 256302:20250703:121447.269 In zbx_free_configuration_cache() 256302:20250703:121447.270 End of zbx_free_configuration_cache() 256302:20250703:121447.270 In zbx_vc_destroy() 256302:20250703:121447.270 End of zbx_vc_destroy() 256302:20250703:121447.270 In zbx_deinit_remote_commands_cache() 256302:20250703:121447.270 End of zbx_deinit_remote_commands_cache() 256302:20250703:121447.270 In zbx_vmware_destroy() 256302:20250703:121447.270 End of zbx_vmware_destroy() 256302:20250703:121447.270 In zbx_free_selfmon_collector() collector.monitor:0x7f6be2fdf170 256302:20250703:121447.270 End of zbx_free_selfmon_collector() 256302:20250703:121447.270 In zbx_unload_modules() 256302:20250703:121447.270 End of zbx_unload_modules() 256302:20250703:121447.270 Zabbix Server stopped. Zabbix 7.4.0 (revision {ZABBIX_REVISION}). 256302:20250703:121447.270 In zbx_ipc_service_close() path:/tmp/zabbix_server_rtc.sock 256302:20250703:121447.270 In zbx_ipc_socket_close() 256302:20250703:121447.270 End of zbx_ipc_socket_close() 256302:20250703:121447.270 In zbx_ipc_socket_close() 256302:20250703:121447.270 End of zbx_ipc_socket_close() 256302:20250703:121447.270 In zbx_ipc_socket_close() 256302:20250703:121447.270 End of zbx_ipc_socket_close() 256302:20250703:121447.270 In zbx_ipc_socket_close() 256302:20250703:121447.270 End of zbx_ipc_socket_close() 256302:20250703:121447.270 In zbx_ipc_socket_close() 256302:20250703:121447.270 End of zbx_ipc_socket_close() 256302:20250703:121447.270 In zbx_ipc_socket_close() 256302:20250703:121447.270 End of zbx_ipc_socket_close() 256302:20250703:121447.270 In zbx_ipc_socket_close() 256302:20250703:121447.270 End of zbx_ipc_socket_close() 256302:20250703:121447.270 In zbx_ipc_socket_close() 256302:20250703:121447.270 End of zbx_ipc_socket_close() 256302:20250703:121447.271 In zbx_ipc_socket_close() 256302:20250703:121447.271 End of zbx_ipc_socket_close() 256302:20250703:121447.271 In zbx_ipc_socket_close() 256302:20250703:121447.271 End of zbx_ipc_socket_close() 256302:20250703:121447.271 In zbx_ipc_socket_close() 256302:20250703:121447.271 End of zbx_ipc_socket_close() 256302:20250703:121447.271 In zbx_ipc_socket_close() 256302:20250703:121447.271 End of zbx_ipc_socket_close() 256302:20250703:121447.271 In zbx_ipc_socket_close() 256302:20250703:121447.271 End of zbx_ipc_socket_close() 256302:20250703:121447.271 In zbx_ipc_socket_close() 256302:20250703:121447.271 End of zbx_ipc_socket_close() 256302:20250703:121447.271 In zbx_ipc_socket_close() 256302:20250703:121447.271 End of zbx_ipc_socket_close() 256302:20250703:121447.271 In zbx_ipc_socket_close() 256302:20250703:121447.271 End of zbx_ipc_socket_close() 256302:20250703:121447.271 In zbx_ipc_socket_close() 256302:20250703:121447.271 End of zbx_ipc_socket_close() 256302:20250703:121447.271 In zbx_ipc_socket_close() 256302:20250703:121447.271 End of zbx_ipc_socket_close() 256302:20250703:121447.271 In zbx_ipc_socket_close() 256302:20250703:121447.271 End of zbx_ipc_socket_close() 256302:20250703:121447.271 In zbx_ipc_socket_close() 256302:20250703:121447.271 End of zbx_ipc_socket_close() 256302:20250703:121447.271 In zbx_ipc_socket_close() 256302:20250703:121447.271 End of zbx_ipc_socket_close() 256302:20250703:121447.271 In zbx_ipc_socket_close() 256302:20250703:121447.271 End of zbx_ipc_socket_close() 256302:20250703:121447.271 In zbx_ipc_socket_close() 256302:20250703:121447.271 End of zbx_ipc_socket_close() 256302:20250703:121447.271 In zbx_ipc_socket_close() 256302:20250703:121447.271 End of zbx_ipc_socket_close() 256302:20250703:121447.271 In zbx_ipc_socket_close() 256302:20250703:121447.271 End of zbx_ipc_socket_close() 256302:20250703:121447.271 In zbx_ipc_socket_close() 256302:20250703:121447.271 End of zbx_ipc_socket_close() 256302:20250703:121447.271 In zbx_ipc_socket_close() 256302:20250703:121447.272 End of zbx_ipc_socket_close() 256302:20250703:121447.272 In zbx_ipc_socket_close() 256302:20250703:121447.272 End of zbx_ipc_socket_close() 256302:20250703:121447.272 In zbx_ipc_socket_close() 256302:20250703:121447.272 End of zbx_ipc_socket_close() 256302:20250703:121447.272 In zbx_ipc_socket_close() 256302:20250703:121447.272 End of zbx_ipc_socket_close() 256302:20250703:121447.272 In zbx_ipc_socket_close() 256302:20250703:121447.272 End of zbx_ipc_socket_close() 256302:20250703:121447.272 In zbx_ipc_socket_close() 256302:20250703:121447.272 End of zbx_ipc_socket_close() 256302:20250703:121447.272 In zbx_ipc_socket_close() 256302:20250703:121447.272 End of zbx_ipc_socket_close() 256302:20250703:121447.272 In zbx_ipc_socket_close() 256302:20250703:121447.272 End of zbx_ipc_socket_close() 256302:20250703:121447.272 In zbx_ipc_socket_close() 256302:20250703:121447.272 End of zbx_ipc_socket_close() 256302:20250703:121447.272 In zbx_ipc_socket_close() 256302:20250703:121447.272 End of zbx_ipc_socket_close() 256302:20250703:121447.272 In zbx_ipc_socket_close() 256302:20250703:121447.272 End of zbx_ipc_socket_close() 256302:20250703:121447.272 In zbx_ipc_socket_close() 256302:20250703:121447.272 End of zbx_ipc_socket_close() 256302:20250703:121447.272 In zbx_ipc_socket_close() 256302:20250703:121447.272 End of zbx_ipc_socket_close() 256302:20250703:121447.272 In zbx_ipc_socket_close() 256302:20250703:121447.272 End of zbx_ipc_socket_close() 256302:20250703:121447.272 In zbx_ipc_socket_close() 256302:20250703:121447.272 End of zbx_ipc_socket_close() 256302:20250703:121447.272 In zbx_ipc_socket_close() 256302:20250703:121447.272 End of zbx_ipc_socket_close() 256302:20250703:121447.272 In zbx_ipc_socket_close() 256302:20250703:121447.272 End of zbx_ipc_socket_close() 256302:20250703:121447.272 In zbx_ipc_socket_close() 256302:20250703:121447.272 End of zbx_ipc_socket_close() 256302:20250703:121447.273 End of zbx_ipc_service_close()