2565:20190130:204715.962 Starting Zabbix Proxy (active) [some-hostname]. Zabbix 4.0.3 (revision 87993). 2565:20190130:204715.962 **** Enabled features **** 2565:20190130:204715.962 SNMP monitoring: YES 2565:20190130:204715.962 IPMI monitoring: NO 2565:20190130:204715.962 Web monitoring: NO 2565:20190130:204715.962 VMware monitoring: NO 2565:20190130:204715.962 ODBC: NO 2565:20190130:204715.962 SSH2 support: NO 2565:20190130:204715.962 IPv6 support: NO 2565:20190130:204715.962 TLS support: NO 2565:20190130:204715.962 ************************** 2565:20190130:204715.962 using configuration file: /etc/zabbix/zabbix_proxy.conf 2565:20190130:204715.962 In zbx_load_modules() 2565:20190130:204715.962 End of zbx_load_modules():SUCCEED 2565:20190130:204715.962 In init_database_cache() 2565:20190130:204715.962 In zbx_mem_create() param:'HistoryCacheSize' size:16777216 2565:20190130:204715.962 valid user addresses: [0x7f1db6b3c168, 0x7f1db7b3bff0] total size: 16776840 2565:20190130:204715.962 End of zbx_mem_create() 2565:20190130:204715.962 In zbx_mem_create() param:'HistoryIndexCacheSize' size:4194304 2565:20190130:204715.962 valid user addresses: [0x7f1db673c178, 0x7f1db6b3bff0] total size: 4193912 2565:20190130:204715.962 End of zbx_mem_create() 2565:20190130:204715.962 End of init_database_cache() 2565:20190130:204715.962 In init_configuration_cache() size:8388608 2565:20190130:204715.962 In zbx_mem_create() param:'CacheSize' size:8388608 2565:20190130:204715.962 valid user addresses: [0x7f1db5f3c168, 0x7f1db673bff0] total size: 8388232 2565:20190130:204715.962 End of zbx_mem_create() 2565:20190130:204715.962 End of init_configuration_cache() 2565:20190130:204715.962 In init_selfmon_collector() 2565:20190130:204715.962 init_selfmon_collector() size:7248 2565:20190130:204715.962 End of init_selfmon_collector() collector:0x7f1db8a44000 2565:20190130:204715.962 cannot open database file "/config/user-data/zabbix/proxy.sql": [2] No such file or directory 2565:20190130:204715.962 creating database ... 2565:20190130:204715.963 query without transaction detected 2565:20190130:204715.963 query [txnlev:0] [CREATE TABLE users ( userid bigint NOT NULL, alias varchar(100) DEFAULT '' NOT NULL, name varchar(100) DEFAULT '' NOT NULL, surname varchar(100) DEFAULT '' NOT NULL, passwd varchar(32) DEFAULT '' NOT NULL, url varchar(255) DEFAULT '' NOT NULL, autologin integer DEFAULT '0' NOT NULL, autologout varchar(32) DEFAULT '15m' NOT NULL, lang varchar(5) DEFAULT 'en_GB' NOT NULL, refresh varchar(32) DEFAULT '30s' NOT NULL, type integer DEFAULT '1' NOT NULL, theme varchar(128) DEFAULT 'default' NOT NULL, attempt_failed integer DEFAULT 0 NOT NULL, attempt_ip varchar(39) DEFAULT '' NOT NULL, attempt_clock integer DEFAULT 0 NOT NULL, rows_per_page integer DEFAULT 50 NOT NULL, PRIMARY KEY (userid) ); CREATE UNIQUE INDEX users_1 ON users (alias); CREATE TABLE maintenances ( maintenanceid bigint NOT NULL, name varchar(128) DEFAULT '' NOT NULL, maintenance_type integer DEFAULT '0' NOT NULL, description text DEFAULT '' NOT NULL, active_since integer DEFAULT '0' NOT NULL, active_till integer DEFAULT '0' NOT NULL, tags_evaltype integer DEFAULT '0' NOT NULL, PRIMARY KEY (maintenanceid) ); CREATE INDEX maintenances_1 ON maintenances (active_since,active_till); CREATE UNIQUE INDEX maintenances_2 ON maintenances (name); CREATE TABLE hosts ( hostid bigint NOT NULL, proxy_hostid bigint NULL REFERENCES hosts (hostid), host varchar(128) DEFAULT '' NOT NULL, status integer DEFAULT '0' NOT NULL, disable_until integer DEFAULT '0' NOT NULL, error varchar(2048) DEFAULT '' NOT NULL, available integer DEFAULT '0' NOT NULL, errors_from integer DEFAULT '0' NOT NULL, lastaccess integer DEFAULT '0' NOT NULL, ipmi_authtype integer DEFAULT '-1' NOT NULL, ipmi_privilege integer DEFAULT '2' NOT NULL, ipmi_username varchar(16) DEFAULT '' NOT NULL, ipmi_password varchar(20) DEFAULT '' NOT NULL, ipmi_disable_until integer DEFAULT '0' NOT NULL, ipmi_available integer DEFAULT '0' NOT NULL, snmp_disable_until integer DEFAULT '0' NOT NULL, snmp_available integer DEFAULT '0' NOT NULL, maintenanceid bigint NULL REFERENCES maintenances (maintenanceid), maintenance_status integer DEFAULT '0' NOT NULL, maintenance_type integer DEFAULT '0' NOT NULL, maintenance_from integer DEFAULT '0' NOT NULL, ipmi_errors_from integer DEFAULT '0' NOT NULL, snmp_errors_from integer DEFAULT '0' NOT NULL, ipmi_error varchar(2048) DEFAULT '' NOT NULL, snmp_error varchar(2048) DEFAULT '' NOT NULL, jmx_disable_until integer DEFAULT '0' NOT NULL, jmx_available integer DEFAULT '0' NOT NULL, jmx_errors_from integer DEFAULT '0' NOT NULL, jmx_error varchar(2048) DEFAULT '' NOT NULL, name varchar(128) DEFAULT '' NOT NULL, flags integer DEFAULT '0' NOT NULL, templateid bigint NULL REFERENCES hosts (hostid) ON DELETE CASCADE, description text DEFAULT '' NOT NULL, tls_connect integer DEFAULT '1' NOT NULL, tls_accept integer DEFAULT '1' NOT NULL, tls_issuer varchar(1024) DEFAULT '' NOT NULL, tls_subject varchar(1024) DEFAULT '' NOT NULL, tls_psk_identity varchar(128) DEFAULT '' NOT NULL, tls_psk varchar(512) DEFAULT '' NOT NULL, proxy_address varchar(255) DEFAULT '' NOT NULL, auto_compress integer DEFAULT '1' NOT NULL, PRIMARY KEY (hostid) ); CREATE INDEX hosts_1 ON hosts (host); CREATE INDEX hosts_2 ON hosts (status); CREATE INDEX hosts_3 ON hosts (proxy_hostid); CREATE INDEX hosts_4 ON hosts (name); CREATE INDEX hosts_5 ON hosts (maintenanceid); CREATE TABLE hstgrp ( groupid bigint NOT NULL, name varchar(255) DEFAULT '' NOT NULL, internal integer DEFAULT '0' NOT NULL, flags integer DEFAULT '0' NOT NULL, PRIMARY KEY (groupid) ); CREATE INDEX hstgrp_1 ON hstgrp (name); CREATE TABLE group_prototype ( group_prototypeid bigint NOT NULL, hostid bigint NOT NULL REFERENCES hosts (hostid) ON DELETE CASCADE, name varchar(255) DEFAULT '' NOT NULL, groupid bigint NULL REFERENCES hstgrp (groupid), templateid bigint NULL REFERENCES group_prototype (group_prototypeid) ON DELETE CASCADE, PRIMARY KEY (group_prototypeid) ); CREATE INDEX group_prototype_1 ON group_prototype (hostid); CREATE TABLE group_discovery ( groupid bigint NOT NULL REFERENCES hstgrp (groupid) ON DELETE CASCADE, parent_group_prototypeid bigint NOT NULL REFERENCES group_prototype (group_prototypeid), name varchar(64) DEFAULT '' NOT NULL, lastcheck integer DEFAULT '0' NOT NULL, ts_delete integer DEFAULT '0' NOT NULL, PRIMARY KEY (groupid) ); CREATE TABLE screens ( screenid bigint NOT NULL, name varchar(255) NOT NULL, hsize integer DEFAULT '1' NOT NULL, vsize integer DEFAULT '1' NOT NULL, templateid bigint NULL REFERENCES hosts (hostid) ON DELETE CASCADE, userid bigint NULL REFERENCES users (userid), private integer DEFAULT '1' NOT NULL, PRIMARY KEY (screenid) ); CREATE INDEX screens_1 ON screens (templateid); CREATE TABLE screens_items ( screenitemid bigint NOT NULL, screenid bigint NOT NULL REFERENCES screens (screenid) ON DELETE CASCADE, resourcetype integer DEFAULT '0' NOT NULL, resourceid bigint DEFAULT '0' NOT NULL, width integer DEFAULT '320' NOT NULL, height integer DEFAULT '200' NOT NULL, x integer DEFAULT '0' NOT NULL, y integer DEFAULT '0' NOT NULL, colspan integer DEFAULT '1' NOT NULL, rowspan integer DEFAULT '1' NOT NULL, elements integer DEFAULT '25' NOT NULL, valign integer DEFAULT '0' NOT NULL, halign integer DEFAULT '0' NOT NULL, style integer DEFAULT '0' NOT NULL, url varchar(255) DEFAULT '' NOT NULL, dynamic integer DEFAULT '0' NOT NULL, sort_triggers integer DEFAULT '0' NOT NULL, application varchar(255) DEFAULT '' NOT NULL, max_columns integer DEFAULT '3' NOT NULL, PRIMARY KEY (screenitemid) ); CREATE INDEX screens_items_1 ON screens_items (screenid); CREATE TABLE screen_user ( screenuserid bigint NOT NULL, screenid bigint NOT NULL REFERENCES screens (screenid) ON DELETE CASCADE, userid bigint NOT NULL REFERENCES users (userid) ON DELETE CASCADE, permission integer DEFAULT '2' NOT NULL, PRIMARY KEY (screenuserid) ); CREATE UNIQUE INDEX screen_user_1 ON screen_user (screenid,userid); CREATE TABLE screen_usrgrp ( screenusrgrpid bigint NOT NULL, screenid bigint NOT NULL REFERENCES screens (screenid) ON DELETE CASCADE, usrgrpid bigint NOT NULL REFERENCES usrgrp (usrgrpid) ON DELETE CASCADE, permission integer DEFAULT '2' NOT NULL, PRIMARY KEY (screenusrgrpid) ); CREATE UNIQUE INDEX screen_usrgrp_1 ON screen_usrgrp (screenid,usrgrpid); CREATE TABLE slideshows ( slideshowid bigint NOT NULL, name varchar(255) DEFAULT '' NOT NULL, delay varchar(32) DEFAULT '30s' NOT NULL, userid bigint NOT NULL REFERENCES users (userid), private integer DEFAULT '1' NOT NULL, PRIMARY KEY (slideshowid) ); CREATE UNIQUE INDEX slideshows_1 ON slideshows (name); CREATE TABLE slideshow_user ( slideshowuserid bigint NOT NULL, slideshowid bigint NOT NULL REFERENCES slideshows (slideshowid) ON DELETE CASCADE, userid bigint NOT NULL REFERENCES users (userid) ON DELETE CASCADE, permission integer DEFAULT '2' NOT NULL, PRIMARY KEY (slideshowuserid) ); CREATE UNIQUE INDEX slideshow_user_1 ON slideshow_user (slideshowid,userid); CREATE TABLE slideshow_usrgrp ( slideshowusrgrpid bigint NOT NULL, slideshowid bigint NOT NULL REFERENCES slideshows (slideshowid) ON DELETE CASCADE, usrgrpid bigint NOT NULL REFERENCES usrgrp (usrgrpid) ON DELETE CASCADE, permission integer DEFAULT '2' NOT NULL, PRIMARY KEY (slideshowusrgrpid) ); CREATE UNIQUE INDEX slideshow_usrgrp_1 ON slideshow_usrgrp (slideshowid,usrgrpid); CREATE TABLE slides ( slideid bigint NOT NULL, slideshowid bigint NOT NULL REFERENCES slideshows (slideshowid) ON DELETE CASCADE, screenid bigint NOT NULL REFERENCES screens (screenid) ON DELETE CASCADE, step integer DEFAULT '0' NOT NULL, delay varchar(32) DEFAULT '0' NOT NULL, PRIMARY KEY (slideid) ); CREATE INDEX slides_1 ON slides (slideshowid); CREATE INDEX slides_2 ON slides (screenid); CREATE TABLE drules ( druleid bigint NOT NULL, proxy_hostid bigint NULL REFERENCES hosts (hostid), name varchar(255) DEFAULT '' NOT NULL, iprange varchar(2048) DEFAULT '' NOT NULL, delay varchar(255) DEFAULT '1h' NOT NULL, nextcheck integer DEFAULT '0' NOT NULL, status integer DEFAULT '0' NOT NULL, PRIMARY KEY (druleid) ); CREATE INDEX drules_1 ON drules (proxy_hostid); CREATE UNIQUE INDEX drules_2 ON drules (name); CREATE TABLE dchecks ( dcheckid bigint NOT NULL, druleid bigint NOT NULL REFERENCES drules (druleid) ON DELETE CASCADE, type integer DEFAULT '0' NOT NULL, key_ varchar(512) DEFAULT '' NOT NULL, snmp_community varchar(255) DEFAULT '' NOT NULL, ports varchar(255) DEFAULT '0' NOT NULL, snmpv3_securityname varchar(64) DEFAULT '' NOT NULL, snmpv3_securitylevel integer DEFAULT '0' NOT NULL, snmpv3_authpassphrase varchar(64) DEFAULT '' NOT NULL, snmpv3_privpassphrase varchar(64) DEFAULT '' NOT NULL, uniq integer DEFAULT '0' NOT NULL, snmpv3_authprotocol integer DEFAULT '0' NOT NULL, snmpv3_privprotocol integer DEFAULT '0' NOT NULL, snmpv3_contextname varchar(255) DEFAULT '' NOT NULL, PRIMARY KEY (dcheckid) ); CREATE INDEX dchecks_1 ON dchecks (druleid); CREATE TABLE applications ( applicationid bigint NOT NULL, hostid bigint NOT NULL REFERENCES hosts (hostid) ON DELETE CASCADE, name varchar(255) DEFAULT '' NOT NULL, flags integer DEFAULT '0' NOT NULL, PRIMARY KEY (applicationid) ); CREATE UNIQUE INDEX applications_2 ON applications (hostid,name); CREATE TABLE httptest ( httptestid bigint NOT NULL, name varchar(64) DEFAULT '' NOT NULL, applicationid bigint NULL REFERENCES applications (applicationid), nextcheck integer DEFAULT '0' NOT NULL, delay varchar(255) DEFAULT '1m' NOT NULL, status integer DEFAULT '0' NOT NULL, agent varchar(255) DEFAULT 'Zabbix' NOT NULL, authentication integer DEFAULT '0' NOT NULL, http_user varchar(64) DEFAULT '' NOT NULL, http_password varchar(64) DEFAULT '' NOT NULL, hostid bigint NOT NULL REFERENCES hosts (hostid) ON DELETE CASCADE, templateid bigint NULL REFERENCES httptest (httptestid) ON DELETE CASCADE, http_proxy varchar(255) DEFAULT '' NOT NULL, retries integer DEFAULT '1' NOT NULL, ssl_cert_file varchar(255) DEFAULT '' NOT NULL, ssl_key_file varchar(255) DEFAULT '' NOT NULL, ssl_key_password varchar(64) DEFAULT '' NOT NULL, verify_peer integer DEFAULT '0' NOT NULL, verify_host integer DEFAULT '0' NOT NULL, PRIMARY KEY (httptestid) ); CREATE INDEX httptest_1 ON httptest (applicationid); CREATE UNIQUE INDEX httptest_2 ON httptest (hostid,name); CREATE INDEX httptest_3 ON httptest (status); CREATE INDEX httptest_4 ON httptest (templateid); CREATE TABLE httpstep ( httpstepid bigint NOT NULL, httptestid bigint NOT NULL REFERENCES httptest (httptestid) ON DELETE CASCADE, name varchar(64) DEFAULT '' NOT NULL, no integer DEFAULT '0' NOT NULL, url varchar(2048) DEFAULT '' NOT NULL, timeout varchar(255) DEFAULT '15s' NOT NULL, posts text DEFAULT '' NOT NULL, required varchar(255) DEFAULT '' NOT NULL, status_codes varchar(255) DEFAULT '' NOT NULL, follow_redirects integer DEFAULT '1' NOT NULL, retrieve_mode integer DEFAULT '0' NOT NULL, post_type integer DEFAULT '0' NOT NULL, PRIMARY KEY (httpstepid) ); CREATE INDEX httpstep_1 ON httpstep (httptestid); CREATE TABLE interface ( interfaceid bigint NOT NULL, hostid bigint NOT NULL REFERENCES hosts (hostid) ON DELETE CASCADE, main integer DEFAULT '0' NOT NULL, type integer DEFAULT '0' NOT NULL, useip integer DEFAULT '1' NOT NULL, ip varchar(64) DEFAULT '127.0.0.1' NOT NULL, dns varchar(255) DEFAULT '' NOT NULL, port varchar(64) DEFAULT '10050' NOT NULL, bulk integer DEFAULT '1' NOT NULL, PRIMARY KEY (interfaceid) ); CREATE INDEX interface_1 ON interface (hostid,type); CREATE INDEX interface_2 ON interface (ip,dns); CREATE TABLE valuemaps ( valuemapid bigint NOT NULL, name varchar(64) DEFAULT '' NOT NULL, PRIMARY KEY (valuemapid) ); CREATE UNIQUE INDEX valuemaps_1 ON valuemaps (name); CREATE TABLE items ( itemid bigint NOT NULL, type integer DEFAULT '0' NOT NULL, snmp_community varchar(64) DEFAULT '' NOT NULL, snmp_oid varchar(512) DEFAULT '' NOT NULL, hostid bigint NOT NULL REFERENCES hosts (hostid) ON DELETE CASCADE, name varchar(255) DEFAULT '' NOT NULL, key_ varchar(255) DEFAULT '' NOT NULL, delay varchar(1024) DEFAULT '0' NOT NULL, history varchar(255) DEFAULT '90d' NOT NULL, trends varchar(255) DEFAULT '365d' NOT NULL, status integer DEFAULT '0' NOT NULL, value_type integer DEFAULT '0' NOT NULL, trapper_hosts varchar(255) DEFAULT '' NOT NULL, units varchar(255) DEFAULT '' NOT NULL, snmpv3_securityname varchar(64) DEFAULT '' NOT NULL, snmpv3_securitylevel integer DEFAULT '0' NOT NULL, snmpv3_authpassphrase varchar(64) DEFAULT '' NOT NULL, snmpv3_privpassphrase varchar(64) DEFAULT '' NOT NULL, formula varchar(255) DEFAULT '' NOT NULL, error varchar(2048) DEFAULT '' NOT NULL, lastlogsize bigint DEFAULT '0' NOT NULL, logtimefmt varchar(64) DEFAULT '' NOT NULL, templateid bigint NULL REFERENCES items (itemid) ON DELETE CASCADE, valuemapid bigint NULL REFERENCES valuemaps (valuemapid), params text DEFAULT '' NOT NULL, ipmi_sensor varchar(128) DEFAULT '' NOT NULL, authtype integer DEFAULT '0' NOT NULL, username varchar(64) DEFAULT '' NOT NULL, password varchar(64) DEFAULT '' NOT NULL, publickey varchar(64) DEFAULT '' NOT NULL, privatekey varchar(64) DEFAULT '' NOT NULL, mtime integer DEFAULT '0' NOT NULL, flags integer DEFAULT '0' NOT NULL, interfaceid bigint NULL REFERENCES interface (interfaceid), port varchar(64) DEFAULT '' NOT NULL, description text DEFAULT '' NOT NULL, inventory_link integer DEFAULT '0' NOT NULL, lifetime varchar(255) DEFAULT '30d' NOT NULL, snmpv3_authprotocol integer DEFAULT '0' NOT NULL, snmpv3_privprotocol integer DEFAULT '0' NOT NULL, state integer DEFAULT '0' NOT NULL, snmpv3_contextname varchar(255) DEFAULT '' NOT NULL, evaltype integer DEFAULT '0' NOT NULL, jmx_endpoint varchar(255) DEFAULT '' NOT NULL, master_itemid bigint NULL REFERENCES items (itemid) ON DELETE CASCADE, timeout varchar(255) DEFAULT '3s' NOT NULL, url varchar(2048) DEFAULT '' NOT NULL, query_fields varchar(2048) DEFAULT '' NOT NULL, posts text DEFAULT '' NOT NULL, status_codes varchar(255) DEFAULT '200' NOT NULL, follow_redirects integer DEFAULT '1' NOT NULL, post_type integer DEFAULT '0' NOT NULL, http_proxy varchar(255) DEFAULT '' NOT NULL, headers text DEFAULT '' NOT NULL, retrieve_mode integer DEFAULT '0' NOT NULL, request_method integer DEFAULT '0' NOT NULL, output_format integer DEFAULT '0' NOT NULL, ssl_cert_file varchar(255) DEFAULT '' NOT NULL, ssl_key_file varchar(255) DEFAULT '' NOT NULL, ssl_key_password varchar(64) DEFAULT '' NOT NULL, verify_peer integer DEFAULT '0' NOT NULL, verify_host integer DEFAULT '0' NOT NULL, allow_traps integer DEFAULT '0' NOT NULL, PRIMARY KEY (itemid) ); CREATE UNIQUE INDEX items_1 ON items (hostid,key_); CREATE INDEX items_3 ON items (status); CREATE INDEX items_4 ON items (templateid); CREATE INDEX items_5 ON items (valuemapid); CREATE INDEX items_6 ON items (interfaceid); CREATE INDEX items_7 ON items (master_itemid); CREATE TABLE httpstepitem ( httpstepitemid bigint NOT NULL, httpstepid bigint NOT NULL REFERENCES httpstep (httpstepid) ON DELETE CASCADE, itemid bigint NOT NULL REFERENCES items (itemid) ON DELETE CASCADE, type integer DEFAULT '0' NOT NULL, PRIMARY KEY (httpstepitemid) ); CREATE UNIQUE INDEX httpstepitem_1 ON httpstepitem (httpstepid,itemid); CREATE INDEX httpstepitem_2 ON httpstepitem (itemid); CREATE TABLE httptestitem ( httptestitemid bigint NOT NULL, httptestid bigint NOT NULL REFERENCES httptest (httptestid) ON DELETE CASCADE, itemid bigint NOT NULL REFERENCES items (itemid) ON DELETE CASCADE, type integer DEFAULT '0' NOT NULL, PRIMARY KEY (httptestitemid) ); CREATE UNIQUE INDEX httptestitem_1 ON httptestitem (httptestid,itemid); CREATE INDEX httptestitem_2 ON httptestitem (itemid); CREATE TABLE media_type ( mediatypeid bigint NOT NULL, type integer DEFAULT '0' NOT NULL, description varchar(100) DEFAULT '' NOT NULL, smtp_server varchar(255) DEFAULT '' NOT NULL, smtp_helo varchar(255) DEFAULT '' NOT NULL, smtp_email varchar(255) DEFAULT '' NOT NULL, exec_path varchar(255) DEFAULT '' NOT NULL, gsm_modem varchar(255) DEFAULT '' NOT NULL, username varchar(255) DEFAULT '' NOT NULL, passwd varchar(255) DEFAULT '' NOT NULL, status integer DEFAULT '0' NOT NULL, smtp_port integer DEFAULT '25' NOT NULL, smtp_security integer DEFAULT '0' NOT NULL, smtp_verify_peer integer DEFAULT '0' NOT NULL, smtp_verify_host integer DEFAULT '0' NOT NULL, smtp_authentication integer DEFAULT '0' NOT NULL, exec_params varchar(255) DEFAULT '' NOT NULL, maxsessions integer DEFAULT '1' NOT NULL, maxattempts integer DEFAULT '3' NOT NULL, attempt_interval varchar(32) DEFAULT '10s' NOT NULL, PRIMARY KEY (mediatypeid) ); CREATE UNIQUE INDEX media_type_1 ON media_type (description); CREATE TABLE usrgrp ( usrgrpid bigint NOT NULL, name varchar(64) DEFAULT '' NOT NULL, gui_access integer DEFAULT '0' NOT NULL, users_status integer DEFAULT '0' NOT NULL, debug_mode integer DEFAULT '0' NOT NULL, PRIMARY KEY (usrgrpid) ); CREATE UNIQUE INDEX usrgrp_1 ON usrgrp (name); CREATE TABLE users_groups ( id bigint NOT NULL, usrgrpid bigint NOT NULL REFERENCES usrgrp (usrgrpid) ON DELETE CASCADE, userid bigint NOT NULL REFERENCES users (userid) ON DELETE CASCADE, PRIMARY KEY (id) ); CREATE UNIQUE INDEX users_groups_1 ON users_groups (usrgrpid,userid); CREATE INDEX users_groups_2 ON users_groups (userid); CREATE TABLE scripts ( scriptid bigint NOT NULL, name varchar(255) DEFAULT '' NOT NULL, command varchar(255) DEFAULT '' NOT NULL, host_access integer DEFAULT '2' NOT NULL, usrgrpid bigint NULL REFERENCES usrgrp (usrgrpid), groupid bigint NULL REFERENCES hstgrp (groupid), description text DEFAULT '' NOT NULL, confirmation varchar(255) DEFAULT '' NOT NULL, type integer DEFAULT '0' NOT NULL, execute_on integer DEFAULT '2' NOT NULL, PRIMARY KEY (scriptid) ); CREATE INDEX scripts_1 ON scripts (usrgrpid); CREATE INDEX scripts_2 ON scripts (groupid); CREATE UNIQUE INDEX scripts_3 ON scripts (name); CREATE TABLE actions ( actionid bigint NOT NULL, name varchar(255) DEFAULT '' NOT NULL, eventsource integer DEFAULT '0' NOT NULL, evaltype integer DEFAULT '0' NOT NULL, status integer DEFAULT '0' NOT NULL, esc_period varchar(255) DEFAULT '1h' NOT NULL, def_shortdata varchar(255) DEFAULT '' NOT NULL, def_longdata text DEFAULT '' NOT NULL, r_shortdata varchar(255) DEFAULT '' NOT NULL, r_longdata text DEFAULT '' NOT NULL, formula varchar(255) DEFAULT '' NOT NULL, pause_suppressed integer DEFAULT '1' NOT NULL, ack_shortdata varchar(255) DEFAULT '' NOT NULL, ack_longdata text DEFAULT '' NOT NULL, PRIMARY KEY (actionid) ); CREATE INDEX actions_1 ON actions (eventsource,status); CREATE UNIQUE INDEX actions_2 ON actions (name); CREATE TABLE operations ( operationid bigint NOT NULL, actionid bigint NOT NULL REFERENCES actions (actionid) ON DELETE CASCADE, operationtype integer DEFAULT '0' NOT NULL, esc_period varchar(255) DEFAULT '0' NOT NULL, esc_step_from integer DEFAULT '1' NOT NULL, esc_step_to integer DEFAULT '1' NOT NULL, evaltype integer DEFAULT '0' NOT NULL, recovery integer DEFAULT '0' NOT NULL, PRIMARY KEY (operationid) ); CREATE INDEX operations_1 ON operations (actionid); CREATE TABLE opmessage ( operationid bigint NOT NULL REFERENCES operations (operationid) ON DELETE CASCADE, default_msg integer DEFAULT '0' NOT NULL, subject varchar(255) DEFAULT '' NOT NULL, message text DEFAULT '' NOT NULL, mediatypeid bigint NULL REFERENCES media_type (mediatypeid), PRIMARY KEY (operationid) ); CREATE INDEX opmessage_1 ON opmessage (mediatypeid); CREATE TABLE opmessage_grp ( opmessage_grpid bigint NOT NULL, operationid bigint NOT NULL REFERENCES operations (operationid) ON DELETE CASCADE, usrgrpid bigint NOT NULL REFERENCES usrgrp (usrgrpid), PRIMARY KEY (opmessage_grpid) ); CREATE UNIQUE INDEX opmessage_grp_1 ON opmessage_grp (operationid,usrgrpid); CREATE INDEX opmessage_grp_2 ON opmessage_grp (usrgrpid); CREATE TABLE opmessage_usr ( opmessage_usrid bigint NOT NULL, operationid bigint NOT NULL REFERENCES operations (operationid) ON DELETE CASCADE, userid bigint NOT NULL REFERENCES users (userid), PRIMARY KEY (opmessage_usrid) ); CREATE UNIQUE INDEX opmessage_usr_1 ON opmessage_usr (operationid,userid); CREATE INDEX opmessage_usr_2 ON opmessage_usr (userid); CREATE TABLE opcommand ( operationid bigint NOT NULL REFERENCES operations (operationid) ON DELETE CASCADE, type integer DEFAULT '0' NOT NULL, scriptid bigint NULL REFERENCES scripts (scriptid), execute_on integer DEFAULT '0' NOT NULL, port varchar(64) DEFAULT '' NOT NULL, authtype integer DEFAULT '0' NOT NULL, username varchar(64) DEFAULT '' NOT NULL, password varchar(64) DEFAULT '' NOT NULL, publickey varchar(64) DEFAULT '' NOT NULL, privatekey varchar(64) DEFAULT '' NOT NULL, command text DEFAULT '' NOT NULL, PRIMARY KEY (operationid) ); CREATE INDEX opcommand_1 ON opcommand (scriptid); CREATE TABLE opcommand_hst ( opcommand_hstid bigint NOT NULL, operationid bigint NOT NULL REFERENCES operations (operationid) ON DELETE CASCADE, hostid bigint NULL REFERENCES hosts (hostid), PRIMARY KEY (opcommand_hstid) ); CREATE INDEX opcommand_hst_1 ON opcommand_hst (operationid); CREATE INDEX opcommand_hst_2 ON opcommand_hst (hostid); CREATE TABLE opcommand_grp ( opcommand_grpid bigint NOT NULL, operationid bigint NOT NULL REFERENCES operations (operationid) ON DELETE CASCADE, groupid bigint NOT NULL REFERENCES hstgrp (groupid), PRIMARY KEY (opcommand_grpid) ); CREATE INDEX opcommand_grp_1 ON opcommand_grp (operationid); CREATE INDEX opcommand_grp_2 ON opcommand_grp (groupid); CREATE TABLE opgroup ( opgroupid bigint NOT NULL, operationid bigint NOT NULL REFERENCES operations (operationid) ON DELETE CASCADE, groupid bigint NOT NULL REFERENCES hstgrp (groupid), PRIMARY KEY (opgroupid) ); CREATE UNIQUE INDEX opgroup_1 ON opgroup (operationid,groupid); CREATE INDEX opgroup_2 ON opgroup (groupid); CREATE TABLE optemplate ( optemplateid bigint NOT NULL, operationid bigint NOT NULL REFERENCES operations (operationid) ON DELETE CASCADE, templateid bigint NOT NULL REFERENCES hosts (hostid), PRIMARY KEY (optemplateid) ); CREATE UNIQUE INDEX optemplate_1 ON optemplate (operationid,templateid); CREATE INDEX optemplate_2 ON optemplate (templateid); CREATE TABLE opconditions ( opconditionid bigint NOT NULL, operationid bigint NOT NULL REFERENCES operations (operationid) ON DELETE CASCADE, conditiontype integer DEFAULT '0' NOT NULL, operator integer DEFAULT '0' NOT NULL, value varchar(255) DEFAULT '' NOT NULL, PRIMARY KEY (opconditionid) ); CREATE INDEX opconditions_1 ON opconditions (operationid); CREATE TABLE conditions ( conditionid bigint NOT NULL, actionid bigint NOT NULL REFERENCES actions (actionid) ON DELETE CASCADE, conditiontype integer DEFAULT '0' NOT NULL, operator integer DEFAULT '0' NOT NULL, value varchar(255) DEFAULT '' NOT NULL, value2 varchar(255) DEFAULT '' NOT NULL, PRIMARY KEY (conditionid) ); CREATE INDEX conditions_1 ON conditions (actionid); CREATE TABLE config ( configid bigint NOT NULL, refresh_unsupported varchar(32) DEFAULT '10m' NOT NULL, work_period varchar(255) DEFAULT '1-5,09:00-18:00' NOT NULL, alert_usrgrpid bigint NULL REFERENCES usrgrp (usrgrpid), default_theme varchar(128) DEFAULT 'blue-theme' NOT NULL, authentication_type integer DEFAULT '0' NOT NULL, ldap_host varchar(255) DEFAULT '' NOT NULL, ldap_port integer DEFAULT 389 NOT NULL, ldap_base_dn varchar(255) DEFAULT '' NOT NULL, ldap_bind_dn varchar(255) DEFAULT '' NOT NULL, ldap_bind_password varchar(128) DEFAULT '' NOT NULL, ldap_search_attribute varchar(128) DEFAULT '' NOT NULL, dropdown_first_entry integer DEFAULT '1' NOT NULL, dropdown_first_remember integer DEFAULT '1' NOT NULL, discovery_groupid bigint NOT NULL REFERENCES hstgrp (groupid), max_in_table integer DEFAULT '50' NOT NULL, search_limit integer DEFAULT '1000' NOT NULL, severity_color_0 varchar(6) DEFAULT '97AAB3' NOT NULL, severity_color_1 varchar(6) DEFAULT '7499FF' NOT NULL, severity_color_2 varchar(6) DEFAULT 'FFC859' NOT NULL, severity_color_3 varchar(6) DEFAULT 'FFA059' NOT NULL, severity_color_4 varchar(6) DEFAULT 'E97659' NOT NULL, severity_color_5 varchar(6) DEFAULT 'E45959' NOT NULL, severity_name_0 varchar(32) DEFAULT 'Not classified' NOT NULL, severity_name_1 varchar(32) DEFAULT 'Information' NOT NULL, severity_name_2 varchar(32) DEFAULT 'Warning' NOT NULL, severity_name_3 varchar(32) DEFAULT 'Average' NOT NULL, severity_name_4 varchar(32) DEFAULT 'High' NOT NULL, severity_name_5 varchar(32) DEFAULT 'Disaster' NOT NULL, ok_period varchar(32) DEFAULT '5m' NOT NULL, blink_period varchar(32) DEFAULT '2m' NOT NULL, problem_unack_color varchar(6) DEFAULT 'CC0000' NOT NULL, problem_ack_color varchar(6) DEFAULT 'CC0000' NOT NULL, ok_unack_color varchar(6) DEFAULT '009900' NOT NULL, ok_ack_color varchar(6) DEFAULT '009900' NOT NULL, problem_unack_style integer DEFAULT '1' NOT NULL, problem_ack_style integer DEFAULT '1' NOT NULL, ok_unack_style integer DEFAULT '1' NOT NULL, ok_ack_style integer DEFAULT '1' NOT NULL, snmptrap_logging integer DEFAULT '1' NOT NULL, server_check_interval integer DEFAULT '10' NOT NULL, hk_events_mode integer DEFAULT '1' NOT NULL, hk_events_trigger varchar(32) DEFAULT '365d' NOT NULL, hk_events_internal varchar(32) DEFAULT '1d' NOT NULL, hk_events_discovery varchar(32) DEFAULT '1d' NOT NULL, hk_events_autoreg varchar(32) DEFAULT '1d' NOT NULL, hk_services_mode integer DEFAULT '1' NOT NULL, hk_services varchar(32) DEFAULT '365d' NOT NULL, hk_audit_mode integer DEFAULT '1' NOT NULL, hk_audit varchar(32) DEFAULT '365d' NOT NULL, hk_sessions_mode integer DEFAULT '1' NOT NULL, hk_sessions varchar(32) DEFAULT '365d' NOT NULL, hk_history_mode integer DEFAULT '1' NOT NULL, hk_history_global integer DEFAULT '0' NOT NULL, hk_history varchar(32) DEFAULT '90d' NOT NULL, hk_trends_mode integer DEFAULT '1' NOT NULL, hk_trends_global integer DEFAULT '0' NOT NULL, hk_trends varchar(32) DEFAULT '365d' NOT NULL, default_inventory_mode integer DEFAULT '-1' NOT NULL, custom_color integer DEFAULT '0' NOT NULL, http_auth_enabled integer DEFAULT '0' NOT NULL, http_login_form integer DEFAULT '0' NOT NULL, http_strip_domains varchar(2048) DEFAULT '' NOT NULL, http_case_sensitive integer DEFAULT '1' NOT NULL, ldap_configured integer DEFAULT '0' NOT NULL, ldap_case_sensitive integer DEFAULT '1' NOT NULL, PRIMARY KEY (configid) ); CREATE INDEX config_1 ON config (alert_usrgrpid); CREATE INDEX config_2 ON config (discovery_groupid); CREATE TABLE triggers ( triggerid bigint NOT NULL, expression varchar(2048) DEFAULT '' NOT NULL, description varchar(255) DEFAULT '' NOT NULL, url varchar(255) DEFAULT '' NOT NULL, status integer DEFAULT '0' NOT NULL, value integer DEFAULT '0' NOT NULL, priority integer DEFAULT '0' NOT NULL, lastchange integer DEFAULT '0' NOT NULL, comments text DEFAULT '' NOT NULL, error varchar(2048) DEFAULT '' NOT NULL, templateid bigint NULL REFERENCES triggers (triggerid) ON DELETE CASCADE, type integer DEFAULT '0' NOT NULL, state integer DEFAULT '0' NOT NULL, flags integer DEFAULT '0' NOT NULL, recovery_mode integer DEFAULT '0' NOT NULL, recovery_expression varchar(2048) DEFAULT '' NOT NULL, correlation_mode integer DEFAULT '0' NOT NULL, correlation_tag varchar(255) DEFAULT '' NOT NULL, manual_close integer DEFAULT '0' NOT NULL, PRIMARY KEY (triggerid) ); CREATE INDEX triggers_1 ON triggers (status); CREATE INDEX triggers_2 ON triggers (value,lastchange); CREATE INDEX triggers_3 ON triggers (templateid); CREATE TABLE trigger_depends ( triggerdepid bigint NOT NULL, triggerid_down bigint NOT NULL REFERENCES triggers (triggerid) ON DELETE CASCADE, triggerid_up bigint NOT NULL REFERENCES triggers (triggerid) ON DELETE CASCADE, PRIMARY KEY (triggerdepid) ); CREATE UNIQUE INDEX trigger_depends_1 ON trigger_depends (triggerid_down,triggerid_up); CREATE INDEX trigger_depends_2 ON trigger_depends (triggerid_up); CREATE TABLE functions ( functionid bigint NOT NULL, itemid bigint NOT NULL REFERENCES items (itemid) ON DELETE CASCADE, triggerid bigint NOT NULL REFERENCES triggers (triggerid) ON DELETE CASCADE, name varchar(12) DEFAULT '' NOT NULL, parameter varchar(255) DEFAULT '0' NOT NULL, PRIMARY KEY (functionid) ); CREATE INDEX functions_1 ON functions (triggerid); CREATE INDEX functions_2 ON functions (itemid,name,parameter); CREATE TABLE graphs ( graphid bigint NOT NULL, name varchar(128) DEFAULT '' NOT NULL, width integer DEFAULT '900' NOT NULL, height integer DEFAULT '200' NOT NULL, yaxismin double(16,4) DEFAULT '0' NOT NULL, yaxismax double(16,4) DEFAULT '100' NOT NULL, templateid bigint NULL REFERENCES graphs (graphid) ON DELETE CASCADE, show_work_period integer DEFAULT '1' NOT NULL, show_triggers integer DEFAULT '1' NOT NULL, graphtype integer DEFAULT '0' NOT NULL, show_legend integer DEFAULT '1' NOT NULL, show_3d integer DEFAULT '0' NOT NULL, percent_left double(16,4) DEFAULT '0' NOT NULL, percent_right double(16,4) DEFAULT '0' NOT NULL, ymin_type integer DEFAULT '0' NOT NULL, ymax_type integer DEFAULT '0' NOT NULL, ymin_itemid bigint NULL REFERENCES items (itemid), ymax_itemid bigint NULL REFERENCES items (itemid), flags integer DEFAULT '0' NOT NULL, PRIMARY KEY (graphid) ); CREATE INDEX graphs_1 ON graphs (name); CREATE INDEX graphs_2 ON graphs (templateid); CREATE INDEX graphs_3 ON graphs (ymin_itemid); CREATE INDEX graphs_4 ON graphs (ymax_itemid); CREATE TABLE graphs_items ( gitemid bigint NOT NULL, graphid bigint NOT NULL REFERENCES graphs (graphid) ON DELETE CASCADE, itemid bigint NOT NULL REFERENCES items (itemid) ON DELETE CASCADE, drawtype integer DEFAULT '0' NOT NULL, sortorder integer DEFAULT '0' NOT NULL, color varchar(6) DEFAULT '009600' NOT NULL, yaxisside integer DEFAULT '0' NOT NULL, calc_fnc integer DEFAULT '2' NOT NULL, type integer DEFAULT '0' NOT NULL, PRIMARY KEY (gitemid) ); CREATE INDEX graphs_items_1 ON graphs_items (itemid); CREATE INDEX graphs_items_2 ON graphs_items (graphid); CREATE TABLE graph_theme ( graphthemeid bigint NOT NULL, theme varchar(64) DEFAULT '' NOT NULL, backgroundcolor varchar(6) DEFAULT '' NOT NULL, graphcolor varchar(6) DEFAULT '' NOT NULL, gridcolor varchar(6) DEFAULT '' NOT NULL, maingridcolor varchar(6) DEFAULT '' NOT NULL, gridbordercolor varchar(6) DEFAULT '' NOT NULL, textcolor varchar(6) DEFAULT '' NOT NULL, highlightcolor varchar(6) DEFAULT '' NOT NULL, leftpercentilecolor varchar(6) DEFAULT '' NOT NULL, rightpercentilecolor varchar(6) DEFAULT '' NOT NULL, nonworktimecolor varchar(6) DEFAULT '' NOT NULL, colorpalette varchar(255) DEFAULT '' NOT NULL, PRIMARY KEY (graphthemeid) ); CREATE UNIQUE INDEX graph_theme_1 ON graph_theme (theme); CREATE TABLE globalmacro ( globalmacroid bigint NOT NULL, macro varchar(255) DEFAULT '' NOT NULL, value varchar(255) DEFAULT '' NOT NULL, PRIMARY KEY (globalmacroid) ); CREATE UNIQUE INDEX globalmacro_1 ON globalmacro (macro); CREATE TABLE hostmacro ( hostmacroid bigint NOT NULL, hostid bigint NOT NULL REFERENCES hosts (hostid) ON DELETE CASCADE, macro varchar(255) DEFAULT '' NOT NULL, value varchar(255) DEFAULT '' NOT NULL, PRIMARY KEY (hostmacroid) ); CREATE UNIQUE INDEX hostmacro_1 ON hostmacro (hostid,macro); CREATE TABLE hosts_groups ( hostgroupid bigint NOT NULL, hostid bigint NOT NULL REFERENCES hosts (hostid) ON DELETE CASCADE, groupid bigint NOT NULL REFERENCES hstgrp (groupid) ON DELETE CASCADE, PRIMARY KEY (hostgroupid) ); CREATE UNIQUE INDEX hosts_groups_1 ON hosts_groups (hostid,groupid); CREATE INDEX hosts_groups_2 ON hosts_groups (groupid); CREATE TABLE hosts_templates ( hosttemplateid bigint NOT NULL, hostid bigint NOT NULL REFERENCES hosts (hostid) ON DELETE CASCADE, templateid bigint NOT NULL REFERENCES hosts (hostid) ON DELETE CASCADE, PRIMARY KEY (hosttemplateid) ); CREATE UNIQUE INDEX hosts_templates_1 ON hosts_templates (hostid,templateid); CREATE INDEX hosts_templates_2 ON hosts_templates (templateid); CREATE TABLE items_applications ( itemappid bigint NOT NULL, applicationid bigint NOT NULL REFERENCES applications (applicationid) ON DELETE CASCADE, itemid bigint NOT NULL REFERENCES items (itemid) ON DELETE CASCADE, PRIMARY KEY (itemappid) ); CREATE UNIQUE INDEX items_applications_1 ON items_applications (applicationid,itemid); CREATE INDEX items_applications_2 ON items_applications (itemid); CREATE TABLE mappings ( mappingid bigint NOT NULL, valuemapid bigint NOT NULL REFERENCES valuemaps (valuemapid) ON DELETE CASCADE, value varchar(64) DEFAULT '' NOT NULL, newvalue varchar(64) DEFAULT '' NOT NULL, PRIMARY KEY (mappingid) ); CREATE INDEX mappings_1 ON mappings (valuemapid); CREATE TABLE media ( mediaid bigint NOT NULL, userid bigint NOT NULL REFERENCES users (userid) ON DELETE CASCADE, mediatypeid bigint NOT NULL REFERENCES media_type (mediatypeid) ON DELETE CASCADE, sendto varchar(1024) DEFAULT '' NOT NULL, active integer DEFAULT '0' NOT NULL, severity integer DEFAULT '63' NOT NULL, period varchar(1024) DEFAULT '1-7,00:00-24:00' NOT NULL, PRIMARY KEY (mediaid) ); CREATE INDEX media_1 ON media (userid); CREATE INDEX media_2 ON media (mediatypeid); CREATE TABLE rights ( rightid bigint NOT NULL, groupid bigint NOT NULL REFERENCES usrgrp (usrgrpid) ON DELETE CASCADE, permission integer DEFAULT '0' NOT NULL, id bigint NOT NULL REFERENCES hstgrp (groupid) ON DELETE CASCADE, PRIMARY KEY (rightid) ); CREATE INDEX rights_1 ON rights (groupid); CREATE INDEX rights_2 ON rights (id); CREATE TABLE services ( serviceid bigint NOT NULL, name varchar(128) DEFAULT '' NOT NULL, status integer DEFAULT '0' NOT NULL, algorithm integer DEFAULT '0' NOT NULL, triggerid bigint NULL REFERENCES triggers (triggerid) ON DELETE CASCADE, showsla integer DEFAULT '0' NOT NULL, goodsla double(16,4) DEFAULT '99.9' NOT NULL, sortorder integer DEFAULT '0' NOT NULL, PRIMARY KEY (serviceid) ); CREATE INDEX services_1 ON services (triggerid); CREATE TABLE services_links ( linkid bigint NOT NULL, serviceupid bigint NOT NULL REFERENCES services (serviceid) ON DELETE CASCADE, servicedownid bigint NOT NULL REFERENCES services (serviceid) ON DELETE CASCADE, soft integer DEFAULT '0' NOT NULL, PRIMARY KEY (linkid) ); CREATE INDEX services_links_1 ON services_links (servicedownid); CREATE UNIQUE INDEX services_links_2 ON services_links (serviceupid,servicedownid); CREATE TABLE services_times ( timeid bigint NOT NULL, serviceid bigint NOT NULL REFERENCES services (serviceid) ON DELETE CASCADE, type integer DEFAULT '0' NOT NULL, ts_from integer DEFAULT '0' NOT NULL, ts_to integer DEFAULT '0' NOT NULL, note varchar(255) DEFAULT '' NOT NULL, PRIMARY KEY (timeid) ); CREATE INDEX services_times_1 ON services_times (serviceid,type,ts_from,ts_to); CREATE TABLE icon_map ( iconmapid bigint NOT NULL, name varchar(64) DEFAULT '' NOT NULL, default_iconid bigint NOT NULL REFERENCES images (imageid), PRIMARY KEY (iconmapid) ); CREATE UNIQUE INDEX icon_map_1 ON icon_map (name); CREATE INDEX icon_map_2 ON icon_map (default_iconid); CREATE TABLE icon_mapping ( iconmappingid bigint NOT NULL, iconmapid bigint NOT NULL REFERENCES icon_map (iconmapid) ON DELETE CASCADE, iconid bigint NOT NULL REFERENCES images (imageid), inventory_link integer DEFAULT '0' NOT NULL, expression varchar(64) DEFAULT '' NOT NULL, sortorder integer DEFAULT '0' NOT NULL, PRIMARY KEY (iconmappingid) ); CREATE INDEX icon_mapping_1 ON icon_mapping (iconmapid); CREATE INDEX icon_mapping_2 ON icon_mapping (iconid); CREATE TABLE sysmaps ( sysmapid bigint NOT NULL, name varchar(128) DEFAULT '' NOT NULL, width integer DEFAULT '600' NOT NULL, height integer DEFAULT '400' NOT NULL, backgroundid bigint NULL REFERENCES images (imageid), label_type integer DEFAULT '2' NOT NULL, label_location integer DEFAULT '0' NOT NULL, highlight integer DEFAULT '1' NOT NULL, expandproblem integer DEFAULT '1' NOT NULL, markelements integer DEFAULT '0' NOT NULL, show_unack integer DEFAULT '0' NOT NULL, grid_size integer DEFAULT '50' NOT NULL, grid_show integer DEFAULT '1' NOT NULL, grid_align integer DEFAULT '1' NOT NULL, label_format integer DEFAULT '0' NOT NULL, label_type_host integer DEFAULT '2' NOT NULL, label_type_hostgroup integer DEFAULT '2' NOT NULL, label_type_trigger integer DEFAULT '2' NOT NULL, label_type_map integer DEFAULT '2' NOT NULL, label_type_image integer DEFAULT '2' NOT NULL, label_string_host varchar(255) DEFAULT '' NOT NULL, label_string_hostgroup varchar(255) DEFAULT '' NOT NULL, label_string_trigger varchar(255) DEFAULT '' NOT NULL, label_string_map varchar(255) DEFAULT '' NOT NULL, label_string_image varchar(255) DEFAULT '' NOT NULL, iconmapid bigint NULL REFERENCES icon_map (iconmapid), expand_macros integer DEFAULT '0' NOT NULL, severity_min integer DEFAULT '0' NOT NULL, userid bigint NOT NULL REFERENCES users (userid), private integer DEFAULT '1' NOT NULL, show_suppressed integer DEFAULT '0' NOT NULL, PRIMARY KEY (sysmapid) ); CREATE UNIQUE INDEX sysmaps_1 ON sysmaps (name); CREATE INDEX sysmaps_2 ON sysmaps (backgroundid); CREATE INDEX sysmaps_3 ON sysmaps (iconmapid); CREATE TABLE sysmaps_elements ( selementid bigint NOT NULL, sysmapid bigint NOT NULL REFERENCES sysmaps (sysmapid) ON DELETE CASCADE, elementid bigint DEFAULT '0' NOT NULL, elementtype integer DEFAULT '0' NOT NULL, iconid_off bigint NULL REFERENCES images (imageid), iconid_on bigint NULL REFERENCES images (imageid), label varchar(2048) DEFAULT '' NOT NULL, label_location integer DEFAULT '-1' NOT NULL, x integer DEFAULT '0' NOT NULL, y integer DEFAULT '0' NOT NULL, iconid_disabled bigint NULL REFERENCES images (imageid), iconid_maintenance bigint NULL REFERENCES images (imageid), elementsubtype integer DEFAULT '0' NOT NULL, areatype integer DEFAULT '0' NOT NULL, width integer DEFAULT '200' NOT NULL, height integer DEFAULT '200' NOT NULL, viewtype integer DEFAULT '0' NOT NULL, use_iconmap integer DEFAULT '1' NOT NULL, application varchar(255) DEFAULT '' NOT NULL, PRIMARY KEY (selementid) ); CREATE INDEX sysmaps_elements_1 ON sysmaps_elements (sysmapid); CREATE INDEX sysmaps_elements_2 ON sysmaps_elements (iconid_off); CREATE INDEX sysmaps_elements_3 ON sysmaps_elements (iconid_on); CREATE INDEX sysmaps_elements_4 ON sysmaps_elements (iconid_disabled); CREATE INDEX sysmaps_elements_5 ON sysmaps_elements (iconid_maintenance); CREATE TABLE sysmaps_links ( linkid bigint NOT NULL, sysmapid bigint NOT NULL REFERENCES sysmaps (sysmapid) ON DELETE CASCADE, selementid1 bigint NOT NULL REFERENCES sysmaps_elements (selementid) ON DELETE CASCADE, selementid2 bigint NOT NULL REFERENCES sysmaps_elements (selementid) ON DELETE CASCADE, drawtype integer DEFAULT '0' NOT NULL, color varchar(6) DEFAULT '000000' NOT NULL, label varchar(2048) DEFAULT '' NOT NULL, PRIMARY KEY (linkid) ); CREATE INDEX sysmaps_links_1 ON sysmaps_links (sysmapid); CREATE INDEX sysmaps_links_2 ON sysmaps_links (selementid1); CREATE INDEX sysmaps_links_3 ON sysmaps_links (selementid2); CREATE TABLE sysmaps_link_triggers ( linktriggerid bigint NOT NULL, linkid bigint NOT NULL REFERENCES sysmaps_links (linkid) ON DELETE CASCADE, triggerid bigint NOT NULL REFERENCES triggers (triggerid) ON DELETE CASCADE, drawtype integer DEFAULT '0' NOT NULL, color varchar(6) DEFAULT '000000' NOT NULL, PRIMARY KEY (linktriggerid) ); CREATE UNIQUE INDEX sysmaps_link_triggers_1 ON sysmaps_link_triggers (linkid,triggerid); CREATE INDEX sysmaps_link_triggers_2 ON sysmaps_link_triggers (triggerid); CREATE TABLE sysmap_element_url ( sysmapelementurlid bigint NOT NULL, selementid bigint NOT NULL REFERENCES sysmaps_elements (selementid) ON DELETE CASCADE, name varchar(255) NOT NULL, url varchar(255) DEFAULT '' NOT NULL, PRIMARY KEY (sysmapelementurlid) ); CREATE UNIQUE INDEX sysmap_element_url_1 ON sysmap_element_url (selementid,name); CREATE TABLE sysmap_url ( sysmapurlid bigint NOT NULL, sysmapid bigint NOT NULL REFERENCES sysmaps (sysmapid) ON DELETE CASCADE, name varchar(255) NOT NULL, url varchar(255) DEFAULT '' NOT NULL, elementtype integer DEFAULT '0' NOT NULL, PRIMARY KEY (sysmapurlid) ); CREATE UNIQUE INDEX sysmap_url_1 ON sysmap_url (sysmapid,name); CREATE TABLE sysmap_user ( sysmapuserid bigint NOT NULL, sysmapid bigint NOT NULL REFERENCES sysmaps (sysmapid) ON DELETE CASCADE, userid bigint NOT NULL REFERENCES users (userid) ON DELETE CASCADE, permission integer DEFAULT '2' NOT NULL, PRIMARY KEY (sysmapuserid) ); CREATE UNIQUE INDEX sysmap_user_1 ON sysmap_user (sysmapid,userid); CREATE TABLE sysmap_usrgrp ( sysmapusrgrpid bigint NOT NULL, sysmapid bigint NOT NULL REFERENCES sysmaps (sysmapid) ON DELETE CASCADE, usrgrpid bigint NOT NULL REFERENCES usrgrp (usrgrpid) ON DELETE CASCADE, permission integer DEFAULT '2' NOT NULL, PRIMARY KEY (sysmapusrgrpid) ); CREATE UNIQUE INDEX sysmap_usrgrp_1 ON sysmap_usrgrp (sysmapid,usrgrpid); CREATE TABLE maintenances_hosts ( maintenance_hostid bigint NOT NULL, maintenanceid bigint NOT NULL REFERENCES maintenances (maintenanceid) ON DELETE CASCADE, hostid bigint NOT NULL REFERENCES hosts (hostid) ON DELETE CASCADE, PRIMARY KEY (maintenance_hostid) ); CREATE UNIQUE INDEX maintenances_hosts_1 ON maintenances_hosts (maintenanceid,hostid); CREATE INDEX maintenances_hosts_2 ON maintenances_hosts (hostid); CREATE TABLE maintenances_groups ( maintenance_groupid bigint NOT NULL, maintenanceid bigint NOT NULL REFERENCES maintenances (maintenanceid) ON DELETE CASCADE, groupid bigint NOT NULL REFERENCES hstgrp (groupid) ON DELETE CASCADE, PRIMARY KEY (maintenance_groupid) ); CREATE UNIQUE INDEX maintenances_groups_1 ON maintenances_groups (maintenanceid,groupid); CREATE INDEX maintenances_groups_2 ON maintenances_groups (groupid); CREATE TABLE timeperiods ( timeperiodid bigint NOT NULL, timeperiod_type integer DEFAULT '0' NOT NULL, every integer DEFAULT '1' NOT NULL, month integer DEFAULT '0' NOT NULL, dayofweek integer DEFAULT '0' NOT NULL, day integer DEFAULT '0' NOT NULL, start_time integer DEFAULT '0' NOT NULL, period integer DEFAULT '0' NOT NULL, start_date integer DEFAULT '0' NOT NULL, PRIMARY KEY (timeperiodid) ); CREATE TABLE maintenances_windows ( maintenance_timeperiodid bigint NOT NULL, maintenanceid bigint NOT NULL REFERENCES maintenances (maintenanceid) ON DELETE CASCADE, timeperiodid bigint NOT NULL REFERENCES timeperiods (timeperiodid) ON DELETE CASCADE, PRIMARY KEY (maintenance_timeperiodid) ); CREATE UNIQUE INDEX maintenances_windows_1 ON maintenances_windows (maintenanceid,timeperiodid); CREATE INDEX maintenances_windows_2 ON maintenances_windows (timeperiodid); CREATE TABLE regexps ( regexpid bigint NOT NULL, name varchar(128) DEFAULT '' NOT NULL, test_string text DEFAULT '' NOT NULL, PRIMARY KEY (regexpid) ); CREATE UNIQUE INDEX regexps_1 ON regexps (name); CREATE TABLE expressions ( expressionid bigint NOT NULL, regexpid bigint NOT NULL REFERENCES regexps (regexpid) ON DELETE CASCADE, expression varchar(255) DEFAULT '' NOT NULL, expression_type integer DEFAULT '0' NOT NULL, exp_delimiter varchar(1) DEFAULT '' NOT NULL, case_sensitive integer DEFAULT '0' NOT NULL, PRIMARY KEY (expressionid) ); CREATE INDEX expressions_1 ON expressions (regexpid); CREATE TABLE ids ( table_name varchar(64) DEFAULT '' NOT NULL, field_name varchar(64) DEFAULT '' NOT NULL, nextid bigint NOT NULL, PRIMARY KEY (table_name,field_name) ); CREATE TABLE alerts ( alertid bigint NOT NULL, actionid bigint NOT NULL REFERENCES actions (actionid) ON DELETE CASCADE, eventid bigint NOT NULL REFERENCES events (eventid) ON DELETE CASCADE, userid bigint NULL REFERENCES users (userid) ON DELETE CASCADE, clock integer DEFAULT '0' NOT NULL, mediatypeid bigint NULL REFERENCES media_type (mediatypeid) ON DELETE CASCADE, sendto varchar(1024) DEFAULT '' NOT NULL, subject varchar(255) DEFAULT '' NOT NULL, message text DEFAULT '' NOT NULL, status integer DEFAULT '0' NOT NULL, retries integer DEFAULT '0' NOT NULL, error varchar(2048) DEFAULT '' NOT NULL, esc_step integer DEFAULT '0' NOT NULL, alerttype integer DEFAULT '0' NOT NULL, p_eventid bigint NULL REFERENCES events (eventid) ON DELETE CASCADE, acknowledgeid bigint NULL REFERENCES acknowledges (acknowledgeid) ON DELETE CASCADE, PRIMARY KEY (alertid) ); CREATE INDEX alerts_1 ON alerts (actionid); CREATE INDEX alerts_2 ON alerts (clock); CREATE INDEX alerts_3 ON alerts (eventid); CREATE INDEX alerts_4 ON alerts (status); CREATE INDEX alerts_5 ON alerts (mediatypeid); CREATE INDEX alerts_6 ON alerts (userid); CREATE INDEX alerts_7 ON alerts (p_eventid); CREATE TABLE history ( itemid bigint NOT NULL, clock integer DEFAULT '0' NOT NULL, value double(16,4) DEFAULT '0.0000' NOT NULL, ns integer DEFAULT '0' NOT NULL ); CREATE INDEX history_1 ON history (itemid,clock); CREATE TABLE history_uint ( itemid bigint NOT NULL, clock integer DEFAULT '0' NOT NULL, value bigint DEFAULT '0' NOT NULL, ns integer DEFAULT '0' NOT NULL ); CREATE INDEX history_uint_1 ON history_uint (itemid,clock); CREATE TABLE history_str ( itemid bigint NOT NULL, clock integer DEFAULT '0' NOT NULL, value varchar(255) DEFAULT '' NOT NULL, ns integer DEFAULT '0' NOT NULL ); CREATE INDEX history_str_1 ON history_str (itemid,clock); CREATE TABLE history_log ( itemid bigint NOT NULL, clock integer DEFAULT '0' NOT NULL, timestamp integer DEFAULT '0' NOT NULL, source varchar(64) DEFAULT '' NOT NULL, severity integer DEFAULT '0' NOT NULL, value text DEFAULT '' NOT NULL, logeventid integer DEFAULT '0' NOT NULL, ns integer DEFAULT '0' NOT NULL ); CREATE INDEX history_log_1 ON history_log (itemid,clock); CREATE TABLE history_text ( itemid bigint NOT NULL, clock integer DEFAULT '0' NOT NULL, value text DEFAULT '' NOT NULL, ns integer DEFAULT '0' NOT NULL ); CREATE INDEX history_text_1 ON history_text (itemid,clock); CREATE TABLE proxy_history ( id integer NOT NULL PRIMARY KEY AUTOINCREMENT, itemid bigint NOT NULL, clock integer DEFAULT '0' NOT NULL, timestamp integer DEFAULT '0' NOT NULL, source varchar(64) DEFAULT '' NOT NULL, severity integer DEFAULT '0' NOT NULL, value text DEFAULT '' NOT NULL, logeventid integer DEFAULT '0' NOT NULL, ns integer DEFAULT '0' NOT NULL, state integer DEFAULT '0' NOT NULL, lastlogsize bigint DEFAULT '0' NOT NULL, mtime integer DEFAULT '0' NOT NULL, flags integer DEFAULT '0' NOT NULL ); CREATE INDEX proxy_history_1 ON proxy_history (clock); CREATE TABLE proxy_dhistory ( id integer NOT NULL PRIMARY KEY AUTOINCREMENT, clock integer DEFAULT '0' NOT NULL, druleid bigint NOT NULL, ip varchar(39) DEFAULT '' NOT NULL, port integer DEFAULT '0' NOT NULL, value varchar(255) DEFAULT '' NOT NULL, status integer DEFAULT '0' NOT NULL, dcheckid bigint NULL, dns varchar(255) DEFAULT '' NOT NULL ); CREATE INDEX proxy_dhistory_1 ON proxy_dhistory (clock); CREATE TABLE events ( eventid bigint NOT NULL, source integer DEFAULT '0' NOT NULL, object integer DEFAULT '0' NOT NULL, objectid bigint DEFAULT '0' NOT NULL, clock integer DEFAULT '0' NOT NULL, value integer DEFAULT '0' NOT NULL, acknowledged integer DEFAULT '0' NOT NULL, ns integer DEFAULT '0' NOT NULL, name varchar(2048) DEFAULT '' NOT NULL, severity integer DEFAULT '0' NOT NULL, PRIMARY KEY (eventid) ); CREATE INDEX events_1 ON events (source,object,objectid,clock); CREATE INDEX events_2 ON events (source,object,clock); CREATE TABLE trends ( itemid bigint NOT NULL, clock integer DEFAULT '0' NOT NULL, num integer DEFAULT '0' NOT NULL, value_min double(16,4) DEFAULT '0.0000' NOT NULL, value_avg double(16,4) DEFAULT '0.0000' NOT NULL, value_max double(16,4) DEFAULT '0.0000' NOT NULL, PRIMARY KEY (itemid,clock) ); CREATE TABLE trends_uint ( itemid bigint NOT NULL, clock integer DEFAULT '0' NOT NULL, num integer DEFAULT '0' NOT NULL, value_min bigint DEFAULT '0' NOT NULL, value_avg bigint DEFAULT '0' NOT NULL, value_max bigint DEFAULT '0' NOT NULL, PRIMARY KEY (itemid,clock) ); CREATE TABLE acknowledges ( acknowledgeid bigint NOT NULL, userid bigint NOT NULL REFERENCES users (userid) ON DELETE CASCADE, eventid bigint NOT NULL REFERENCES events (eventid) ON DELETE CASCADE, clock integer DEFAULT '0' NOT NULL, message varchar(255) DEFAULT '' NOT NULL, action integer DEFAULT '0' NOT NULL, old_severity integer DEFAULT '0' NOT NULL, new_severity integer DEFAULT '0' NOT NULL, PRIMARY KEY (acknowledgeid) ); CREATE INDEX acknowledges_1 ON acknowledges (userid); CREATE INDEX acknowledges_2 ON acknowledges (eventid); CREATE INDEX acknowledges_3 ON acknowledges (clock); CREATE TABLE auditlog ( auditid bigint NOT NULL, userid bigint NOT NULL REFERENCES users (userid) ON DELETE CASCADE, clock integer DEFAULT '0' NOT NULL, action integer DEFAULT '0' NOT NULL, resourcetype integer DEFAULT '0' NOT NULL, details varchar(128) DEFAULT '0' NOT NULL, ip varchar(39) DEFAULT '' NOT NULL, resourceid bigint DEFAULT '0' NOT NULL, resourcename varchar(255) DEFAULT '' NOT NULL, PRIMARY KEY (auditid) ); CREATE INDEX auditlog_1 ON auditlog (userid,clock); CREATE INDEX auditlog_2 ON auditlog (clock); CREATE TABLE auditlog_details ( auditdetailid bigint NOT NULL, auditid bigint NOT NULL REFERENCES auditlog (auditid) ON DELETE CASCADE, table_name varchar(64) DEFAULT '' NOT NULL, field_name varchar(64) DEFAULT '' NOT NULL, oldvalue text DEFAULT '' NOT NULL, newvalue text DEFAULT '' NOT NULL, PRIMARY KEY (auditdetailid) ); CREATE INDEX auditlog_details_1 ON auditlog_details (auditid); CREATE TABLE service_alarms ( servicealarmid bigint NOT NULL, serviceid bigint NOT NULL REFERENCES services (serviceid) ON DELETE CASCADE, clock integer DEFAULT '0' NOT NULL, value integer DEFAULT '0' NOT NULL, PRIMARY KEY (servicealarmid) ); CREATE INDEX service_alarms_1 ON service_alarms (serviceid,clock); CREATE INDEX service_alarms_2 ON service_alarms (clock); CREATE TABLE autoreg_host ( autoreg_hostid bigint NOT NULL, proxy_hostid bigint NULL REFERENCES hosts (hostid) ON DELETE CASCADE, host varchar(64) DEFAULT '' NOT NULL, listen_ip varchar(39) DEFAULT '' NOT NULL, listen_port integer DEFAULT '0' NOT NULL, listen_dns varchar(255) DEFAULT '' NOT NULL, host_metadata varchar(255) DEFAULT '' NOT NULL, PRIMARY KEY (autoreg_hostid) ); CREATE INDEX autoreg_host_1 ON autoreg_host (host); CREATE INDEX autoreg_host_2 ON autoreg_host (proxy_hostid); CREATE TABLE proxy_autoreg_host ( id integer NOT NULL PRIMARY KEY AUTOINCREMENT, clock integer DEFAULT '0' NOT NULL, host varchar(64) DEFAULT '' NOT NULL, listen_ip varchar(39) DEFAULT '' NOT NULL, listen_port integer DEFAULT '0' NOT NULL, listen_dns varchar(255) DEFAULT '' NOT NULL, host_metadata varchar(255) DEFAULT '' NOT NULL ); CREATE INDEX proxy_autoreg_host_1 ON proxy_autoreg_host (clock); CREATE TABLE dhosts ( dhostid bigint NOT NULL, druleid bigint NOT NULL REFERENCES drules (druleid) ON DELETE CASCADE, status integer DEFAULT '0' NOT NULL, lastup integer DEFAULT '0' NOT NULL, lastdown integer DEFAULT '0' NOT NULL, PRIMARY KEY (dhostid) ); CREATE INDEX dhosts_1 ON dhosts (druleid); CREATE TABLE dservices ( dserviceid bigint NOT NULL, dhostid bigint NOT NULL REFERENCES dhosts (dhostid) ON DELETE CASCADE, value varchar(255) DEFAULT '' NOT NULL, port integer DEFAULT '0' NOT NULL, status integer DEFAULT '0' NOT NULL, lastup integer DEFAULT '0' NOT NULL, lastdown integer DEFAULT '0' NOT NULL, dcheckid bigint NOT NULL REFERENCES dchecks (dcheckid) ON DELETE CASCADE, ip varchar(39) DEFAULT '' NOT NULL, dns varchar(255) DEFAULT '' NOT NULL, PRIMARY KEY (dserviceid) ); CREATE UNIQUE INDEX dservices_1 ON dservices (dcheckid,ip,port); CREATE INDEX dservices_2 ON dservices (dhostid); CREATE TABLE escalations ( escalationid bigint NOT NULL, actionid bigint NOT NULL, triggerid bigint NULL, eventid bigint NULL, r_eventid bigint NULL, nextcheck integer DEFAULT '0' NOT NULL, esc_step integer DEFAULT '0' NOT NULL, status integer DEFAULT '0' NOT NULL, itemid bigint NULL, acknowledgeid bigint NULL, PRIMARY KEY (escalationid) ); CREATE UNIQUE INDEX escalations_1 ON escalations (triggerid,itemid,escalationid); CREATE INDEX escalations_2 ON escalations (eventid); CREATE INDEX escalations_3 ON escalations (nextcheck); CREATE TABLE globalvars ( globalvarid bigint NOT NULL, snmp_lastsize bigint DEFAULT '0' NOT NULL, PRIMARY KEY (globalvarid) ); CREATE TABLE graph_discovery ( graphid bigint NOT NULL REFERENCES graphs (graphid) ON DELETE CASCADE, parent_graphid bigint NOT NULL REFERENCES graphs (graphid), PRIMARY KEY (graphid) ); CREATE INDEX graph_discovery_1 ON graph_discovery (parent_graphid); CREATE TABLE host_inventory ( hostid bigint NOT NULL REFERENCES hosts (hostid) ON DELETE CASCADE, inventory_mode integer DEFAULT '0' NOT NULL, type varchar(64) DEFAULT '' NOT NULL, type_full varchar(64) DEFAULT '' NOT NULL, name varchar(64) DEFAULT '' NOT NULL, alias varchar(64) DEFAULT '' NOT NULL, os varchar(64) DEFAULT '' NOT NULL, os_full varchar(255) DEFAULT '' NOT NULL, os_short varchar(64) DEFAULT '' NOT NULL, serialno_a varchar(64) DEFAULT '' NOT NULL, serialno_b varchar(64) DEFAULT '' NOT NULL, tag varchar(64) DEFAULT '' NOT NULL, asset_tag varchar(64) DEFAULT '' NOT NULL, macaddress_a varchar(64) DEFAULT '' NOT NULL, macaddress_b varchar(64) DEFAULT '' NOT NULL, hardware varchar(255) DEFAULT '' NOT NULL, hardware_full text DEFAULT '' NOT NULL, software varchar(255) DEFAULT '' NOT NULL, software_full text DEFAULT '' NOT NULL, software_app_a varchar(64) DEFAULT '' NOT NULL, software_app_b varchar(64) DEFAULT '' NOT NULL, software_app_c varchar(64) DEFAULT '' NOT NULL, software_app_d varchar(64) DEFAULT '' NOT NULL, software_app_e varchar(64) DEFAULT '' NOT NULL, contact text DEFAULT '' NOT NULL, location text DEFAULT '' NOT NULL, location_lat varchar(16) DEFAULT '' NOT NULL, location_lon varchar(16) DEFAULT '' NOT NULL, notes text DEFAULT '' NOT NULL, chassis varchar(64) DEFAULT '' NOT NULL, model varchar(64) DEFAULT '' NOT NULL, hw_arch varchar(32) DEFAULT '' NOT NULL, vendor varchar(64) DEFAULT '' NOT NULL, contract_number varchar(64) DEFAULT '' NOT NULL, installer_name varchar(64) DEFAULT '' NOT NULL, deployment_status varchar(64) DEFAULT '' NOT NULL, url_a varchar(255) DEFAULT '' NOT NULL, url_b varchar(255) DEFAULT '' NOT NULL, url_c varchar(255) DEFAULT '' NOT NULL, host_networks text DEFAULT '' NOT NULL, host_netmask varchar(39) DEFAULT '' NOT NULL, host_router varchar(39) DEFAULT '' NOT NULL, oob_ip varchar(39) DEFAULT '' NOT NULL, oob_netmask varchar(39) DEFAULT '' NOT NULL, oob_router varchar(39) DEFAULT '' NOT NULL, date_hw_purchase varchar(64) DEFAULT '' NOT NULL, date_hw_install varchar(64) DEFAULT '' NOT NULL, date_hw_expiry varchar(64) DEFAULT '' NOT NULL, date_hw_decomm varchar(64) DEFAULT '' NOT NULL, site_address_a varchar(128) DEFAULT '' NOT NULL, site_address_b varchar(128) DEFAULT '' NOT NULL, site_address_c varchar(128) DEFAULT '' NOT NULL, site_city varchar(128) DEFAULT '' NOT NULL, site_state varchar(64) DEFAULT '' NOT NULL, site_country varchar(64) DEFAULT '' NOT NULL, site_zip varchar(64) DEFAULT '' NOT NULL, site_rack varchar(128) DEFAULT '' NOT NULL, site_notes text DEFAULT '' NOT NULL, poc_1_name varchar(128) DEFAULT '' NOT NULL, poc_1_email varchar(128) DEFAULT '' NOT NULL, poc_1_phone_a varchar(64) DEFAULT '' NOT NULL, poc_1_phone_b varchar(64) DEFAULT '' NOT NULL, poc_1_cell varchar(64) DEFAULT '' NOT NULL, poc_1_screen varchar(64) DEFAULT '' NOT NULL, poc_1_notes text DEFAULT '' NOT NULL, poc_2_name varchar(128) DEFAULT '' NOT NULL, poc_2_email varchar(128) DEFAULT '' NOT NULL, poc_2_phone_a varchar(64) DEFAULT '' NOT NULL, poc_2_phone_b varchar(64) DEFAULT '' NOT NULL, poc_2_cell varchar(64) DEFAULT '' NOT NULL, poc_2_screen varchar(64) DEFAULT '' NOT NULL, poc_2_notes text DEFAULT '' NOT NULL, PRIMARY KEY (hostid) ); CREATE TABLE housekeeper ( housekeeperid bigint NOT NULL, tablename varchar(64) DEFAULT '' NOT NULL, field varchar(64) DEFAULT '' NOT NULL, value bigint NOT NULL, PRIMARY KEY (housekeeperid) ); CREATE TABLE images ( imageid bigint NOT NULL, imagetype integer DEFAULT '0' NOT NULL, name varchar(64) DEFAULT '0' NOT NULL, image longblob DEFAULT '' NOT NULL, PRIMARY KEY (imageid) ); CREATE UNIQUE INDEX images_1 ON images (name); CREATE TABLE item_discovery ( itemdiscoveryid bigint NOT NULL, itemid bigint NOT NULL REFERENCES items (itemid) ON DELETE CASCADE, parent_itemid bigint NOT NULL REFERENCES items (itemid) ON DELETE CASCADE, key_ varchar(255) DEFAULT '' NOT NULL, lastcheck integer DEFAULT '0' NOT NULL, ts_delete integer DEFAULT '0' NOT NULL, PRIMARY KEY (itemdiscoveryid) ); CREATE UNIQUE INDEX item_discovery_1 ON item_discovery (itemid,parent_itemid); CREATE INDEX item_discovery_2 ON item_discovery (parent_itemid); CREATE TABLE host_discovery ( hostid bigint NOT NULL REFERENCES hosts (hostid) ON DELETE CASCADE, parent_hostid bigint NULL REFERENCES hosts (hostid), parent_itemid bigint NULL REFERENCES items (itemid), host varchar(64) DEFAULT '' NOT NULL, lastcheck integer DEFAULT '0' NOT NULL, ts_delete integer DEFAULT '0' NOT NULL, PRIMARY KEY (hostid) ); CREATE TABLE interface_discovery ( interfaceid bigint NOT NULL REFERENCES interface (interfaceid) ON DELETE CASCADE, parent_interfaceid bigint NOT NULL REFERENCES interface (interfaceid) ON DELETE CASCADE, PRIMARY KEY (interfaceid) ); CREATE TABLE profiles ( profileid bigint NOT NULL, userid bigint NOT NULL REFERENCES users (userid) ON DELETE CASCADE, idx varchar(96) DEFAULT '' NOT NULL, idx2 bigint DEFAULT '0' NOT NULL, value_id bigint DEFAULT '0' NOT NULL, value_int integer DEFAULT '0' NOT NULL, value_str varchar(255) DEFAULT '' NOT NULL, source varchar(96) DEFAULT '' NOT NULL, type integer DEFAULT '0' NOT NULL, PRIMARY KEY (profileid) ); CREATE INDEX profiles_1 ON profiles (userid,idx,idx2); CREATE INDEX profiles_2 ON profiles (userid,profileid); CREATE TABLE sessions ( sessionid varchar(32) DEFAULT '' NOT NULL, userid bigint NOT NULL REFERENCES users (userid) ON DELETE CASCADE, lastaccess integer DEFAULT '0' NOT NULL, status integer DEFAULT '0' NOT NULL, PRIMARY KEY (sessionid) ); CREATE INDEX sessions_1 ON sessions (userid,status,lastaccess); CREATE TABLE trigger_discovery ( triggerid bigint NOT NULL REFERENCES triggers (triggerid) ON DELETE CASCADE, parent_triggerid bigint NOT NULL REFERENCES triggers (triggerid), PRIMARY KEY (triggerid) ); CREATE INDEX trigger_discovery_1 ON trigger_discovery (parent_triggerid); CREATE TABLE application_template ( application_templateid bigint NOT NULL, applicationid bigint NOT NULL REFERENCES applications (applicationid) ON DELETE CASCADE, templateid bigint NOT NULL REFERENCES applications (applicationid) ON DELETE CASCADE, PRIMARY KEY (application_templateid) ); CREATE UNIQUE INDEX application_template_1 ON application_template (applicationid,templateid); CREATE INDEX application_template_2 ON application_template (templateid); CREATE TABLE item_condition ( item_conditionid bigint NOT NULL, itemid bigint NOT NULL REFERENCES items (itemid) ON DELETE CASCADE, operator integer DEFAULT '8' NOT NULL, macro varchar(64) DEFAULT '' NOT NULL, value varchar(255) DEFAULT '' NOT NULL, PRIMARY KEY (item_conditionid) ); CREATE INDEX item_condition_1 ON item_condition (itemid); CREATE TABLE application_prototype ( application_prototypeid bigint NOT NULL, itemid bigint NOT NULL REFERENCES items (itemid) ON DELETE CASCADE, templateid bigint NULL REFERENCES application_prototype (application_prototypeid) ON DELETE CASCADE, name varchar(255) DEFAULT '' NOT NULL, PRIMARY KEY (application_prototypeid) ); CREATE INDEX application_prototype_1 ON application_prototype (itemid); CREATE INDEX application_prototype_2 ON application_prototype (templateid); CREATE TABLE item_application_prototype ( item_application_prototypeid bigint NOT NULL, application_prototypeid bigint NOT NULL REFERENCES application_prototype (application_prototypeid) ON DELETE CASCADE, itemid bigint NOT NULL REFERENCES items (itemid) ON DELETE CASCADE, PRIMARY KEY (item_application_prototypeid) ); CREATE UNIQUE INDEX item_application_prototype_1 ON item_application_prototype (application_prototypeid,itemid); CREATE INDEX item_application_prototype_2 ON item_application_prototype (itemid); CREATE TABLE application_discovery ( application_discoveryid bigint NOT NULL, applicationid bigint NOT NULL REFERENCES applications (applicationid) ON DELETE CASCADE, application_prototypeid bigint NOT NULL REFERENCES application_prototype (application_prototypeid) ON DELETE CASCADE, name varchar(255) DEFAULT '' NOT NULL, lastcheck integer DEFAULT '0' NOT NULL, ts_delete integer DEFAULT '0' NOT NULL, PRIMARY KEY (application_discoveryid) ); CREATE INDEX application_discovery_1 ON application_discovery (applicationid); CREATE INDEX application_discovery_2 ON application_discovery (application_prototypeid); CREATE TABLE opinventory ( operationid bigint NOT NULL REFERENCES operations (operationid) ON DELETE CASCADE, inventory_mode integer DEFAULT '0' NOT NULL, PRIMARY KEY (operationid) ); CREATE TABLE trigger_tag ( triggertagid bigint NOT NULL, triggerid bigint NOT NULL REFERENCES triggers (triggerid) ON DELETE CASCADE, tag varchar(255) DEFAULT '' NOT NULL, value varchar(255) DEFAULT '' NOT NULL, PRIMARY KEY (triggertagid) ); CREATE INDEX trigger_tag_1 ON trigger_tag (triggerid); CREATE TABLE event_tag ( eventtagid bigint NOT NULL, eventid bigint NOT NULL REFERENCES events (eventid) ON DELETE CASCADE, tag varchar(255) DEFAULT '' NOT NULL, value varchar(255) DEFAULT '' NOT NULL, PRIMARY KEY (eventtagid) ); CREATE INDEX event_tag_1 ON event_tag (eventid); CREATE TABLE problem ( eventid bigint NOT NULL REFERENCES events (eventid) ON DELETE CASCADE, source integer DEFAULT '0' NOT NULL, object integer DEFAULT '0' NOT NULL, objectid bigint DEFAULT '0' NOT NULL, clock integer DEFAULT '0' NOT NULL, ns integer DEFAULT '0' NOT NULL, r_eventid bigint NULL REFERENCES events (eventid) ON DELETE CASCADE, r_clock integer DEFAULT '0' NOT NULL, r_ns integer DEFAULT '0' NOT NULL, correlationid bigint NULL, userid bigint NULL, name varchar(2048) DEFAULT '' NOT NULL, acknowledged integer DEFAULT '0' NOT NULL, severity integer DEFAULT '0' NOT NULL, PRIMARY KEY (eventid) ); CREATE INDEX problem_1 ON problem (source,object,objectid); CREATE INDEX problem_2 ON problem (r_clock); CREATE INDEX problem_3 ON problem (r_eventid); CREATE TABLE problem_tag ( problemtagid bigint NOT NULL, eventid bigint NOT NULL REFERENCES problem (eventid) ON DELETE CASCADE, tag varchar(255) DEFAULT '' NOT NULL, value varchar(255) DEFAULT '' NOT NULL, PRIMARY KEY (problemtagid) ); CREATE INDEX problem_tag_1 ON problem_tag (eventid,tag,value); CREATE TABLE tag_filter ( tag_filterid bigint NOT NULL, usrgrpid bigint NOT NULL REFERENCES usrgrp (usrgrpid) ON DELETE CASCADE, groupid bigint NOT NULL REFERENCES hstgrp (groupid) ON DELETE CASCADE, tag varchar(255) DEFAULT '' NOT NULL, value varchar(255) DEFAULT '' NOT NULL, PRIMARY KEY (tag_filterid) ); CREATE TABLE event_recovery ( eventid bigint NOT NULL REFERENCES events (eventid) ON DELETE CASCADE, r_eventid bigint NOT NULL REFERENCES events (eventid) ON DELETE CASCADE, c_eventid bigint NULL REFERENCES events (eventid) ON DELETE CASCADE, correlationid bigint NULL, userid bigint NULL, PRIMARY KEY (eventid) ); CREATE INDEX event_recovery_1 ON event_recovery (r_eventid); CREATE INDEX event_recovery_2 ON event_recovery (c_eventid); CREATE TABLE correlation ( correlationid bigint NOT NULL, name varchar(255) DEFAULT '' NOT NULL, description text DEFAULT '' NOT NULL, evaltype integer DEFAULT '0' NOT NULL, status integer DEFAULT '0' NOT NULL, formula varchar(255) DEFAULT '' NOT NULL, PRIMARY KEY (correlationid) ); CREATE INDEX correlation_1 ON correlation (status); CREATE UNIQUE INDEX correlation_2 ON correlation (name); CREATE TABLE corr_condition ( corr_conditionid bigint NOT NULL, correlationid bigint NOT NULL REFERENCES correlation (correlationid) ON DELETE CASCADE, type integer DEFAULT '0' NOT NULL, PRIMARY KEY (corr_conditionid) ); CREATE INDEX corr_condition_1 ON corr_condition (correlationid); CREATE TABLE corr_condition_tag ( corr_conditionid bigint NOT NULL REFERENCES corr_condition (corr_conditionid) ON DELETE CASCADE, tag varchar(255) DEFAULT '' NOT NULL, PRIMARY KEY (corr_conditionid) ); CREATE TABLE corr_condition_group ( corr_conditionid bigint NOT NULL REFERENCES corr_condition (corr_conditionid) ON DELETE CASCADE, operator integer DEFAULT '0' NOT NULL, groupid bigint NOT NULL REFERENCES hstgrp (groupid), PRIMARY KEY (corr_conditionid) ); CREATE INDEX corr_condition_group_1 ON corr_condition_group (groupid); CREATE TABLE corr_condition_tagpair ( corr_conditionid bigint NOT NULL REFERENCES corr_condition (corr_conditionid) ON DELETE CASCADE, oldtag varchar(255) DEFAULT '' NOT NULL, newtag varchar(255) DEFAULT '' NOT NULL, PRIMARY KEY (corr_conditionid) ); CREATE TABLE corr_condition_tagvalue ( corr_conditionid bigint NOT NULL REFERENCES corr_condition (corr_conditionid) ON DELETE CASCADE, tag varchar(255) DEFAULT '' NOT NULL, operator integer DEFAULT '0' NOT NULL, value varchar(255) DEFAULT '' NOT NULL, PRIMARY KEY (corr_conditionid) ); CREATE TABLE corr_operation ( corr_operationid bigint NOT NULL, correlationid bigint NOT NULL REFERENCES correlation (correlationid) ON DELETE CASCADE, type integer DEFAULT '0' NOT NULL, PRIMARY KEY (corr_operationid) ); CREATE INDEX corr_operation_1 ON corr_operation (correlationid); CREATE TABLE task ( taskid bigint NOT NULL, type integer NOT NULL, status integer DEFAULT '0' NOT NULL, clock integer DEFAULT '0' NOT NULL, ttl integer DEFAULT '0' NOT NULL, proxy_hostid bigint NULL REFERENCES hosts (hostid) ON DELETE CASCADE, PRIMARY KEY (taskid) ); CREATE INDEX task_1 ON task (status,proxy_hostid); CREATE TABLE task_close_problem ( taskid bigint NOT NULL REFERENCES task (taskid) ON DELETE CASCADE, acknowledgeid bigint NOT NULL, PRIMARY KEY (taskid) ); CREATE TABLE item_preproc ( item_preprocid bigint NOT NULL, itemid bigint NOT NULL REFERENCES items (itemid) ON DELETE CASCADE, step integer DEFAULT '0' NOT NULL, type integer DEFAULT '0' NOT NULL, params varchar(255) DEFAULT '' NOT NULL, PRIMARY KEY (item_preprocid) ); CREATE INDEX item_preproc_1 ON item_preproc (itemid,step); CREATE TABLE task_remote_command ( taskid bigint NOT NULL REFERENCES task (taskid) ON DELETE CASCADE, command_type integer DEFAULT '0' NOT NULL, execute_on integer DEFAULT '0' NOT NULL, port integer DEFAULT '0' NOT NULL, authtype integer DEFAULT '0' NOT NULL, username varchar(64) DEFAULT '' NOT NULL, password varchar(64) DEFAULT '' NOT NULL, publickey varchar(64) DEFAULT '' NOT NULL, privatekey varchar(64) DEFAULT '' NOT NULL, command text DEFAULT '' NOT NULL, alertid bigint NULL, parent_taskid bigint NOT NULL, hostid bigint NOT NULL, PRIMARY KEY (taskid) ); CREATE TABLE task_remote_command_result ( taskid bigint NOT NULL REFERENCES task (taskid) ON DELETE CASCADE, status integer DEFAULT '0' NOT NULL, parent_taskid bigint NOT NULL, info text DEFAULT '' NOT NULL, PRIMARY KEY (taskid) ); CREATE TABLE task_acknowledge ( taskid bigint NOT NULL REFERENCES task (taskid) ON DELETE CASCADE, acknowledgeid bigint NOT NULL, PRIMARY KEY (taskid) ); CREATE TABLE sysmap_shape ( sysmap_shapeid bigint NOT NULL, sysmapid bigint NOT NULL REFERENCES sysmaps (sysmapid) ON DELETE CASCADE, type integer DEFAULT '0' NOT NULL, x integer DEFAULT '0' NOT NULL, y integer DEFAULT '0' NOT NULL, width integer DEFAULT '200' NOT NULL, height integer DEFAULT '200' NOT NULL, text text DEFAULT '' NOT NULL, font integer DEFAULT '9' NOT NULL, font_size integer DEFAULT '11' NOT NULL, font_color varchar(6) DEFAULT '000000' NOT NULL, text_halign integer DEFAULT '0' NOT NULL, text_valign integer DEFAULT '0' NOT NULL, border_type integer DEFAULT '0' NOT NULL, border_width integer DEFAULT '1' NOT NULL, border_color varchar(6) DEFAULT '000000' NOT NULL, background_color varchar(6) DEFAULT '' NOT NULL, zindex integer DEFAULT '0' NOT NULL, PRIMARY KEY (sysmap_shapeid) ); CREATE INDEX sysmap_shape_1 ON sysmap_shape (sysmapid); CREATE TABLE sysmap_element_trigger ( selement_triggerid bigint NOT NULL, selementid bigint NOT NULL REFERENCES sysmaps_elements (selementid) ON DELETE CASCADE, triggerid bigint NOT NULL REFERENCES triggers (triggerid) ON DELETE CASCADE, PRIMARY KEY (selement_triggerid) ); CREATE UNIQUE INDEX sysmap_element_trigger_1 ON sysmap_element_trigger (selementid,triggerid); CREATE TABLE httptest_field ( httptest_fieldid bigint NOT NULL, httptestid bigint NOT NULL REFERENCES httptest (httptestid) ON DELETE CASCADE, type integer DEFAULT '0' NOT NULL, name varchar(255) DEFAULT '' NOT NULL, value text DEFAULT '' NOT NULL, PRIMARY KEY (httptest_fieldid) ); CREATE INDEX httptest_field_1 ON httptest_field (httptestid); CREATE TABLE httpstep_field ( httpstep_fieldid bigint NOT NULL, httpstepid bigint NOT NULL REFERENCES httpstep (httpstepid) ON DELETE CASCADE, type integer DEFAULT '0' NOT NULL, name varchar(255) DEFAULT '' NOT NULL, value text DEFAULT '' NOT NULL, PRIMARY KEY (httpstep_fieldid) ); CREATE INDEX httpstep_field_1 ON httpstep_field (httpstepid); CREATE TABLE dashboard ( dashboardid bigint NOT NULL, name varchar(255) NOT NULL, userid bigint NOT NULL REFERENCES users (userid), private integer DEFAULT '1' NOT NULL, PRIMARY KEY (dashboardid) ); CREATE TABLE dashboard_user ( dashboard_userid bigint NOT NULL, dashboardid bigint NOT NULL REFERENCES dashboard (dashboardid) ON DELETE CASCADE, userid bigint NOT NULL REFERENCES users (userid) ON DELETE CASCADE, permission integer DEFAULT '2' NOT NULL, PRIMARY KEY (dashboard_userid) ); CREATE UNIQUE INDEX dashboard_user_1 ON dashboard_user (dashboardid,userid); CREATE TABLE dashboard_usrgrp ( dashboard_usrgrpid bigint NOT NULL, dashboardid bigint NOT NULL REFERENCES dashboard (dashboardid) ON DELETE CASCADE, usrgrpid bigint NOT NULL REFERENCES usrgrp (usrgrpid) ON DELETE CASCADE, permission integer DEFAULT '2' NOT NULL, PRIMARY KEY (dashboard_usrgrpid) ); CREATE UNIQUE INDEX dashboard_usrgrp_1 ON dashboard_usrgrp (dashboardid,usrgrpid); CREATE TABLE widget ( widgetid bigint NOT NULL, dashboardid bigint NOT NULL REFERENCES dashboard (dashboardid) ON DELETE CASCADE, type varchar(255) DEFAULT '' NOT NULL, name varchar(255) DEFAULT '' NOT NULL, x integer DEFAULT '0' NOT NULL, y integer DEFAULT '0' NOT NULL, width integer DEFAULT '1' NOT NULL, height integer DEFAULT '1' NOT NULL, PRIMARY KEY (widgetid) ); CREATE INDEX widget_1 ON widget (dashboardid); CREATE TABLE widget_field ( widget_fieldid bigint NOT NULL, widgetid bigint NOT NULL REFERENCES widget (widgetid) ON DELETE CASCADE, type integer DEFAULT '0' NOT NULL, name varchar(255) DEFAULT '' NOT NULL, value_int integer DEFAULT '0' NOT NULL, value_str varchar(255) DEFAULT '' NOT NULL, value_groupid bigint NULL REFERENCES hstgrp (groupid) ON DELETE CASCADE, value_hostid bigint NULL REFERENCES hosts (hostid) ON DELETE CASCADE, value_itemid bigint NULL REFERENCES items (itemid) ON DELETE CASCADE, value_graphid bigint NULL REFERENCES graphs (graphid) ON DELETE CASCADE, value_sysmapid bigint NULL REFERENCES sysmaps (sysmapid) ON DELETE CASCADE, PRIMARY KEY (widget_fieldid) ); CREATE INDEX widget_field_1 ON widget_field (widgetid); CREATE INDEX widget_field_2 ON widget_field (value_groupid); CREATE INDEX widget_field_3 ON widget_field (value_hostid); CREATE INDEX widget_field_4 ON widget_field (value_itemid); CREATE INDEX widget_field_5 ON widget_field (value_graphid); CREATE INDEX widget_field_6 ON widget_field (value_sysmapid); CREATE TABLE task_check_now ( taskid bigint NOT NULL REFERENCES task (taskid) ON DELETE CASCADE, itemid bigint NOT NULL, PRIMARY KEY (taskid) ); CREATE TABLE event_suppress ( event_suppressid bigint NOT NULL, eventid bigint NOT NULL REFERENCES events (eventid) ON DELETE CASCADE, maintenanceid bigint NULL REFERENCES maintenances (maintenanceid) ON DELETE CASCADE, suppress_until integer DEFAULT '0' NOT NULL, PRIMARY KEY (event_suppressid) ); CREATE UNIQUE INDEX event_suppress_1 ON event_suppress (eventid,maintenanceid); CREATE INDEX event_suppress_2 ON event_suppress (suppress_until); CREATE INDEX event_suppress_3 ON event_suppress (maintenanceid); CREATE TABLE maintenance_tag ( maintenancetagid bigint NOT NULL, maintenanceid bigint NOT NULL REFERENCES maintenances (maintenanceid) ON DELETE CASCADE, tag varchar(255) DEFAULT '' NOT NULL, operator integer DEFAULT '2' NOT NULL, value varchar(255) DEFAULT '' NOT NULL, PRIMARY KEY (maintenancetagid) ); CREATE INDEX maintenance_tag_1 ON maintenance_tag (maintenanceid); CREATE TABLE dbversion ( mandatory integer DEFAULT '0' NOT NULL, optional integer DEFAULT '0' NOT NULL ); INSERT INTO dbversion VALUES ('4000000','4000003'); ] 2565:20190130:204719.284 In zbx_db_get_database_type() 2565:20190130:204719.284 In DBconnect() flag:0 2565:20190130:204719.284 query without transaction detected 2565:20190130:204719.284 query [txnlev:0] [pragma synchronous=0] 2565:20190130:204719.288 query without transaction detected 2565:20190130:204719.288 query [txnlev:0] [pragma temp_store=2] 2565:20190130:204719.288 query without transaction detected 2565:20190130:204719.288 query [txnlev:0] [pragma temp_store_directory='/config/user-data/zabbix/'] 2565:20190130:204719.288 End of DBconnect():0 2565:20190130:204719.288 query [txnlev:0] [select userid from users limit 1] 2565:20190130:204719.288 no records in "users" table 2565:20190130:204719.289 End of zbx_db_get_database_type():ZBX_DB_PROXY 2565:20190130:204719.289 In DBcheck_version() 2565:20190130:204719.289 In DBconnect() flag:0 2565:20190130:204719.289 query without transaction detected 2565:20190130:204719.289 query [txnlev:0] [pragma synchronous=0] 2565:20190130:204719.293 query without transaction detected 2565:20190130:204719.293 query [txnlev:0] [pragma temp_store=2] 2565:20190130:204719.293 query without transaction detected 2565:20190130:204719.293 query [txnlev:0] [pragma temp_store_directory='/config/user-data/zabbix/'] 2565:20190130:204719.293 End of DBconnect():0 2565:20190130:204719.293 query [txnlev:0] [select 1 from sqlite_master where tbl_name='dbversion' and type='table'] 2565:20190130:204719.294 query [txnlev:0] [select mandatory,optional from dbversion] 2565:20190130:204719.294 current database version (mandatory/optional): 04000000/04000003 2565:20190130:204719.294 required mandatory version: 04000000 2565:20190130:204719.294 End of DBcheck_version():SUCCEED 2565:20190130:204719.294 In DBconnect() flag:0 2565:20190130:204719.294 query without transaction detected 2565:20190130:204719.294 query [txnlev:0] [pragma synchronous=0] 2565:20190130:204719.298 query without transaction detected 2565:20190130:204719.298 query [txnlev:0] [pragma temp_store=2] 2565:20190130:204719.298 query without transaction detected 2565:20190130:204719.298 query [txnlev:0] [pragma temp_store_directory='/config/user-data/zabbix/'] 2565:20190130:204719.299 End of DBconnect():0 2565:20190130:204719.299 In DCsync_configuration() 2565:20190130:204719.299 query [txnlev:0] [select refresh_unsupported,discovery_groupid,snmptrap_logging,severity_name_0,severity_name_1,severity_name_2,severity_name_3,severity_name_4,severity_name_5,hk_events_mode,hk_events_trigger,hk_events_internal,hk_events_discovery,hk_events_autoreg,hk_services_mode,hk_services,hk_audit_mode,hk_audit,hk_sessions_mode,hk_sessions,hk_history_mode,hk_history_global,hk_history,hk_trends_mode,hk_trends_global,hk_trends,default_inventory_mode from config order by configid] 2565:20190130:204719.299 In DCsync_config() 2565:20190130:204719.299 End of DCsync_config() 2565:20190130:204719.299 query [txnlev:0] [select hostid,templateid from hosts_templates order by hostid] 2565:20190130:204719.299 query [txnlev:0] [select globalmacroid,macro,value from globalmacro] 2565:20190130:204719.299 query [txnlev:0] [select hostmacroid,hostid,macro,value from hostmacro] 2565:20190130:204719.299 In DCsync_htmpls() 2565:20190130:204719.299 End of DCsync_htmpls() 2565:20190130:204719.299 In DCsync_gmacros() 2565:20190130:204719.299 End of DCsync_gmacros() 2565:20190130:204719.299 In DCsync_hmacros() 2565:20190130:204719.299 End of DCsync_hmacros() 2565:20190130:204719.299 query [txnlev:0] [select hostid,proxy_hostid,host,ipmi_authtype,ipmi_privilege,ipmi_username,ipmi_password,maintenance_status,maintenance_type,maintenance_from,errors_from,available,disable_until,snmp_errors_from,snmp_available,snmp_disable_until,ipmi_errors_from,ipmi_available,ipmi_disable_until,jmx_errors_from,jmx_available,jmx_disable_until,status,name,lastaccess,error,snmp_error,ipmi_error,jmx_error,tls_connect,tls_accept,proxy_address,auto_compress,maintenanceid from hosts where status in (0,1,5,6) and flags<>2] 2565:20190130:204719.299 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] 2565:20190130:204719.300 query [txnlev:0] [select groupid,name from hstgrp] 2565:20190130:204719.300 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 order by hg.groupid] 2565:20190130:204719.300 query [txnlev:0] [select maintenanceid,maintenance_type,active_since,active_till,tags_evaltype from maintenances] 2565:20190130:204719.300 query [txnlev:0] [select maintenancetagid,maintenanceid,operator,tag,value from maintenance_tag] 2565:20190130:204719.300 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] 2565:20190130:204719.300 query [txnlev:0] [select maintenanceid,groupid from maintenances_groups order by maintenanceid] 2565:20190130:204719.300 query [txnlev:0] [select maintenanceid,hostid from maintenances_hosts order by maintenanceid] 2565:20190130:204719.300 In DCsync_hosts() 2565:20190130:204719.300 End of DCsync_hosts() 2565:20190130:204719.300 In DCsync_host_inventory() 2565:20190130:204719.300 End of DCsync_host_inventory() 2565:20190130:204719.300 In DCsync_hostgroups() 2565:20190130:204719.300 End of DCsync_hostgroups() 2565:20190130:204719.300 In DCsync_hostgroup_hosts() 2565:20190130:204719.300 End of DCsync_hostgroup_hosts() 2565:20190130:204719.300 In DCsync_maintenances() 2565:20190130:204719.300 End of DCsync_maintenances() 2565:20190130:204719.300 In DCsync_maintenance_tags() 2565:20190130:204719.300 End of DCsync_maintenance_tags() 2565:20190130:204719.300 In DCsync_maintenance_groups() 2565:20190130:204719.300 End of DCsync_maintenance_groups() 2565:20190130:204719.300 In DCsync_maintenance_hosts() 2565:20190130:204719.300 End of DCsync_maintenance_hosts() 2565:20190130:204719.300 In DCsync_maintenance_periods() 2565:20190130:204719.300 End of DCsync_maintenance_periods() 2565:20190130:204719.301 query [txnlev:0] [select interfaceid,hostid,type,main,useip,ip,dns,port,bulk from interface] 2565:20190130:204719.301 query [txnlev:0] [select i.itemid,i.hostid,i.status,i.type,i.value_type,i.key_,i.snmp_community,i.snmp_oid,i.port,i.snmpv3_securityname,i.snmpv3_securitylevel,i.snmpv3_authpassphrase,i.snmpv3_privpassphrase,i.ipmi_sensor,i.delay,i.trapper_hosts,i.logtimefmt,i.params,i.state,i.authtype,i.username,i.password,i.publickey,i.privatekey,i.flags,i.interfaceid,i.snmpv3_authprotocol,i.snmpv3_privprotocol,i.snmpv3_contextname,i.lastlogsize,i.mtime,i.history,i.trends,i.inventory_link,i.valuemapid,i.units,i.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 from items i,hosts h where i.hostid=h.hostid and h.status in (0,1) and i.flags<>2] 2565:20190130:204719.301 query [txnlev:0] [select pp.item_preprocid,pp.itemid,pp.type,pp.params,pp.step,i.hostid from item_preproc pp,items i,hosts h where pp.itemid=i.itemid and i.hostid=h.hostid and h.status in (0,1) and i.flags<>2 order by pp.itemid] 2565:20190130:204719.301 In DCsync_interfaces() 2565:20190130:204719.301 End of DCsync_interfaces() 2565:20190130:204719.301 In DCsync_items() 2565:20190130:204719.301 End of DCsync_items() 2565:20190130:204719.301 In DCsync_item_preproc() 2565:20190130:204719.301 End of DCsync_item_preproc() 2565:20190130:204719.301 query [txnlev:0] [select i.itemid,f.functionid,f.name,f.parameter,t.triggerid from hosts h,items i,functions f,triggers t where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=t.triggerid and h.status in (0,1) and t.flags<>2] 2565:20190130:204719.301 In DCsync_functions() 2565:20190130:204719.301 End of DCsync_functions() 2565:20190130:204719.301 query [txnlev:0] [select distinct t.triggerid,t.description,t.expression,t.error,t.priority,t.type,t.value,t.state,t.lastchange,t.status,t.recovery_mode,t.recovery_expression,t.correlation_mode,t.correlation_tag from hosts h,items i,functions f,triggers t where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=t.triggerid and h.status in (0,1) and t.flags<>2] 2565:20190130:204719.302 query [txnlev:0] [select distinct d.triggerid_down,d.triggerid_up from trigger_depends d,triggers t,hosts h,items i,functions f where t.triggerid=d.triggerid_down and t.flags<>2 and h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=d.triggerid_down and h.status in (0,1)] 2565:20190130:204719.302 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] 2565:20190130:204719.302 query [txnlev:0] [select actionid,eventsource,evaltype,formula from actions where status=0] 2565:20190130:204719.302 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] 2565:20190130:204719.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] 2565:20190130:204719.302 query [txnlev:0] [select distinct tt.triggertagid,tt.triggerid,tt.tag,tt.value from trigger_tag tt,triggers t,hosts h,items i,functions f where t.triggerid=tt.triggerid and t.flags<>2 and h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=tt.triggerid and h.status in (0,1)] 2565:20190130:204719.302 query [txnlev:0] [select correlationid,name,evaltype,formula from correlation where status=0] 2565:20190130:204719.302 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] 2565:20190130:204719.303 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] 2565:20190130:204719.303 In DCsync_triggers() 2565:20190130:204719.303 End of DCsync_triggers() 2565:20190130:204719.303 In DCsync_trigdeps() 2565:20190130:204719.303 End of DCsync_trigdeps() 2565:20190130:204719.303 In DCsync_expressions() 2565:20190130:204719.303 End of DCsync_expressions() 2565:20190130:204719.303 In DCsync_actions() 2565:20190130:204719.303 End of DCsync_actions() 2565:20190130:204719.303 In DCsync_action_opss() 2565:20190130:204719.303 End of DCsync_action_opss() 2565:20190130:204719.303 In DCsync_action_conditions() 2565:20190130:204719.303 End of DCsync_action_conditions() 2565:20190130:204719.303 In DCsync_trigger_tags() 2565:20190130:204719.303 End of DCsync_trigger_tags() 2565:20190130:204719.303 In DCsync_correlations() 2565:20190130:204719.303 End of DCsync_correlations() 2565:20190130:204719.303 In DCsync_corr_conditions() 2565:20190130:204719.303 End of DCsync_corr_conditions() 2565:20190130:204719.303 In DCsync_corr_operations() 2565:20190130:204719.303 End of DCsync_corr_operations() 2565:20190130:204719.303 DCsync_configuration() config : sql:0.000129 sync:0.000068 sec (0/0/0). 2565:20190130:204719.303 DCsync_configuration() hosts : sql:0.000175 sync:0.000048 sec (0/0/0). 2565:20190130:204719.303 DCsync_configuration() host_invent: sql:0.000201 sync:0.000041 sec (0/0/0). 2565:20190130:204719.303 DCsync_configuration() templates : sql:0.000102 sync:0.000047 sec (0/0/0). 2565:20190130:204719.303 DCsync_configuration() globmacros : sql:0.000076 sync:0.000041 sec (0/0/0). 2565:20190130:204719.303 DCsync_configuration() hostmacros : sql:0.000065 sync:0.000041 sec (0/0/0). 2565:20190130:204719.303 DCsync_configuration() interfaces : sql:0.000072 sync:0.000050 sec (0/0/0). 2565:20190130:204719.303 DCsync_configuration() items : sql:0.000299 sync:0.000042 sec (0/0/0). 2565:20190130:204719.303 DCsync_configuration() triggers : sql:0.000150 sync:0.000056 sec (0/0/0). 2565:20190130:204719.303 DCsync_configuration() trigdeps : sql:0.000151 sync:0.000042 sec (0/0/0). 2565:20190130:204719.303 DCsync_configuration() trig. tags : sql:0.000191 sync:0.000043 sec (0/0/0). 2565:20190130:204719.303 DCsync_configuration() functions : sql:0.000116 sync:0.000083 sec (0/0/0). 2565:20190130:204719.303 DCsync_configuration() expressions: sql:0.000105 sync:0.000062 sec (0/0/0). 2565:20190130:204719.303 DCsync_configuration() actions : sql:0.000106 sync:0.000043 sec (0/0/0). 2565:20190130:204719.303 DCsync_configuration() operations : sql:0.000097 sync:0.000041 sec (0/0/0). 2565:20190130:204719.303 DCsync_configuration() conditions : sql:0.000125 sync:0.000041 sec (0/0/0). 2565:20190130:204719.304 DCsync_configuration() corr : sql:0.000170 sync:0.000042 sec (0/0/0). 2565:20190130:204719.304 DCsync_configuration() corr_cond : sql:0.000140 sync:0.000042 sec (0/0/0). 2565:20190130:204719.304 DCsync_configuration() corr_op : sql:0.000078 sync:0.000041 sec (0/0/0). 2565:20190130:204719.304 DCsync_configuration() hgroups : sql:0.000170 sync:0.000081 sec (0/0/0). 2565:20190130:204719.304 DCsync_configuration() item pproc : sql:0.000127 sync:0.000041 sec (0/0/0). 2565:20190130:204719.304 DCsync_configuration() maintenance: sql:0.000400 sync:0.000251 sec (0/0/0). 2565:20190130:204719.304 DCsync_configuration() reindex : 0.000000 sec. 2565:20190130:204719.304 DCsync_configuration() total sql : 0.003245 sec. 2565:20190130:204719.304 DCsync_configuration() total sync : 0.001289 sec. 2565:20190130:204719.304 DCsync_configuration() proxies : 0 (0 slots) 2565:20190130:204719.304 DCsync_configuration() hosts : 0 (11 slots) 2565:20190130:204719.304 DCsync_configuration() hosts_h : 0 (11 slots) 2565:20190130:204719.304 DCsync_configuration() hosts_p : 0 (0 slots) 2565:20190130:204719.304 DCsync_configuration() ipmihosts : 0 (0 slots) 2565:20190130:204719.304 DCsync_configuration() host_invent: 0 (0 slots) 2565:20190130:204719.304 DCsync_configuration() htmpls : 0 (0 slots) 2565:20190130:204719.304 DCsync_configuration() gmacros : 0 (0 slots) 2565:20190130:204719.304 DCsync_configuration() gmacros_m : 0 (0 slots) 2565:20190130:204719.304 DCsync_configuration() hmacros : 0 (0 slots) 2565:20190130:204719.304 DCsync_configuration() hmacros_hm : 0 (0 slots) 2565:20190130:204719.304 DCsync_configuration() interfaces : 0 (11 slots) 2565:20190130:204719.304 DCsync_configuration() interfac_ht: 0 (11 slots) 2565:20190130:204719.304 DCsync_configuration() if_snmpitms: 0 (0 slots) 2565:20190130:204719.304 DCsync_configuration() if_snmpaddr: 0 (0 slots) 2565:20190130:204719.304 DCsync_configuration() items : 0 (101 slots) 2565:20190130:204719.304 DCsync_configuration() items_hk : 0 (101 slots) 2565:20190130:204719.304 DCsync_configuration() numitems : 0 (0 slots) 2565:20190130:204719.304 DCsync_configuration() snmpitems : 0 (0 slots) 2565:20190130:204719.304 DCsync_configuration() ipmiitems : 0 (0 slots) 2565:20190130:204719.304 DCsync_configuration() trapitems : 0 (0 slots) 2565:20190130:204719.304 DCsync_configuration() dependentitems : 0 (0 slots) 2565:20190130:204719.304 DCsync_configuration() logitems : 0 (0 slots) 2565:20190130:204719.304 DCsync_configuration() dbitems : 0 (0 slots) 2565:20190130:204719.304 DCsync_configuration() sshitems : 0 (0 slots) 2565:20190130:204719.304 DCsync_configuration() telnetitems: 0 (0 slots) 2565:20190130:204719.304 DCsync_configuration() simpleitems: 0 (0 slots) 2565:20190130:204719.304 DCsync_configuration() jmxitems : 0 (0 slots) 2565:20190130:204719.304 DCsync_configuration() calcitems : 0 (0 slots) 2565:20190130:204719.304 DCsync_configuration() httpitems : 0 (0 slots) 2565:20190130:204719.304 DCsync_configuration() functions : 0 (101 slots) 2565:20190130:204719.304 DCsync_configuration() triggers : 0 (101 slots) 2565:20190130:204719.305 DCsync_configuration() trigdeps : 0 (0 slots) 2565:20190130:204719.305 DCsync_configuration() trig. tags : 0 (0 slots) 2565:20190130:204719.305 DCsync_configuration() expressions: 0 (0 slots) 2565:20190130:204719.305 DCsync_configuration() actions : 0 (0 slots) 2565:20190130:204719.305 DCsync_configuration() conditions : 0 (0 slots) 2565:20190130:204719.305 DCsync_configuration() corr. : 0 (0 slots) 2565:20190130:204719.305 DCsync_configuration() corr. conds: 0 (0 slots) 2565:20190130:204719.305 DCsync_configuration() corr. ops : 0 (0 slots) 2565:20190130:204719.305 DCsync_configuration() hgroups : 0 (0 slots) 2565:20190130:204719.305 DCsync_configuration() item procs : 0 (0 slots) 2565:20190130:204719.305 DCsync_configuration() maintenance: 0 (0 slots) 2565:20190130:204719.305 DCsync_configuration() maint tags : 0 (0 slots) 2565:20190130:204719.305 DCsync_configuration() maint time : 0 (0 slots) 2565:20190130:204719.305 DCsync_configuration() queue[0] : 0 (0 allocated) 2565:20190130:204719.305 DCsync_configuration() queue[1] : 0 (0 allocated) 2565:20190130:204719.305 DCsync_configuration() queue[2] : 0 (0 allocated) 2565:20190130:204719.305 DCsync_configuration() queue[3] : 0 (0 allocated) 2565:20190130:204719.305 DCsync_configuration() queue[4] : 0 (0 allocated) 2565:20190130:204719.305 DCsync_configuration() pqueue : 0 (0 allocated) 2565:20190130:204719.305 DCsync_configuration() timer queue: 0 (0 allocated) 2565:20190130:204719.305 DCsync_configuration() configfree : 99.185562% 2565:20190130:204719.305 DCsync_configuration() strings : 6 (101 slots) 2565:20190130:204719.305 === memory statistics for configuration cache === 2565:20190130:204719.305 free chunks of size >= 256 bytes: 1 2565:20190130:204719.305 min chunk size: 8320288 bytes 2565:20190130:204719.305 max chunk size: 8320288 bytes 2565:20190130:204719.305 memory of total size 8388232 bytes fragmented into 34 chunks 2565:20190130:204719.305 of those, 8320288 bytes are in 1 free chunks 2565:20190130:204719.305 of those, 67416 bytes are in 33 used chunks 2565:20190130:204719.305 ================================ 2565:20190130:204719.305 In DCdump_config() 2565:20190130:204719.305 refresh_unsupported:600 2565:20190130:204719.305 discovery_groupid:0 2565:20190130:204719.305 snmptrap_logging:1 2565:20190130:204719.305 default_inventory_mode:-1 2565:20190130:204719.305 severity names: 2565:20190130:204719.305 Not classified 2565:20190130:204719.305 Information 2565:20190130:204719.305 Warning 2565:20190130:204719.305 Average 2565:20190130:204719.305 High 2565:20190130:204719.306 Disaster 2565:20190130:204719.306 housekeeping: 2565:20190130:204719.306 events, mode:1 period:[trigger:31536000 internal:86400 autoreg:86400 discovery:86400] 2565:20190130:204719.306 audit, mode:1 period:31536000 2565:20190130:204719.306 it services, mode:1 period:31536000 2565:20190130:204719.306 user sessions, mode:1 period:31536000 2565:20190130:204719.306 history, mode:1 global:0 period:0 2565:20190130:204719.306 trends, mode:1 global:0 period:0 2565:20190130:204719.306 End of DCdump_config() 2565:20190130:204719.306 In DCdump_hosts() 2565:20190130:204719.306 End of DCdump_hosts() 2565:20190130:204719.306 In DCdump_proxies() 2565:20190130:204719.306 End of DCdump_proxies() 2565:20190130:204719.306 In DCdump_ipmihosts() 2565:20190130:204719.306 End of DCdump_ipmihosts() 2565:20190130:204719.306 In DCdump_host_inventories() 2565:20190130:204719.306 End of DCdump_host_inventories() 2565:20190130:204719.306 In DCdump_htmpls() 2565:20190130:204719.306 End of DCdump_htmpls() 2565:20190130:204719.306 In DCdump_gmacro() 2565:20190130:204719.306 End of DCdump_gmacro() 2565:20190130:204719.306 In DCdump_hmacros() 2565:20190130:204719.306 End of DCdump_hmacros() 2565:20190130:204719.306 In DCdump_interfaces() 2565:20190130:204719.306 End of DCdump_interfaces() 2565:20190130:204719.306 In DCdump_items() 2565:20190130:204719.306 End of DCdump_items() 2565:20190130:204719.306 In DCdump_interface_snmpitems() 2565:20190130:204719.306 End of DCdump_interface_snmpitems() 2565:20190130:204719.306 In DCdump_triggers() 2565:20190130:204719.306 End of DCdump_triggers() 2565:20190130:204719.306 In DCdump_trigdeps() 2565:20190130:204719.306 End of DCdump_trigdeps() 2565:20190130:204719.306 In DCdump_functions() 2565:20190130:204719.306 End of DCdump_functions() 2565:20190130:204719.306 In DCdump_expressions() 2565:20190130:204719.306 End of DCdump_expressions() 2565:20190130:204719.306 In DCdump_actions() 2565:20190130:204719.306 End of DCdump_actions() 2565:20190130:204719.306 In DCdump_correlations() 2565:20190130:204719.306 End of DCdump_correlations() 2565:20190130:204719.306 In DCdump_host_groups() 2565:20190130:204719.306 End of DCdump_host_groups() 2565:20190130:204719.306 In DCdump_host_group_index() 2565:20190130:204719.306 group index: 2565:20190130:204719.306 End of DCdump_host_group_index() 2565:20190130:204719.306 In DCdump_maintenances() 2565:20190130:204719.307 End of DCdump_maintenances() 2565:20190130:204719.307 End of DCsync_configuration() 2565:20190130:204719.307 proxy #0 started [main process] 2573:20190130:204719.308 proxy #7 started [discoverer #2] 2574:20190130:204719.313 proxy #8 started [discoverer #3] 2572:20190130:204719.317 proxy #6 started [discoverer #1] 2575:20190130:204719.321 proxy #9 started [history syncer #1] 2575:20190130:204719.321 __zbx_zbx_setproctitle() title:'history syncer #1 [connecting to the database]' 2575:20190130:204719.321 In DBconnect() flag:0 2575:20190130:204719.321 query without transaction detected 2575:20190130:204719.321 query [txnlev:0] [pragma synchronous=0] 2571:20190130:204719.325 proxy #5 started [http poller #1] 2571:20190130:204719.325 __zbx_zbx_setproctitle() title:'http poller #1 [connecting to the database]' 2571:20190130:204719.325 In DBconnect() flag:0 2571:20190130:204719.326 query without transaction detected 2571:20190130:204719.326 query [txnlev:0] [pragma synchronous=0] 2576:20190130:204719.326 proxy #10 started [history syncer #2] 2576:20190130:204719.326 __zbx_zbx_setproctitle() title:'history syncer #2 [connecting to the database]' 2576:20190130:204719.326 In DBconnect() flag:0 2576:20190130:204719.326 query without transaction detected 2576:20190130:204719.326 query [txnlev:0] [pragma synchronous=0] 2577:20190130:204719.326 proxy #11 started [snmp trapper #1] 2577:20190130:204719.326 In main_snmptrapper_loop() trapfile:'/tmp/zabbix_traps.tmp' 2577:20190130:204719.326 __zbx_zbx_setproctitle() title:'snmp trapper [connecting to the database]' 2577:20190130:204719.326 In DBconnect() flag:0 2577:20190130:204719.326 query without transaction detected 2577:20190130:204719.326 query [txnlev:0] [pragma synchronous=0] 2578:20190130:204719.327 proxy #12 started [self-monitoring #1] 2578:20190130:204719.327 __zbx_zbx_setproctitle() title:'self-monitoring [processing data]' 2578:20190130:204719.327 In collect_selfmon_stats() 2578:20190130:204719.327 End of collect_selfmon_stats() 2578:20190130:204719.327 __zbx_zbx_setproctitle() title:'self-monitoring [processed data in 0.000123 sec, idle 1 sec]' 2570:20190130:204719.327 proxy #4 started [housekeeper #1] 2570:20190130:204719.327 __zbx_zbx_setproctitle() title:'housekeeper [startup idle for 30 minutes]' 2579:20190130:204719.327 proxy #13 started [task manager #1] 2579:20190130:204719.327 __zbx_zbx_setproctitle() title:'task manager [connecting to the database]' 2579:20190130:204719.327 In DBconnect() flag:0 2579:20190130:204719.327 query without transaction detected 2579:20190130:204719.327 query [txnlev:0] [pragma synchronous=0] 2580:20190130:204719.328 proxy #14 started [poller #1] 2581:20190130:204719.329 proxy #15 started [poller #2] 2582:20190130:204719.333 proxy #16 started [poller #3] 2583:20190130:204719.337 proxy #17 started [poller #4] 2569:20190130:204719.341 proxy #3 started [data sender #1] 2569:20190130:204719.341 __zbx_zbx_setproctitle() title:'data sender [connecting to the database]' 2569:20190130:204719.341 In DBconnect() flag:0 2569:20190130:204719.341 query without transaction detected 2569:20190130:204719.341 query [txnlev:0] [pragma synchronous=0] 2584:20190130:204719.341 proxy #18 started [poller #5] 2585:20190130:204719.345 proxy #19 started [unreachable poller #1] 2586:20190130:204719.349 proxy #20 started [trapper #1] 2586:20190130:204719.349 __zbx_zbx_setproctitle() title:'trapper #1 [connecting to the database]' 2586:20190130:204719.349 In DBconnect() flag:0 2586:20190130:204719.349 query without transaction detected 2586:20190130:204719.349 query [txnlev:0] [pragma synchronous=0] 2587:20190130:204719.349 proxy #21 started [icmp pinger #1] 2587:20190130:204719.349 __zbx_zbx_setproctitle() title:'icmp pinger #1 [getting values]' 2587:20190130:204719.349 In get_pinger_hosts() 2587:20190130:204719.349 In DCconfig_get_poller_items() poller_type:3 2587:20190130:204719.349 End of DCconfig_get_poller_items():0 2587:20190130:204719.349 End of get_pinger_hosts():0 2587:20190130:204719.349 In process_pinger_hosts() 2587:20190130:204719.350 End of process_pinger_hosts() 2587:20190130:204719.350 In DCconfig_get_poller_nextcheck() poller_type:3 2587:20190130:204719.350 End of DCconfig_get_poller_nextcheck():-1 2587:20190130:204719.350 __zbx_zbx_setproctitle() title:'icmp pinger #1 [got 0 values in 0.000213 sec, idle 5 sec]' 2589:20190130:204719.350 proxy #23 started [icmp pinger #3] 2589:20190130:204719.350 __zbx_zbx_setproctitle() title:'icmp pinger #3 [getting values]' 2589:20190130:204719.350 In get_pinger_hosts() 2589:20190130:204719.350 In DCconfig_get_poller_items() poller_type:3 2589:20190130:204719.350 End of DCconfig_get_poller_items():0 2589:20190130:204719.350 End of get_pinger_hosts():0 2589:20190130:204719.350 In process_pinger_hosts() 2589:20190130:204719.350 End of process_pinger_hosts() 2589:20190130:204719.350 In DCconfig_get_poller_nextcheck() poller_type:3 2589:20190130:204719.350 End of DCconfig_get_poller_nextcheck():-1 2589:20190130:204719.350 __zbx_zbx_setproctitle() title:'icmp pinger #3 [got 0 values in 0.000230 sec, idle 5 sec]' 2588:20190130:204719.350 proxy #22 started [icmp pinger #2] 2588:20190130:204719.350 __zbx_zbx_setproctitle() title:'icmp pinger #2 [getting values]' 2588:20190130:204719.350 In get_pinger_hosts() 2588:20190130:204719.350 In DCconfig_get_poller_items() poller_type:3 2588:20190130:204719.350 End of DCconfig_get_poller_items():0 2588:20190130:204719.350 End of get_pinger_hosts():0 2588:20190130:204719.350 In process_pinger_hosts() 2588:20190130:204719.350 End of process_pinger_hosts() 2588:20190130:204719.350 In DCconfig_get_poller_nextcheck() poller_type:3 2588:20190130:204719.350 End of DCconfig_get_poller_nextcheck():-1 2588:20190130:204719.350 __zbx_zbx_setproctitle() title:'icmp pinger #2 [got 0 values in 0.000200 sec, idle 5 sec]' 2568:20190130:204719.350 proxy #2 started [heartbeat sender #1] 2568:20190130:204719.350 __zbx_zbx_setproctitle() title:'heartbeat sender [sending heartbeat message]' 2568:20190130:204719.351 In send_heartbeat() 2568:20190130:204719.351 In connect_to_server() [10.255.0.1]:10051 [timeout:60] 2567:20190130:204719.353 proxy #1 started [configuration syncer #1] 2567:20190130:204719.353 __zbx_zbx_setproctitle() title:'configuration syncer [connecting to the database]' 2567:20190130:204719.353 In DBconnect() flag:0 2567:20190130:204719.353 query without transaction detected 2567:20190130:204719.353 query [txnlev:0] [pragma synchronous=0] 2575:20190130:204719.369 query without transaction detected 2575:20190130:204719.369 query [txnlev:0] [pragma temp_store=2] 2575:20190130:204719.401 query without transaction detected 2575:20190130:204719.401 query [txnlev:0] [pragma temp_store_directory='/config/user-data/zabbix/'] 2575:20190130:204719.401 End of DBconnect():0 2575:20190130:204719.401 __zbx_zbx_setproctitle() title:'history syncer #1 [started, syncing history]' 2575:20190130:204719.401 In zbx_sync_history_cache() history_num:0 2575:20190130:204719.401 End of zbx_sync_history_cache() 2575:20190130:204719.401 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000176 sec, idle 1 sec]' 2568:20190130:204719.402 In put_data_to_server() datalen:80 2568:20190130:204719.402 In zbx_recv_response() 2577:20190130:204719.421 query without transaction detected 2577:20190130:204719.421 query [txnlev:0] [pragma temp_store=2] 2577:20190130:204719.421 query without transaction detected 2577:20190130:204719.421 query [txnlev:0] [pragma temp_store_directory='/config/user-data/zabbix/'] 2577:20190130:204719.421 End of DBconnect():0 2577:20190130:204719.421 query [txnlev:1] [begin;] 2577:20190130:204719.421 query [txnlev:1] [select snmp_lastsize from globalvars] 2577:20190130:204719.421 query [txnlev:1] [insert into globalvars (globalvarid,snmp_lastsize) values (1,0)] 2577:20190130:204719.421 query [txnlev:1] [commit;] 2577:20190130:204719.422 __zbx_zbx_setproctitle() title:'snmp trapper [processing data]' 2577:20190130:204719.422 In read_traps() lastsize: 0 2577:20190130:204719.422 query [txnlev:1] [begin;] 2577:20190130:204719.422 query [txnlev:1] [update globalvars set snmp_lastsize=65535] 2577:20190130:204719.422 query [txnlev:1] [commit;] 2577:20190130:204719.422 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.422 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.422 unmatched trap received from "192.168.1.129": 11:34:12 2019/01/30 PDU INFO: errorstatus 0 notificationtype TRAP transactionid 1 receivedfrom UDP: [192.168.1.129]:47221->[192.168.1.234]:162 messageid 0 version 1 errorindex 0 community public requestid 240474773 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1115918) 3:05:59.18 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.18 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 2 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "SNMP Daemon Started" 2577:20190130:204719.422 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.422 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.422 unmatched trap received from "192.168.1.129": 11:34:12 2019/01/30 PDU INFO: community public requestid 188664989 notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:59912->[192.168.1.234]:162 transactionid 2 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1115938) 3:05:59.38 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.422 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.422 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.422 unmatched trap received from "192.168.1.129": 11:34:13 2019/01/30 PDU INFO: notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:54250->[192.168.1.234]:162 transactionid 3 version 1 errorindex 0 community public requestid 1248839792 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1116053) 3:06:00.53 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.422 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.422 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.422 unmatched trap received from "192.168.1.129": 11:35:12 2019/01/30 PDU INFO: errorindex 0 version 1 receivedfrom UDP: [192.168.1.129]:53068->[192.168.1.234]:162 messageid 0 transactionid 4 notificationtype TRAP errorstatus 0 community public requestid 770051349 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1121965) 3:06:59.65 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.422 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.422 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.422 unmatched trap received from "192.168.1.129": 11:36:11 2019/01/30 PDU INFO: community public requestid 725869583 errorindex 0 version 1 messageid 0 receivedfrom UDP: [192.168.1.129]:45016->[192.168.1.234]:162 transactionid 5 notificationtype TRAP errorstatus 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1127877) 3:07:58.77 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.422 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.422 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.422 unmatched trap received from "192.168.1.129": 11:37:11 2019/01/30 PDU INFO: version 1 errorindex 0 notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:54737->[192.168.1.234]:162 transactionid 6 community public requestid 261039707 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1133789) 3:08:57.89 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.422 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.423 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.423 unmatched trap received from "192.168.1.129": 11:38:10 2019/01/30 PDU INFO: receivedfrom UDP: [192.168.1.129]:60665->[192.168.1.234]:162 messageid 0 transactionid 7 notificationtype TRAP errorstatus 0 errorindex 0 version 1 community public requestid 1574787759 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1139701) 3:09:57.01 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.423 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.423 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.423 unmatched trap received from "192.168.1.129": 11:39:09 2019/01/30 PDU INFO: requestid 1464953571 community public notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:55911->[192.168.1.234]:162 transactionid 8 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1145613) 3:10:56.13 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.423 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.423 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.423 unmatched trap received from "192.168.1.129": 11:39:53 2019/01/30 PDU INFO: community public requestid 486242193 version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 9 messageid 0 receivedfrom UDP: [192.168.1.129]:56655->[192.168.1.234]:162 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1150025) 3:11:40.25 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.423 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.423 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.423 unmatched trap received from "192.168.1.129": 11:40:52 2019/01/30 PDU INFO: errorindex 0 version 1 messageid 0 receivedfrom UDP: [192.168.1.129]:37180->[192.168.1.234]:162 transactionid 10 notificationtype TRAP errorstatus 0 community public requestid 1357688133 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1155937) 3:12:39.37 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.423 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.423 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.423 unmatched trap received from "192.168.1.129": 11:41:51 2019/01/30 PDU INFO: errorindex 0 version 1 messageid 0 receivedfrom UDP: [192.168.1.129]:35133->[192.168.1.234]:162 transactionid 11 notificationtype TRAP errorstatus 0 requestid 1565937872 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1161850) 3:13:38.50 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.423 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.423 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.423 unmatched trap received from "192.168.1.129": 11:42:50 2019/01/30 PDU INFO: version 1 errorindex 0 notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:45353->[192.168.1.234]:162 transactionid 12 community public requestid 303180366 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1167762) 3:14:37.62 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.423 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.423 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.423 unmatched trap received from "192.168.1.129": 11:43:49 2019/01/30 PDU INFO: community public requestid 342874576 transactionid 13 messageid 0 receivedfrom UDP: [192.168.1.129]:52681->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1173674) 3:15:36.74 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.423 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.423 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.423 unmatched trap received from "192.168.1.129": 11:44:49 2019/01/30 PDU INFO: version 1 errorindex 0 notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:48618->[192.168.1.234]:162 transactionid 14 requestid 653973065 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1179586) 3:16:35.86 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.423 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.423 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.423 unmatched trap received from "192.168.1.129": 11:45:34 2019/01/30 PDU INFO: messageid 0 receivedfrom UDP: [192.168.1.129]:47333->[192.168.1.234]:162 transactionid 15 notificationtype TRAP errorstatus 0 errorindex 0 version 1 requestid 182146831 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1184098) 3:17:20.98 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.423 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.423 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.423 unmatched trap received from "192.168.1.129": 11:46:33 2019/01/30 PDU INFO: community public requestid 1822033055 errorstatus 0 notificationtype TRAP transactionid 16 messageid 0 receivedfrom UDP: [192.168.1.129]:51056->[192.168.1.234]:162 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1190010) 3:18:20.10 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.423 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.423 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.423 unmatched trap received from "192.168.1.129": 11:47:32 2019/01/30 PDU INFO: community public requestid 2008644609 version 1 errorindex 0 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:40820->[192.168.1.234]:162 messageid 0 transactionid 17 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1195922) 3:19:19.22 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.423 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.423 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.423 unmatched trap received from "192.168.1.129": 11:48:31 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 18 messageid 0 receivedfrom UDP: [192.168.1.129]:41205->[192.168.1.234]:162 requestid 1388663329 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1201834) 3:20:18.34 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.423 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.424 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.424 unmatched trap received from "192.168.1.129": 11:49:30 2019/01/30 PDU INFO: community public requestid 1401547579 version 1 errorindex 0 notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:55547->[192.168.1.234]:162 transactionid 19 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1207746) 3:21:17.46 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.424 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.424 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.424 unmatched trap received from "192.168.1.129": 11:50:29 2019/01/30 PDU INFO: community public requestid 2109915994 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:52118->[192.168.1.234]:162 messageid 0 transactionid 20 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1213658) 3:22:16.58 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.424 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.424 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.424 unmatched trap received from "192.168.1.129": 11:51:14 2019/01/30 PDU INFO: community public requestid 1664551888 errorindex 0 version 1 messageid 0 receivedfrom UDP: [192.168.1.129]:52156->[192.168.1.234]:162 transactionid 21 notificationtype TRAP errorstatus 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1218169) 3:23:01.69 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.424 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.424 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.424 unmatched trap received from "192.168.1.129": 11:52:14 2019/01/30 PDU INFO: community public requestid 775230817 errorindex 0 version 1 messageid 0 receivedfrom UDP: [192.168.1.129]:36822->[192.168.1.234]:162 transactionid 22 notificationtype TRAP errorstatus 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1224081) 3:24:00.81 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.424 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.424 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.424 unmatched trap received from "192.168.1.129": 11:53:13 2019/01/30 PDU INFO: errorindex 0 version 1 transactionid 23 receivedfrom UDP: [192.168.1.129]:54373->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP community public requestid 162306861 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1229993) 3:24:59.93 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.424 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.424 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.424 unmatched trap received from "192.168.1.129": 11:54:12 2019/01/30 PDU INFO: community public requestid 1987040969 notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:33697->[192.168.1.234]:162 transactionid 24 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1235905) 3:25:59.05 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.424 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.424 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.424 unmatched trap received from "192.168.1.129": 11:55:11 2019/01/30 PDU INFO: requestid 366060728 community public version 1 errorindex 0 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:45700->[192.168.1.234]:162 messageid 0 transactionid 25 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1241817) 3:26:58.17 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.424 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.424 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.424 unmatched trap received from "192.168.1.129": 11:56:10 2019/01/30 PDU INFO: requestid 1537621694 community public notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:53956->[192.168.1.234]:162 transactionid 26 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1247729) 3:27:57.29 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.424 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.424 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.424 unmatched trap received from "192.168.1.129": 11:56:55 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 27 receivedfrom UDP: [192.168.1.129]:55705->[192.168.1.234]:162 messageid 0 community public requestid 1501633745 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1252240) 3:28:42.40 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.424 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.424 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.424 unmatched trap received from "192.168.1.129": 11:57:54 2019/01/30 PDU INFO: requestid 570326989 community public errorindex 0 version 1 receivedfrom UDP: [192.168.1.129]:44301->[192.168.1.234]:162 messageid 0 transactionid 28 notificationtype TRAP errorstatus 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1258152) 3:29:41.52 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.424 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.424 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.424 unmatched trap received from "192.168.1.129": 11:58:53 2019/01/30 PDU INFO: notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:36145->[192.168.1.234]:162 messageid 0 transactionid 29 version 1 errorindex 0 requestid 1994246813 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1264064) 3:30:40.64 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.424 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.424 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.424 unmatched trap received from "192.168.1.129": 11:59:53 2019/01/30 PDU INFO: requestid 18916872 community public version 1 errorindex 0 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:37780->[192.168.1.234]:162 messageid 0 transactionid 30 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1269976) 3:31:39.76 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.425 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.425 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.425 unmatched trap received from "192.168.1.129": 12:00:52 2019/01/30 PDU INFO: requestid 92097510 community public errorstatus 0 notificationtype TRAP transactionid 31 receivedfrom UDP: [192.168.1.129]:50312->[192.168.1.234]:162 messageid 0 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1275888) 3:32:38.88 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.425 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.425 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.425 unmatched trap received from "192.168.1.129": 12:01:51 2019/01/30 PDU INFO: errorindex 0 version 1 receivedfrom UDP: [192.168.1.129]:54753->[192.168.1.234]:162 messageid 0 transactionid 32 notificationtype TRAP errorstatus 0 community public requestid 349736458 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1281801) 3:33:38.01 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2571:20190130:204719.425 query without transaction detected 2571:20190130:204719.425 query [txnlev:0] [pragma temp_store=2] 2571:20190130:204719.425 query without transaction detected 2571:20190130:204719.425 query [txnlev:0] [pragma temp_store_directory='/config/user-data/zabbix/'] 2571:20190130:204719.425 End of DBconnect():0 2571:20190130:204719.425 __zbx_zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000000 sec, getting values]' 2571:20190130:204719.425 In process_httptests() 2571:20190130:204719.425 query [txnlev:0] [select h.hostid,h.host,h.name,t.httptestid,t.name,t.agent,t.authentication,t.http_user,t.http_password,t.http_proxy,t.retries,t.ssl_cert_file,t.ssl_key_file,t.ssl_key_password,t.verify_peer,t.verify_host,t.delay from httptest t,hosts h where t.hostid=h.hostid and t.nextcheck<=1548866839 and t.httptestid%1=0 and t.status=0 and h.proxy_hostid is null and h.status=0 and (h.maintenance_status=0 or h.maintenance_type=0)] 2571:20190130:204719.425 End of process_httptests() 2571:20190130:204719.425 query [txnlev:0] [select min(t.nextcheck) from httptest t,hosts h where t.hostid=h.hostid and t.httptestid%1=0 and t.status=0 and h.proxy_hostid is null and h.status=0 and (h.maintenance_status=0 or h.maintenance_type=0)] 2571:20190130:204719.426 No httptests to process in get_minnextcheck. 2571:20190130:204719.426 __zbx_zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000421 sec, idle 5 sec]' 2579:20190130:204719.426 query without transaction detected 2579:20190130:204719.426 query [txnlev:0] [pragma temp_store=2] 2579:20190130:204719.426 query without transaction detected 2579:20190130:204719.426 query [txnlev:0] [pragma temp_store_directory='/config/user-data/zabbix/'] 2579:20190130:204719.426 End of DBconnect():0 2579:20190130:204719.426 __zbx_zbx_setproctitle() title:'task manager [started, idle 1 sec]' 2576:20190130:204719.426 query without transaction detected 2576:20190130:204719.426 query [txnlev:0] [pragma temp_store=2] 2576:20190130:204719.426 query without transaction detected 2576:20190130:204719.426 query [txnlev:0] [pragma temp_store_directory='/config/user-data/zabbix/'] 2576:20190130:204719.426 End of DBconnect():0 2576:20190130:204719.426 __zbx_zbx_setproctitle() title:'history syncer #2 [started, syncing history]' 2576:20190130:204719.426 In zbx_sync_history_cache() history_num:0 2576:20190130:204719.426 End of zbx_sync_history_cache() 2576:20190130:204719.426 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000114 sec, idle 1 sec]' 2569:20190130:204719.426 query without transaction detected 2569:20190130:204719.426 query [txnlev:0] [pragma temp_store=2] 2569:20190130:204719.426 query without transaction detected 2569:20190130:204719.426 query [txnlev:0] [pragma temp_store_directory='/config/user-data/zabbix/'] 2569:20190130:204719.426 End of DBconnect():0 2569:20190130:204719.427 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.000000 sec, sending data]' 2569:20190130:204719.427 In proxy_data_sender() 2569:20190130:204719.427 In get_host_availability_data() 2569:20190130:204719.427 In DCget_hosts_availability() 2569:20190130:204719.427 End of DCget_hosts_availability() hosts:0 2569:20190130:204719.427 End of get_host_availability_data():FAIL 2569:20190130:204719.427 In proxy_get_lastid() field:'proxy_history.history_lastid' 2569:20190130:204719.427 query [txnlev:0] [select nextid from ids where table_name='proxy_history' and field_name='history_lastid'] 2569:20190130:204719.427 End of proxy_get_lastid():0 2569:20190130:204719.427 In proxy_get_history_data() 2569:20190130:204719.427 query [txnlev:0] [select id,itemid,clock,ns,timestamp,source,severity,value,logeventid,state,lastlogsize,mtime,flags from proxy_history where id>0 order by id limit 1000] 2569:20190130:204719.427 End of proxy_get_history_data():0 selected:0 lastid:0 more:0 size:101 2569:20190130:204719.427 In proxy_get_lastid() field:'proxy_dhistory.dhistory_lastid' 2569:20190130:204719.427 query [txnlev:0] [select nextid from ids where table_name='proxy_dhistory' and field_name='dhistory_lastid'] 2569:20190130:204719.427 End of proxy_get_lastid():0 2569:20190130:204719.427 In proxy_get_history_data_simple() table:'proxy_dhistory' 2569:20190130:204719.427 query [txnlev:0] [select id,clock,druleid,dcheckid,ip,dns,port,value,status from proxy_dhistory where id>0 order by id limit 1000] 2569:20190130:204719.427 End of proxy_get_history_data_simple():0 lastid:0 more:0 size:101 2569:20190130:204719.427 In proxy_get_lastid() field:'proxy_autoreg_host.autoreg_host_lastid' 2569:20190130:204719.427 query [txnlev:0] [select nextid from ids where table_name='proxy_autoreg_host' and field_name='autoreg_host_lastid'] 2569:20190130:204719.427 End of proxy_get_lastid():0 2569:20190130:204719.427 In proxy_get_history_data_simple() table:'proxy_autoreg_host' 2569:20190130:204719.427 query [txnlev:0] [select id,clock,host,listen_ip,listen_dns,listen_port,host_metadata from proxy_autoreg_host where id>0 order by id limit 1000] 2569:20190130:204719.428 End of proxy_get_history_data_simple():0 lastid:0 more:0 size:101 2569:20190130:204719.428 query [txnlev:0] [select t.taskid,t.type,t.clock,t.ttl,r.status,r.parent_taskid,r.info from task t,task_remote_command_result r where t.taskid=r.taskid and t.status=1 and t.type=3 order by t.taskid] 2569:20190130:204719.428 In connect_to_server() [10.255.0.1]:10051 [timeout:600] 2586:20190130:204719.428 query without transaction detected 2586:20190130:204719.428 query [txnlev:0] [pragma temp_store=2] 2586:20190130:204719.428 query without transaction detected 2586:20190130:204719.428 query [txnlev:0] [pragma temp_store_directory='/config/user-data/zabbix/'] 2586:20190130:204719.428 End of DBconnect():0 2586:20190130:204719.428 __zbx_zbx_setproctitle() title:'trapper #1 [processed data in 0.000000 sec, waiting for connection]' 2567:20190130:204719.428 query without transaction detected 2567:20190130:204719.428 query [txnlev:0] [pragma temp_store=2] 2567:20190130:204719.428 query without transaction detected 2567:20190130:204719.428 query [txnlev:0] [pragma temp_store_directory='/config/user-data/zabbix/'] 2567:20190130:204719.428 End of DBconnect():0 2567:20190130:204719.428 __zbx_zbx_setproctitle() title:'configuration syncer [loading configuration]' 2567:20190130:204719.428 In process_configuration_sync() 2567:20190130:204719.428 In connect_to_server() [10.255.0.1]:10051 [timeout:600] 2568:20190130:204719.454 zbx_tcp_recv_ext(): received 30 bytes with compression ratio 0.7 2568:20190130:204719.454 zbx_recv_response() '{"response":"success"}' 2568:20190130:204719.454 End of zbx_recv_response():SUCCEED 2568:20190130:204719.454 End of put_data_to_server():SUCCEED 2568:20190130:204719.454 __zbx_zbx_setproctitle() title:'heartbeat sender [sending heartbeat message success in 0.103769 sec, idle 60 sec]' 2577:20190130:204719.465 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.465 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.465 unmatched trap received from "192.168.1.129": 12:02:36 2019/01/30 PDU INFO: notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:58508->[192.168.1.234]:162 transactionid 33 version 1 errorindex 0 requestid 552221267 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1286312) 3:34:23.12 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.465 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.465 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.465 unmatched trap received from "192.168.1.129": 12:03:35 2019/01/30 PDU INFO: community public requestid 984451785 version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 34 receivedfrom UDP: [192.168.1.129]:37911->[192.168.1.234]:162 messageid 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1292224) 3:35:22.24 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.465 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.465 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.465 unmatched trap received from "192.168.1.129": 12:04:34 2019/01/30 PDU INFO: community public requestid 1292934819 notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:57044->[192.168.1.234]:162 transactionid 35 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1298136) 3:36:21.36 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.465 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.465 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.465 unmatched trap received from "192.168.1.129": 12:05:33 2019/01/30 PDU INFO: requestid 2098672531 community public version 1 errorindex 0 notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:42506->[192.168.1.234]:162 transactionid 36 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1304048) 3:37:20.48 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.465 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.465 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.465 unmatched trap received from "192.168.1.129": 12:06:32 2019/01/30 PDU INFO: community public requestid 541187203 errorindex 0 version 1 transactionid 37 messageid 0 receivedfrom UDP: [192.168.1.129]:36574->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1309960) 3:38:19.60 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.465 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.465 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.465 unmatched trap received from "192.168.1.129": 12:07:31 2019/01/30 PDU INFO: community public requestid 1634901214 errorstatus 0 notificationtype TRAP transactionid 38 receivedfrom UDP: [192.168.1.129]:47125->[192.168.1.234]:162 messageid 0 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1315872) 3:39:18.72 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.465 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.465 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.466 unmatched trap received from "192.168.1.129": 12:08:16 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 39 receivedfrom UDP: [192.168.1.129]:42818->[192.168.1.234]:162 messageid 0 requestid 480018294 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1320283) 3:40:02.83 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.466 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.466 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.466 unmatched trap received from "192.168.1.129": 12:09:15 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 40 receivedfrom UDP: [192.168.1.129]:45580->[192.168.1.234]:162 messageid 0 requestid 1703600498 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1326195) 3:41:01.95 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.466 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.466 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.466 unmatched trap received from "192.168.1.129": 12:10:14 2019/01/30 PDU INFO: notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:46060->[192.168.1.234]:162 transactionid 41 version 1 errorindex 0 requestid 1179863705 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1332107) 3:42:01.07 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.466 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.466 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.466 unmatched trap received from "192.168.1.129": 12:11:13 2019/01/30 PDU INFO: requestid 896742583 community public receivedfrom UDP: [192.168.1.129]:43827->[192.168.1.234]:162 messageid 0 transactionid 42 notificationtype TRAP errorstatus 0 errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1338019) 3:43:00.19 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.466 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.466 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.466 unmatched trap received from "192.168.1.129": 12:12:12 2019/01/30 PDU INFO: version 1 errorindex 0 notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:47773->[192.168.1.234]:162 transactionid 43 community public requestid 1673128155 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1343931) 3:43:59.31 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.466 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.466 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.466 unmatched trap received from "192.168.1.129": 12:13:11 2019/01/30 PDU INFO: version 1 errorindex 0 notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:35530->[192.168.1.234]:162 transactionid 44 requestid 1558003181 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1349844) 3:44:58.44 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.466 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.466 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.466 unmatched trap received from "192.168.1.129": 12:13:56 2019/01/30 PDU INFO: community public requestid 391156548 errorstatus 0 notificationtype TRAP transactionid 45 messageid 0 receivedfrom UDP: [192.168.1.129]:57714->[192.168.1.234]:162 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1354356) 3:45:43.56 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.466 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.466 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.466 unmatched trap received from "192.168.1.129": 12:14:55 2019/01/30 PDU INFO: version 1 errorindex 0 notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:55864->[192.168.1.234]:162 transactionid 46 requestid 688412348 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1360267) 3:46:42.67 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.466 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.466 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.466 unmatched trap received from "192.168.1.129": 12:15:55 2019/01/30 PDU INFO: community public requestid 2104555328 version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 47 receivedfrom UDP: [192.168.1.129]:56704->[192.168.1.234]:162 messageid 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1366180) 3:47:41.80 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.466 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.466 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.466 unmatched trap received from "192.168.1.129": 12:16:54 2019/01/30 PDU INFO: requestid 1430733416 community public messageid 0 receivedfrom UDP: [192.168.1.129]:50985->[192.168.1.234]:162 transactionid 48 notificationtype TRAP errorstatus 0 errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1372092) 3:48:40.92 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.466 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.466 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.466 unmatched trap received from "192.168.1.129": 12:17:53 2019/01/30 PDU INFO: requestid 2022419445 community public version 1 errorindex 0 notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:59838->[192.168.1.234]:162 transactionid 49 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1378004) 3:49:40.04 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.466 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.466 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.466 unmatched trap received from "192.168.1.129": 12:18:52 2019/01/30 PDU INFO: errorstatus 0 notificationtype TRAP transactionid 50 messageid 0 receivedfrom UDP: [192.168.1.129]:46395->[192.168.1.234]:162 version 1 errorindex 0 community public requestid 1316570685 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1383916) 3:50:39.16 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.466 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.466 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.467 unmatched trap received from "192.168.1.129": 12:19:37 2019/01/30 PDU INFO: notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:37088->[192.168.1.234]:162 messageid 0 transactionid 51 version 1 errorindex 0 community public requestid 328721212 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1388427) 3:51:24.27 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.467 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.467 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.467 unmatched trap received from "192.168.1.129": 12:20:36 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 52 receivedfrom UDP: [192.168.1.129]:46715->[192.168.1.234]:162 messageid 0 community public requestid 2044234546 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1394339) 3:52:23.39 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.467 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.467 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.467 unmatched trap received from "192.168.1.129": 12:21:35 2019/01/30 PDU INFO: errorindex 0 version 1 messageid 0 receivedfrom UDP: [192.168.1.129]:43721->[192.168.1.234]:162 transactionid 53 notificationtype TRAP errorstatus 0 community public requestid 1046788565 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1400251) 3:53:22.51 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.467 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.467 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.467 unmatched trap received from "192.168.1.129": 12:22:34 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 54 messageid 0 receivedfrom UDP: [192.168.1.129]:46400->[192.168.1.234]:162 community public requestid 1741671978 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1406163) 3:54:21.63 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.467 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.467 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.467 unmatched trap received from "192.168.1.129": 12:23:34 2019/01/30 PDU INFO: community public requestid 1623847872 version 1 errorindex 0 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:40272->[192.168.1.234]:162 messageid 0 transactionid 55 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1412075) 3:55:20.75 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.467 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.467 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.467 unmatched trap received from "192.168.1.129": 12:24:33 2019/01/30 PDU INFO: requestid 857803004 community public messageid 0 receivedfrom UDP: [192.168.1.129]:50470->[192.168.1.234]:162 transactionid 56 notificationtype TRAP errorstatus 0 errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1417987) 3:56:19.87 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.467 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.467 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.467 unmatched trap received from "192.168.1.129": 12:25:18 2019/01/30 PDU INFO: notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:49109->[192.168.1.234]:162 messageid 0 transactionid 57 version 1 errorindex 0 requestid 179880009 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1422498) 3:57:04.98 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.467 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.467 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.467 unmatched trap received from "192.168.1.129": 12:26:17 2019/01/30 PDU INFO: errorindex 0 version 1 messageid 0 receivedfrom UDP: [192.168.1.129]:38639->[192.168.1.234]:162 transactionid 58 notificationtype TRAP errorstatus 0 requestid 224779505 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1428410) 3:58:04.10 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.467 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.467 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.467 unmatched trap received from "192.168.1.129": 12:27:16 2019/01/30 PDU INFO: errorindex 0 version 1 receivedfrom UDP: [192.168.1.129]:52571->[192.168.1.234]:162 messageid 0 transactionid 59 notificationtype TRAP errorstatus 0 requestid 567248537 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1434322) 3:59:03.22 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.467 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.467 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.467 unmatched trap received from "192.168.1.129": 12:28:15 2019/01/30 PDU INFO: community public requestid 1854016571 version 1 errorindex 0 notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:51735->[192.168.1.234]:162 transactionid 60 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1440234) 4:00:02.34 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.467 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.467 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.467 unmatched trap received from "192.168.1.129": 12:29:14 2019/01/30 PDU INFO: requestid 602424597 community public notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:50324->[192.168.1.234]:162 transactionid 61 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1446147) 4:01:01.47 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.467 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.467 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.467 unmatched trap received from "192.168.1.129": 12:30:13 2019/01/30 PDU INFO: community public requestid 632912072 errorindex 0 version 1 messageid 0 receivedfrom UDP: [192.168.1.129]:41278->[192.168.1.234]:162 transactionid 62 notificationtype TRAP errorstatus 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1452059) 4:02:00.59 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.467 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.467 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.467 unmatched trap received from "192.168.1.129": 12:30:59 2019/01/30 PDU INFO: community public requestid 614261554 errorindex 0 version 1 transactionid 63 receivedfrom UDP: [192.168.1.129]:40733->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1456571) 4:02:45.71 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.468 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.468 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.468 unmatched trap received from "192.168.1.129": 12:31:58 2019/01/30 PDU INFO: requestid 431691191 community public errorindex 0 version 1 messageid 0 receivedfrom UDP: [192.168.1.129]:38487->[192.168.1.234]:162 transactionid 64 notificationtype TRAP errorstatus 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1462483) 4:03:44.83 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.468 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.468 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.468 unmatched trap received from "192.168.1.129": 12:32:57 2019/01/30 PDU INFO: community public requestid 183242899 receivedfrom UDP: [192.168.1.129]:36904->[192.168.1.234]:162 messageid 0 transactionid 65 notificationtype TRAP errorstatus 0 errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1468394) 4:04:43.94 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.468 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.468 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.468 unmatched trap received from "192.168.1.129": 12:33:56 2019/01/30 PDU INFO: community public requestid 543861260 transactionid 66 receivedfrom UDP: [192.168.1.129]:33880->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1474306) 4:05:43.06 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.468 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.468 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.468 unmatched trap received from "192.168.1.129": 12:34:55 2019/01/30 PDU INFO: requestid 1221333346 community public notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:52960->[192.168.1.234]:162 messageid 0 transactionid 67 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1480218) 4:06:42.18 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.468 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.468 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.468 unmatched trap received from "192.168.1.129": 12:35:54 2019/01/30 PDU INFO: community public requestid 1872814975 errorindex 0 version 1 receivedfrom UDP: [192.168.1.129]:52893->[192.168.1.234]:162 messageid 0 transactionid 68 notificationtype TRAP errorstatus 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1486130) 4:07:41.30 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.468 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.468 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.468 unmatched trap received from "192.168.1.129": 12:36:39 2019/01/30 PDU INFO: transactionid 69 receivedfrom UDP: [192.168.1.129]:44129->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP errorindex 0 version 1 requestid 1927183944 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1490642) 4:08:26.42 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.468 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.468 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.468 unmatched trap received from "192.168.1.129": 12:37:38 2019/01/30 PDU INFO: errorindex 0 version 1 transactionid 70 messageid 0 receivedfrom UDP: [192.168.1.129]:56649->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP community public requestid 1962752592 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1496554) 4:09:25.54 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.468 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.468 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.468 unmatched trap received from "192.168.1.129": 12:38:38 2019/01/30 PDU INFO: errorindex 0 version 1 messageid 0 receivedfrom UDP: [192.168.1.129]:43971->[192.168.1.234]:162 transactionid 71 notificationtype TRAP errorstatus 0 community public requestid 42697450 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1502465) 4:10:24.65 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.468 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.468 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.468 unmatched trap received from "192.168.1.129": 12:39:37 2019/01/30 PDU INFO: requestid 813593142 community public errorindex 0 version 1 receivedfrom UDP: [192.168.1.129]:43005->[192.168.1.234]:162 messageid 0 transactionid 72 notificationtype TRAP errorstatus 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1508377) 4:11:23.77 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.468 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.468 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.468 unmatched trap received from "192.168.1.129": 12:40:36 2019/01/30 PDU INFO: errorindex 0 version 1 transactionid 73 messageid 0 receivedfrom UDP: [192.168.1.129]:46947->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP community public requestid 400303635 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1514289) 4:12:22.89 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.468 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.468 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.468 unmatched trap received from "192.168.1.129": 12:41:35 2019/01/30 PDU INFO: community public requestid 268004678 errorindex 0 version 1 transactionid 74 messageid 0 receivedfrom UDP: [192.168.1.129]:48291->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1520201) 4:13:22.01 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.468 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.468 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.469 unmatched trap received from "192.168.1.129": 12:42:19 2019/01/30 PDU INFO: requestid 446672230 community public errorindex 0 version 1 transactionid 75 receivedfrom UDP: [192.168.1.129]:47691->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1524612) 4:14:06.12 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.469 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.469 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.469 unmatched trap received from "192.168.1.129": 12:43:18 2019/01/30 PDU INFO: errorindex 0 version 1 transactionid 76 messageid 0 receivedfrom UDP: [192.168.1.129]:54384->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP community public requestid 1106878218 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1530524) 4:15:05.24 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.469 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.469 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.469 unmatched trap received from "192.168.1.129": 12:44:17 2019/01/30 PDU INFO: community public requestid 1276845427 version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 77 receivedfrom UDP: [192.168.1.129]:42991->[192.168.1.234]:162 messageid 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1536436) 4:16:04.36 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.469 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.469 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.469 unmatched trap received from "192.168.1.129": 12:45:16 2019/01/30 PDU INFO: community public requestid 1468296308 errorindex 0 version 1 transactionid 78 receivedfrom UDP: [192.168.1.129]:43681->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1542349) 4:17:03.49 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.469 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.469 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.469 unmatched trap received from "192.168.1.129": 12:46:16 2019/01/30 PDU INFO: community public requestid 589267819 errorindex 0 version 1 receivedfrom UDP: [192.168.1.129]:60636->[192.168.1.234]:162 messageid 0 transactionid 79 notificationtype TRAP errorstatus 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1548261) 4:18:02.61 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2569:20190130:204719.505 In put_data_to_server() datalen:154 2569:20190130:204719.505 In zbx_recv_response() 2567:20190130:204719.505 In get_data_from_server() request:'proxy config' 2577:20190130:204719.506 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.506 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.506 unmatched trap received from "192.168.1.129": 12:47:15 2019/01/30 PDU INFO: errorindex 0 version 1 receivedfrom UDP: [192.168.1.129]:51888->[192.168.1.234]:162 messageid 0 transactionid 80 notificationtype TRAP errorstatus 0 community public requestid 523252526 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1554173) 4:19:01.73 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.506 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.506 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.506 unmatched trap received from "192.168.1.129": 12:48:00 2019/01/30 PDU INFO: notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:44457->[192.168.1.234]:162 transactionid 81 version 1 errorindex 0 requestid 1267723880 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1558684) 4:19:46.84 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.506 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.506 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.506 unmatched trap received from "192.168.1.129": 12:48:59 2019/01/30 PDU INFO: requestid 154478627 community public errorindex 0 version 1 receivedfrom UDP: [192.168.1.129]:39175->[192.168.1.234]:162 messageid 0 transactionid 82 notificationtype TRAP errorstatus 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1564596) 4:20:45.96 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.506 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.506 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.506 unmatched trap received from "192.168.1.129": 12:49:58 2019/01/30 PDU INFO: requestid 1519089299 community public version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 83 messageid 0 receivedfrom UDP: [192.168.1.129]:35974->[192.168.1.234]:162 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1570508) 4:21:45.08 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.506 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.506 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.506 unmatched trap received from "192.168.1.129": 12:50:57 2019/01/30 PDU INFO: errorindex 0 version 1 messageid 0 receivedfrom UDP: [192.168.1.129]:43320->[192.168.1.234]:162 transactionid 84 notificationtype TRAP errorstatus 0 community public requestid 2001271119 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1576420) 4:22:44.20 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.506 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.506 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.506 unmatched trap received from "192.168.1.129": 12:51:56 2019/01/30 PDU INFO: errorindex 0 version 1 transactionid 85 receivedfrom UDP: [192.168.1.129]:49222->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP requestid 1567862389 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1582331) 4:23:43.31 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.506 End of read_traps() 2577:20190130:204719.506 In read_traps() lastsize: 65535 2577:20190130:204719.506 query [txnlev:1] [begin;] 2577:20190130:204719.506 query [txnlev:1] [update globalvars set snmp_lastsize=130667] 2577:20190130:204719.506 query [txnlev:1] [commit;] 2577:20190130:204719.507 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.507 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.507 unmatched trap received from "192.168.1.129": 12:52:55 2019/01/30 PDU INFO: requestid 2124656951 community public transactionid 86 receivedfrom UDP: [192.168.1.129]:47101->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1588243) 4:24:42.43 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.507 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.507 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.507 unmatched trap received from "192.168.1.129": 12:53:41 2019/01/30 PDU INFO: requestid 499010637 community public version 1 errorindex 0 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:56541->[192.168.1.234]:162 messageid 0 transactionid 87 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1592755) 4:25:27.55 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.507 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.507 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.507 unmatched trap received from "192.168.1.129": 12:54:40 2019/01/30 PDU INFO: transactionid 88 messageid 0 receivedfrom UDP: [192.168.1.129]:55623->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP errorindex 0 version 1 community public requestid 1451201576 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1598667) 4:26:26.67 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.507 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.507 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.507 unmatched trap received from "192.168.1.129": 12:55:39 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 89 receivedfrom UDP: [192.168.1.129]:46793->[192.168.1.234]:162 messageid 0 community public requestid 966163195 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1604578) 4:27:25.78 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.507 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.507 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.507 unmatched trap received from "192.168.1.129": 12:56:38 2019/01/30 PDU INFO: community public requestid 787752597 errorindex 0 version 1 transactionid 90 receivedfrom UDP: [192.168.1.129]:57585->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1610491) 4:28:24.91 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.507 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.507 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.507 unmatched trap received from "192.168.1.129": 12:57:37 2019/01/30 PDU INFO: errorindex 0 version 1 messageid 0 receivedfrom UDP: [192.168.1.129]:52536->[192.168.1.234]:162 transactionid 91 notificationtype TRAP errorstatus 0 community public requestid 1497842669 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1616402) 4:29:24.02 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.507 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.507 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.507 unmatched trap received from "192.168.1.129": 12:58:36 2019/01/30 PDU INFO: errorstatus 0 notificationtype TRAP transactionid 92 messageid 0 receivedfrom UDP: [192.168.1.129]:45033->[192.168.1.234]:162 version 1 errorindex 0 requestid 17008778 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1622314) 4:30:23.14 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.507 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.507 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.507 unmatched trap received from "192.168.1.129": 12:59:21 2019/01/30 PDU INFO: community public requestid 1463121120 version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 93 messageid 0 receivedfrom UDP: [192.168.1.129]:32817->[192.168.1.234]:162 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1626825) 4:31:08.25 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.507 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.507 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.507 unmatched trap received from "192.168.1.129": 13:00:20 2019/01/30 PDU INFO: community public requestid 1423020287 version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 94 messageid 0 receivedfrom UDP: [192.168.1.129]:51172->[192.168.1.234]:162 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1632737) 4:32:07.37 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.507 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.507 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.507 unmatched trap received from "192.168.1.129": 13:01:19 2019/01/30 PDU INFO: version 1 errorindex 0 notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:41245->[192.168.1.234]:162 transactionid 95 requestid 1467685496 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1638649) 4:33:06.49 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.508 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.508 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.508 unmatched trap received from "192.168.1.129": 13:02:19 2019/01/30 PDU INFO: requestid 45571318 community public version 1 errorindex 0 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:46268->[192.168.1.234]:162 messageid 0 transactionid 96 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1644561) 4:34:05.61 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.508 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.508 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.508 unmatched trap received from "192.168.1.129": 13:03:18 2019/01/30 PDU INFO: community public requestid 1945839137 notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:60540->[192.168.1.234]:162 transactionid 97 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1650473) 4:35:04.73 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.508 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.508 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.508 unmatched trap received from "192.168.1.129": 13:04:17 2019/01/30 PDU INFO: requestid 449356161 community public messageid 0 receivedfrom UDP: [192.168.1.129]:35904->[192.168.1.234]:162 transactionid 98 notificationtype TRAP errorstatus 0 errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1656386) 4:36:03.86 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.508 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.508 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.508 unmatched trap received from "192.168.1.129": 13:05:02 2019/01/30 PDU INFO: requestid 869714876 community public messageid 0 receivedfrom UDP: [192.168.1.129]:37052->[192.168.1.234]:162 transactionid 99 notificationtype TRAP errorstatus 0 errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1660897) 4:36:48.97 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.508 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.508 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.508 unmatched trap received from "192.168.1.129": 13:06:01 2019/01/30 PDU INFO: errorindex 0 version 1 receivedfrom UDP: [192.168.1.129]:34666->[192.168.1.234]:162 messageid 0 transactionid 100 notificationtype TRAP errorstatus 0 community public requestid 560359634 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1666812) 4:37:48.12 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.508 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.508 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.508 unmatched trap received from "192.168.1.129": 13:07:00 2019/01/30 PDU INFO: requestid 543862723 community public errorindex 0 version 1 transactionid 101 messageid 0 receivedfrom UDP: [192.168.1.129]:56686->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1672725) 4:38:47.25 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.508 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.508 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.508 unmatched trap received from "192.168.1.129": 13:07:59 2019/01/30 PDU INFO: version 1 errorindex 0 notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:46751->[192.168.1.234]:162 transactionid 102 community public requestid 960984060 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1678641) 4:39:46.41 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.508 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.508 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.508 unmatched trap received from "192.168.1.129": 13:08:59 2019/01/30 PDU INFO: transactionid 103 messageid 0 receivedfrom UDP: [192.168.1.129]:46689->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP errorindex 0 version 1 community public requestid 63577445 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1684554) 4:40:45.54 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.508 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.508 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.508 unmatched trap received from "192.168.1.129": 13:09:58 2019/01/30 PDU INFO: requestid 995206836 community public notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:58286->[192.168.1.234]:162 messageid 0 transactionid 104 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1690467) 4:41:44.67 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.508 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.508 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.508 unmatched trap received from "192.168.1.129": 13:10:43 2019/01/30 PDU INFO: community public requestid 1547112649 errorindex 0 version 1 transactionid 105 receivedfrom UDP: [192.168.1.129]:44521->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1694981) 4:42:29.81 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.508 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.508 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.508 unmatched trap received from "192.168.1.129": 13:11:42 2019/01/30 PDU INFO: version 1 errorindex 0 notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:53273->[192.168.1.234]:162 transactionid 106 requestid 494059720 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1700896) 4:43:28.96 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.508 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.508 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.509 unmatched trap received from "192.168.1.129": 13:12:41 2019/01/30 PDU INFO: community public requestid 187249329 version 1 errorindex 0 notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:49250->[192.168.1.234]:162 transactionid 107 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1706809) 4:44:28.09 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.509 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.509 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.509 unmatched trap received from "192.168.1.129": 13:13:40 2019/01/30 PDU INFO: requestid 872582210 community public transactionid 108 receivedfrom UDP: [192.168.1.129]:45266->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1712726) 4:45:27.26 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.509 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.509 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.509 unmatched trap received from "192.168.1.129": 13:14:39 2019/01/30 PDU INFO: requestid 1738818683 community public messageid 0 receivedfrom UDP: [192.168.1.129]:40293->[192.168.1.234]:162 transactionid 109 notificationtype TRAP errorstatus 0 errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1718641) 4:46:26.41 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.509 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.509 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.509 unmatched trap received from "192.168.1.129": 13:15:39 2019/01/30 PDU INFO: errorstatus 0 notificationtype TRAP transactionid 110 messageid 0 receivedfrom UDP: [192.168.1.129]:37818->[192.168.1.234]:162 version 1 errorindex 0 community public requestid 1201605996 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1724557) 4:47:25.57 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.509 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.509 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.541 unmatched trap received from "192.168.1.129": 13:16:23 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 111 messageid 0 receivedfrom UDP: [192.168.1.129]:51421->[192.168.1.234]:162 requestid 47001406 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1728970) 4:48:09.70 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.541 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.541 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.541 unmatched trap received from "192.168.1.129": 13:17:22 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 112 messageid 0 receivedfrom UDP: [192.168.1.129]:35658->[192.168.1.234]:162 requestid 1073004997 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1734884) 4:49:08.84 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.541 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.541 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.541 unmatched trap received from "192.168.1.129": 13:18:21 2019/01/30 PDU INFO: community public requestid 1461128884 version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 113 messageid 0 receivedfrom UDP: [192.168.1.129]:40989->[192.168.1.234]:162 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1740801) 4:50:08.01 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.541 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.541 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.541 unmatched trap received from "192.168.1.129": 13:19:20 2019/01/30 PDU INFO: community public requestid 1695762153 notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:51315->[192.168.1.234]:162 transactionid 114 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1746714) 4:51:07.14 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.541 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.541 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.541 unmatched trap received from "192.168.1.129": 13:20:19 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 115 messageid 0 receivedfrom UDP: [192.168.1.129]:32768->[192.168.1.234]:162 community public requestid 385611516 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1752631) 4:52:06.31 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.541 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.541 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.541 unmatched trap received from "192.168.1.129": 13:21:19 2019/01/30 PDU INFO: requestid 534259258 community public notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:54304->[192.168.1.234]:162 messageid 0 transactionid 116 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1758547) 4:53:05.47 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.541 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.541 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.541 unmatched trap received from "192.168.1.129": 13:22:04 2019/01/30 PDU INFO: community public requestid 1834260656 errorstatus 0 notificationtype TRAP transactionid 117 receivedfrom UDP: [192.168.1.129]:40578->[192.168.1.234]:162 messageid 0 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1763059) 4:53:50.59 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.541 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.542 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.542 unmatched trap received from "192.168.1.129": 13:23:03 2019/01/30 PDU INFO: transactionid 118 receivedfrom UDP: [192.168.1.129]:47181->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP errorindex 0 version 1 community public requestid 312644746 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1768974) 4:54:49.74 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.542 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.542 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.542 unmatched trap received from "192.168.1.129": 13:24:02 2019/01/30 PDU INFO: requestid 1059789452 community public notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:37502->[192.168.1.234]:162 messageid 0 transactionid 119 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1774888) 4:55:48.88 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.542 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.542 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.542 unmatched trap received from "192.168.1.129": 13:25:01 2019/01/30 PDU INFO: community public requestid 1272678788 errorindex 0 version 1 messageid 0 receivedfrom UDP: [192.168.1.129]:57759->[192.168.1.234]:162 transactionid 120 notificationtype TRAP errorstatus 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1780804) 4:56:48.04 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.542 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.542 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.542 unmatched trap received from "192.168.1.129": 13:26:00 2019/01/30 PDU INFO: errorstatus 0 notificationtype TRAP transactionid 121 messageid 0 receivedfrom UDP: [192.168.1.129]:40475->[192.168.1.234]:162 version 1 errorindex 0 community public requestid 1473817745 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1786718) 4:57:47.18 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.542 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.542 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.542 unmatched trap received from "192.168.1.129": 13:26:59 2019/01/30 PDU INFO: receivedfrom UDP: [192.168.1.129]:38997->[192.168.1.234]:162 messageid 0 transactionid 122 notificationtype TRAP errorstatus 0 errorindex 0 version 1 requestid 1993564008 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1792634) 4:58:46.34 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.542 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.542 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.542 unmatched trap received from "192.168.1.129": 13:27:45 2019/01/30 PDU INFO: version 1 errorindex 0 notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:58298->[192.168.1.234]:162 transactionid 123 requestid 1410959411 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1797147) 4:59:31.47 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.542 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.542 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.542 unmatched trap received from "192.168.1.129": 13:28:44 2019/01/30 PDU INFO: transactionid 124 receivedfrom UDP: [192.168.1.129]:34875->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP errorindex 0 version 1 requestid 1488181393 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1803062) 5:00:30.62 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.542 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.542 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.542 unmatched trap received from "192.168.1.129": 13:29:43 2019/01/30 PDU INFO: messageid 0 receivedfrom UDP: [192.168.1.129]:36139->[192.168.1.234]:162 transactionid 125 notificationtype TRAP errorstatus 0 errorindex 0 version 1 requestid 556222958 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1808977) 5:01:29.77 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.542 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.542 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.542 unmatched trap received from "192.168.1.129": 13:30:42 2019/01/30 PDU INFO: community public requestid 1554798385 version 1 errorindex 0 notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:54548->[192.168.1.234]:162 transactionid 126 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1814892) 5:02:28.92 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.542 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.542 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.542 unmatched trap received from "192.168.1.129": 13:31:41 2019/01/30 PDU INFO: community public requestid 556323340 transactionid 127 messageid 0 receivedfrom UDP: [192.168.1.129]:51384->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1820807) 5:03:28.07 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.542 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.542 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.542 unmatched trap received from "192.168.1.129": 13:32:40 2019/01/30 PDU INFO: version 1 errorindex 0 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:46353->[192.168.1.234]:162 messageid 0 transactionid 128 requestid 994694952 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1826726) 5:04:27.26 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.542 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.542 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.542 unmatched trap received from "192.168.1.129": 13:33:26 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 129 messageid 0 receivedfrom UDP: [192.168.1.129]:35022->[192.168.1.234]:162 community public requestid 960281539 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1831239) 5:05:12.39 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.542 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.542 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.543 unmatched trap received from "192.168.1.129": 13:34:25 2019/01/30 PDU INFO: errorstatus 0 notificationtype TRAP transactionid 130 receivedfrom UDP: [192.168.1.129]:39120->[192.168.1.234]:162 messageid 0 version 1 errorindex 0 community public requestid 1402664656 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1837152) 5:06:11.52 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.543 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.543 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.543 unmatched trap received from "192.168.1.129": 13:35:24 2019/01/30 PDU INFO: community public requestid 928631855 version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 131 receivedfrom UDP: [192.168.1.129]:37037->[192.168.1.234]:162 messageid 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1843068) 5:07:10.68 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.543 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.543 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.543 unmatched trap received from "192.168.1.129": 13:36:23 2019/01/30 PDU INFO: errorindex 0 version 1 receivedfrom UDP: [192.168.1.129]:58166->[192.168.1.234]:162 messageid 0 transactionid 132 notificationtype TRAP errorstatus 0 community public requestid 372094417 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1848984) 5:08:09.84 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.543 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.543 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.543 unmatched trap received from "192.168.1.129": 13:37:22 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 133 messageid 0 receivedfrom UDP: [192.168.1.129]:39244->[192.168.1.234]:162 requestid 1861426742 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1854899) 5:09:08.99 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.543 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.543 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.543 unmatched trap received from "192.168.1.129": 13:38:21 2019/01/30 PDU INFO: transactionid 134 messageid 0 receivedfrom UDP: [192.168.1.129]:40018->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP errorindex 0 version 1 community public requestid 1827149357 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1860814) 5:10:08.14 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.543 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.543 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.543 unmatched trap received from "192.168.1.129": 13:39:05 2019/01/30 PDU INFO: community public requestid 696381889 version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 135 receivedfrom UDP: [192.168.1.129]:49154->[192.168.1.234]:162 messageid 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1865228) 5:10:52.28 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.543 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.543 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.543 unmatched trap received from "192.168.1.129": 13:40:05 2019/01/30 PDU INFO: requestid 1053214797 community public transactionid 136 messageid 0 receivedfrom UDP: [192.168.1.129]:55509->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1871142) 5:11:51.42 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.543 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.543 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.543 unmatched trap received from "192.168.1.129": 13:41:04 2019/01/30 PDU INFO: community public requestid 1580532101 version 1 errorindex 0 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:35826->[192.168.1.234]:162 messageid 0 transactionid 137 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1877058) 5:12:50.58 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.543 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.543 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.543 unmatched trap received from "192.168.1.129": 13:42:03 2019/01/30 PDU INFO: community public requestid 1948862007 notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:35602->[192.168.1.234]:162 transactionid 138 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1882972) 5:13:49.72 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.543 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.543 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.543 unmatched trap received from "192.168.1.129": 13:43:02 2019/01/30 PDU INFO: errorindex 0 version 1 transactionid 139 messageid 0 receivedfrom UDP: [192.168.1.129]:59244->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP requestid 445497953 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1888888) 5:14:48.88 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.543 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.543 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.543 unmatched trap received from "192.168.1.129": 13:44:01 2019/01/30 PDU INFO: errorindex 0 version 1 receivedfrom UDP: [192.168.1.129]:44431->[192.168.1.234]:162 messageid 0 transactionid 140 notificationtype TRAP errorstatus 0 community public requestid 966754878 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1894802) 5:15:48.02 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.543 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.543 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.543 unmatched trap received from "192.168.1.129": 13:44:46 2019/01/30 PDU INFO: requestid 198087506 community public errorindex 0 version 1 transactionid 141 receivedfrom UDP: [192.168.1.129]:43137->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1899315) 5:16:33.15 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.543 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.543 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.543 unmatched trap received from "192.168.1.129": 13:45:45 2019/01/30 PDU INFO: community public requestid 85521196 version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 142 receivedfrom UDP: [192.168.1.129]:43664->[192.168.1.234]:162 messageid 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1905230) 5:17:32.30 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.544 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.544 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.544 unmatched trap received from "192.168.1.129": 13:46:45 2019/01/30 PDU INFO: community public requestid 520967056 errorindex 0 version 1 messageid 0 receivedfrom UDP: [192.168.1.129]:53016->[192.168.1.234]:162 transactionid 143 notificationtype TRAP errorstatus 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1911145) 5:18:31.45 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.544 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.544 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.544 unmatched trap received from "192.168.1.129": 13:47:44 2019/01/30 PDU INFO: community public requestid 1848021851 messageid 0 receivedfrom UDP: [192.168.1.129]:59419->[192.168.1.234]:162 transactionid 144 notificationtype TRAP errorstatus 0 errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1917061) 5:19:30.61 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.544 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.544 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.544 unmatched trap received from "192.168.1.129": 13:48:43 2019/01/30 PDU INFO: requestid 1839769406 community public errorindex 0 version 1 transactionid 145 receivedfrom UDP: [192.168.1.129]:54829->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1922976) 5:20:29.76 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.544 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.544 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.544 unmatched trap received from "192.168.1.129": 13:49:42 2019/01/30 PDU INFO: requestid 815214748 community public version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 146 messageid 0 receivedfrom UDP: [192.168.1.129]:33820->[192.168.1.234]:162 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1928891) 5:21:28.91 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.544 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.544 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.544 unmatched trap received from "192.168.1.129": 13:50:26 2019/01/30 PDU INFO: messageid 0 receivedfrom UDP: [192.168.1.129]:55712->[192.168.1.234]:162 transactionid 147 notificationtype TRAP errorstatus 0 errorindex 0 version 1 community public requestid 1260646377 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1933305) 5:22:13.05 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.544 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.544 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.544 unmatched trap received from "192.168.1.129": 13:51:25 2019/01/30 PDU INFO: requestid 246799287 community public receivedfrom UDP: [192.168.1.129]:54447->[192.168.1.234]:162 messageid 0 transactionid 148 notificationtype TRAP errorstatus 0 errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1939220) 5:23:12.20 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.544 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.544 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.544 unmatched trap received from "192.168.1.129": 13:52:25 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 149 messageid 0 receivedfrom UDP: [192.168.1.129]:57701->[192.168.1.234]:162 community public requestid 545522833 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1945134) 5:24:11.34 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.544 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.544 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.544 unmatched trap received from "192.168.1.129": 13:53:24 2019/01/30 PDU INFO: community public requestid 2129230157 transactionid 150 messageid 0 receivedfrom UDP: [192.168.1.129]:54471->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1951049) 5:25:10.49 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.544 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.544 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.544 unmatched trap received from "192.168.1.129": 13:54:23 2019/01/30 PDU INFO: requestid 1870468849 community public messageid 0 receivedfrom UDP: [192.168.1.129]:42667->[192.168.1.234]:162 transactionid 151 notificationtype TRAP errorstatus 0 errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1956963) 5:26:09.63 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.544 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.544 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.544 unmatched trap received from "192.168.1.129": 13:55:22 2019/01/30 PDU INFO: requestid 1748477909 community public transactionid 152 messageid 0 receivedfrom UDP: [192.168.1.129]:44155->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1962881) 5:27:08.81 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.544 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.544 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.544 unmatched trap received from "192.168.1.129": 13:56:07 2019/01/30 PDU INFO: requestid 983434142 community public errorindex 0 version 1 receivedfrom UDP: [192.168.1.129]:60702->[192.168.1.234]:162 messageid 0 transactionid 153 notificationtype TRAP errorstatus 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1967394) 5:27:53.94 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.545 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.545 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.545 unmatched trap received from "192.168.1.129": 13:57:06 2019/01/30 PDU INFO: community public requestid 1921987812 version 1 errorindex 0 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:54740->[192.168.1.234]:162 messageid 0 transactionid 154 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1973309) 5:28:53.09 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.565 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.565 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.565 unmatched trap received from "192.168.1.129": 13:58:05 2019/01/30 PDU INFO: notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:45169->[192.168.1.234]:162 transactionid 155 version 1 errorindex 0 requestid 1926110912 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1979224) 5:29:52.24 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.565 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.565 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.565 unmatched trap received from "192.168.1.129": 13:59:05 2019/01/30 PDU INFO: requestid 958606657 community public version 1 errorindex 0 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:51224->[192.168.1.234]:162 messageid 0 transactionid 156 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1985137) 5:30:51.37 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.565 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.565 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.565 unmatched trap received from "192.168.1.129": 13:59:17 2019/01/30 PDU INFO: community public requestid 411779911 errorindex 0 version 1 transactionid 157 receivedfrom UDP: [192.168.1.129]:35170->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1986347) 5:31:03.47 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.16 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 2 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Frames Dropped during playback" 2577:20190130:204719.565 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.565 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.565 unmatched trap received from "192.168.1.129": 14:00:04 2019/01/30 PDU INFO: requestid 501062210 community public transactionid 158 receivedfrom UDP: [192.168.1.129]:38210->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1991060) 5:31:50.60 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.565 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.565 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.565 unmatched trap received from "192.168.1.129": 14:00:16 2019/01/30 PDU INFO: errorindex 0 version 1 transactionid 159 receivedfrom UDP: [192.168.1.129]:42602->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP requestid 484948215 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1992272) 5:32:02.72 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.16 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 2 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Frames Dropped during playback" 2577:20190130:204719.565 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.565 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.565 unmatched trap received from "192.168.1.129": 14:01:03 2019/01/30 PDU INFO: community public requestid 1515680351 receivedfrom UDP: [192.168.1.129]:51565->[192.168.1.234]:162 messageid 0 transactionid 160 notificationtype TRAP errorstatus 0 errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1996985) 5:32:49.85 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.565 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.565 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.566 unmatched trap received from "192.168.1.129": 14:01:16 2019/01/30 PDU INFO: community public requestid 1743500370 transactionid 161 messageid 0 receivedfrom UDP: [192.168.1.129]:51090->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (1998297) 5:33:02.97 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.16 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 2 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Frames Dropped during playback" 2577:20190130:204719.566 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.566 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.566 unmatched trap received from "192.168.1.129": 14:01:48 2019/01/30 PDU INFO: errorstatus 0 notificationtype TRAP transactionid 162 messageid 0 receivedfrom UDP: [192.168.1.129]:48134->[192.168.1.234]:162 version 1 errorindex 0 community public requestid 272594474 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2001510) 5:33:35.10 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.566 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.566 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.566 unmatched trap received from "192.168.1.129": 14:02:48 2019/01/30 PDU INFO: requestid 446649506 community public errorstatus 0 notificationtype TRAP transactionid 163 receivedfrom UDP: [192.168.1.129]:54259->[192.168.1.234]:162 messageid 0 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2007425) 5:34:34.25 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.566 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.566 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.566 unmatched trap received from "192.168.1.129": 14:03:47 2019/01/30 PDU INFO: errorindex 0 version 1 messageid 0 receivedfrom UDP: [192.168.1.129]:43501->[192.168.1.234]:162 transactionid 164 notificationtype TRAP errorstatus 0 community public requestid 1233765449 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2013339) 5:35:33.39 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.566 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.566 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.566 unmatched trap received from "192.168.1.129": 14:04:46 2019/01/30 PDU INFO: community public requestid 88783271 transactionid 165 receivedfrom UDP: [192.168.1.129]:40431->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2019254) 5:36:32.54 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.566 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.566 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.566 unmatched trap received from "192.168.1.129": 14:05:45 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 166 messageid 0 receivedfrom UDP: [192.168.1.129]:60629->[192.168.1.234]:162 requestid 1384239672 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2025170) 5:37:31.70 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.566 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.566 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.566 unmatched trap received from "192.168.1.129": 14:06:44 2019/01/30 PDU INFO: community public requestid 70882486 transactionid 167 messageid 0 receivedfrom UDP: [192.168.1.129]:35926->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2031085) 5:38:30.85 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.566 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.566 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.566 unmatched trap received from "192.168.1.129": 14:07:29 2019/01/30 PDU INFO: community public requestid 821484144 receivedfrom UDP: [192.168.1.129]:51294->[192.168.1.234]:162 messageid 0 transactionid 168 notificationtype TRAP errorstatus 0 errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2035598) 5:39:15.98 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.566 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.566 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.566 unmatched trap received from "192.168.1.129": 14:08:28 2019/01/30 PDU INFO: errorstatus 0 notificationtype TRAP transactionid 169 messageid 0 receivedfrom UDP: [192.168.1.129]:35584->[192.168.1.234]:162 version 1 errorindex 0 community public requestid 1103999714 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2041513) 5:40:15.13 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.566 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.566 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.566 unmatched trap received from "192.168.1.129": 14:09:28 2019/01/30 PDU INFO: version 1 errorindex 0 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:48480->[192.168.1.234]:162 messageid 0 transactionid 170 requestid 666869129 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2047428) 5:41:14.28 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.566 End of read_traps() 2577:20190130:204719.566 In read_traps() lastsize: 130667 2577:20190130:204719.566 query [txnlev:1] [begin;] 2577:20190130:204719.566 query [txnlev:1] [update globalvars set snmp_lastsize=195890] 2577:20190130:204719.567 query [txnlev:1] [commit;] 2577:20190130:204719.567 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.567 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.567 unmatched trap received from "192.168.1.129": 14:10:27 2019/01/30 PDU INFO: notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:37671->[192.168.1.234]:162 messageid 0 transactionid 171 version 1 errorindex 0 requestid 261159733 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2053343) 5:42:13.43 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.567 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.567 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.567 unmatched trap received from "192.168.1.129": 14:11:26 2019/01/30 PDU INFO: requestid 494231612 community public version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 172 messageid 0 receivedfrom UDP: [192.168.1.129]:59489->[192.168.1.234]:162 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2059258) 5:43:12.58 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.567 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.567 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.567 unmatched trap received from "192.168.1.129": 14:12:25 2019/01/30 PDU INFO: community public requestid 256315841 version 1 errorindex 0 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:41636->[192.168.1.234]:162 messageid 0 transactionid 173 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2065173) 5:44:11.73 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.567 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.567 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.567 unmatched trap received from "192.168.1.129": 14:13:10 2019/01/30 PDU INFO: errorstatus 0 notificationtype TRAP transactionid 174 receivedfrom UDP: [192.168.1.129]:36336->[192.168.1.234]:162 messageid 0 version 1 errorindex 0 community public requestid 1838078176 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2069685) 5:44:56.85 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.567 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.567 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.567 unmatched trap received from "192.168.1.129": 14:14:09 2019/01/30 PDU INFO: errorstatus 0 notificationtype TRAP transactionid 175 messageid 0 receivedfrom UDP: [192.168.1.129]:37072->[192.168.1.234]:162 version 1 errorindex 0 requestid 492293252 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2075600) 5:45:56.00 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.567 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.567 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.567 unmatched trap received from "192.168.1.129": 14:15:08 2019/01/30 PDU INFO: transactionid 176 messageid 0 receivedfrom UDP: [192.168.1.129]:55178->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP errorindex 0 version 1 requestid 1766041211 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2081515) 5:46:55.15 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.567 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.567 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.567 unmatched trap received from "192.168.1.129": 14:16:08 2019/01/30 PDU INFO: transactionid 177 messageid 0 receivedfrom UDP: [192.168.1.129]:59186->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP errorindex 0 version 1 community public requestid 1834359793 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2087431) 5:47:54.31 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.567 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.567 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.567 unmatched trap received from "192.168.1.129": 14:17:07 2019/01/30 PDU INFO: errorindex 0 version 1 messageid 0 receivedfrom UDP: [192.168.1.129]:32789->[192.168.1.234]:162 transactionid 178 notificationtype TRAP errorstatus 0 requestid 469382905 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2093347) 5:48:53.47 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.567 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.567 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.567 unmatched trap received from "192.168.1.129": 14:18:06 2019/01/30 PDU INFO: errorindex 0 version 1 receivedfrom UDP: [192.168.1.129]:36709->[192.168.1.234]:162 messageid 0 transactionid 179 notificationtype TRAP errorstatus 0 community public requestid 414847809 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2099263) 5:49:52.63 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.567 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.567 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.567 unmatched trap received from "192.168.1.129": 14:18:51 2019/01/30 PDU INFO: transactionid 180 messageid 0 receivedfrom UDP: [192.168.1.129]:60778->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP errorindex 0 version 1 community public requestid 1874310775 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2103775) 5:50:37.75 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.567 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.567 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.568 unmatched trap received from "192.168.1.129": 14:19:50 2019/01/30 PDU INFO: requestid 40573751 community public messageid 0 receivedfrom UDP: [192.168.1.129]:38958->[192.168.1.234]:162 transactionid 181 notificationtype TRAP errorstatus 0 errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2109689) 5:51:36.89 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.568 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.568 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.568 unmatched trap received from "192.168.1.129": 14:20:49 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 182 receivedfrom UDP: [192.168.1.129]:41937->[192.168.1.234]:162 messageid 0 requestid 2018181677 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2115604) 5:52:36.04 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.568 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.568 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.568 unmatched trap received from "192.168.1.129": 14:21:49 2019/01/30 PDU INFO: receivedfrom UDP: [192.168.1.129]:58895->[192.168.1.234]:162 messageid 0 transactionid 183 notificationtype TRAP errorstatus 0 errorindex 0 version 1 requestid 770182793 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2121517) 5:53:35.17 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.568 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.568 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.568 unmatched trap received from "192.168.1.129": 14:22:48 2019/01/30 PDU INFO: requestid 961949114 community public version 1 errorindex 0 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:48982->[192.168.1.234]:162 messageid 0 transactionid 184 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2127432) 5:54:34.32 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.568 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.568 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.568 unmatched trap received from "192.168.1.129": 14:23:47 2019/01/30 PDU INFO: transactionid 185 receivedfrom UDP: [192.168.1.129]:50737->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP errorindex 0 version 1 community public requestid 1538145956 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2133345) 5:55:33.45 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.568 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.568 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.568 unmatched trap received from "192.168.1.129": 14:24:32 2019/01/30 PDU INFO: notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:43890->[192.168.1.234]:162 messageid 0 transactionid 186 version 1 errorindex 0 community public requestid 1602548521 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2137856) 5:56:18.56 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.568 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.568 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.568 unmatched trap received from "192.168.1.129": 14:25:31 2019/01/30 PDU INFO: community public requestid 222488714 version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 187 receivedfrom UDP: [192.168.1.129]:48149->[192.168.1.234]:162 messageid 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2143768) 5:57:17.68 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.568 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.568 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.568 unmatched trap received from "192.168.1.129": 14:26:30 2019/01/30 PDU INFO: community public requestid 450475945 version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 188 receivedfrom UDP: [192.168.1.129]:36550->[192.168.1.234]:162 messageid 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2149680) 5:58:16.80 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.568 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.568 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.568 unmatched trap received from "192.168.1.129": 14:27:29 2019/01/30 PDU INFO: requestid 1646715680 community public errorindex 0 version 1 receivedfrom UDP: [192.168.1.129]:46714->[192.168.1.234]:162 messageid 0 transactionid 189 notificationtype TRAP errorstatus 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2155592) 5:59:15.92 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.568 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.568 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.568 unmatched trap received from "192.168.1.129": 14:28:28 2019/01/30 PDU INFO: version 1 errorindex 0 notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:36674->[192.168.1.234]:162 transactionid 190 requestid 2088163137 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2161504) 6:00:15.04 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.568 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.568 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.568 unmatched trap received from "192.168.1.129": 14:29:28 2019/01/30 PDU INFO: requestid 1812210378 community public messageid 0 receivedfrom UDP: [192.168.1.129]:36821->[192.168.1.234]:162 transactionid 191 notificationtype TRAP errorstatus 0 errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2167415) 6:01:14.15 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.568 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.568 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.568 unmatched trap received from "192.168.1.129": 14:30:13 2019/01/30 PDU INFO: requestid 1074797631 community public errorindex 0 version 1 receivedfrom UDP: [192.168.1.129]:53119->[192.168.1.234]:162 messageid 0 transactionid 192 notificationtype TRAP errorstatus 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2171927) 6:01:59.27 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.568 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.568 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.569 unmatched trap received from "192.168.1.129": 14:31:12 2019/01/30 PDU INFO: requestid 765738464 community public notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:35412->[192.168.1.234]:162 messageid 0 transactionid 193 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2177839) 6:02:58.39 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.569 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.569 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.569 unmatched trap received from "192.168.1.129": 14:32:11 2019/01/30 PDU INFO: requestid 1486331751 community public notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:49491->[192.168.1.234]:162 messageid 0 transactionid 194 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2183750) 6:03:57.50 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.569 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.569 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.569 unmatched trap received from "192.168.1.129": 14:33:10 2019/01/30 PDU INFO: version 1 errorindex 0 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:34209->[192.168.1.234]:162 messageid 0 transactionid 195 requestid 217551826 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2189662) 6:04:56.62 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.569 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.569 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.569 unmatched trap received from "192.168.1.129": 14:34:09 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 196 receivedfrom UDP: [192.168.1.129]:33940->[192.168.1.234]:162 messageid 0 community public requestid 1657198213 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2195574) 6:05:55.74 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.569 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.569 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.579 unmatched trap received from "192.168.1.129": 14:35:08 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 197 receivedfrom UDP: [192.168.1.129]:39210->[192.168.1.234]:162 messageid 0 requestid 2100602422 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2201486) 6:06:54.86 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2580:20190130:204719.579 __zbx_zbx_setproctitle() title:'poller #1 [connecting to the database]' 2569:20190130:204719.579 zbx_tcp_recv_ext(): received 30 bytes with compression ratio 0.7 2569:20190130:204719.579 zbx_recv_response() '{"response":"success"}' 2569:20190130:204719.579 End of zbx_recv_response():SUCCEED 2569:20190130:204719.579 End of put_data_to_server():SUCCEED 2569:20190130:204719.579 End of proxy_data_sender():SUCCEED more:0 flags:0x8000 2569:20190130:204719.579 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.152720 sec, idle 30 sec]' 2574:20190130:204719.579 __zbx_zbx_setproctitle() title:'discoverer #3 [connecting to the database]' 2567:20190130:204719.579 zbx_tcp_recv_ext(): received 2691 bytes with compression ratio 9.2 2567:20190130:204719.579 Received [{"globalmacro":{"fields":["globalmacroid","macro","value"],"data":[[2,"{$SNMP_COMMUNITY}","public"]]},"hosts":{"fields":["hostid","host","status","available","ipmi_authtype","ipmi_privilege","ipmi_username","ipmi_password","ipmi_available","snmp_available","jmx_available","name","tls_connect","tls_accept","tls_issuer","tls_subject","tls_psk_identity","tls_psk"],"data":[[10001,"Template OS Linux",3,0,0,2,"","",0,0,0,"Template OS Linux",1,1,"","","",""],[10050,"Template App Zabbix Agent",3,0,0,2,"","",0,0,0,"Template App Zabbix Agent",1,1,"","","",""],[10104,"Template ICMP Ping",3,0,0,2,"","",0,0,0,"Template ICMP Ping",1,1,"","","",""],[10111,"Template OS Vyatta",3,0,0,2,"","",0,0,0,"Template OS Vyatta",1,1,"","","",""],[10115,"Template VPN-Router",3,0,0,2,"","",0,0,0,"Template VPN-Router",1,1,"","","",""],[10564,"agent-hostname",0,1,-1,2,"","",0,0,0,"agent-hostname",1,1,"","","",""]]},"interface":{"fields":["interfaceid","hostid","main","type","useip","ip","dns","port","bulk"],"data":[[408,10564,1,1,1,"10.255.30.5","","10050",1]]},"hosts_templates":{"fields":["hosttemplateid","hostid","templateid"],"data":[[4,10001,10050],[46,10115,10001],[48,10115,10111],[52,10115,10104],[482,10564,10115]]},"hostmacro":{"fields":["hostmacroid","hostid","macro","value"],"data":[]},"items":{"fields":["itemid","type","snmp_community","snmp_oid","hostid","key_","delay","status","value_type","trapper_hosts","snmpv3_securityname","snmpv3_securitylevel","snmpv3_authpassphrase","snmpv3_privpassphrase","lastlogsize","logtimefmt","params","ipmi_sensor","authtype","username","password","publickey","privatekey","mtime","flags","interfaceid","port","snmpv3_authprotocol","snmpv3_privprotocol","snmpv3_contextname","jmx_endpoint","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"],"data":[[54202,0,"","",10564,"net.if.discovery","1h",0,4,"","",0,"","",0,"","","",0,"","","","",0,1,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54203,0,"","",10564,"vfs.fs.discovery","1h",0,4,"","",0,"","",0,"","","",0,"","","","",0,1,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54204,0,"","",10564,"agent.hostname","1h",0,1,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54205,0,"","",10564,"agent.ping","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54206,0,"","",10564,"agent.version","1h",0,1,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54207,3,"","",10564,"icmpping","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54208,3,"","",10564,"icmppingloss","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54209,3,"","",10564,"icmppingsec","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54210,0,"","",10564,"kernel.maxfiles","1h",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54211,0,"","",10564,"kernel.maxproc","1h",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54212,0,"","",10564,"net.if.in[eth0,bytes]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54213,0,"","",10564,"net.if.in[eth0,dropped]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54214,0,"","",10564,"net.if.in[eth0,errors]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54215,0,"","",10564,"net.if.in[eth0,packets]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54216,0,"","",10564,"net.if.in[eth1,bytes]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54217,0,"","",10564,"net.if.in[eth1,dropped]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54218,0,"","",10564,"net.if.in[eth1,errors]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54219,0,"","",10564,"net.if.in[eth1,packets]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54220,0,"","",10564,"net.if.in[eth2,bytes]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54221,0,"","",10564,"net.if.in[eth2,dropped]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54222,0,"","",10564,"net.if.in[eth2,errors]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54223,0,"","",10564,"net.if.in[eth2,packets]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54224,0,"","",10564,"net.if.out[eth0,bytes]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54225,0,"","",10564,"net.if.out[eth0,dropped]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54226,0,"","",10564,"net.if.out[eth0,errors]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54227,0,"","",10564,"net.if.out[eth0,packets]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54228,0,"","",10564,"net.if.out[eth1,bytes]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54229,0,"","",10564,"net.if.out[eth1,dropped]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54230,0,"","",10564,"net.if.out[eth1,errors]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54231,0,"","",10564,"net.if.out[eth1,packets]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54232,0,"","",10564,"net.if.out[eth2,bytes]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54233,0,"","",10564,"net.if.out[eth2,dropped]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54234,0,"","",10564,"net.if.out[eth2,errors]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54235,0,"","",10564,"net.if.out[eth2,packets]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54236,0,"","",10564,"net.tcp.service[tcp,,3128]","10m",1,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54237,0,"","",10564,"net.udp.listen[123]","10m",1,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54238,0,"","",10564,"net.udp.listen[161]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54239,0,"","",10564,"net.udp.listen[67]","10m",1,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54240,0,"","",10564,"net.udp.listen[9000]","10m",1,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54241,0,"","",10564,"proc.mem[bgpd,quagga]","10m",1,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54242,0,"","",10564,"proc.mem[dhcpd3]","10m",1,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54243,0,"","",10564,"proc.mem[hostapd]","10m",1,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54244,0,"","",10564,"proc.mem[netplugd]","10m",1,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54245,0,"","",10564,"proc.mem[openvpn]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54246,0,"","",10564,"proc.mem[ospf6d,quagga]","10m",1,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54247,0,"","",10564,"proc.mem[ospfd,quagga]","10m",1,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54248,0,"","",10564,"proc.mem[ripngd,quagga]","10m",1,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54249,0,"","",10564,"proc.mem[snmpd]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54250,0,"","",10564,"proc.mem[squid3]","10m",1,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54251,0,"","",10564,"proc.mem[zebra,quagga]","10m",1,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54252,0,"","",10564,"proc.num[,,run]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54253,0,"","",10564,"proc.num[]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54254,0,"","",10564,"proc.num[bgpd,quagga]","10m",1,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54255,0,"","",10564,"proc.num[hostapd]","10m",1,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54256,0,"","",10564,"proc.num[netplugd]","10m",1,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54257,0,"","",10564,"proc.num[ospf6d,quagga]","10m",1,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54258,0,"","",10564,"proc.num[ospfd,quagga]","10m",1,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54259,0,"","",10564,"proc.num[ripd,quagga]","10m",1,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54260,0,"","",10564,"proc.num[ripngd,quagga]","10m",1,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54261,0,"","",10564,"proc.num[zebra,quagga]","10m",1,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54262,0,"","",10564,"system.boottime","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54263,0,"","",10564,"system.cpu.intr","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54264,0,"","",10564,"system.cpu.load[percpu,avg15]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54265,0,"","",10564,"system.cpu.load[percpu,avg1]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54266,0,"","",10564,"system.cpu.load[percpu,avg5]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54267,0,"","",10564,"system.cpu.switches","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54268,0,"","",10564,"system.cpu.util[,idle]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54269,0,"","",10564,"system.cpu.util[,interrupt]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54270,0,"","",10564,"system.cpu.util[,iowait]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54271,0,"","",10564,"system.cpu.util[,nice]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54272,0,"","",10564,"system.cpu.util[,softirq]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54273,0,"","",10564,"system.cpu.util[,steal]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54274,0,"","",10564,"system.cpu.util[,system]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54275,0,"","",10564,"system.cpu.util[,user]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54276,0,"","",10564,"system.hostname","1h",0,1,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54277,0,"","",10564,"system.localtime","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54278,0,"","",10564,"system.swap.size[,free]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54279,0,"","",10564,"system.swap.size[,pfree]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54280,0,"","",10564,"system.swap.size[,total]","1h",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54281,0,"","",10564,"system.uname","1h",0,1,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54282,0,"","",10564,"system.uptime","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54283,0,"","",10564,"system.users.num","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54284,0,"","",10564,"vfs.file.cksum[/config/config.boot]","1h",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54285,0,"","",10564,"vfs.file.cksum[/etc/passwd]","1h",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54286,0,"","",10564,"vm.memory.size[available]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54287,0,"","",10564,"vm.memory.size[total]","1h",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54288,0,"","",10564,"net.if.in[{#IFNAME}]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,2,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54289,0,"","",10564,"net.if.out[{#IFNAME}]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,2,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54290,0,"","",10564,"vfs.fs.inode[{#FSNAME},pfree]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,2,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54291,0,"","",10564,"vfs.fs.size[{#FSNAME},free]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,2,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54292,0,"","",10564,"vfs.fs.size[{#FSNAME},pfree]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,2,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54293,0,"","",10564,"vfs.fs.size[{#FSNAME},total]","1h",0,3,"","",0,"","",0,"","","",0,"","","","",0,2,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54294,0,"","",10564,"vfs.fs.size[{#FSNAME},used]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,2,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54433,0,"","",10564,"net.if.in[eth0]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54434,0,"","",10564,"net.if.in[vtun1]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54435,0,"","",10564,"net.if.in[eth1]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54436,0,"","",10564,"net.if.out[eth0]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54437,0,"","",10564,"net.if.out[vtun1]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54438,0,"","",10564,"net.if.out[eth1]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54439,0,"","",10564,"vfs.fs.inode[/lib/live/mount/persistence,pfree]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54440,0,"","",10564,"vfs.fs.inode[/opt/vyatta/etc/config,pfree]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54441,0,"","",10564,"vfs.fs.inode[/boot,pfree]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54442,0,"","",10564,"vfs.fs.inode[/boot/grub,pfree]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54443,0,"","",10564,"vfs.fs.inode[/lib/live/mount/persistence/boot/0.0.91/grub,pfree]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54444,0,"","",10564,"vfs.fs.size[/lib/live/mount/persistence,free]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54445,0,"","",10564,"vfs.fs.size[/opt/vyatta/etc/config,free]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54446,0,"","",10564,"vfs.fs.size[/boot,free]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54447,0,"","",10564,"vfs.fs.size[/boot/grub,free]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54448,0,"","",10564,"vfs.fs.size[/lib/live/mount/persistence/boot/0.0.91/grub,free]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54449,0,"","",10564,"vfs.fs.size[/lib/live/mount/persistence,pfree]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54450,0,"","",10564,"vfs.fs.size[/opt/vyatta/etc/config,pfree]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54451,0,"","",10564,"vfs.fs.size[/boot,pfree]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54452,0,"","",10564,"vfs.fs.size[/boot/grub,pfree]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54453,0,"","",10564,"vfs.fs.size[/lib/live/mount/persistence/boot/0.0.91/grub,pfree]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54454,0,"","",10564,"vfs.fs.size[/lib/live/mount/persistence,total]","1h",0,3,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54455,0,"","",10564,"vfs.fs.size[/opt/vyatta/etc/config,total]","1h",0,3,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54456,0,"","",10564,"vfs.fs.size[/boot,total]","1h",0,3,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54457,0,"","",10564,"vfs.fs.size[/boot/grub,total]","1h",0,3,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54458,0,"","",10564,"vfs.fs.size[/lib/live/mount/persistence/boot/0.0.91/grub,total]","1h",0,3,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54459,0,"","",10564,"vfs.fs.size[/lib/live/mount/persistence,used]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54460,0,"","",10564,"vfs.fs.size[/opt/vyatta/etc/config,used]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54461,0,"","",10564,"vfs.fs.size[/boot,used]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54462,0,"","",10564,"vfs.fs.size[/boot/grub,used]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54463,0,"","",10564,"vfs.fs.size[/lib/live/mount/persistence/boot/0.0.91/grub,used]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0]]},"drules":{"fields":["druleid","name","iprange","delay"],"data":[]},"dchecks":{"fields":["dcheckid","druleid","type","key_","snmp_community","ports","snmpv3_securityname","snmpv3_securitylevel","snmpv3_authpassphrase","snmpv3_privpassphrase","uniq","snmpv3_authprotocol","snmpv3_privprotocol","snmpv3_contextname"],"data":[]},"regexps":{"fields":["regexpid","name"],"data":[[1,"File systems for discovery"],[2,"Network interfaces for discovery"],[3,"Storage devices for SNMP discovery"]]},"expressions":{"fields":["expressionid","regexpid","expression","expression_type","exp_delimiter","case_sensitive"],"data":[[1,1,"^(btrfs|ext2|ext3|ext4|jfs|reiser|xfs|ffs|ufs|jfs|jfs2|vxfs|hfs|refs|ntfs|fat32|zfs)$",3,",",0],[2,2,"^lo$",4,",",1],[3,3,"^(Physical memory|Virtual memory|Memory buffers|Cached memory|Swap space)$",4,",",1],[4,2,"^Software Loopback Interface",4,",",1]]},"hstgrp":{"fields":["groupid"],"data":[[5]]},"config":{"fields":["configid","refresh_unsupported","discovery_groupid","snmptrap_logging"],"data":[[1,"10m",5,1]]},"httptest":{"fields":["httptestid","name","delay","agent","authentication","http_user","http_password","hostid","http_proxy","retries","ssl_cert_file","ssl_key_file","ssl_key_password","verify_peer","verify_host"],"data":[]},"httptestitem":{"fields":["httptestitemid","httptestid","itemid","type"],"data":[]},"httptest_field":{"fields":["httptest_fieldid","httptestid","type","name","value"],"data":[]},"httpstep":{"fields":["httpstepid","httptestid","name","no","url","timeout","posts","required","status_codes","follow_redirects","retrieve_mode","post_type"],"data":[]},"httpstepitem":{"fields":["httpstepitemid","httpstepid","itemid","type"],"data":[]},"httpstep_field":{"fields":["httpstep_fieldid","httpstepid","type","name","value"],"data":[]}}] from server 2567:20190130:204719.580 End of get_data_from_server():SUCCEED 2567:20190130:204719.580 received configuration data from server at "10.255.0.1", datalen 24882 2567:20190130:204719.580 In process_proxyconfig() 2567:20190130:204719.580 query [txnlev:1] [begin;] 2567:20190130:204719.580 In process_proxyconfig_table() table:'globalmacro' 2567:20190130:204719.580 query [txnlev:1] [select globalmacroid,macro,value from globalmacro] 2567:20190130:204719.580 query [txnlev:1] [insert into globalmacro (globalmacroid,macro,value) values (2,'{$SNMP_COMMUNITY}','public'); ] 2567:20190130:204719.580 End of process_proxyconfig_table():SUCCEED 2567:20190130:204719.580 In process_proxyconfig_table() table:'hosts' 2567:20190130:204719.580 query [txnlev:1] [select hostid,host,status,available,ipmi_authtype,ipmi_privilege,ipmi_username,ipmi_password,ipmi_available,snmp_available,jmx_available,name,tls_connect,tls_accept,tls_issuer,tls_subject,tls_psk_identity,tls_psk from hosts] 2567:20190130:204719.580 query [txnlev:1] [insert into hosts (hostid,host,status,available,ipmi_authtype,ipmi_privilege,ipmi_username,ipmi_password,ipmi_available,snmp_available,jmx_available,name,tls_connect,tls_accept,tls_issuer,tls_subject,tls_psk_identity,tls_psk) values (10001,'Template OS Linux',3,0,0,2,'','',0,0,0,'Template OS Linux',1,1,'','','',''); insert into hosts (hostid,host,status,available,ipmi_authtype,ipmi_privilege,ipmi_username,ipmi_password,ipmi_available,snmp_available,jmx_available,name,tls_connect,tls_accept,tls_issuer,tls_subject,tls_psk_identity,tls_psk) values (10050,'Template App Zabbix Agent',3,0,0,2,'','',0,0,0,'Template App Zabbix Agent',1,1,'','','',''); insert into hosts (hostid,host,status,available,ipmi_authtype,ipmi_privilege,ipmi_username,ipmi_password,ipmi_available,snmp_available,jmx_available,name,tls_connect,tls_accept,tls_issuer,tls_subject,tls_psk_identity,tls_psk) values (10104,'Template ICMP Ping',3,0,0,2,'','',0,0,0,'Template ICMP Ping',1,1,'','','',''); insert into hosts (hostid,host,status,available,ipmi_authtype,ipmi_privilege,ipmi_username,ipmi_password,ipmi_available,snmp_available,jmx_available,name,tls_connect,tls_accept,tls_issuer,tls_subject,tls_psk_identity,tls_psk) values (10111,'Template OS Vyatta',3,0,0,2,'','',0,0,0,'Template OS Vyatta',1,1,'','','',''); insert into hosts (hostid,host,status,available,ipmi_authtype,ipmi_privilege,ipmi_username,ipmi_password,ipmi_available,snmp_available,jmx_available,name,tls_connect,tls_accept,tls_issuer,tls_subject,tls_psk_identity,tls_psk) values (10115,'Template VPN-Router',3,0,0,2,'','',0,0,0,'Template VPN-Router',1,1,'','','',''); insert into hosts (hostid,host,status,available,ipmi_authtype,ipmi_privilege,ipmi_username,ipmi_password,ipmi_available,snmp_available,jmx_available,name,tls_connect,tls_accept,tls_issuer,tls_subject,tls_psk_identity,tls_psk) values (10564,'agent-hostname',0,1,-1,2,'','',0,0,0,'agent-hostname',1,1,'','','',''); ] 2573:20190130:204719.581 __zbx_zbx_setproctitle() title:'discoverer #2 [connecting to the database]' 2573:20190130:204719.581 In DBconnect() flag:0 2573:20190130:204719.581 query without transaction detected 2573:20190130:204719.581 query [txnlev:0] [pragma synchronous=0] 2574:20190130:204719.581 In DBconnect() flag:0 2574:20190130:204719.581 query without transaction detected 2574:20190130:204719.581 query [txnlev:0] [pragma synchronous=0] 2582:20190130:204719.581 __zbx_zbx_setproctitle() title:'poller #3 [connecting to the database]' 2582:20190130:204719.581 In DBconnect() flag:0 2582:20190130:204719.581 query without transaction detected 2582:20190130:204719.581 query [txnlev:0] [pragma synchronous=0] 2585:20190130:204719.581 __zbx_zbx_setproctitle() title:'unreachable poller #1 [connecting to the database]' 2585:20190130:204719.582 In DBconnect() flag:0 2585:20190130:204719.582 query without transaction detected 2585:20190130:204719.582 query [txnlev:0] [pragma synchronous=0] 2572:20190130:204719.582 __zbx_zbx_setproctitle() title:'discoverer #1 [connecting to the database]' 2572:20190130:204719.582 In DBconnect() flag:0 2572:20190130:204719.582 query without transaction detected 2572:20190130:204719.582 query [txnlev:0] [pragma synchronous=0] 2567:20190130:204719.582 End of process_proxyconfig_table():SUCCEED 2567:20190130:204719.582 In process_proxyconfig_table() table:'interface' 2567:20190130:204719.582 query [txnlev:1] [select interfaceid,hostid,main,type,useip,ip,dns,port,bulk from interface] 2567:20190130:204719.582 query [txnlev:1] [insert into interface (interfaceid,hostid,main,type,useip,ip,dns,port,bulk) values (408,10564,1,1,1,'10.255.30.5','','10050',1); ] 2567:20190130:204719.582 End of process_proxyconfig_table():SUCCEED 2567:20190130:204719.582 In process_proxyconfig_table() table:'hosts_templates' 2567:20190130:204719.582 query [txnlev:1] [select hosttemplateid,hostid,templateid from hosts_templates] 2567:20190130:204719.582 query [txnlev:1] [insert into hosts_templates (hosttemplateid,hostid,templateid) values (4,10001,10050); insert into hosts_templates (hosttemplateid,hostid,templateid) values (46,10115,10001); insert into hosts_templates (hosttemplateid,hostid,templateid) values (48,10115,10111); insert into hosts_templates (hosttemplateid,hostid,templateid) values (52,10115,10104); insert into hosts_templates (hosttemplateid,hostid,templateid) values (482,10564,10115); ] 2567:20190130:204719.583 End of process_proxyconfig_table():SUCCEED 2567:20190130:204719.583 In process_proxyconfig_table() table:'hostmacro' 2567:20190130:204719.583 query [txnlev:1] [select hostmacroid,hostid,macro,value from hostmacro] 2567:20190130:204719.583 End of process_proxyconfig_table():SUCCEED 2567:20190130:204719.583 In process_proxyconfig_table() table:'items' 2567:20190130:204719.583 query [txnlev:1] [select itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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 from items] 2580:20190130:204719.585 In DBconnect() flag:0 2580:20190130:204719.585 query without transaction detected 2580:20190130:204719.585 query [txnlev:0] [pragma synchronous=0] 2583:20190130:204719.585 __zbx_zbx_setproctitle() title:'poller #4 [connecting to the database]' 2583:20190130:204719.585 In DBconnect() flag:0 2583:20190130:204719.585 query without transaction detected 2583:20190130:204719.585 query [txnlev:0] [pragma synchronous=0] 2584:20190130:204719.585 __zbx_zbx_setproctitle() title:'poller #5 [connecting to the database]' 2584:20190130:204719.585 In DBconnect() flag:0 2584:20190130:204719.585 query without transaction detected 2584:20190130:204719.585 query [txnlev:0] [pragma synchronous=0] 2581:20190130:204719.585 __zbx_zbx_setproctitle() title:'poller #2 [connecting to the database]' 2581:20190130:204719.586 In DBconnect() flag:0 2581:20190130:204719.586 query without transaction detected 2581:20190130:204719.586 query [txnlev:0] [pragma synchronous=0] 2577:20190130:204719.586 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.586 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.586 unmatched trap received from "192.168.1.129": 14:35:52 2019/01/30 PDU INFO: community public requestid 1369579330 errorindex 0 version 1 receivedfrom UDP: [192.168.1.129]:34583->[192.168.1.234]:162 messageid 0 transactionid 198 notificationtype TRAP errorstatus 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2205898) 6:07:38.98 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.586 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.586 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.586 unmatched trap received from "192.168.1.129": 14:36:52 2019/01/30 PDU INFO: requestid 1176358263 community public errorindex 0 version 1 transactionid 199 messageid 0 receivedfrom UDP: [192.168.1.129]:33003->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2211811) 6:08:38.11 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.586 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.586 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.586 unmatched trap received from "192.168.1.129": 14:37:51 2019/01/30 PDU INFO: errorindex 0 version 1 transactionid 200 messageid 0 receivedfrom UDP: [192.168.1.129]:42113->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP community public requestid 1471748463 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2217723) 6:09:37.23 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.586 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.586 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.586 unmatched trap received from "192.168.1.129": 14:38:50 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 201 receivedfrom UDP: [192.168.1.129]:39124->[192.168.1.234]:162 messageid 0 requestid 2040349235 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2223634) 6:10:36.34 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.586 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.586 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.586 unmatched trap received from "192.168.1.129": 14:39:49 2019/01/30 PDU INFO: errorindex 0 version 1 messageid 0 receivedfrom UDP: [192.168.1.129]:35405->[192.168.1.234]:162 transactionid 202 notificationtype TRAP errorstatus 0 requestid 725278721 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2229547) 6:11:35.47 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.586 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.586 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.586 unmatched trap received from "192.168.1.129": 14:40:48 2019/01/30 PDU INFO: requestid 169666974 community public messageid 0 receivedfrom UDP: [192.168.1.129]:37541->[192.168.1.234]:162 transactionid 203 notificationtype TRAP errorstatus 0 errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2235464) 6:12:34.64 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.586 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.586 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.586 unmatched trap received from "192.168.1.129": 14:41:33 2019/01/30 PDU INFO: community public requestid 1316147835 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:46340->[192.168.1.234]:162 messageid 0 transactionid 204 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2239976) 6:13:19.76 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.586 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.586 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.586 unmatched trap received from "192.168.1.129": 14:42:32 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 205 messageid 0 receivedfrom UDP: [192.168.1.129]:51912->[192.168.1.234]:162 community public requestid 1471055185 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2245891) 6:14:18.91 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.586 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.586 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.586 unmatched trap received from "192.168.1.129": 14:43:31 2019/01/30 PDU INFO: community public requestid 369518845 errorstatus 0 notificationtype TRAP transactionid 206 receivedfrom UDP: [192.168.1.129]:48334->[192.168.1.234]:162 messageid 0 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2251804) 6:15:18.04 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.586 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.586 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.586 unmatched trap received from "192.168.1.129": 14:44:31 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 207 receivedfrom UDP: [192.168.1.129]:53864->[192.168.1.234]:162 messageid 0 requestid 1557500545 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2257718) 6:16:17.18 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.586 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.587 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.587 unmatched trap received from "192.168.1.129": 14:45:30 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 208 messageid 0 receivedfrom UDP: [192.168.1.129]:34831->[192.168.1.234]:162 requestid 973260592 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2263633) 6:17:16.33 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.587 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.587 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.587 unmatched trap received from "192.168.1.129": 14:46:29 2019/01/30 PDU INFO: community public requestid 1103606319 errorindex 0 version 1 receivedfrom UDP: [192.168.1.129]:44222->[192.168.1.234]:162 messageid 0 transactionid 209 notificationtype TRAP errorstatus 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2269547) 6:18:15.47 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.587 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.587 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.587 unmatched trap received from "192.168.1.129": 14:47:14 2019/01/30 PDU INFO: community public requestid 1586883239 messageid 0 receivedfrom UDP: [192.168.1.129]:52661->[192.168.1.234]:162 transactionid 210 notificationtype TRAP errorstatus 0 errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2274061) 6:19:00.61 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.587 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.587 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.587 unmatched trap received from "192.168.1.129": 14:48:13 2019/01/30 PDU INFO: requestid 1553725090 community public errorstatus 0 notificationtype TRAP transactionid 211 receivedfrom UDP: [192.168.1.129]:49153->[192.168.1.234]:162 messageid 0 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2279974) 6:19:59.74 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.587 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.587 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.587 unmatched trap received from "192.168.1.129": 14:49:12 2019/01/30 PDU INFO: requestid 20248152 community public errorstatus 0 notificationtype TRAP transactionid 212 messageid 0 receivedfrom UDP: [192.168.1.129]:41666->[192.168.1.234]:162 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2285889) 6:20:58.89 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.587 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.587 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.587 unmatched trap received from "192.168.1.129": 14:50:12 2019/01/30 PDU INFO: receivedfrom UDP: [192.168.1.129]:35997->[192.168.1.234]:162 messageid 0 transactionid 213 notificationtype TRAP errorstatus 0 errorindex 0 version 1 requestid 784621961 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2291803) 6:21:58.03 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.587 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.587 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.587 unmatched trap received from "192.168.1.129": 14:51:11 2019/01/30 PDU INFO: requestid 273072860 community public errorindex 0 version 1 transactionid 214 receivedfrom UDP: [192.168.1.129]:53968->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2297717) 6:22:57.17 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.587 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.587 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.587 unmatched trap received from "192.168.1.129": 14:52:10 2019/01/30 PDU INFO: community public requestid 1541462763 version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 215 receivedfrom UDP: [192.168.1.129]:39982->[192.168.1.234]:162 messageid 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2303631) 6:23:56.31 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.587 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.587 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.587 unmatched trap received from "192.168.1.129": 14:52:55 2019/01/30 PDU INFO: messageid 0 receivedfrom UDP: [192.168.1.129]:44836->[192.168.1.234]:162 transactionid 216 notificationtype TRAP errorstatus 0 errorindex 0 version 1 community public requestid 1381342276 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2308143) 6:24:41.43 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.587 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.587 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.587 unmatched trap received from "192.168.1.129": 14:53:54 2019/01/30 PDU INFO: community public requestid 507007293 version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 217 messageid 0 receivedfrom UDP: [192.168.1.129]:57216->[192.168.1.234]:162 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2314056) 6:25:40.56 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.587 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.587 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.587 unmatched trap received from "192.168.1.129": 14:54:53 2019/01/30 PDU INFO: community public requestid 1644070022 messageid 0 receivedfrom UDP: [192.168.1.129]:56095->[192.168.1.234]:162 transactionid 218 notificationtype TRAP errorstatus 0 errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2319970) 6:26:39.70 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.587 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.587 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.587 unmatched trap received from "192.168.1.129": 14:55:52 2019/01/30 PDU INFO: requestid 167393451 community public errorindex 0 version 1 receivedfrom UDP: [192.168.1.129]:46046->[192.168.1.234]:162 messageid 0 transactionid 219 notificationtype TRAP errorstatus 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2325883) 6:27:38.83 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.588 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.588 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.588 unmatched trap received from "192.168.1.129": 14:56:51 2019/01/30 PDU INFO: community public requestid 390611100 errorstatus 0 notificationtype TRAP transactionid 220 receivedfrom UDP: [192.168.1.129]:37157->[192.168.1.234]:162 messageid 0 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2331799) 6:28:37.99 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.588 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.588 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.588 unmatched trap received from "192.168.1.129": 14:57:51 2019/01/30 PDU INFO: errorstatus 0 notificationtype TRAP transactionid 221 messageid 0 receivedfrom UDP: [192.168.1.129]:43235->[192.168.1.234]:162 version 1 errorindex 0 requestid 847963215 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2337713) 6:29:37.13 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.588 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.588 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.588 unmatched trap received from "192.168.1.129": 14:58:35 2019/01/30 PDU INFO: errorindex 0 version 1 transactionid 222 messageid 0 receivedfrom UDP: [192.168.1.129]:37626->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP community public requestid 1184725280 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2342126) 6:30:21.26 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.588 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.588 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.588 unmatched trap received from "192.168.1.129": 14:59:34 2019/01/30 PDU INFO: requestid 1504187954 community public version 1 errorindex 0 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:59278->[192.168.1.234]:162 messageid 0 transactionid 223 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2348040) 6:31:20.40 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.588 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.588 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.588 unmatched trap received from "192.168.1.129": 15:00:33 2019/01/30 PDU INFO: community public requestid 1838361876 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:43581->[192.168.1.234]:162 messageid 0 transactionid 224 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2353953) 6:32:19.53 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.588 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.588 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.588 unmatched trap received from "192.168.1.129": 15:01:32 2019/01/30 PDU INFO: community public requestid 1378446271 errorindex 0 version 1 transactionid 225 messageid 0 receivedfrom UDP: [192.168.1.129]:43369->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2359867) 6:33:18.67 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.588 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.588 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.588 unmatched trap received from "192.168.1.129": 15:02:31 2019/01/30 PDU INFO: transactionid 226 receivedfrom UDP: [192.168.1.129]:32780->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP errorindex 0 version 1 community public requestid 1587500667 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2365780) 6:34:17.80 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.588 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.588 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.588 unmatched trap received from "192.168.1.129": 15:03:30 2019/01/30 PDU INFO: errorindex 0 version 1 transactionid 227 messageid 0 receivedfrom UDP: [192.168.1.129]:59871->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP requestid 346912325 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2371695) 6:35:16.95 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.588 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.588 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.588 unmatched trap received from "192.168.1.129": 15:04:17 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 228 messageid 0 receivedfrom UDP: [192.168.1.129]:32776->[192.168.1.234]:162 requestid 1733622570 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2376308) 6:36:03.08 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.588 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.588 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.588 unmatched trap received from "192.168.1.129": 15:05:16 2019/01/30 PDU INFO: version 1 errorindex 0 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:48582->[192.168.1.234]:162 messageid 0 transactionid 229 community public requestid 214964273 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2382223) 6:37:02.23 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.588 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.588 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.588 unmatched trap received from "192.168.1.129": 15:06:15 2019/01/30 PDU INFO: messageid 0 receivedfrom UDP: [192.168.1.129]:57850->[192.168.1.234]:162 transactionid 230 notificationtype TRAP errorstatus 0 errorindex 0 version 1 community public requestid 187177500 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2388136) 6:38:01.36 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.588 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.588 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.588 unmatched trap received from "192.168.1.129": 15:07:14 2019/01/30 PDU INFO: community public requestid 181246126 errorindex 0 version 1 transactionid 231 receivedfrom UDP: [192.168.1.129]:56079->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2394050) 6:39:00.50 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.589 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.589 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.589 unmatched trap received from "192.168.1.129": 15:08:13 2019/01/30 PDU INFO: requestid 1559463991 community public errorstatus 0 notificationtype TRAP transactionid 232 receivedfrom UDP: [192.168.1.129]:48915->[192.168.1.234]:162 messageid 0 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2399964) 6:39:59.64 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.589 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.589 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.589 unmatched trap received from "192.168.1.129": 15:09:12 2019/01/30 PDU INFO: requestid 550441970 community public notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:37787->[192.168.1.234]:162 transactionid 233 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2405878) 6:40:58.78 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.589 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.589 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.589 unmatched trap received from "192.168.1.129": 15:09:56 2019/01/30 PDU INFO: community public requestid 830266891 version 1 errorindex 0 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:47356->[192.168.1.234]:162 messageid 0 transactionid 234 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2410291) 6:41:42.91 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.589 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.589 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.589 unmatched trap received from "192.168.1.129": 15:10:56 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 235 receivedfrom UDP: [192.168.1.129]:34586->[192.168.1.234]:162 messageid 0 community public requestid 1551652603 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2416205) 6:42:42.05 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.589 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2567:20190130:204719.590 query [txnlev:1] [insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54202,0,'','',10564,'net.if.discovery','1h',0,4,'','',0,'','',0,'','','',0,'','','','',0,1,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54203,0,'','',10564,'vfs.fs.discovery','1h',0,4,'','',0,'','',0,'','','',0,'','','','',0,1,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54204,0,'','',10564,'agent.hostname','1h',0,1,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54205,0,'','',10564,'agent.ping','1m',0,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54206,0,'','',10564,'agent.version','1h',0,1,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54207,3,'','',10564,'icmpping','1m',0,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54208,3,'','',10564,'icmppingloss','1m',0,0,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54209,3,'','',10564,'icmppingsec','1m',0,0,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54210,0,'','',10564,'kernel.maxfiles','1h',0,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54211,0,'','',10564,'kernel.maxproc','1h',0,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54212,0,'','',10564,'net.if.in[eth0,bytes]','10m',0,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54213,0,'','',10564,'net.if.in[eth0,dropped]','10m',0,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54214,0,'','',10564,'net.if.in[eth0,errors]','10m',0,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54215,0,'','',10564,'net.if.in[eth0,packets]','10m',0,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54216,0,'','',10564,'net.if.in[eth1,bytes]','10m',0,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54217,0,'','',10564,'net.if.in[eth1,dropped]','10m',0,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54218,0,'','',10564,'net.if.in[eth1,errors]','10m',0,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54219,0,'','',10564,'net.if.in[eth1,packets]','10m',0,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54220,0,'','',10564,'net.if.in[eth2,bytes]','10m',0,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54221,0,'','',10564,'net.if.in[eth2,dropped]','10m',0,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54222,0,'','',10564,'net.if.in[eth2,errors]','10m',0,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54223,0,'','',10564,'net.if.in[eth2,packets]','10m',0,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54224,0,'','',10564,'net.if.out[eth0,bytes]','10m',0,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54225,0,'','',10564,'net.if.out[eth0,dropped]','10m',0,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54226,0,'','',10564,'net.if.out[eth0,errors]','10m',0,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54227,0,'','',10564,'net.if.out[eth0,packets]','10m',0,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54228,0,'','',10564,'net.if.out[eth1,bytes]','10m',0,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54229,0,'','',10564,'net.if.out[eth1,dropped]','10m',0,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54230,0,'','',10564,'net.if.out[eth1,errors]','10m',0,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54231,0,'','',10564,'net.if.out[eth1,packets]','10m',0,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54232,0,'','',10564,'net.if.out[eth2,bytes]','10m',0,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54233,0,'','',10564,'net.if.out[eth2,dropped]','10m',0,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54234,0,'','',10564,'net.if.out[eth2,errors]','10m',0,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54235,0,'','',10564,'net.if.out[eth2,packets]','10m',0,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54236,0,'','',10564,'net.tcp.service[tcp,,3128]','10m',1,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54237,0,'','',10564,'net.udp.listen[123]','10m',1,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54238,0,'','',10564,'net.udp.listen[161]','10m',0,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54239,0,'','',10564,'net.udp.listen[67]','10m',1,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54240,0,'','',10564,'net.udp.listen[9000]','10m',1,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54241,0,'','',10564,'proc.mem[bgpd,quagga]','10m',1,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54242,0,'','',10564,'proc.mem[dhcpd3]','10m',1,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54243,0,'','',10564,'proc.mem[hostapd]','10m',1,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54244,0,'','',10564,'proc.mem[netplugd]','10m',1,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54245,0,'','',10564,'proc.mem[openvpn]','10m',0,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54246,0,'','',10564,'proc.mem[ospf6d,quagga]','10m',1,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54247,0,'','',10564,'proc.mem[ospfd,quagga]','10m',1,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54248,0,'','',10564,'proc.mem[ripngd,quagga]','10m',1,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54249,0,'','',10564,'proc.mem[snmpd]','10m',0,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54250,0,'','',10564,'proc.mem[squid3]','10m',1,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54251,0,'','',10564,'proc.mem[zebra,quagga]','10m',1,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54252,0,'','',10564,'proc.num[,,run]','1m',0,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54253,0,'','',10564,'proc.num[]','1m',0,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54254,0,'','',10564,'proc.num[bgpd,quagga]','10m',1,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54255,0,'','',10564,'proc.num[hostapd]','10m',1,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54256,0,'','',10564,'proc.num[netplugd]','10m',1,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54257,0,'','',10564,'proc.num[ospf6d,quagga]','10m',1,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54258,0,'','',10564,'proc.num[ospfd,quagga]','10m',1,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54259,0,'','',10564,'proc.num[ripd,quagga]','10m',1,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54260,0,'','',10564,'proc.num[ripngd,quagga]','10m',1,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54261,0,'','',10564,'proc.num[zebra,quagga]','10m',1,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54262,0,'','',10564,'system.boottime','10m',0,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54263,0,'','',10564,'system.cpu.intr','1m',0,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54264,0,'','',10564,'system.cpu.load[percpu,avg15]','1m',0,0,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54265,0,'','',10564,'system.cpu.load[percpu,avg1]','1m',0,0,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54266,0,'','',10564,'system.cpu.load[percpu,avg5]','1m',0,0,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54267,0,'','',10564,'system.cpu.switches','1m',0,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54268,0,'','',10564,'system.cpu.util[,idle]','1m',0,0,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54269,0,'','',10564,'system.cpu.util[,interrupt]','1m',0,0,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54270,0,'','',10564,'system.cpu.util[,iowait]','1m',0,0,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54271,0,'','',10564,'system.cpu.util[,nice]','1m',0,0,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54272,0,'','',10564,'system.cpu.util[,softirq]','1m',0,0,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54273,0,'','',10564,'system.cpu.util[,steal]','1m',0,0,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54274,0,'','',10564,'system.cpu.util[,system]','1m',0,0,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54275,0,'','',10564,'system.cpu.util[,user]','1m',0,0,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54276,0,'','',10564,'system.hostname','1h',0,1,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54277,0,'','',10564,'system.localtime','1m',0,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54278,0,'','',10564,'system.swap.size[,free]','1m',0,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54279,0,'','',10564,'system.swap.size[,pfree]','1m',0,0,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54280,0,'','',10564,'system.swap.size[,total]','1h',0,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54281,0,'','',10564,'system.uname','1h',0,1,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54282,0,'','',10564,'system.uptime','10m',0,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54283,0,'','',10564,'system.users.num','1m',0,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54284,0,'','',10564,'vfs.file.cksum[/config/config.boot]','1h',0,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54285,0,'','',10564,'vfs.file.cksum[/etc/passwd]','1h',0,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54286,0,'','',10564,'vm.memory.size[available]','1m',0,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54287,0,'','',10564,'vm.memory.size[total]','1h',0,3,'','',0,'','',0,'','','',0,'','','','',0,0,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54288,0,'','',10564,'net.if.in[{#IFNAME}]','1m',0,3,'','',0,'','',0,'','','',0,'','','','',0,2,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54289,0,'','',10564,'net.if.out[{#IFNAME}]','1m',0,3,'','',0,'','',0,'','','',0,'','','','',0,2,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54290,0,'','',10564,'vfs.fs.inode[{#FSNAME},pfree]','1m',0,0,'','',0,'','',0,'','','',0,'','','','',0,2,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54291,0,'','',10564,'vfs.fs.size[{#FSNAME},free]','1m',0,3,'','',0,'','',0,'','','',0,'','','','',0,2,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54292,0,'','',10564,'vfs.fs.size[{#FSNAME},pfree]','1m',0,0,'','',0,'','',0,'','','',0,'','','','',0,2,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54293,0,'','',10564,'vfs.fs.size[{#FSNAME},total]','1h',0,3,'','',0,'','',0,'','','',0,'','','','',0,2,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54294,0,'','',10564,'vfs.fs.size[{#FSNAME},used]','1m',0,3,'','',0,'','',0,'','','',0,'','','','',0,2,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54433,0,'','',10564,'net.if.in[eth0]','1m',0,3,'','',0,'','',0,'','','',0,'','','','',0,4,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54434,0,'','',10564,'net.if.in[vtun1]','1m',0,3,'','',0,'','',0,'','','',0,'','','','',0,4,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54435,0,'','',10564,'net.if.in[eth1]','1m',0,3,'','',0,'','',0,'','','',0,'','','','',0,4,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54436,0,'','',10564,'net.if.out[eth0]','1m',0,3,'','',0,'','',0,'','','',0,'','','','',0,4,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54437,0,'','',10564,'net.if.out[vtun1]','1m',0,3,'','',0,'','',0,'','','',0,'','','','',0,4,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54438,0,'','',10564,'net.if.out[eth1]','1m',0,3,'','',0,'','',0,'','','',0,'','','','',0,4,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54439,0,'','',10564,'vfs.fs.inode[/lib/live/mount/persistence,pfree]','1m',0,0,'','',0,'','',0,'','','',0,'','','','',0,4,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54440,0,'','',10564,'vfs.fs.inode[/opt/vyatta/etc/config,pfree]','1m',0,0,'','',0,'','',0,'','','',0,'','','','',0,4,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54441,0,'','',10564,'vfs.fs.inode[/boot,pfree]','1m',0,0,'','',0,'','',0,'','','',0,'','','','',0,4,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54442,0,'','',10564,'vfs.fs.inode[/boot/grub,pfree]','1m',0,0,'','',0,'','',0,'','','',0,'','','','',0,4,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54443,0,'','',10564,'vfs.fs.inode[/lib/live/mount/persistence/boot/0.0.91/grub,pfree]','1m',0,0,'','',0,'','',0,'','','',0,'','','','',0,4,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54444,0,'','',10564,'vfs.fs.size[/lib/live/mount/persistence,free]','1m',0,3,'','',0,'','',0,'','','',0,'','','','',0,4,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54445,0,'','',10564,'vfs.fs.size[/opt/vyatta/etc/config,free]','1m',0,3,'','',0,'','',0,'','','',0,'','','','',0,4,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54446,0,'','',10564,'vfs.fs.size[/boot,free]','1m',0,3,'','',0,'','',0,'','','',0,'','','','',0,4,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54447,0,'','',10564,'vfs.fs.size[/boot/grub,free]','1m',0,3,'','',0,'','',0,'','','',0,'','','','',0,4,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54448,0,'','',10564,'vfs.fs.size[/lib/live/mount/persistence/boot/0.0.91/grub,free]','1m',0,3,'','',0,'','',0,'','','',0,'','','','',0,4,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54449,0,'','',10564,'vfs.fs.size[/lib/live/mount/persistence,pfree]','1m',0,0,'','',0,'','',0,'','','',0,'','','','',0,4,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54450,0,'','',10564,'vfs.fs.size[/opt/vyatta/etc/config,pfree]','1m',0,0,'','',0,'','',0,'','','',0,'','','','',0,4,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54451,0,'','',10564,'vfs.fs.size[/boot,pfree]','1m',0,0,'','',0,'','',0,'','','',0,'','','','',0,4,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54452,0,'','',10564,'vfs.fs.size[/boot/grub,pfree]','1m',0,0,'','',0,'','',0,'','','',0,'','','','',0,4,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54453,0,'','',10564,'vfs.fs.size[/lib/live/mount/persistence/boot/0.0.91/grub,pfree]','1m',0,0,'','',0,'','',0,'','','',0,'','','','',0,4,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54454,0,'','',10564,'vfs.fs.size[/lib/live/mount/persistence,total]','1h',0,3,'','',0,'','',0,'','','',0,'','','','',0,4,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54455,0,'','',10564,'vfs.fs.size[/opt/vyatta/etc/config,total]','1h',0,3,'','',0,'','',0,'','','',0,'','','','',0,4,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54456,0,'','',10564,'vfs.fs.size[/boot,total]','1h',0,3,'','',0,'','',0,'','','',0,'','','','',0,4,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54457,0,'','',10564,'vfs.fs.size[/boot/grub,total]','1h',0,3,'','',0,'','',0,'','','',0,'','','','',0,4,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54458,0,'','',10564,'vfs.fs.size[/lib/live/mount/persistence/boot/0.0.91/grub,total]','1h',0,3,'','',0,'','',0,'','','',0,'','','','',0,4,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54459,0,'','',10564,'vfs.fs.size[/lib/live/mount/persistence,used]','1m',0,3,'','',0,'','',0,'','','',0,'','','','',0,4,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54460,0,'','',10564,'vfs.fs.size[/opt/vyatta/etc/config,used]','1m',0,3,'','',0,'','',0,'','','',0,'','','','',0,4,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54461,0,'','',10564,'vfs.fs.size[/boot,used]','1m',0,3,'','',0,'','',0,'','','',0,'','','','',0,4,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54462,0,'','',10564,'vfs.fs.size[/boot/grub,used]','1m',0,3,'','',0,'','',0,'','','',0,'','','','',0,4,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); insert into items (itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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) values (54463,0,'','',10564,'vfs.fs.size[/lib/live/mount/persistence/boot/0.0.91/grub,used]','1m',0,3,'','',0,'','',0,'','','',0,'','','','',0,4,408,'',0,0,'','','3s','','','','200',1,0,'','',0,1,0,'','','',0,0,0); ] 2577:20190130:204719.593 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.593 unmatched trap received from "192.168.1.129": 15:11:55 2019/01/30 PDU INFO: receivedfrom UDP: [192.168.1.129]:39549->[192.168.1.234]:162 messageid 0 transactionid 236 notificationtype TRAP errorstatus 0 errorindex 0 version 1 community public requestid 2106221935 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2422119) 6:43:41.19 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.593 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.593 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.593 unmatched trap received from "192.168.1.129": 15:12:54 2019/01/30 PDU INFO: version 1 errorindex 0 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:44999->[192.168.1.234]:162 messageid 0 transactionid 237 community public requestid 1629475513 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2428033) 6:44:40.33 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.593 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.593 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.593 unmatched trap received from "192.168.1.129": 15:13:53 2019/01/30 PDU INFO: community public requestid 890001834 version 1 errorindex 0 notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:55555->[192.168.1.234]:162 transactionid 238 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2433946) 6:45:39.46 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.593 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.593 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.593 unmatched trap received from "192.168.1.129": 15:14:52 2019/01/30 PDU INFO: notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:36196->[192.168.1.234]:162 messageid 0 transactionid 239 version 1 errorindex 0 community public requestid 1233025423 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2439860) 6:46:38.60 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.593 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.593 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.593 unmatched trap received from "192.168.1.129": 15:15:37 2019/01/30 PDU INFO: messageid 0 receivedfrom UDP: [192.168.1.129]:45267->[192.168.1.234]:162 transactionid 240 notificationtype TRAP errorstatus 0 errorindex 0 version 1 community public requestid 1239471264 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2444373) 6:47:23.73 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.593 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.593 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.593 unmatched trap received from "192.168.1.129": 15:16:36 2019/01/30 PDU INFO: errorindex 0 version 1 transactionid 241 receivedfrom UDP: [192.168.1.129]:53825->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP requestid 1227870357 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2450288) 6:48:22.88 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.594 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.594 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.594 unmatched trap received from "192.168.1.129": 15:17:36 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 242 receivedfrom UDP: [192.168.1.129]:49012->[192.168.1.234]:162 messageid 0 requestid 990379125 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2456203) 6:49:22.03 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.594 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.594 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.594 unmatched trap received from "192.168.1.129": 15:18:35 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 243 receivedfrom UDP: [192.168.1.129]:52795->[192.168.1.234]:162 messageid 0 requestid 558524159 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2462117) 6:50:21.17 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.594 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.594 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.594 unmatched trap received from "192.168.1.129": 15:19:34 2019/01/30 PDU INFO: community public requestid 398235082 version 1 errorindex 0 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:40748->[192.168.1.234]:162 messageid 0 transactionid 244 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2468030) 6:51:20.30 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.594 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.594 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.594 unmatched trap received from "192.168.1.129": 15:20:33 2019/01/30 PDU INFO: community public requestid 1597833059 errorindex 0 version 1 transactionid 245 messageid 0 receivedfrom UDP: [192.168.1.129]:60844->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2473945) 6:52:19.45 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.594 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.594 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.594 unmatched trap received from "192.168.1.129": 15:21:17 2019/01/30 PDU INFO: receivedfrom UDP: [192.168.1.129]:52956->[192.168.1.234]:162 messageid 0 transactionid 246 notificationtype TRAP errorstatus 0 errorindex 0 version 1 community public requestid 1355557682 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2478359) 6:53:03.59 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.594 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.594 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.594 unmatched trap received from "192.168.1.129": 15:22:16 2019/01/30 PDU INFO: requestid 1066584351 community public messageid 0 receivedfrom UDP: [192.168.1.129]:37487->[192.168.1.234]:162 transactionid 247 notificationtype TRAP errorstatus 0 errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2484273) 6:54:02.73 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.594 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.594 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.594 unmatched trap received from "192.168.1.129": 15:23:15 2019/01/30 PDU INFO: errorstatus 0 notificationtype TRAP transactionid 248 messageid 0 receivedfrom UDP: [192.168.1.129]:46997->[192.168.1.234]:162 version 1 errorindex 0 community public requestid 444879793 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2490188) 6:55:01.88 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.594 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.594 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.594 unmatched trap received from "192.168.1.129": 15:24:15 2019/01/30 PDU INFO: messageid 0 receivedfrom UDP: [192.168.1.129]:33222->[192.168.1.234]:162 transactionid 249 notificationtype TRAP errorstatus 0 errorindex 0 version 1 requestid 1294686950 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2496103) 6:56:01.03 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.594 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.594 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.594 unmatched trap received from "192.168.1.129": 15:25:14 2019/01/30 PDU INFO: requestid 244499712 community public errorindex 0 version 1 receivedfrom UDP: [192.168.1.129]:45736->[192.168.1.234]:162 messageid 0 transactionid 250 notificationtype TRAP errorstatus 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2502016) 6:57:00.16 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.594 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.594 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.594 unmatched trap received from "192.168.1.129": 15:26:13 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 251 messageid 0 receivedfrom UDP: [192.168.1.129]:54674->[192.168.1.234]:162 community public requestid 860083325 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2507931) 6:57:59.31 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.594 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.595 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.595 unmatched trap received from "192.168.1.129": 15:26:58 2019/01/30 PDU INFO: notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:56116->[192.168.1.234]:162 messageid 0 transactionid 252 version 1 errorindex 0 requestid 1515691740 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2512443) 6:58:44.43 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.595 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.595 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.595 unmatched trap received from "192.168.1.129": 15:27:57 2019/01/30 PDU INFO: community public requestid 753708259 version 1 errorindex 0 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:37802->[192.168.1.234]:162 messageid 0 transactionid 253 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2518357) 6:59:43.57 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.595 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.595 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.595 unmatched trap received from "192.168.1.129": 15:28:56 2019/01/30 PDU INFO: community public requestid 1885286674 errorindex 0 version 1 transactionid 254 receivedfrom UDP: [192.168.1.129]:36444->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2524271) 7:00:42.71 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.595 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.595 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.595 unmatched trap received from "192.168.1.129": 15:29:55 2019/01/30 PDU INFO: requestid 1701379705 community public notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:50929->[192.168.1.234]:162 transactionid 255 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2530184) 7:01:41.84 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.595 End of read_traps() 2577:20190130:204719.595 In read_traps() lastsize: 195890 2567:20190130:204719.602 End of process_proxyconfig_table():SUCCEED 2567:20190130:204719.602 In process_proxyconfig_table() table:'drules' 2567:20190130:204719.602 query [txnlev:1] [select druleid,name,iprange,delay from drules] 2567:20190130:204719.602 End of process_proxyconfig_table():SUCCEED 2567:20190130:204719.602 In process_proxyconfig_table() table:'dchecks' 2567:20190130:204719.603 query [txnlev:1] [select dcheckid,druleid,type,key_,snmp_community,ports,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,uniq,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname from dchecks] 2567:20190130:204719.603 End of process_proxyconfig_table():SUCCEED 2567:20190130:204719.603 In process_proxyconfig_table() table:'regexps' 2567:20190130:204719.603 query [txnlev:1] [select regexpid,name from regexps] 2567:20190130:204719.603 query [txnlev:1] [insert into regexps (regexpid,name) values (1,'File systems for discovery'); insert into regexps (regexpid,name) values (2,'Network interfaces for discovery'); insert into regexps (regexpid,name) values (3,'Storage devices for SNMP discovery'); ] 2567:20190130:204719.603 End of process_proxyconfig_table():SUCCEED 2567:20190130:204719.603 In process_proxyconfig_table() table:'expressions' 2567:20190130:204719.603 query [txnlev:1] [select expressionid,regexpid,expression,expression_type,exp_delimiter,case_sensitive from expressions] 2567:20190130:204719.603 query [txnlev:1] [insert into expressions (expressionid,regexpid,expression,expression_type,exp_delimiter,case_sensitive) values (1,1,'^(btrfs|ext2|ext3|ext4|jfs|reiser|xfs|ffs|ufs|jfs|jfs2|vxfs|hfs|refs|ntfs|fat32|zfs)$',3,',',0); insert into expressions (expressionid,regexpid,expression,expression_type,exp_delimiter,case_sensitive) values (2,2,'^lo$',4,',',1); insert into expressions (expressionid,regexpid,expression,expression_type,exp_delimiter,case_sensitive) values (3,3,'^(Physical memory|Virtual memory|Memory buffers|Cached memory|Swap space)$',4,',',1); insert into expressions (expressionid,regexpid,expression,expression_type,exp_delimiter,case_sensitive) values (4,2,'^Software Loopback Interface',4,',',1); ] 2567:20190130:204719.603 End of process_proxyconfig_table():SUCCEED 2567:20190130:204719.603 In process_proxyconfig_table() table:'hstgrp' 2567:20190130:204719.603 query [txnlev:1] [select groupid from hstgrp] 2567:20190130:204719.603 query [txnlev:1] [insert into hstgrp (groupid) values (5); ] 2567:20190130:204719.603 End of process_proxyconfig_table():SUCCEED 2567:20190130:204719.604 In process_proxyconfig_table() table:'config' 2567:20190130:204719.604 query [txnlev:1] [select configid,refresh_unsupported,discovery_groupid,snmptrap_logging from config] 2567:20190130:204719.604 query [txnlev:1] [insert into config (configid,refresh_unsupported,discovery_groupid,snmptrap_logging) values (1,'10m',5,1); ] 2567:20190130:204719.604 End of process_proxyconfig_table():SUCCEED 2567:20190130:204719.604 In process_proxyconfig_table() table:'httptest' 2567:20190130:204719.604 query [txnlev:1] [select httptestid,name,delay,agent,authentication,http_user,http_password,hostid,http_proxy,retries,ssl_cert_file,ssl_key_file,ssl_key_password,verify_peer,verify_host from httptest] 2567:20190130:204719.604 End of process_proxyconfig_table():SUCCEED 2567:20190130:204719.604 In process_proxyconfig_table() table:'httptestitem' 2567:20190130:204719.604 query [txnlev:1] [select httptestitemid,httptestid,itemid,type from httptestitem] 2567:20190130:204719.604 End of process_proxyconfig_table():SUCCEED 2567:20190130:204719.604 In process_proxyconfig_table() table:'httptest_field' 2567:20190130:204719.604 query [txnlev:1] [select httptest_fieldid,httptestid,type,name,value from httptest_field] 2567:20190130:204719.604 End of process_proxyconfig_table():SUCCEED 2567:20190130:204719.604 In process_proxyconfig_table() table:'httpstep' 2567:20190130:204719.604 query [txnlev:1] [select httpstepid,httptestid,name,no,url,timeout,posts,required,status_codes,follow_redirects,retrieve_mode,post_type from httpstep] 2567:20190130:204719.604 End of process_proxyconfig_table():SUCCEED 2567:20190130:204719.604 In process_proxyconfig_table() table:'httpstepitem' 2567:20190130:204719.605 query [txnlev:1] [select httpstepitemid,httpstepid,itemid,type from httpstepitem] 2567:20190130:204719.605 End of process_proxyconfig_table():SUCCEED 2567:20190130:204719.605 In process_proxyconfig_table() table:'httpstep_field' 2567:20190130:204719.605 query [txnlev:1] [select httpstep_fieldid,httpstepid,type,name,value from httpstep_field] 2567:20190130:204719.605 End of process_proxyconfig_table():SUCCEED 2567:20190130:204719.605 query [txnlev:1] [commit;] 2567:20190130:204719.609 In DCsync_configuration() 2567:20190130:204719.609 query [txnlev:0] [select refresh_unsupported,discovery_groupid,snmptrap_logging,severity_name_0,severity_name_1,severity_name_2,severity_name_3,severity_name_4,severity_name_5,hk_events_mode,hk_events_trigger,hk_events_internal,hk_events_discovery,hk_events_autoreg,hk_services_mode,hk_services,hk_audit_mode,hk_audit,hk_sessions_mode,hk_sessions,hk_history_mode,hk_history_global,hk_history,hk_trends_mode,hk_trends_global,hk_trends,default_inventory_mode from config order by configid] 2573:20190130:204719.613 query without transaction detected 2573:20190130:204719.613 query [txnlev:0] [pragma temp_store=2] 2574:20190130:204719.631 query without transaction detected 2574:20190130:204719.631 query [txnlev:0] [pragma temp_store=2] 2577:20190130:204719.644 query [txnlev:1] [begin;] 2577:20190130:204719.644 query [txnlev:1] [update globalvars set snmp_lastsize=261130] 2577:20190130:204719.644 query [txnlev:1] [commit;] 2577:20190130:204719.645 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.645 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.645 unmatched trap received from "192.168.1.129": 15:30:55 2019/01/30 PDU INFO: community public requestid 1276425234 transactionid 256 receivedfrom UDP: [192.168.1.129]:47522->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2536099) 7:02:40.99 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.645 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.645 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.645 unmatched trap received from "192.168.1.129": 15:31:54 2019/01/30 PDU INFO: requestid 1442854413 community public transactionid 257 receivedfrom UDP: [192.168.1.129]:36179->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2542012) 7:03:40.12 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.645 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.645 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.645 unmatched trap received from "192.168.1.129": 15:32:39 2019/01/30 PDU INFO: messageid 0 receivedfrom UDP: [192.168.1.129]:47572->[192.168.1.234]:162 transactionid 258 notificationtype TRAP errorstatus 0 errorindex 0 version 1 community public requestid 1297451714 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2546525) 7:04:25.25 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.645 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.645 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.645 unmatched trap received from "192.168.1.129": 15:33:38 2019/01/30 PDU INFO: transactionid 259 messageid 0 receivedfrom UDP: [192.168.1.129]:37879->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP errorindex 0 version 1 community public requestid 1453361783 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2552440) 7:05:24.40 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.645 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2567:20190130:204719.645 In DCsync_config() 2567:20190130:204719.645 End of DCsync_config() 2567:20190130:204719.645 query [txnlev:0] [select hostid,templateid from hosts_templates order by hostid] 2567:20190130:204719.645 query [txnlev:0] [select globalmacroid,macro,value from globalmacro] 2567:20190130:204719.645 query [txnlev:0] [select hostmacroid,hostid,macro,value from hostmacro] 2567:20190130:204719.645 In DCsync_htmpls() 2567:20190130:204719.645 End of DCsync_htmpls() 2567:20190130:204719.646 In DCsync_gmacros() 2567:20190130:204719.646 End of DCsync_gmacros() 2567:20190130:204719.646 In DCsync_hmacros() 2567:20190130:204719.646 End of DCsync_hmacros() 2567:20190130:204719.646 query [txnlev:0] [select hostid,proxy_hostid,host,ipmi_authtype,ipmi_privilege,ipmi_username,ipmi_password,maintenance_status,maintenance_type,maintenance_from,errors_from,available,disable_until,snmp_errors_from,snmp_available,snmp_disable_until,ipmi_errors_from,ipmi_available,ipmi_disable_until,jmx_errors_from,jmx_available,jmx_disable_until,status,name,lastaccess,error,snmp_error,ipmi_error,jmx_error,tls_connect,tls_accept,proxy_address,auto_compress,maintenanceid from hosts where status in (0,1,5,6) and flags<>2] 2567:20190130:204719.646 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] 2567:20190130:204719.646 query [txnlev:0] [select groupid,name from hstgrp] 2567:20190130:204719.646 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 order by hg.groupid] 2567:20190130:204719.646 query [txnlev:0] [select maintenanceid,maintenance_type,active_since,active_till,tags_evaltype from maintenances] 2567:20190130:204719.646 query [txnlev:0] [select maintenancetagid,maintenanceid,operator,tag,value from maintenance_tag] 2567:20190130:204719.646 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] 2567:20190130:204719.647 query [txnlev:0] [select maintenanceid,groupid from maintenances_groups order by maintenanceid] 2567:20190130:204719.647 query [txnlev:0] [select maintenanceid,hostid from maintenances_hosts order by maintenanceid] 2567:20190130:204719.647 In DCsync_hosts() 2567:20190130:204719.647 End of DCsync_hosts() 2567:20190130:204719.647 In DCsync_host_inventory() 2567:20190130:204719.647 End of DCsync_host_inventory() 2567:20190130:204719.647 In DCsync_hostgroups() 2567:20190130:204719.647 End of DCsync_hostgroups() 2567:20190130:204719.647 In DCsync_hostgroup_hosts() 2567:20190130:204719.647 End of DCsync_hostgroup_hosts() 2567:20190130:204719.647 In DCsync_maintenances() 2567:20190130:204719.647 End of DCsync_maintenances() 2567:20190130:204719.647 In DCsync_maintenance_tags() 2567:20190130:204719.647 End of DCsync_maintenance_tags() 2567:20190130:204719.647 In DCsync_maintenance_groups() 2567:20190130:204719.647 End of DCsync_maintenance_groups() 2567:20190130:204719.647 In DCsync_maintenance_hosts() 2567:20190130:204719.647 End of DCsync_maintenance_hosts() 2567:20190130:204719.647 In DCsync_maintenance_periods() 2567:20190130:204719.647 End of DCsync_maintenance_periods() 2567:20190130:204719.647 query [txnlev:0] [select interfaceid,hostid,type,main,useip,ip,dns,port,bulk from interface] 2567:20190130:204719.647 query [txnlev:0] [select i.itemid,i.hostid,i.status,i.type,i.value_type,i.key_,i.snmp_community,i.snmp_oid,i.port,i.snmpv3_securityname,i.snmpv3_securitylevel,i.snmpv3_authpassphrase,i.snmpv3_privpassphrase,i.ipmi_sensor,i.delay,i.trapper_hosts,i.logtimefmt,i.params,i.state,i.authtype,i.username,i.password,i.publickey,i.privatekey,i.flags,i.interfaceid,i.snmpv3_authprotocol,i.snmpv3_privprotocol,i.snmpv3_contextname,i.lastlogsize,i.mtime,i.history,i.trends,i.inventory_link,i.valuemapid,i.units,i.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 from items i,hosts h where i.hostid=h.hostid and h.status in (0,1) and i.flags<>2] 2573:20190130:204719.649 query without transaction detected 2573:20190130:204719.649 query [txnlev:0] [pragma temp_store_directory='/config/user-data/zabbix/'] 2573:20190130:204719.649 End of DBconnect():0 2573:20190130:204719.649 __zbx_zbx_setproctitle() title:'discoverer #2 [processed 0 rules in 0.000000 sec, performing discovery]' 2573:20190130:204719.649 query [txnlev:0] [select distinct r.druleid,r.iprange,r.name,c.dcheckid,r.proxy_hostid,r.delay from drules r left join dchecks c on c.druleid=r.druleid and c.uniq=1 where r.status=0 and r.nextcheck<=1548866839 and r.druleid%3=1] 2573:20190130:204719.649 query [txnlev:0] [select count(*),min(nextcheck) from drules where status=0 and druleid%3=1] 2573:20190130:204719.649 get_minnextcheck(): no items to update 2573:20190130:204719.649 __zbx_zbx_setproctitle() title:'discoverer #2 [processed 0 rules in 0.000206 sec, idle 60 sec]' 2577:20190130:204719.649 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.649 unmatched trap received from "192.168.1.129": 15:34:37 2019/01/30 PDU INFO: requestid 1892804099 community public version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 260 receivedfrom UDP: [192.168.1.129]:44965->[192.168.1.234]:162 messageid 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2558354) 7:06:23.54 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.649 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.649 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.649 unmatched trap received from "192.168.1.129": 15:35:36 2019/01/30 PDU INFO: community public requestid 1280427615 version 1 errorindex 0 notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:56869->[192.168.1.234]:162 transactionid 261 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2564267) 7:07:22.67 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.650 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.650 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.650 unmatched trap received from "192.168.1.129": 15:36:36 2019/01/30 PDU INFO: errorindex 0 version 1 transactionid 262 receivedfrom UDP: [192.168.1.129]:38049->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP requestid 1894929088 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2570183) 7:08:21.83 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.650 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.650 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.650 unmatched trap received from "192.168.1.129": 15:37:35 2019/01/30 PDU INFO: requestid 627410262 community public errorstatus 0 notificationtype TRAP transactionid 263 receivedfrom UDP: [192.168.1.129]:50102->[192.168.1.234]:162 messageid 0 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2576097) 7:09:20.97 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.650 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.650 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.650 unmatched trap received from "192.168.1.129": 15:38:20 2019/01/30 PDU INFO: version 1 errorindex 0 notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:33197->[192.168.1.234]:162 transactionid 264 community public requestid 2039995835 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2580611) 7:10:06.11 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.650 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.650 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.650 unmatched trap received from "192.168.1.129": 15:39:19 2019/01/30 PDU INFO: community public requestid 1971502576 errorindex 0 version 1 receivedfrom UDP: [192.168.1.129]:32926->[192.168.1.234]:162 messageid 0 transactionid 265 notificationtype TRAP errorstatus 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2586525) 7:11:05.25 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.650 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.650 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.650 unmatched trap received from "192.168.1.129": 15:40:18 2019/01/30 PDU INFO: errorstatus 0 notificationtype TRAP transactionid 266 receivedfrom UDP: [192.168.1.129]:60146->[192.168.1.234]:162 messageid 0 version 1 errorindex 0 requestid 1207027036 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2592439) 7:12:04.39 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.650 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.650 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.650 unmatched trap received from "192.168.1.129": 15:41:17 2019/01/30 PDU INFO: transactionid 267 messageid 0 receivedfrom UDP: [192.168.1.129]:55544->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP errorindex 0 version 1 community public requestid 580130924 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2598352) 7:13:03.52 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.650 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.650 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.650 unmatched trap received from "192.168.1.129": 15:42:16 2019/01/30 PDU INFO: requestid 268702665 community public transactionid 268 messageid 0 receivedfrom UDP: [192.168.1.129]:58514->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2604266) 7:14:02.66 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.650 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.650 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.650 unmatched trap received from "192.168.1.129": 15:43:15 2019/01/30 PDU INFO: requestid 1950541096 community public notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:54848->[192.168.1.234]:162 messageid 0 transactionid 269 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2610179) 7:15:01.79 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.650 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.650 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.650 unmatched trap received from "192.168.1.129": 15:44:01 2019/01/30 PDU INFO: errorstatus 0 notificationtype TRAP transactionid 270 messageid 0 receivedfrom UDP: [192.168.1.129]:53099->[192.168.1.234]:162 version 1 errorindex 0 community public requestid 799080762 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2614693) 7:15:46.93 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.650 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.650 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.650 unmatched trap received from "192.168.1.129": 15:45:00 2019/01/30 PDU INFO: requestid 259760423 community public receivedfrom UDP: [192.168.1.129]:33681->[192.168.1.234]:162 messageid 0 transactionid 271 notificationtype TRAP errorstatus 0 errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2620606) 7:16:46.06 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.650 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.650 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.650 unmatched trap received from "192.168.1.129": 15:45:59 2019/01/30 PDU INFO: requestid 1754054871 community public transactionid 272 receivedfrom UDP: [192.168.1.129]:38682->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2626521) 7:17:45.21 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.650 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.650 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.650 unmatched trap received from "192.168.1.129": 15:46:58 2019/01/30 PDU INFO: transactionid 273 messageid 0 receivedfrom UDP: [192.168.1.129]:56595->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP errorindex 0 version 1 community public requestid 19439976 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2632434) 7:18:44.34 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.651 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.651 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.651 unmatched trap received from "192.168.1.129": 15:47:57 2019/01/30 PDU INFO: community public requestid 1139799385 errorindex 0 version 1 transactionid 274 receivedfrom UDP: [192.168.1.129]:48779->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2638349) 7:19:43.49 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.651 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.651 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.651 unmatched trap received from "192.168.1.129": 15:48:56 2019/01/30 PDU INFO: community public requestid 873152476 receivedfrom UDP: [192.168.1.129]:39186->[192.168.1.234]:162 messageid 0 transactionid 275 notificationtype TRAP errorstatus 0 errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2644262) 7:20:42.62 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.651 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.651 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.651 unmatched trap received from "192.168.1.129": 15:49:41 2019/01/30 PDU INFO: requestid 1206796410 community public errorindex 0 version 1 transactionid 276 receivedfrom UDP: [192.168.1.129]:57281->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2648775) 7:21:27.75 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.651 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.651 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.651 unmatched trap received from "192.168.1.129": 15:50:41 2019/01/30 PDU INFO: notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:41941->[192.168.1.234]:162 transactionid 277 version 1 errorindex 0 community public requestid 1342585333 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2654689) 7:22:26.89 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.651 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.651 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.651 unmatched trap received from "192.168.1.129": 15:51:40 2019/01/30 PDU INFO: community public requestid 1702331859 errorstatus 0 notificationtype TRAP transactionid 278 messageid 0 receivedfrom UDP: [192.168.1.129]:54182->[192.168.1.234]:162 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2660603) 7:23:26.03 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.651 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.651 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.651 unmatched trap received from "192.168.1.129": 15:52:39 2019/01/30 PDU INFO: requestid 1650010283 community public notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:55574->[192.168.1.234]:162 transactionid 279 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2666516) 7:24:25.16 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.651 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.651 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.651 unmatched trap received from "192.168.1.129": 15:53:38 2019/01/30 PDU INFO: community public requestid 1886574368 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:40651->[192.168.1.234]:162 messageid 0 transactionid 280 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2672432) 7:25:24.32 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.651 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.651 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.651 unmatched trap received from "192.168.1.129": 15:54:37 2019/01/30 PDU INFO: requestid 942345059 community public notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:52493->[192.168.1.234]:162 transactionid 281 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2678345) 7:26:23.45 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.651 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.651 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.651 unmatched trap received from "192.168.1.129": 15:55:21 2019/01/30 PDU INFO: messageid 0 receivedfrom UDP: [192.168.1.129]:46699->[192.168.1.234]:162 transactionid 282 notificationtype TRAP errorstatus 0 errorindex 0 version 1 community public requestid 1111394525 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2682760) 7:27:07.60 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.651 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.651 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.651 unmatched trap received from "192.168.1.129": 15:56:21 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 283 receivedfrom UDP: [192.168.1.129]:52242->[192.168.1.234]:162 messageid 0 community public requestid 843070812 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2688675) 7:28:06.75 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.651 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.651 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.651 unmatched trap received from "192.168.1.129": 15:57:20 2019/01/30 PDU INFO: transactionid 284 messageid 0 receivedfrom UDP: [192.168.1.129]:51689->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP errorindex 0 version 1 community public requestid 1581576232 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2694589) 7:29:05.89 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.651 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.651 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.651 unmatched trap received from "192.168.1.129": 15:58:19 2019/01/30 PDU INFO: community public requestid 2135391439 errorindex 0 version 1 messageid 0 receivedfrom UDP: [192.168.1.129]:46008->[192.168.1.234]:162 transactionid 285 notificationtype TRAP errorstatus 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2700503) 7:30:05.03 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.652 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.652 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.652 unmatched trap received from "192.168.1.129": 15:59:18 2019/01/30 PDU INFO: requestid 1734046794 community public receivedfrom UDP: [192.168.1.129]:34176->[192.168.1.234]:162 messageid 0 transactionid 286 notificationtype TRAP errorstatus 0 errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2706417) 7:31:04.17 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.652 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.652 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.652 unmatched trap received from "192.168.1.129": 16:00:17 2019/01/30 PDU INFO: community public requestid 1579678960 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:58554->[192.168.1.234]:162 messageid 0 transactionid 287 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2712329) 7:32:03.29 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.652 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.652 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.652 unmatched trap received from "192.168.1.129": 16:01:03 2019/01/30 PDU INFO: errorindex 0 version 1 transactionid 288 receivedfrom UDP: [192.168.1.129]:52457->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP community public requestid 288690400 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2716943) 7:32:49.43 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.652 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.652 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.652 unmatched trap received from "192.168.1.129": 16:02:02 2019/01/30 PDU INFO: notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:49214->[192.168.1.234]:162 transactionid 289 version 1 errorindex 0 requestid 344917962 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2722857) 7:33:48.57 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.652 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.652 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.652 unmatched trap received from "192.168.1.129": 16:03:02 2019/01/30 PDU INFO: requestid 2131706241 community public version 1 errorindex 0 notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:34775->[192.168.1.234]:162 transactionid 290 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2728772) 7:34:47.72 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.652 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.652 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.652 unmatched trap received from "192.168.1.129": 16:04:01 2019/01/30 PDU INFO: transactionid 291 messageid 0 receivedfrom UDP: [192.168.1.129]:43451->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP errorindex 0 version 1 requestid 415161322 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2734685) 7:35:46.85 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.652 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.652 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.652 unmatched trap received from "192.168.1.129": 16:05:00 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 292 messageid 0 receivedfrom UDP: [192.168.1.129]:34519->[192.168.1.234]:162 community public requestid 23714277 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2740599) 7:36:45.99 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.652 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.652 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.652 unmatched trap received from "192.168.1.129": 16:05:59 2019/01/30 PDU INFO: version 1 errorindex 0 notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:57948->[192.168.1.234]:162 transactionid 293 community public requestid 1431098008 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2746513) 7:37:45.13 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.652 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.652 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.652 unmatched trap received from "192.168.1.129": 16:06:43 2019/01/30 PDU INFO: notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:38110->[192.168.1.234]:162 messageid 0 transactionid 294 version 1 errorindex 0 requestid 1638859267 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2750926) 7:38:29.26 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.652 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.652 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.652 unmatched trap received from "192.168.1.129": 16:07:42 2019/01/30 PDU INFO: errorstatus 0 notificationtype TRAP transactionid 295 messageid 0 receivedfrom UDP: [192.168.1.129]:54383->[192.168.1.234]:162 version 1 errorindex 0 community public requestid 1213001791 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2756840) 7:39:28.40 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.652 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.652 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.652 unmatched trap received from "192.168.1.129": 16:08:41 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 296 receivedfrom UDP: [192.168.1.129]:59182->[192.168.1.234]:162 messageid 0 requestid 514399881 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2762753) 7:40:27.53 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.652 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.652 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.652 unmatched trap received from "192.168.1.129": 16:09:40 2019/01/30 PDU INFO: errorindex 0 version 1 transactionid 297 messageid 0 receivedfrom UDP: [192.168.1.129]:58753->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP community public requestid 2072375386 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2768666) 7:41:26.66 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.653 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.653 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.653 unmatched trap received from "192.168.1.129": 16:10:40 2019/01/30 PDU INFO: notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:36980->[192.168.1.234]:162 messageid 0 transactionid 298 version 1 errorindex 0 requestid 1322176003 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2774580) 7:42:25.80 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.653 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.653 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.653 unmatched trap received from "192.168.1.129": 16:11:39 2019/01/30 PDU INFO: community public requestid 279960048 errorstatus 0 notificationtype TRAP transactionid 299 receivedfrom UDP: [192.168.1.129]:53857->[192.168.1.234]:162 messageid 0 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2780494) 7:43:24.94 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.653 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.653 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.653 unmatched trap received from "192.168.1.129": 16:12:24 2019/01/30 PDU INFO: community public requestid 1740852500 version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 300 messageid 0 receivedfrom UDP: [192.168.1.129]:57431->[192.168.1.234]:162 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2785008) 7:44:10.08 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.653 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.653 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.653 unmatched trap received from "192.168.1.129": 16:13:23 2019/01/30 PDU INFO: community public requestid 584076303 version 1 errorindex 0 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:42026->[192.168.1.234]:162 messageid 0 transactionid 301 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2790924) 7:45:09.24 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.653 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2574:20190130:204719.653 query without transaction detected 2574:20190130:204719.653 query [txnlev:0] [pragma temp_store_directory='/config/user-data/zabbix/'] 2574:20190130:204719.653 End of DBconnect():0 2574:20190130:204719.653 __zbx_zbx_setproctitle() title:'discoverer #3 [processed 0 rules in 0.000000 sec, performing discovery]' 2574:20190130:204719.653 query [txnlev:0] [select distinct r.druleid,r.iprange,r.name,c.dcheckid,r.proxy_hostid,r.delay from drules r left join dchecks c on c.druleid=r.druleid and c.uniq=1 where r.status=0 and r.nextcheck<=1548866839 and r.druleid%3=2] 2574:20190130:204719.653 query [txnlev:0] [select count(*),min(nextcheck) from drules where status=0 and druleid%3=2] 2574:20190130:204719.654 get_minnextcheck(): no items to update 2574:20190130:204719.654 __zbx_zbx_setproctitle() title:'discoverer #3 [processed 0 rules in 0.000224 sec, idle 60 sec]' 2582:20190130:204719.654 query without transaction detected 2582:20190130:204719.654 query [txnlev:0] [pragma temp_store=2] 2582:20190130:204719.654 query without transaction detected 2582:20190130:204719.654 query [txnlev:0] [pragma temp_store_directory='/config/user-data/zabbix/'] 2582:20190130:204719.654 End of DBconnect():0 2582:20190130:204719.654 __zbx_zbx_setproctitle() title:'poller #3 [got 0 values in 0.000000 sec, getting values]' 2582:20190130:204719.654 In get_values() 2582:20190130:204719.654 In DCconfig_get_poller_items() poller_type:0 2582:20190130:204719.654 End of DCconfig_get_poller_items():0 2582:20190130:204719.654 In DCconfig_get_poller_nextcheck() poller_type:0 2582:20190130:204719.654 End of DCconfig_get_poller_nextcheck():-1 2582:20190130:204719.654 End of get_values():0 2582:20190130:204719.654 __zbx_zbx_setproctitle() title:'poller #3 [got 0 values in 0.000236 sec, idle 5 sec]' 2585:20190130:204719.654 query without transaction detected 2585:20190130:204719.654 query [txnlev:0] [pragma temp_store=2] 2585:20190130:204719.654 query without transaction detected 2585:20190130:204719.654 query [txnlev:0] [pragma temp_store_directory='/config/user-data/zabbix/'] 2585:20190130:204719.654 End of DBconnect():0 2585:20190130:204719.654 __zbx_zbx_setproctitle() title:'unreachable poller #1 [got 0 values in 0.000000 sec, getting values]' 2585:20190130:204719.654 In get_values() 2585:20190130:204719.654 In DCconfig_get_poller_items() poller_type:1 2585:20190130:204719.654 End of DCconfig_get_poller_items():0 2585:20190130:204719.654 In DCconfig_get_poller_nextcheck() poller_type:1 2585:20190130:204719.654 End of DCconfig_get_poller_nextcheck():-1 2585:20190130:204719.654 End of get_values():0 2585:20190130:204719.654 __zbx_zbx_setproctitle() title:'unreachable poller #1 [got 0 values in 0.000192 sec, idle 5 sec]' 2572:20190130:204719.654 query without transaction detected 2572:20190130:204719.654 query [txnlev:0] [pragma temp_store=2] 2572:20190130:204719.655 query without transaction detected 2572:20190130:204719.655 query [txnlev:0] [pragma temp_store_directory='/config/user-data/zabbix/'] 2572:20190130:204719.655 End of DBconnect():0 2572:20190130:204719.655 __zbx_zbx_setproctitle() title:'discoverer #1 [processed 0 rules in 0.000000 sec, performing discovery]' 2572:20190130:204719.655 query [txnlev:0] [select distinct r.druleid,r.iprange,r.name,c.dcheckid,r.proxy_hostid,r.delay from drules r left join dchecks c on c.druleid=r.druleid and c.uniq=1 where r.status=0 and r.nextcheck<=1548866839 and r.druleid%3=0] 2572:20190130:204719.655 query [txnlev:0] [select count(*),min(nextcheck) from drules where status=0 and druleid%3=0] 2572:20190130:204719.655 get_minnextcheck(): no items to update 2572:20190130:204719.655 __zbx_zbx_setproctitle() title:'discoverer #1 [processed 0 rules in 0.000212 sec, idle 60 sec]' 2581:20190130:204719.655 query without transaction detected 2581:20190130:204719.655 query [txnlev:0] [pragma temp_store=2] 2581:20190130:204719.655 query without transaction detected 2581:20190130:204719.655 query [txnlev:0] [pragma temp_store_directory='/config/user-data/zabbix/'] 2581:20190130:204719.655 End of DBconnect():0 2581:20190130:204719.655 __zbx_zbx_setproctitle() title:'poller #2 [got 0 values in 0.000000 sec, getting values]' 2581:20190130:204719.655 In get_values() 2581:20190130:204719.655 In DCconfig_get_poller_items() poller_type:0 2581:20190130:204719.655 End of DCconfig_get_poller_items():0 2581:20190130:204719.655 In DCconfig_get_poller_nextcheck() poller_type:0 2581:20190130:204719.655 End of DCconfig_get_poller_nextcheck():-1 2581:20190130:204719.655 End of get_values():0 2581:20190130:204719.655 __zbx_zbx_setproctitle() title:'poller #2 [got 0 values in 0.000214 sec, idle 5 sec]' 2580:20190130:204719.655 query without transaction detected 2580:20190130:204719.655 query [txnlev:0] [pragma temp_store=2] 2580:20190130:204719.655 query without transaction detected 2580:20190130:204719.656 query [txnlev:0] [pragma temp_store_directory='/config/user-data/zabbix/'] 2580:20190130:204719.656 End of DBconnect():0 2580:20190130:204719.656 __zbx_zbx_setproctitle() title:'poller #1 [got 0 values in 0.000000 sec, getting values]' 2580:20190130:204719.656 In get_values() 2580:20190130:204719.656 In DCconfig_get_poller_items() poller_type:0 2580:20190130:204719.656 End of DCconfig_get_poller_items():0 2580:20190130:204719.656 In DCconfig_get_poller_nextcheck() poller_type:0 2580:20190130:204719.656 End of DCconfig_get_poller_nextcheck():-1 2580:20190130:204719.656 End of get_values():0 2580:20190130:204719.656 __zbx_zbx_setproctitle() title:'poller #1 [got 0 values in 0.000185 sec, idle 5 sec]' 2567:20190130:204719.656 query [txnlev:0] [select pp.item_preprocid,pp.itemid,pp.type,pp.params,pp.step,i.hostid from item_preproc pp,items i,hosts h where pp.itemid=i.itemid and i.hostid=h.hostid and h.status in (0,1) and i.flags<>2 order by pp.itemid] 2567:20190130:204719.656 In DCsync_interfaces() 2567:20190130:204719.656 End of DCsync_interfaces() 2567:20190130:204719.656 In DCsync_items() 2567:20190130:204719.657 End of DCsync_items() 2567:20190130:204719.657 In DCsync_item_preproc() 2567:20190130:204719.657 End of DCsync_item_preproc() 2567:20190130:204719.657 query [txnlev:0] [select i.itemid,f.functionid,f.name,f.parameter,t.triggerid from hosts h,items i,functions f,triggers t where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=t.triggerid and h.status in (0,1) and t.flags<>2] 2584:20190130:204719.657 query without transaction detected 2584:20190130:204719.657 query [txnlev:0] [pragma temp_store=2] 2583:20190130:204719.657 query without transaction detected 2583:20190130:204719.657 query [txnlev:0] [pragma temp_store=2] 2577:20190130:204719.657 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.657 unmatched trap received from "192.168.1.129": 16:14:22 2019/01/30 PDU INFO: community public requestid 497065229 errorstatus 0 notificationtype TRAP transactionid 302 receivedfrom UDP: [192.168.1.129]:39160->[192.168.1.234]:162 messageid 0 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2796837) 7:46:08.37 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.657 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.657 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.657 unmatched trap received from "192.168.1.129": 16:15:21 2019/01/30 PDU INFO: community public requestid 1429846328 messageid 0 receivedfrom UDP: [192.168.1.129]:45270->[192.168.1.234]:162 transactionid 303 notificationtype TRAP errorstatus 0 errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2802751) 7:47:07.51 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.657 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.657 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.657 unmatched trap received from "192.168.1.129": 16:16:20 2019/01/30 PDU INFO: requestid 422654717 community public errorindex 0 version 1 transactionid 304 messageid 0 receivedfrom UDP: [192.168.1.129]:49793->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2808665) 7:48:06.65 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.657 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.657 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.657 unmatched trap received from "192.168.1.129": 16:17:20 2019/01/30 PDU INFO: requestid 2102357240 community public version 1 errorindex 0 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:39040->[192.168.1.234]:162 messageid 0 transactionid 305 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2814578) 7:49:05.78 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.657 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.657 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.657 unmatched trap received from "192.168.1.129": 16:18:05 2019/01/30 PDU INFO: errorstatus 0 notificationtype TRAP transactionid 306 messageid 0 receivedfrom UDP: [192.168.1.129]:34748->[192.168.1.234]:162 version 1 errorindex 0 requestid 31900213 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2819091) 7:49:50.91 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.657 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.658 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.658 unmatched trap received from "192.168.1.129": 16:19:04 2019/01/30 PDU INFO: notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:50927->[192.168.1.234]:162 messageid 0 transactionid 307 version 1 errorindex 0 community public requestid 863056416 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2825006) 7:50:50.06 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.658 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.658 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.658 unmatched trap received from "192.168.1.129": 16:20:03 2019/01/30 PDU INFO: requestid 568583157 community public receivedfrom UDP: [192.168.1.129]:33627->[192.168.1.234]:162 messageid 0 transactionid 308 notificationtype TRAP errorstatus 0 errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2830920) 7:51:49.20 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.658 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.658 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.658 unmatched trap received from "192.168.1.129": 16:21:02 2019/01/30 PDU INFO: messageid 0 receivedfrom UDP: [192.168.1.129]:35562->[192.168.1.234]:162 transactionid 309 notificationtype TRAP errorstatus 0 errorindex 0 version 1 community public requestid 359543814 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2836834) 7:52:48.34 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.658 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.658 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.658 unmatched trap received from "192.168.1.129": 16:22:01 2019/01/30 PDU INFO: transactionid 310 receivedfrom UDP: [192.168.1.129]:39745->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP errorindex 0 version 1 community public requestid 1194573656 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2842749) 7:53:47.49 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.658 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.658 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.658 unmatched trap received from "192.168.1.129": 16:23:01 2019/01/30 PDU INFO: community public requestid 1170047142 errorindex 0 version 1 receivedfrom UDP: [192.168.1.129]:45112->[192.168.1.234]:162 messageid 0 transactionid 311 notificationtype TRAP errorstatus 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2848662) 7:54:46.62 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.658 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.658 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.658 unmatched trap received from "192.168.1.129": 16:23:46 2019/01/30 PDU INFO: errorstatus 0 notificationtype TRAP transactionid 312 messageid 0 receivedfrom UDP: [192.168.1.129]:48475->[192.168.1.234]:162 version 1 errorindex 0 community public requestid 280248491 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2853176) 7:55:31.76 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.658 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.658 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.658 unmatched trap received from "192.168.1.129": 16:24:45 2019/01/30 PDU INFO: receivedfrom UDP: [192.168.1.129]:39518->[192.168.1.234]:162 messageid 0 transactionid 313 notificationtype TRAP errorstatus 0 errorindex 0 version 1 requestid 506835930 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2859089) 7:56:30.89 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.658 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.658 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.658 unmatched trap received from "192.168.1.129": 16:25:44 2019/01/30 PDU INFO: receivedfrom UDP: [192.168.1.129]:41782->[192.168.1.234]:162 messageid 0 transactionid 314 notificationtype TRAP errorstatus 0 errorindex 0 version 1 community public requestid 351960128 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2865004) 7:57:30.04 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.658 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.658 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.658 unmatched trap received from "192.168.1.129": 16:26:43 2019/01/30 PDU INFO: version 1 errorindex 0 notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:49444->[192.168.1.234]:162 transactionid 315 community public requestid 1799832626 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2870918) 7:58:29.18 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.658 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.658 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.658 unmatched trap received from "192.168.1.129": 16:27:42 2019/01/30 PDU INFO: requestid 1572308246 community public version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 316 messageid 0 receivedfrom UDP: [192.168.1.129]:34337->[192.168.1.234]:162 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2876832) 7:59:28.32 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.658 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.658 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.658 unmatched trap received from "192.168.1.129": 16:28:41 2019/01/30 PDU INFO: community public requestid 442840879 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:44330->[192.168.1.234]:162 messageid 0 transactionid 317 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2882745) 8:00:27.45 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.658 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.658 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.658 unmatched trap received from "192.168.1.129": 16:29:25 2019/01/30 PDU INFO: community public requestid 1172035045 version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 318 receivedfrom UDP: [192.168.1.129]:50858->[192.168.1.234]:162 messageid 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2887158) 8:01:11.58 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.658 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.659 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.659 unmatched trap received from "192.168.1.129": 16:30:25 2019/01/30 PDU INFO: requestid 148547424 community public version 1 errorindex 0 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:50743->[192.168.1.234]:162 messageid 0 transactionid 319 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2893073) 8:02:10.73 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.659 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.659 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.659 unmatched trap received from "192.168.1.129": 16:31:24 2019/01/30 PDU INFO: errorindex 0 version 1 receivedfrom UDP: [192.168.1.129]:33805->[192.168.1.234]:162 messageid 0 transactionid 320 notificationtype TRAP errorstatus 0 requestid 950349897 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2898989) 8:03:09.89 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.659 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.659 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.659 unmatched trap received from "192.168.1.129": 16:32:23 2019/01/30 PDU INFO: community public requestid 779776208 notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:34378->[192.168.1.234]:162 transactionid 321 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2904903) 8:04:09.03 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.659 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.659 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.659 unmatched trap received from "192.168.1.129": 16:33:22 2019/01/30 PDU INFO: requestid 1973765009 community public errorstatus 0 notificationtype TRAP transactionid 322 receivedfrom UDP: [192.168.1.129]:37949->[192.168.1.234]:162 messageid 0 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2910817) 8:05:08.17 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.659 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.659 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.659 unmatched trap received from "192.168.1.129": 16:34:21 2019/01/30 PDU INFO: notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:36734->[192.168.1.234]:162 messageid 0 transactionid 323 version 1 errorindex 0 requestid 692405190 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2916730) 8:06:07.30 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.659 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.659 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.659 unmatched trap received from "192.168.1.129": 16:35:06 2019/01/30 PDU INFO: receivedfrom UDP: [192.168.1.129]:60067->[192.168.1.234]:162 messageid 0 transactionid 324 notificationtype TRAP errorstatus 0 errorindex 0 version 1 community public requestid 963579620 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2921243) 8:06:52.43 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.659 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.659 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.659 unmatched trap received from "192.168.1.129": 16:36:06 2019/01/30 PDU INFO: requestid 786439888 community public receivedfrom UDP: [192.168.1.129]:50233->[192.168.1.234]:162 messageid 0 transactionid 325 notificationtype TRAP errorstatus 0 errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2927157) 8:07:51.57 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.659 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.659 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.659 unmatched trap received from "192.168.1.129": 16:37:05 2019/01/30 PDU INFO: community public requestid 1337926264 errorstatus 0 notificationtype TRAP transactionid 326 receivedfrom UDP: [192.168.1.129]:50289->[192.168.1.234]:162 messageid 0 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2933073) 8:08:50.73 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.659 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.659 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.659 unmatched trap received from "192.168.1.129": 16:38:04 2019/01/30 PDU INFO: requestid 791436643 community public errorstatus 0 notificationtype TRAP transactionid 327 messageid 0 receivedfrom UDP: [192.168.1.129]:56237->[192.168.1.234]:162 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2938986) 8:09:49.86 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.659 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.659 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.659 unmatched trap received from "192.168.1.129": 16:39:03 2019/01/30 PDU INFO: requestid 461823900 community public errorindex 0 version 1 receivedfrom UDP: [192.168.1.129]:52721->[192.168.1.234]:162 messageid 0 transactionid 328 notificationtype TRAP errorstatus 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2944900) 8:10:49.00 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.659 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.659 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.659 unmatched trap received from "192.168.1.129": 16:40:02 2019/01/30 PDU INFO: errorstatus 0 notificationtype TRAP transactionid 329 receivedfrom UDP: [192.168.1.129]:53713->[192.168.1.234]:162 messageid 0 version 1 errorindex 0 requestid 1531647217 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2950813) 8:11:48.13 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.659 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.659 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.659 unmatched trap received from "192.168.1.129": 16:40:47 2019/01/30 PDU INFO: receivedfrom UDP: [192.168.1.129]:33714->[192.168.1.234]:162 messageid 0 transactionid 330 notificationtype TRAP errorstatus 0 errorindex 0 version 1 community public requestid 1320102399 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2955326) 8:12:33.26 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.660 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.660 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.660 unmatched trap received from "192.168.1.129": 16:41:46 2019/01/30 PDU INFO: requestid 1998281864 community public version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 331 receivedfrom UDP: [192.168.1.129]:53451->[192.168.1.234]:162 messageid 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2961239) 8:13:32.39 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.660 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.660 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.660 unmatched trap received from "192.168.1.129": 16:42:45 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 332 receivedfrom UDP: [192.168.1.129]:59459->[192.168.1.234]:162 messageid 0 community public requestid 717006754 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2967154) 8:14:31.54 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.660 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.660 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.660 unmatched trap received from "192.168.1.129": 16:43:45 2019/01/30 PDU INFO: notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:36184->[192.168.1.234]:162 messageid 0 transactionid 333 version 1 errorindex 0 requestid 1412779394 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2973067) 8:15:30.67 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.660 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.660 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.660 unmatched trap received from "192.168.1.129": 16:44:44 2019/01/30 PDU INFO: requestid 1813523623 community public transactionid 334 receivedfrom UDP: [192.168.1.129]:48235->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2978981) 8:16:29.81 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.660 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.660 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.660 unmatched trap received from "192.168.1.129": 16:45:43 2019/01/30 PDU INFO: transactionid 335 receivedfrom UDP: [192.168.1.129]:35578->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP errorindex 0 version 1 requestid 1154942746 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2984894) 8:17:28.94 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.660 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.660 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.660 unmatched trap received from "192.168.1.129": 16:46:28 2019/01/30 PDU INFO: requestid 703722664 community public version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 336 messageid 0 receivedfrom UDP: [192.168.1.129]:33811->[192.168.1.234]:162 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2989407) 8:18:14.07 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.660 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.660 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.660 unmatched trap received from "192.168.1.129": 16:47:27 2019/01/30 PDU INFO: community public requestid 948111164 transactionid 337 messageid 0 receivedfrom UDP: [192.168.1.129]:37086->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (2995321) 8:19:13.21 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.660 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.660 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.660 unmatched trap received from "192.168.1.129": 16:48:26 2019/01/30 PDU INFO: community public requestid 940096820 errorstatus 0 notificationtype TRAP transactionid 338 receivedfrom UDP: [192.168.1.129]:45787->[192.168.1.234]:162 messageid 0 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3001234) 8:20:12.34 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.660 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.660 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.660 unmatched trap received from "192.168.1.129": 16:49:25 2019/01/30 PDU INFO: errorstatus 0 notificationtype TRAP transactionid 339 receivedfrom UDP: [192.168.1.129]:34315->[192.168.1.234]:162 messageid 0 version 1 errorindex 0 community public requestid 605707143 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3007148) 8:21:11.48 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.660 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.660 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.660 unmatched trap received from "192.168.1.129": 16:50:25 2019/01/30 PDU INFO: errorindex 0 version 1 messageid 0 receivedfrom UDP: [192.168.1.129]:33887->[192.168.1.234]:162 transactionid 340 notificationtype TRAP errorstatus 0 community public requestid 1435185784 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3013061) 8:22:10.61 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.660 End of read_traps() 2577:20190130:204719.660 In read_traps() lastsize: 261130 2584:20190130:204719.661 query without transaction detected 2584:20190130:204719.661 query [txnlev:0] [pragma temp_store_directory='/config/user-data/zabbix/'] 2584:20190130:204719.661 End of DBconnect():0 2584:20190130:204719.661 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000000 sec, getting values]' 2584:20190130:204719.661 In get_values() 2583:20190130:204719.661 query without transaction detected 2583:20190130:204719.661 query [txnlev:0] [pragma temp_store_directory='/config/user-data/zabbix/'] 2583:20190130:204719.661 End of DBconnect():0 2583:20190130:204719.661 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000000 sec, getting values]' 2583:20190130:204719.661 In get_values() 2583:20190130:204719.661 In DCconfig_get_poller_items() poller_type:0 2583:20190130:204719.661 End of DCconfig_get_poller_items():0 2583:20190130:204719.661 In DCconfig_get_poller_nextcheck() poller_type:0 2583:20190130:204719.661 End of DCconfig_get_poller_nextcheck():1548866840 2583:20190130:204719.661 End of get_values():0 2583:20190130:204719.661 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000189 sec, idle 1 sec]' 2584:20190130:204719.661 In DCconfig_get_poller_items() poller_type:0 2584:20190130:204719.661 End of DCconfig_get_poller_items():0 2584:20190130:204719.661 In DCconfig_get_poller_nextcheck() poller_type:0 2584:20190130:204719.661 End of DCconfig_get_poller_nextcheck():1548866840 2584:20190130:204719.661 End of get_values():0 2584:20190130:204719.662 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000741 sec, idle 1 sec]' 2567:20190130:204719.662 In DCsync_functions() 2567:20190130:204719.662 End of DCsync_functions() 2567:20190130:204719.662 query [txnlev:0] [select distinct t.triggerid,t.description,t.expression,t.error,t.priority,t.type,t.value,t.state,t.lastchange,t.status,t.recovery_mode,t.recovery_expression,t.correlation_mode,t.correlation_tag from hosts h,items i,functions f,triggers t where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=t.triggerid and h.status in (0,1) and t.flags<>2] 2567:20190130:204719.662 query [txnlev:0] [select distinct d.triggerid_down,d.triggerid_up from trigger_depends d,triggers t,hosts h,items i,functions f where t.triggerid=d.triggerid_down and t.flags<>2 and h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=d.triggerid_down and h.status in (0,1)] 2567:20190130:204719.662 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] 2567:20190130:204719.662 query [txnlev:0] [select actionid,eventsource,evaltype,formula from actions where status=0] 2567:20190130:204719.663 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] 2567:20190130:204719.663 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] 2567:20190130:204719.663 query [txnlev:0] [select distinct tt.triggertagid,tt.triggerid,tt.tag,tt.value from trigger_tag tt,triggers t,hosts h,items i,functions f where t.triggerid=tt.triggerid and t.flags<>2 and h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=tt.triggerid and h.status in (0,1)] 2567:20190130:204719.663 query [txnlev:0] [select correlationid,name,evaltype,formula from correlation where status=0] 2567:20190130:204719.663 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] 2567:20190130:204719.663 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] 2567:20190130:204719.663 In DCsync_triggers() 2567:20190130:204719.663 End of DCsync_triggers() 2567:20190130:204719.663 In DCsync_trigdeps() 2567:20190130:204719.663 End of DCsync_trigdeps() 2567:20190130:204719.663 In DCsync_expressions() 2567:20190130:204719.663 End of DCsync_expressions() 2567:20190130:204719.663 In DCsync_actions() 2567:20190130:204719.663 End of DCsync_actions() 2567:20190130:204719.664 In DCsync_action_opss() 2567:20190130:204719.664 End of DCsync_action_opss() 2567:20190130:204719.664 In DCsync_action_conditions() 2567:20190130:204719.664 End of DCsync_action_conditions() 2567:20190130:204719.664 In DCsync_trigger_tags() 2567:20190130:204719.664 End of DCsync_trigger_tags() 2567:20190130:204719.664 In DCsync_correlations() 2567:20190130:204719.664 End of DCsync_correlations() 2567:20190130:204719.664 In DCsync_corr_conditions() 2567:20190130:204719.664 End of DCsync_corr_conditions() 2567:20190130:204719.664 In DCsync_corr_operations() 2567:20190130:204719.664 End of DCsync_corr_operations() 2567:20190130:204719.664 DCsync_configuration() config : sql:0.036065 sync:0.000100 sec (1/0/0). 2567:20190130:204719.664 DCsync_configuration() hosts : sql:0.000172 sync:0.000066 sec (1/0/0). 2567:20190130:204719.664 DCsync_configuration() host_invent: sql:0.000308 sync:0.000043 sec (0/0/0). 2567:20190130:204719.664 DCsync_configuration() templates : sql:0.000080 sync:0.000059 sec (5/0/0). 2567:20190130:204719.664 DCsync_configuration() globmacros : sql:0.000072 sync:0.000045 sec (1/0/0). 2567:20190130:204719.664 DCsync_configuration() hostmacros : sql:0.000123 sync:0.000041 sec (0/0/0). 2567:20190130:204719.664 DCsync_configuration() interfaces : sql:0.000085 sync:0.000061 sec (1/0/0). 2567:20190130:204719.664 DCsync_configuration() items : sql:0.005876 sync:0.000640 sec (117/0/0). 2567:20190130:204719.664 DCsync_configuration() triggers : sql:0.000344 sync:0.000050 sec (0/0/0). 2567:20190130:204719.664 DCsync_configuration() trigdeps : sql:0.000234 sync:0.000098 sec (0/0/0). 2567:20190130:204719.664 DCsync_configuration() trig. tags : sql:0.000233 sync:0.000041 sec (0/0/0). 2567:20190130:204719.664 DCsync_configuration() functions : sql:0.004762 sync:0.000070 sec (0/0/0). 2567:20190130:204719.664 DCsync_configuration() expressions: sql:0.000140 sync:0.000079 sec (4/0/0). 2567:20190130:204719.664 DCsync_configuration() actions : sql:0.000170 sync:0.000043 sec (0/0/0). 2567:20190130:204719.664 DCsync_configuration() operations : sql:0.000105 sync:0.000041 sec (0/0/0). 2567:20190130:204719.664 DCsync_configuration() conditions : sql:0.000095 sync:0.000042 sec (0/0/0). 2567:20190130:204719.664 DCsync_configuration() corr : sql:0.000084 sync:0.000041 sec (0/0/0). 2567:20190130:204719.664 DCsync_configuration() corr_cond : sql:0.000139 sync:0.000041 sec (0/0/0). 2567:20190130:204719.664 DCsync_configuration() corr_op : sql:0.000083 sync:0.000041 sec (0/0/0). 2567:20190130:204719.664 DCsync_configuration() hgroups : sql:0.000209 sync:0.000106 sec (1/0/0). 2567:20190130:204719.664 DCsync_configuration() item pproc : sql:0.002945 sync:0.000045 sec (0/0/0). 2567:20190130:204719.664 DCsync_configuration() maintenance: sql:0.000414 sync:0.000207 sec (0/0/0). 2567:20190130:204719.664 DCsync_configuration() reindex : 0.000007 sec. 2567:20190130:204719.664 DCsync_configuration() total sql : 0.052740 sec. 2567:20190130:204719.664 DCsync_configuration() total sync : 0.002007 sec. 2567:20190130:204719.664 DCsync_configuration() proxies : 0 (0 slots) 2567:20190130:204719.664 DCsync_configuration() hosts : 1 (11 slots) 2567:20190130:204719.664 DCsync_configuration() hosts_h : 1 (11 slots) 2567:20190130:204719.665 DCsync_configuration() hosts_p : 0 (0 slots) 2567:20190130:204719.665 DCsync_configuration() ipmihosts : 0 (0 slots) 2567:20190130:204719.665 DCsync_configuration() host_invent: 0 (0 slots) 2567:20190130:204719.665 DCsync_configuration() htmpls : 3 (11 slots) 2567:20190130:204719.665 DCsync_configuration() gmacros : 1 (11 slots) 2567:20190130:204719.665 DCsync_configuration() gmacros_m : 1 (11 slots) 2567:20190130:204719.665 DCsync_configuration() hmacros : 0 (0 slots) 2567:20190130:204719.665 DCsync_configuration() hmacros_hm : 0 (0 slots) 2567:20190130:204719.665 DCsync_configuration() interfaces : 1 (11 slots) 2567:20190130:204719.665 DCsync_configuration() interfac_ht: 1 (11 slots) 2567:20190130:204719.665 DCsync_configuration() if_snmpitms: 0 (0 slots) 2567:20190130:204719.665 DCsync_configuration() if_snmpaddr: 0 (0 slots) 2567:20190130:204719.665 DCsync_configuration() items : 117 (151 slots) 2567:20190130:204719.665 DCsync_configuration() items_hk : 117 (151 slots) 2567:20190130:204719.665 DCsync_configuration() numitems : 111 (151 slots) 2567:20190130:204719.665 DCsync_configuration() snmpitems : 0 (0 slots) 2567:20190130:204719.665 DCsync_configuration() ipmiitems : 0 (0 slots) 2567:20190130:204719.665 DCsync_configuration() trapitems : 0 (0 slots) 2567:20190130:204719.665 DCsync_configuration() dependentitems : 0 (0 slots) 2567:20190130:204719.665 DCsync_configuration() logitems : 0 (0 slots) 2567:20190130:204719.665 DCsync_configuration() dbitems : 0 (0 slots) 2567:20190130:204719.665 DCsync_configuration() sshitems : 0 (0 slots) 2567:20190130:204719.665 DCsync_configuration() telnetitems: 0 (0 slots) 2567:20190130:204719.665 DCsync_configuration() simpleitems: 3 (11 slots) 2567:20190130:204719.665 DCsync_configuration() jmxitems : 0 (0 slots) 2567:20190130:204719.665 DCsync_configuration() calcitems : 0 (0 slots) 2567:20190130:204719.665 DCsync_configuration() httpitems : 0 (0 slots) 2567:20190130:204719.665 DCsync_configuration() functions : 0 (101 slots) 2567:20190130:204719.665 DCsync_configuration() triggers : 0 (101 slots) 2567:20190130:204719.665 DCsync_configuration() trigdeps : 0 (0 slots) 2567:20190130:204719.665 DCsync_configuration() trig. tags : 0 (0 slots) 2567:20190130:204719.665 DCsync_configuration() expressions: 4 (11 slots) 2567:20190130:204719.665 DCsync_configuration() actions : 0 (0 slots) 2567:20190130:204719.665 DCsync_configuration() conditions : 0 (0 slots) 2567:20190130:204719.665 DCsync_configuration() corr. : 0 (0 slots) 2567:20190130:204719.665 DCsync_configuration() corr. conds: 0 (0 slots) 2567:20190130:204719.665 DCsync_configuration() corr. ops : 0 (0 slots) 2567:20190130:204719.665 DCsync_configuration() hgroups : 1 (11 slots) 2567:20190130:204719.665 DCsync_configuration() item procs : 0 (0 slots) 2567:20190130:204719.665 DCsync_configuration() maintenance: 0 (0 slots) 2567:20190130:204719.665 DCsync_configuration() maint tags : 0 (0 slots) 2567:20190130:204719.665 DCsync_configuration() maint time : 0 (0 slots) 2567:20190130:204719.666 DCsync_configuration() queue[0] : 93 (108 allocated) 2567:20190130:204719.666 DCsync_configuration() queue[1] : 0 (0 allocated) 2567:20190130:204719.666 DCsync_configuration() queue[2] : 0 (0 allocated) 2567:20190130:204719.666 DCsync_configuration() queue[3] : 3 (32 allocated) 2567:20190130:204719.666 DCsync_configuration() queue[4] : 0 (0 allocated) 2567:20190130:204719.666 DCsync_configuration() pqueue : 0 (0 allocated) 2567:20190130:204719.666 DCsync_configuration() timer queue: 0 (0 allocated) 2567:20190130:204719.666 DCsync_configuration() configfree : 98.484993% 2567:20190130:204719.666 DCsync_configuration() strings : 139 (227 slots) 2567:20190130:204719.666 === memory statistics for configuration cache === 2567:20190130:204719.666 free chunks of size 24 bytes: 2 2567:20190130:204719.666 free chunks of size >= 256 bytes: 2 2567:20190130:204719.666 min chunk size: 24 bytes 2567:20190130:204719.666 max chunk size: 8260872 bytes 2567:20190130:204719.666 memory of total size 8388232 bytes fragmented into 643 chunks 2567:20190130:204719.666 of those, 8261520 bytes are in 4 free chunks 2567:20190130:204719.666 of those, 116440 bytes are in 639 used chunks 2567:20190130:204719.666 ================================ 2567:20190130:204719.666 In DCdump_config() 2567:20190130:204719.666 refresh_unsupported:600 2567:20190130:204719.666 discovery_groupid:5 2567:20190130:204719.666 snmptrap_logging:1 2567:20190130:204719.666 default_inventory_mode:-1 2567:20190130:204719.666 severity names: 2567:20190130:204719.666 Not classified 2567:20190130:204719.666 Information 2567:20190130:204719.666 Warning 2567:20190130:204719.666 Average 2567:20190130:204719.666 High 2567:20190130:204719.666 Disaster 2567:20190130:204719.666 housekeeping: 2567:20190130:204719.666 events, mode:1 period:[trigger:31536000 internal:86400 autoreg:86400 discovery:86400] 2567:20190130:204719.666 audit, mode:1 period:31536000 2567:20190130:204719.666 it services, mode:1 period:31536000 2567:20190130:204719.666 user sessions, mode:1 period:31536000 2567:20190130:204719.666 history, mode:1 global:0 period:0 2567:20190130:204719.666 trends, mode:1 global:0 period:0 2567:20190130:204719.666 End of DCdump_config() 2567:20190130:204719.666 In DCdump_hosts() 2567:20190130:204719.666 hostid:10564 host:'agent-hostname' name:'agent-hostname' status:0 2567:20190130:204719.666 proxy_hostid:0 2567:20190130:204719.666 data_expected_from:1548866839 2567:20190130:204719.667 zabbix:[available:1, errors_from:0 disable_until:0 error:''] 2567:20190130:204719.667 snmp:[available:0, errors_from:0 disable_until:0 error:''] 2567:20190130:204719.667 ipmi:[available:0, errors_from:0 disable_until:0 error:''] 2567:20190130:204719.667 jmx:[available:0, errors_from:0 disable_until:0 error:''] 2567:20190130:204719.667 availability_ts:1548866839 2567:20190130:204719.667 maintenanceid:0 maintenance_status:0 maintenance_type:0 maintenance_from:0 2567:20190130:204719.667 number of items: zabbix:93 snmp:0 ipmi:0 jmx:0 2567:20190130:204719.667 tls:[connect:1 accept:1] 2567:20190130:204719.667 interfaceid:408 2567:20190130:204719.667 End of DCdump_hosts() 2567:20190130:204719.667 In DCdump_proxies() 2567:20190130:204719.667 End of DCdump_proxies() 2567:20190130:204719.667 In DCdump_ipmihosts() 2567:20190130:204719.667 End of DCdump_ipmihosts() 2567:20190130:204719.667 In DCdump_host_inventories() 2567:20190130:204719.667 End of DCdump_host_inventories() 2567:20190130:204719.667 In DCdump_htmpls() 2567:20190130:204719.667 hostid:10001 2567:20190130:204719.667 templateid:10050 2567:20190130:204719.667 hostid:10115 2567:20190130:204719.667 templateid:10001 2567:20190130:204719.667 templateid:10104 2567:20190130:204719.667 templateid:10111 2567:20190130:204719.667 hostid:10564 2567:20190130:204719.667 templateid:10115 2567:20190130:204719.667 End of DCdump_htmpls() 2567:20190130:204719.667 In DCdump_gmacro() 2567:20190130:204719.667 globalmacroid:2 macro:'{$SNMP_COMMUNITY}' value:'public' context:'' 2567:20190130:204719.667 End of DCdump_gmacro() 2567:20190130:204719.667 In DCdump_hmacros() 2567:20190130:204719.667 End of DCdump_hmacros() 2567:20190130:204719.667 In DCdump_interfaces() 2567:20190130:204719.667 interfaceid:408 hostid:10564 ip:'10.255.30.5' dns:'' port:'10050' type:1 main:1 useip:1 bulk:1 2567:20190130:204719.667 End of DCdump_interfaces() 2567:20190130:204719.667 In DCdump_items() 2567:20190130:204719.667 itemid:54202 hostid:10564 key:'net.if.discovery' 2567:20190130:204719.667 type:0 value_type:4 2567:20190130:204719.667 interfaceid:408 port:'' 2567:20190130:204719.667 state:0 error:'' 2567:20190130:204719.667 flags:1 status:0 2567:20190130:204719.667 valuemapid:0 2567:20190130:204719.667 lastlogsize:0 mtime:0 2567:20190130:204719.667 delay:'1h' nextcheck:1548867802 lastclock:0 2567:20190130:204719.667 data_expected_from:1548866839 2567:20190130:204719.667 history:1 2567:20190130:204719.667 poller_type:0 location:1 2567:20190130:204719.667 inventory_link:0 2567:20190130:204719.668 priority:1 schedulable:1 2567:20190130:204719.668 itemid:54203 hostid:10564 key:'vfs.fs.discovery' 2567:20190130:204719.668 type:0 value_type:4 2567:20190130:204719.668 interfaceid:408 port:'' 2567:20190130:204719.668 state:0 error:'' 2567:20190130:204719.668 flags:1 status:0 2567:20190130:204719.668 valuemapid:0 2567:20190130:204719.668 lastlogsize:0 mtime:0 2567:20190130:204719.668 delay:'1h' nextcheck:1548867803 lastclock:0 2567:20190130:204719.668 data_expected_from:1548866839 2567:20190130:204719.668 history:1 2567:20190130:204719.668 poller_type:0 location:1 2567:20190130:204719.668 inventory_link:0 2567:20190130:204719.668 priority:1 schedulable:1 2567:20190130:204719.668 itemid:54204 hostid:10564 key:'agent.hostname' 2567:20190130:204719.668 type:0 value_type:1 2567:20190130:204719.668 interfaceid:408 port:'' 2567:20190130:204719.668 state:0 error:'' 2567:20190130:204719.668 flags:0 status:0 2567:20190130:204719.668 valuemapid:0 2567:20190130:204719.668 lastlogsize:0 mtime:0 2567:20190130:204719.668 delay:'1h' nextcheck:1548867804 lastclock:0 2567:20190130:204719.668 data_expected_from:1548866839 2567:20190130:204719.668 history:1 2567:20190130:204719.668 poller_type:0 location:1 2567:20190130:204719.668 inventory_link:0 2567:20190130:204719.668 priority:1 schedulable:1 2567:20190130:204719.668 itemid:54205 hostid:10564 key:'agent.ping' 2567:20190130:204719.668 type:0 value_type:3 2567:20190130:204719.668 interfaceid:408 port:'' 2567:20190130:204719.668 state:0 error:'' 2567:20190130:204719.668 flags:0 status:0 2567:20190130:204719.668 valuemapid:0 2567:20190130:204719.668 lastlogsize:0 mtime:0 2567:20190130:204719.668 delay:'1m' nextcheck:1548866845 lastclock:0 2567:20190130:204719.668 data_expected_from:1548866839 2567:20190130:204719.668 history:1 2567:20190130:204719.668 poller_type:0 location:1 2567:20190130:204719.668 inventory_link:0 2567:20190130:204719.668 priority:1 schedulable:1 2567:20190130:204719.668 units:'' trends:1 2567:20190130:204719.668 itemid:54206 hostid:10564 key:'agent.version' 2567:20190130:204719.668 type:0 value_type:1 2567:20190130:204719.668 interfaceid:408 port:'' 2567:20190130:204719.668 state:0 error:'' 2567:20190130:204719.668 flags:0 status:0 2567:20190130:204719.668 valuemapid:0 2567:20190130:204719.668 lastlogsize:0 mtime:0 2567:20190130:204719.669 delay:'1h' nextcheck:1548867806 lastclock:0 2567:20190130:204719.669 data_expected_from:1548866839 2567:20190130:204719.669 history:1 2567:20190130:204719.669 poller_type:0 location:1 2567:20190130:204719.669 inventory_link:0 2567:20190130:204719.669 priority:1 schedulable:1 2567:20190130:204719.669 itemid:54207 hostid:10564 key:'icmpping' 2567:20190130:204719.669 type:3 value_type:3 2567:20190130:204719.669 interfaceid:408 port:'' 2567:20190130:204719.669 state:0 error:'' 2567:20190130:204719.669 flags:0 status:0 2567:20190130:204719.669 valuemapid:0 2567:20190130:204719.669 lastlogsize:0 mtime:0 2567:20190130:204719.669 delay:'1m' nextcheck:1548866868 lastclock:0 2567:20190130:204719.669 data_expected_from:1548866839 2567:20190130:204719.669 history:1 2567:20190130:204719.669 poller_type:3 location:1 2567:20190130:204719.669 inventory_link:0 2577:20190130:204719.669 query [txnlev:1] [begin;] 2577:20190130:204719.669 query [txnlev:1] [update globalvars set snmp_lastsize=326368] 2577:20190130:204719.669 query [txnlev:1] [commit;] 2577:20190130:204719.669 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.669 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.669 unmatched trap received from "192.168.1.129": 16:51:24 2019/01/30 PDU INFO: errorindex 0 version 1 messageid 0 receivedfrom UDP: [192.168.1.129]:42283->[192.168.1.234]:162 transactionid 341 notificationtype TRAP errorstatus 0 community public requestid 254530736 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3018975) 8:23:09.75 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.669 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.669 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.669 unmatched trap received from "192.168.1.129": 16:52:08 2019/01/30 PDU INFO: community public requestid 1676216105 version 1 errorindex 0 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:37959->[192.168.1.234]:162 messageid 0 transactionid 342 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3023389) 8:23:53.89 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.669 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.669 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.669 unmatched trap received from "192.168.1.129": 16:53:07 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 343 receivedfrom UDP: [192.168.1.129]:42594->[192.168.1.234]:162 messageid 0 requestid 930485194 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3029303) 8:24:53.03 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.669 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.670 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.670 unmatched trap received from "192.168.1.129": 16:54:06 2019/01/30 PDU INFO: community public requestid 2081301378 errorstatus 0 notificationtype TRAP transactionid 344 messageid 0 receivedfrom UDP: [192.168.1.129]:60893->[192.168.1.234]:162 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3035217) 8:25:52.17 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.670 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.670 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.670 unmatched trap received from "192.168.1.129": 16:55:05 2019/01/30 PDU INFO: version 1 errorindex 0 notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:57254->[192.168.1.234]:162 transactionid 345 requestid 1218401572 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3041129) 8:26:51.29 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.670 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.670 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.670 unmatched trap received from "192.168.1.129": 16:56:04 2019/01/30 PDU INFO: errorindex 0 version 1 messageid 0 receivedfrom UDP: [192.168.1.129]:33651->[192.168.1.234]:162 transactionid 346 notificationtype TRAP errorstatus 0 requestid 250017642 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3047044) 8:27:50.44 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.670 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.670 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.670 unmatched trap received from "192.168.1.129": 16:57:04 2019/01/30 PDU INFO: version 1 errorindex 0 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:56790->[192.168.1.234]:162 messageid 0 transactionid 347 community public requestid 472989614 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3052957) 8:28:49.57 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.670 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.670 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.670 unmatched trap received from "192.168.1.129": 16:57:49 2019/01/30 PDU INFO: errorindex 0 version 1 receivedfrom UDP: [192.168.1.129]:57280->[192.168.1.234]:162 messageid 0 transactionid 348 notificationtype TRAP errorstatus 0 community public requestid 603691278 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3057471) 8:29:34.71 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.670 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.670 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.670 unmatched trap received from "192.168.1.129": 16:58:48 2019/01/30 PDU INFO: errorindex 0 version 1 transactionid 349 messageid 0 receivedfrom UDP: [192.168.1.129]:46334->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP requestid 1610407321 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3063384) 8:30:33.84 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.670 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.670 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.670 unmatched trap received from "192.168.1.129": 16:59:47 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 350 receivedfrom UDP: [192.168.1.129]:59896->[192.168.1.234]:162 messageid 0 requestid 360030053 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3069298) 8:31:32.98 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.670 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.670 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.670 unmatched trap received from "192.168.1.129": 17:00:46 2019/01/30 PDU INFO: requestid 1782941831 community public version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 351 messageid 0 receivedfrom UDP: [192.168.1.129]:47321->[192.168.1.234]:162 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3075211) 8:32:32.11 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.670 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.670 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.670 unmatched trap received from "192.168.1.129": 17:01:45 2019/01/30 PDU INFO: notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:45032->[192.168.1.234]:162 messageid 0 transactionid 352 version 1 errorindex 0 community public requestid 435363065 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3081125) 8:33:31.25 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.670 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.670 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.670 unmatched trap received from "192.168.1.129": 17:02:44 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 353 receivedfrom UDP: [192.168.1.129]:58029->[192.168.1.234]:162 messageid 0 requestid 1732361199 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3087038) 8:34:30.38 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.670 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.670 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.670 unmatched trap received from "192.168.1.129": 17:03:30 2019/01/30 PDU INFO: requestid 640931744 community public messageid 0 receivedfrom UDP: [192.168.1.129]:42357->[192.168.1.234]:162 transactionid 354 notificationtype TRAP errorstatus 0 errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3091551) 8:35:15.51 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.670 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.670 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.670 unmatched trap received from "192.168.1.129": 17:04:29 2019/01/30 PDU INFO: requestid 771658483 community public transactionid 355 receivedfrom UDP: [192.168.1.129]:60116->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3097464) 8:36:14.64 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.671 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.671 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.671 unmatched trap received from "192.168.1.129": 17:05:28 2019/01/30 PDU INFO: requestid 711192125 community public version 1 errorindex 0 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:42925->[192.168.1.234]:162 messageid 0 transactionid 356 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3103377) 8:37:13.77 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.671 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.671 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.671 unmatched trap received from "192.168.1.129": 17:06:27 2019/01/30 PDU INFO: community public requestid 1455448204 messageid 0 receivedfrom UDP: [192.168.1.129]:46815->[192.168.1.234]:162 transactionid 357 notificationtype TRAP errorstatus 0 errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3109290) 8:38:12.90 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.671 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.671 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.671 unmatched trap received from "192.168.1.129": 17:07:26 2019/01/30 PDU INFO: messageid 0 receivedfrom UDP: [192.168.1.129]:52221->[192.168.1.234]:162 transactionid 358 notificationtype TRAP errorstatus 0 errorindex 0 version 1 requestid 1899169238 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3115202) 8:39:12.02 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.671 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.671 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.671 unmatched trap received from "192.168.1.129": 17:08:25 2019/01/30 PDU INFO: community public requestid 307500183 errorstatus 0 notificationtype TRAP transactionid 359 receivedfrom UDP: [192.168.1.129]:41535->[192.168.1.234]:162 messageid 0 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3121114) 8:40:11.14 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.671 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.671 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.671 unmatched trap received from "192.168.1.129": 17:09:10 2019/01/30 PDU INFO: requestid 33174571 community public version 1 errorindex 0 notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:35015->[192.168.1.234]:162 transactionid 360 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3125625) 8:40:56.25 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.671 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.671 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.671 unmatched trap received from "192.168.1.129": 17:10:09 2019/01/30 PDU INFO: notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:39050->[192.168.1.234]:162 messageid 0 transactionid 361 version 1 errorindex 0 community public requestid 1181721898 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3131538) 8:41:55.38 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.671 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.671 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.671 unmatched trap received from "192.168.1.129": 17:11:09 2019/01/30 PDU INFO: community public requestid 710155224 errorstatus 0 notificationtype TRAP transactionid 362 receivedfrom UDP: [192.168.1.129]:54177->[192.168.1.234]:162 messageid 0 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3137450) 8:42:54.50 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.671 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.671 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.671 unmatched trap received from "192.168.1.129": 17:12:08 2019/01/30 PDU INFO: errorindex 0 version 1 transactionid 363 messageid 0 receivedfrom UDP: [192.168.1.129]:36225->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP requestid 391435450 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3143361) 8:43:53.61 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.671 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.671 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.671 unmatched trap received from "192.168.1.129": 17:13:07 2019/01/30 PDU INFO: errorstatus 0 notificationtype TRAP transactionid 364 messageid 0 receivedfrom UDP: [192.168.1.129]:37761->[192.168.1.234]:162 version 1 errorindex 0 requestid 5131662 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3149273) 8:44:52.73 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.671 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.671 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.671 unmatched trap received from "192.168.1.129": 17:14:06 2019/01/30 PDU INFO: transactionid 365 messageid 0 receivedfrom UDP: [192.168.1.129]:50409->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP errorindex 0 version 1 requestid 1034302284 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3155185) 8:45:51.85 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.671 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.671 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.671 unmatched trap received from "192.168.1.129": 17:14:51 2019/01/30 PDU INFO: community public requestid 1947919307 errorstatus 0 notificationtype TRAP transactionid 366 messageid 0 receivedfrom UDP: [192.168.1.129]:33020->[192.168.1.234]:162 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3159697) 8:46:36.97 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.671 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.671 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.671 unmatched trap received from "192.168.1.129": 17:15:50 2019/01/30 PDU INFO: community public requestid 1067776582 errorindex 0 version 1 transactionid 367 messageid 0 receivedfrom UDP: [192.168.1.129]:45053->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3165610) 8:47:36.10 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.672 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.672 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.672 unmatched trap received from "192.168.1.129": 17:16:49 2019/01/30 PDU INFO: requestid 434528131 community public transactionid 368 receivedfrom UDP: [192.168.1.129]:54034->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3171525) 8:48:35.25 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.672 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.672 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.672 unmatched trap received from "192.168.1.129": 17:17:48 2019/01/30 PDU INFO: community public requestid 1219575991 receivedfrom UDP: [192.168.1.129]:39972->[192.168.1.234]:162 messageid 0 transactionid 369 notificationtype TRAP errorstatus 0 errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3177438) 8:49:34.38 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.672 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.672 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.672 unmatched trap received from "192.168.1.129": 17:18:48 2019/01/30 PDU INFO: requestid 1494850340 community public receivedfrom UDP: [192.168.1.129]:52370->[192.168.1.234]:162 messageid 0 transactionid 370 notificationtype TRAP errorstatus 0 errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3183353) 8:50:33.53 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.672 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.672 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.672 unmatched trap received from "192.168.1.129": 17:19:47 2019/01/30 PDU INFO: errorstatus 0 notificationtype TRAP transactionid 371 receivedfrom UDP: [192.168.1.129]:48488->[192.168.1.234]:162 messageid 0 version 1 errorindex 0 community public requestid 46315792 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3189265) 8:51:32.65 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.672 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.672 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.672 unmatched trap received from "192.168.1.129": 17:20:32 2019/01/30 PDU INFO: receivedfrom UDP: [192.168.1.129]:45991->[192.168.1.234]:162 messageid 0 transactionid 372 notificationtype TRAP errorstatus 0 errorindex 0 version 1 community public requestid 629289731 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3193779) 8:52:17.79 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.672 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.672 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.672 unmatched trap received from "192.168.1.129": 17:21:31 2019/01/30 PDU INFO: community public requestid 1197358356 version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 373 receivedfrom UDP: [192.168.1.129]:52239->[192.168.1.234]:162 messageid 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3199692) 8:53:16.92 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.672 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.672 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.672 unmatched trap received from "192.168.1.129": 17:22:30 2019/01/30 PDU INFO: requestid 2025431268 community public errorindex 0 version 1 messageid 0 receivedfrom UDP: [192.168.1.129]:58511->[192.168.1.234]:162 transactionid 374 notificationtype TRAP errorstatus 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3205607) 8:54:16.07 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.672 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.672 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.672 unmatched trap received from "192.168.1.129": 17:23:29 2019/01/30 PDU INFO: messageid 0 receivedfrom UDP: [192.168.1.129]:53649->[192.168.1.234]:162 transactionid 375 notificationtype TRAP errorstatus 0 errorindex 0 version 1 community public requestid 336408712 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3211520) 8:55:15.20 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.672 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.672 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.672 unmatched trap received from "192.168.1.129": 17:24:28 2019/01/30 PDU INFO: transactionid 376 receivedfrom UDP: [192.168.1.129]:57103->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP errorindex 0 version 1 community public requestid 164016185 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3217434) 8:56:14.34 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.672 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.672 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.672 unmatched trap received from "192.168.1.129": 17:25:28 2019/01/30 PDU INFO: requestid 250910688 community public version 1 errorindex 0 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:54237->[192.168.1.234]:162 messageid 0 transactionid 377 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3223348) 8:57:13.48 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.672 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.672 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.672 unmatched trap received from "192.168.1.129": 17:26:12 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 378 receivedfrom UDP: [192.168.1.129]:35081->[192.168.1.234]:162 messageid 0 requestid 1799528359 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3227761) 8:57:57.61 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.672 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.672 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.672 unmatched trap received from "192.168.1.129": 17:27:11 2019/01/30 PDU INFO: community public requestid 75211091 notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:46764->[192.168.1.234]:162 transactionid 379 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3233675) 8:58:56.75 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.673 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.673 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.673 unmatched trap received from "192.168.1.129": 17:28:10 2019/01/30 PDU INFO: requestid 671447945 community public version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 380 messageid 0 receivedfrom UDP: [192.168.1.129]:54151->[192.168.1.234]:162 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3239589) 8:59:55.89 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.673 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.673 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.673 unmatched trap received from "192.168.1.129": 17:29:09 2019/01/30 PDU INFO: community public requestid 969332784 errorindex 0 version 1 receivedfrom UDP: [192.168.1.129]:40215->[192.168.1.234]:162 messageid 0 transactionid 381 notificationtype TRAP errorstatus 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3245504) 9:00:55.04 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.673 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.673 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.673 unmatched trap received from "192.168.1.129": 17:30:08 2019/01/30 PDU INFO: community public requestid 795473455 transactionid 382 receivedfrom UDP: [192.168.1.129]:44410->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3251417) 9:01:54.17 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.673 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.673 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.673 unmatched trap received from "192.168.1.129": 17:31:07 2019/01/30 PDU INFO: notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:52975->[192.168.1.234]:162 messageid 0 transactionid 383 version 1 errorindex 0 requestid 2143619555 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3257331) 9:02:53.31 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.673 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.673 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.673 unmatched trap received from "192.168.1.129": 17:31:53 2019/01/30 PDU INFO: requestid 1024814889 community public version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 384 receivedfrom UDP: [192.168.1.129]:48149->[192.168.1.234]:162 messageid 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3261844) 9:03:38.44 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.673 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.673 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.673 unmatched trap received from "192.168.1.129": 17:32:52 2019/01/30 PDU INFO: community public requestid 673805012 errorindex 0 version 1 messageid 0 receivedfrom UDP: [192.168.1.129]:38220->[192.168.1.234]:162 transactionid 385 notificationtype TRAP errorstatus 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3267759) 9:04:37.59 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.673 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.673 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.673 unmatched trap received from "192.168.1.129": 17:33:51 2019/01/30 PDU INFO: community public requestid 704920329 errorstatus 0 notificationtype TRAP transactionid 386 messageid 0 receivedfrom UDP: [192.168.1.129]:44022->[192.168.1.234]:162 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3273672) 9:05:36.72 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.673 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.673 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.673 unmatched trap received from "192.168.1.129": 17:34:50 2019/01/30 PDU INFO: version 1 errorindex 0 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:39269->[192.168.1.234]:162 messageid 0 transactionid 387 community public requestid 1681045704 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3279586) 9:06:35.86 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.673 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.673 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.673 unmatched trap received from "192.168.1.129": 17:35:49 2019/01/30 PDU INFO: version 1 errorindex 0 notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:50397->[192.168.1.234]:162 transactionid 388 requestid 727398155 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3285500) 9:07:35.00 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.673 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.673 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.673 unmatched trap received from "192.168.1.129": 17:36:48 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 389 messageid 0 receivedfrom UDP: [192.168.1.129]:40023->[192.168.1.234]:162 community public requestid 1103947014 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3291414) 9:08:34.14 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.673 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.673 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.674 unmatched trap received from "192.168.1.129": 17:37:33 2019/01/30 PDU INFO: errorindex 0 version 1 messageid 0 receivedfrom UDP: [192.168.1.129]:45962->[192.168.1.234]:162 transactionid 390 notificationtype TRAP errorstatus 0 requestid 278503673 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3295928) 9:09:19.28 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.674 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.674 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.674 unmatched trap received from "192.168.1.129": 17:38:33 2019/01/30 PDU INFO: community public requestid 1000509127 errorstatus 0 notificationtype TRAP transactionid 391 messageid 0 receivedfrom UDP: [192.168.1.129]:40771->[192.168.1.234]:162 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3301842) 9:10:18.42 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.674 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.674 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.674 unmatched trap received from "192.168.1.129": 17:39:32 2019/01/30 PDU INFO: receivedfrom UDP: [192.168.1.129]:44930->[192.168.1.234]:162 messageid 0 transactionid 392 notificationtype TRAP errorstatus 0 errorindex 0 version 1 requestid 1511342509 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3307755) 9:11:17.55 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.674 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.674 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.674 unmatched trap received from "192.168.1.129": 17:40:31 2019/01/30 PDU INFO: version 1 errorindex 0 notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:53251->[192.168.1.234]:162 transactionid 393 community public requestid 1845038666 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3313669) 9:12:16.69 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.674 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.674 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.674 unmatched trap received from "192.168.1.129": 17:41:30 2019/01/30 PDU INFO: notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:40430->[192.168.1.234]:162 transactionid 394 version 1 errorindex 0 requestid 994382281 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3319582) 9:13:15.82 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.674 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.674 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.674 unmatched trap received from "192.168.1.129": 17:42:29 2019/01/30 PDU INFO: requestid 780317720 community public errorindex 0 version 1 transactionid 395 messageid 0 receivedfrom UDP: [192.168.1.129]:42416->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3325497) 9:14:14.97 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.674 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.674 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.674 unmatched trap received from "192.168.1.129": 17:43:14 2019/01/30 PDU INFO: errorstatus 0 notificationtype TRAP transactionid 396 messageid 0 receivedfrom UDP: [192.168.1.129]:52598->[192.168.1.234]:162 version 1 errorindex 0 community public requestid 1937958107 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3330009) 9:15:00.09 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.674 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.674 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.674 unmatched trap received from "192.168.1.129": 17:44:13 2019/01/30 PDU INFO: version 1 errorindex 0 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:50786->[192.168.1.234]:162 messageid 0 transactionid 397 requestid 666758844 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3335924) 9:15:59.24 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.674 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.674 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.674 unmatched trap received from "192.168.1.129": 17:45:13 2019/01/30 PDU INFO: errorstatus 0 notificationtype TRAP transactionid 398 messageid 0 receivedfrom UDP: [192.168.1.129]:40853->[192.168.1.234]:162 version 1 errorindex 0 requestid 2134950950 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3341837) 9:16:58.37 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.674 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.674 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.674 unmatched trap received from "192.168.1.129": 17:46:12 2019/01/30 PDU INFO: community public requestid 2056350150 errorindex 0 version 1 transactionid 399 messageid 0 receivedfrom UDP: [192.168.1.129]:35706->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3347751) 9:17:57.51 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.674 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.674 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.674 unmatched trap received from "192.168.1.129": 17:47:11 2019/01/30 PDU INFO: community public requestid 697244465 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:37857->[192.168.1.234]:162 messageid 0 transactionid 400 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3353665) 9:18:56.65 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.674 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.674 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.674 unmatched trap received from "192.168.1.129": 17:48:10 2019/01/30 PDU INFO: community public requestid 294863127 errorstatus 0 notificationtype TRAP transactionid 401 messageid 0 receivedfrom UDP: [192.168.1.129]:40962->[192.168.1.234]:162 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3359580) 9:19:55.80 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.674 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.675 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.675 unmatched trap received from "192.168.1.129": 17:48:54 2019/01/30 PDU INFO: errorindex 0 version 1 receivedfrom UDP: [192.168.1.129]:45817->[192.168.1.234]:162 messageid 0 transactionid 402 notificationtype TRAP errorstatus 0 requestid 697707997 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3363994) 9:20:39.94 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.675 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.675 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.675 unmatched trap received from "192.168.1.129": 17:49:53 2019/01/30 PDU INFO: requestid 854720209 community public errorindex 0 version 1 receivedfrom UDP: [192.168.1.129]:42861->[192.168.1.234]:162 messageid 0 transactionid 403 notificationtype TRAP errorstatus 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3369908) 9:21:39.08 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.675 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.675 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.675 unmatched trap received from "192.168.1.129": 17:50:52 2019/01/30 PDU INFO: requestid 1800939918 community public transactionid 404 messageid 0 receivedfrom UDP: [192.168.1.129]:58923->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3375820) 9:22:38.20 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.675 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.675 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.675 unmatched trap received from "192.168.1.129": 17:51:52 2019/01/30 PDU INFO: version 1 errorindex 0 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:55741->[192.168.1.234]:162 messageid 0 transactionid 405 community public requestid 1382547832 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3381736) 9:23:37.36 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.675 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.675 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.675 unmatched trap received from "192.168.1.129": 17:52:51 2019/01/30 PDU INFO: requestid 2041701047 community public version 1 errorindex 0 notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:50748->[192.168.1.234]:162 transactionid 406 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3387649) 9:24:36.49 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.675 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.675 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.675 unmatched trap received from "192.168.1.129": 17:53:50 2019/01/30 PDU INFO: requestid 1276574749 community public version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 407 receivedfrom UDP: [192.168.1.129]:42001->[192.168.1.234]:162 messageid 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3393565) 9:25:35.65 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.675 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.675 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.675 unmatched trap received from "192.168.1.129": 17:54:36 2019/01/30 PDU INFO: transactionid 408 messageid 0 receivedfrom UDP: [192.168.1.129]:33693->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP errorindex 0 version 1 community public requestid 828546768 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3398177) 9:26:21.77 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.675 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.675 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.675 unmatched trap received from "192.168.1.129": 17:55:35 2019/01/30 PDU INFO: transactionid 409 messageid 0 receivedfrom UDP: [192.168.1.129]:40967->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP errorindex 0 version 1 community public requestid 1576195917 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3404092) 9:27:20.92 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.675 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.675 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.675 unmatched trap received from "192.168.1.129": 17:56:34 2019/01/30 PDU INFO: version 1 errorindex 0 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:35275->[192.168.1.234]:162 messageid 0 transactionid 410 community public requestid 2053280816 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3410006) 9:28:20.06 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.675 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.675 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.675 unmatched trap received from "192.168.1.129": 17:57:33 2019/01/30 PDU INFO: transactionid 411 messageid 0 receivedfrom UDP: [192.168.1.129]:46916->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP errorindex 0 version 1 community public requestid 499040888 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3415921) 9:29:19.21 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.675 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.675 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.675 unmatched trap received from "192.168.1.129": 17:58:33 2019/01/30 PDU INFO: community public requestid 920523714 errorindex 0 version 1 messageid 0 receivedfrom UDP: [192.168.1.129]:45080->[192.168.1.234]:162 transactionid 412 notificationtype TRAP errorstatus 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3421834) 9:30:18.34 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.675 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.675 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.675 unmatched trap received from "192.168.1.129": 17:59:32 2019/01/30 PDU INFO: community public requestid 2120318587 receivedfrom UDP: [192.168.1.129]:47827->[192.168.1.234]:162 messageid 0 transactionid 413 notificationtype TRAP errorstatus 0 errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3427748) 9:31:17.48 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.675 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.675 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.676 unmatched trap received from "192.168.1.129": 18:00:16 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 414 messageid 0 receivedfrom UDP: [192.168.1.129]:50161->[192.168.1.234]:162 requestid 1278293247 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3432160) 9:32:01.60 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.676 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.676 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.676 unmatched trap received from "192.168.1.129": 18:01:15 2019/01/30 PDU INFO: transactionid 415 receivedfrom UDP: [192.168.1.129]:50164->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP errorindex 0 version 1 community public requestid 1387869841 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3438074) 9:33:00.74 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.676 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.676 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.676 unmatched trap received from "192.168.1.129": 18:02:14 2019/01/30 PDU INFO: community public requestid 421687255 errorindex 0 version 1 transactionid 416 messageid 0 receivedfrom UDP: [192.168.1.129]:58482->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3443987) 9:33:59.87 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.676 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.676 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.676 unmatched trap received from "192.168.1.129": 18:03:13 2019/01/30 PDU INFO: requestid 747366346 community public version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 417 receivedfrom UDP: [192.168.1.129]:59882->[192.168.1.234]:162 messageid 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3449901) 9:34:59.01 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.676 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.676 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.676 unmatched trap received from "192.168.1.129": 18:04:12 2019/01/30 PDU INFO: notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:59408->[192.168.1.234]:162 transactionid 418 version 1 errorindex 0 community public requestid 1167635026 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3455815) 9:35:58.15 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.676 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.676 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.676 unmatched trap received from "192.168.1.129": 18:05:12 2019/01/30 PDU INFO: errorindex 0 version 1 messageid 0 receivedfrom UDP: [192.168.1.129]:57381->[192.168.1.234]:162 transactionid 419 notificationtype TRAP errorstatus 0 community public requestid 1431029673 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3461729) 9:36:57.29 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.676 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.676 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.676 unmatched trap received from "192.168.1.129": 18:05:57 2019/01/30 PDU INFO: requestid 1881191379 community public version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 420 messageid 0 receivedfrom UDP: [192.168.1.129]:54514->[192.168.1.234]:162 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3466242) 9:37:42.42 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.676 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.676 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.676 unmatched trap received from "192.168.1.129": 18:06:56 2019/01/30 PDU INFO: transactionid 421 messageid 0 receivedfrom UDP: [192.168.1.129]:51856->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP errorindex 0 version 1 community public requestid 1613510669 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3472156) 9:38:41.56 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.676 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.676 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.676 unmatched trap received from "192.168.1.129": 18:07:55 2019/01/30 PDU INFO: requestid 1357687150 community public version 1 errorindex 0 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:56004->[192.168.1.234]:162 messageid 0 transactionid 422 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3478069) 9:39:40.69 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.676 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.676 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.676 unmatched trap received from "192.168.1.129": 18:08:54 2019/01/30 PDU INFO: requestid 1757009087 community public errorstatus 0 notificationtype TRAP transactionid 423 messageid 0 receivedfrom UDP: [192.168.1.129]:33491->[192.168.1.234]:162 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3483985) 9:40:39.85 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.676 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.676 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.676 unmatched trap received from "192.168.1.129": 18:09:53 2019/01/30 PDU INFO: community public requestid 1969682278 transactionid 424 receivedfrom UDP: [192.168.1.129]:46774->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3489898) 9:41:38.98 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.676 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.676 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.676 unmatched trap received from "192.168.1.129": 18:10:52 2019/01/30 PDU INFO: community public requestid 958010748 errorindex 0 version 1 messageid 0 receivedfrom UDP: [192.168.1.129]:47087->[192.168.1.234]:162 transactionid 425 notificationtype TRAP errorstatus 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3495812) 9:42:38.12 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.677 End of read_traps() 2577:20190130:204719.677 In read_traps() lastsize: 326368 2577:20190130:204719.677 query [txnlev:1] [begin;] 2577:20190130:204719.677 query [txnlev:1] [update globalvars set snmp_lastsize=391601] 2577:20190130:204719.677 query [txnlev:1] [commit;] 2567:20190130:204719.677 priority:1 schedulable:1 2567:20190130:204719.677 units:'' trends:1 2567:20190130:204719.677 simple:[username:'' password:''] 2567:20190130:204719.677 itemid:54208 hostid:10564 key:'icmppingloss' 2567:20190130:204719.677 type:3 value_type:0 2567:20190130:204719.677 interfaceid:408 port:'' 2567:20190130:204719.677 state:0 error:'' 2567:20190130:204719.677 flags:0 status:0 2567:20190130:204719.677 valuemapid:0 2567:20190130:204719.677 lastlogsize:0 mtime:0 2567:20190130:204719.677 delay:'1m' nextcheck:1548866868 lastclock:0 2567:20190130:204719.677 data_expected_from:1548866839 2567:20190130:204719.677 history:1 2567:20190130:204719.677 poller_type:3 location:1 2567:20190130:204719.677 inventory_link:0 2567:20190130:204719.677 priority:1 schedulable:1 2567:20190130:204719.677 units:'' trends:1 2567:20190130:204719.677 simple:[username:'' password:''] 2567:20190130:204719.677 itemid:54209 hostid:10564 key:'icmppingsec' 2567:20190130:204719.677 type:3 value_type:0 2567:20190130:204719.677 interfaceid:408 port:'' 2567:20190130:204719.677 state:0 error:'' 2567:20190130:204719.677 flags:0 status:0 2567:20190130:204719.677 valuemapid:0 2567:20190130:204719.677 lastlogsize:0 mtime:0 2567:20190130:204719.678 delay:'1m' nextcheck:1548866868 lastclock:0 2567:20190130:204719.678 data_expected_from:1548866839 2567:20190130:204719.678 history:1 2567:20190130:204719.678 poller_type:3 location:1 2567:20190130:204719.678 inventory_link:0 2567:20190130:204719.678 priority:1 schedulable:1 2567:20190130:204719.678 units:'' trends:1 2567:20190130:204719.678 simple:[username:'' password:''] 2567:20190130:204719.678 itemid:54210 hostid:10564 key:'kernel.maxfiles' 2567:20190130:204719.678 type:0 value_type:3 2567:20190130:204719.678 interfaceid:408 port:'' 2567:20190130:204719.678 state:0 error:'' 2567:20190130:204719.678 flags:0 status:0 2567:20190130:204719.678 valuemapid:0 2567:20190130:204719.678 lastlogsize:0 mtime:0 2567:20190130:204719.678 delay:'1h' nextcheck:1548867810 lastclock:0 2567:20190130:204719.678 data_expected_from:1548866839 2567:20190130:204719.678 history:1 2567:20190130:204719.678 poller_type:0 location:1 2567:20190130:204719.678 inventory_link:0 2567:20190130:204719.678 priority:1 schedulable:1 2567:20190130:204719.678 units:'' trends:1 2567:20190130:204719.678 itemid:54211 hostid:10564 key:'kernel.maxproc' 2567:20190130:204719.678 type:0 value_type:3 2567:20190130:204719.678 interfaceid:408 port:'' 2567:20190130:204719.678 state:0 error:'' 2567:20190130:204719.678 flags:0 status:0 2567:20190130:204719.678 valuemapid:0 2567:20190130:204719.678 lastlogsize:0 mtime:0 2567:20190130:204719.678 delay:'1h' nextcheck:1548867811 lastclock:0 2567:20190130:204719.678 data_expected_from:1548866839 2567:20190130:204719.678 history:1 2567:20190130:204719.678 poller_type:0 location:1 2567:20190130:204719.678 inventory_link:0 2567:20190130:204719.678 priority:1 schedulable:1 2567:20190130:204719.678 units:'' trends:1 2567:20190130:204719.678 itemid:54212 hostid:10564 key:'net.if.in[eth0,bytes]' 2567:20190130:204719.678 type:0 value_type:3 2567:20190130:204719.678 interfaceid:408 port:'' 2567:20190130:204719.678 state:0 error:'' 2567:20190130:204719.678 flags:0 status:0 2567:20190130:204719.678 valuemapid:0 2567:20190130:204719.678 lastlogsize:0 mtime:0 2567:20190130:204719.678 delay:'10m' nextcheck:1548867212 lastclock:0 2567:20190130:204719.678 data_expected_from:1548866839 2567:20190130:204719.678 history:1 2567:20190130:204719.678 poller_type:0 location:1 2567:20190130:204719.678 inventory_link:0 2567:20190130:204719.679 priority:1 schedulable:1 2567:20190130:204719.679 units:'' trends:1 2567:20190130:204719.679 itemid:54213 hostid:10564 key:'net.if.in[eth0,dropped]' 2567:20190130:204719.679 type:0 value_type:3 2567:20190130:204719.679 interfaceid:408 port:'' 2567:20190130:204719.679 state:0 error:'' 2567:20190130:204719.679 flags:0 status:0 2567:20190130:204719.679 valuemapid:0 2567:20190130:204719.679 lastlogsize:0 mtime:0 2567:20190130:204719.679 delay:'10m' nextcheck:1548867213 lastclock:0 2567:20190130:204719.679 data_expected_from:1548866839 2567:20190130:204719.679 history:1 2567:20190130:204719.679 poller_type:0 location:1 2567:20190130:204719.679 inventory_link:0 2567:20190130:204719.679 priority:1 schedulable:1 2567:20190130:204719.679 units:'' trends:1 2567:20190130:204719.679 itemid:54214 hostid:10564 key:'net.if.in[eth0,errors]' 2567:20190130:204719.679 type:0 value_type:3 2567:20190130:204719.679 interfaceid:408 port:'' 2567:20190130:204719.679 state:0 error:'' 2567:20190130:204719.679 flags:0 status:0 2567:20190130:204719.679 valuemapid:0 2567:20190130:204719.679 lastlogsize:0 mtime:0 2567:20190130:204719.679 delay:'10m' nextcheck:1548867214 lastclock:0 2567:20190130:204719.679 data_expected_from:1548866839 2567:20190130:204719.679 history:1 2567:20190130:204719.679 poller_type:0 location:1 2567:20190130:204719.679 inventory_link:0 2567:20190130:204719.679 priority:1 schedulable:1 2567:20190130:204719.679 units:'' trends:1 2567:20190130:204719.679 itemid:54215 hostid:10564 key:'net.if.in[eth0,packets]' 2567:20190130:204719.679 type:0 value_type:3 2567:20190130:204719.679 interfaceid:408 port:'' 2567:20190130:204719.679 state:0 error:'' 2567:20190130:204719.679 flags:0 status:0 2567:20190130:204719.679 valuemapid:0 2567:20190130:204719.679 lastlogsize:0 mtime:0 2567:20190130:204719.679 delay:'10m' nextcheck:1548867215 lastclock:0 2567:20190130:204719.679 data_expected_from:1548866839 2567:20190130:204719.679 history:1 2567:20190130:204719.679 poller_type:0 location:1 2567:20190130:204719.679 inventory_link:0 2567:20190130:204719.679 priority:1 schedulable:1 2567:20190130:204719.679 units:'' trends:1 2567:20190130:204719.679 itemid:54216 hostid:10564 key:'net.if.in[eth1,bytes]' 2567:20190130:204719.679 type:0 value_type:3 2567:20190130:204719.679 interfaceid:408 port:'' 2567:20190130:204719.679 state:0 error:'' 2567:20190130:204719.680 flags:0 status:0 2567:20190130:204719.680 valuemapid:0 2567:20190130:204719.680 lastlogsize:0 mtime:0 2567:20190130:204719.680 delay:'10m' nextcheck:1548867216 lastclock:0 2567:20190130:204719.680 data_expected_from:1548866839 2567:20190130:204719.680 history:1 2567:20190130:204719.680 poller_type:0 location:1 2567:20190130:204719.680 inventory_link:0 2567:20190130:204719.680 priority:1 schedulable:1 2567:20190130:204719.680 units:'' trends:1 2567:20190130:204719.680 itemid:54217 hostid:10564 key:'net.if.in[eth1,dropped]' 2567:20190130:204719.680 type:0 value_type:3 2567:20190130:204719.680 interfaceid:408 port:'' 2567:20190130:204719.680 state:0 error:'' 2567:20190130:204719.680 flags:0 status:0 2567:20190130:204719.680 valuemapid:0 2567:20190130:204719.680 lastlogsize:0 mtime:0 2567:20190130:204719.680 delay:'10m' nextcheck:1548867217 lastclock:0 2567:20190130:204719.680 data_expected_from:1548866839 2567:20190130:204719.680 history:1 2567:20190130:204719.680 poller_type:0 location:1 2567:20190130:204719.680 inventory_link:0 2567:20190130:204719.680 priority:1 schedulable:1 2567:20190130:204719.680 units:'' trends:1 2567:20190130:204719.680 itemid:54218 hostid:10564 key:'net.if.in[eth1,errors]' 2567:20190130:204719.680 type:0 value_type:3 2567:20190130:204719.680 interfaceid:408 port:'' 2567:20190130:204719.680 state:0 error:'' 2567:20190130:204719.680 flags:0 status:0 2567:20190130:204719.680 valuemapid:0 2567:20190130:204719.680 lastlogsize:0 mtime:0 2567:20190130:204719.680 delay:'10m' nextcheck:1548867218 lastclock:0 2567:20190130:204719.680 data_expected_from:1548866839 2567:20190130:204719.680 history:1 2567:20190130:204719.680 poller_type:0 location:1 2567:20190130:204719.680 inventory_link:0 2567:20190130:204719.680 priority:1 schedulable:1 2567:20190130:204719.680 units:'' trends:1 2567:20190130:204719.680 itemid:54219 hostid:10564 key:'net.if.in[eth1,packets]' 2567:20190130:204719.680 type:0 value_type:3 2567:20190130:204719.680 interfaceid:408 port:'' 2567:20190130:204719.680 state:0 error:'' 2567:20190130:204719.680 flags:0 status:0 2567:20190130:204719.680 valuemapid:0 2567:20190130:204719.680 lastlogsize:0 mtime:0 2567:20190130:204719.680 delay:'10m' nextcheck:1548867219 lastclock:0 2567:20190130:204719.681 data_expected_from:1548866839 2567:20190130:204719.681 history:1 2567:20190130:204719.681 poller_type:0 location:1 2567:20190130:204719.681 inventory_link:0 2567:20190130:204719.681 priority:1 schedulable:1 2567:20190130:204719.681 units:'' trends:1 2567:20190130:204719.681 itemid:54220 hostid:10564 key:'net.if.in[eth2,bytes]' 2567:20190130:204719.681 type:0 value_type:3 2567:20190130:204719.681 interfaceid:408 port:'' 2567:20190130:204719.681 state:0 error:'' 2567:20190130:204719.681 flags:0 status:0 2567:20190130:204719.681 valuemapid:0 2567:20190130:204719.681 lastlogsize:0 mtime:0 2567:20190130:204719.681 delay:'10m' nextcheck:1548867220 lastclock:0 2567:20190130:204719.681 data_expected_from:1548866839 2567:20190130:204719.681 history:1 2567:20190130:204719.681 poller_type:0 location:1 2567:20190130:204719.681 inventory_link:0 2567:20190130:204719.681 priority:1 schedulable:1 2567:20190130:204719.681 units:'' trends:1 2567:20190130:204719.681 itemid:54221 hostid:10564 key:'net.if.in[eth2,dropped]' 2567:20190130:204719.681 type:0 value_type:3 2567:20190130:204719.681 interfaceid:408 port:'' 2567:20190130:204719.681 state:0 error:'' 2567:20190130:204719.681 flags:0 status:0 2567:20190130:204719.681 valuemapid:0 2567:20190130:204719.681 lastlogsize:0 mtime:0 2567:20190130:204719.681 delay:'10m' nextcheck:1548867221 lastclock:0 2567:20190130:204719.681 data_expected_from:1548866839 2567:20190130:204719.681 history:1 2567:20190130:204719.681 poller_type:0 location:1 2567:20190130:204719.681 inventory_link:0 2567:20190130:204719.681 priority:1 schedulable:1 2567:20190130:204719.681 units:'' trends:1 2567:20190130:204719.681 itemid:54222 hostid:10564 key:'net.if.in[eth2,errors]' 2567:20190130:204719.681 type:0 value_type:3 2567:20190130:204719.681 interfaceid:408 port:'' 2567:20190130:204719.681 state:0 error:'' 2567:20190130:204719.681 flags:0 status:0 2567:20190130:204719.681 valuemapid:0 2567:20190130:204719.681 lastlogsize:0 mtime:0 2567:20190130:204719.681 delay:'10m' nextcheck:1548867222 lastclock:0 2567:20190130:204719.681 data_expected_from:1548866839 2567:20190130:204719.681 history:1 2567:20190130:204719.682 poller_type:0 location:1 2567:20190130:204719.682 inventory_link:0 2567:20190130:204719.682 priority:1 schedulable:1 2567:20190130:204719.682 units:'' trends:1 2567:20190130:204719.682 itemid:54223 hostid:10564 key:'net.if.in[eth2,packets]' 2567:20190130:204719.682 type:0 value_type:3 2567:20190130:204719.682 interfaceid:408 port:'' 2567:20190130:204719.682 state:0 error:'' 2567:20190130:204719.682 flags:0 status:0 2567:20190130:204719.682 valuemapid:0 2567:20190130:204719.682 lastlogsize:0 mtime:0 2567:20190130:204719.682 delay:'10m' nextcheck:1548867223 lastclock:0 2567:20190130:204719.682 data_expected_from:1548866839 2567:20190130:204719.682 history:1 2567:20190130:204719.682 poller_type:0 location:1 2567:20190130:204719.682 inventory_link:0 2567:20190130:204719.682 priority:1 schedulable:1 2567:20190130:204719.682 units:'' trends:1 2567:20190130:204719.682 itemid:54224 hostid:10564 key:'net.if.out[eth0,bytes]' 2567:20190130:204719.682 type:0 value_type:3 2567:20190130:204719.682 interfaceid:408 port:'' 2567:20190130:204719.682 state:0 error:'' 2567:20190130:204719.682 flags:0 status:0 2567:20190130:204719.682 valuemapid:0 2567:20190130:204719.682 lastlogsize:0 mtime:0 2567:20190130:204719.682 delay:'10m' nextcheck:1548867224 lastclock:0 2567:20190130:204719.682 data_expected_from:1548866839 2567:20190130:204719.682 history:1 2567:20190130:204719.682 poller_type:0 location:1 2567:20190130:204719.682 inventory_link:0 2567:20190130:204719.682 priority:1 schedulable:1 2567:20190130:204719.682 units:'' trends:1 2567:20190130:204719.682 itemid:54225 hostid:10564 key:'net.if.out[eth0,dropped]' 2567:20190130:204719.682 type:0 value_type:3 2567:20190130:204719.682 interfaceid:408 port:'' 2567:20190130:204719.682 state:0 error:'' 2567:20190130:204719.682 flags:0 status:0 2567:20190130:204719.682 valuemapid:0 2567:20190130:204719.682 lastlogsize:0 mtime:0 2567:20190130:204719.682 delay:'10m' nextcheck:1548867225 lastclock:0 2567:20190130:204719.682 data_expected_from:1548866839 2567:20190130:204719.682 history:1 2567:20190130:204719.682 poller_type:0 location:1 2567:20190130:204719.682 inventory_link:0 2567:20190130:204719.682 priority:1 schedulable:1 2567:20190130:204719.682 units:'' trends:1 2567:20190130:204719.682 itemid:54226 hostid:10564 key:'net.if.out[eth0,errors]' 2567:20190130:204719.682 type:0 value_type:3 2567:20190130:204719.683 interfaceid:408 port:'' 2567:20190130:204719.683 state:0 error:'' 2567:20190130:204719.683 flags:0 status:0 2567:20190130:204719.683 valuemapid:0 2567:20190130:204719.683 lastlogsize:0 mtime:0 2567:20190130:204719.683 delay:'10m' nextcheck:1548867226 lastclock:0 2567:20190130:204719.683 data_expected_from:1548866839 2567:20190130:204719.683 history:1 2567:20190130:204719.683 poller_type:0 location:1 2567:20190130:204719.683 inventory_link:0 2567:20190130:204719.683 priority:1 schedulable:1 2567:20190130:204719.683 units:'' trends:1 2567:20190130:204719.683 itemid:54227 hostid:10564 key:'net.if.out[eth0,packets]' 2567:20190130:204719.683 type:0 value_type:3 2567:20190130:204719.683 interfaceid:408 port:'' 2567:20190130:204719.683 state:0 error:'' 2567:20190130:204719.683 flags:0 status:0 2567:20190130:204719.683 valuemapid:0 2567:20190130:204719.683 lastlogsize:0 mtime:0 2567:20190130:204719.683 delay:'10m' nextcheck:1548867227 lastclock:0 2567:20190130:204719.683 data_expected_from:1548866839 2567:20190130:204719.683 history:1 2567:20190130:204719.683 poller_type:0 location:1 2567:20190130:204719.683 inventory_link:0 2567:20190130:204719.683 priority:1 schedulable:1 2567:20190130:204719.683 units:'' trends:1 2567:20190130:204719.683 itemid:54228 hostid:10564 key:'net.if.out[eth1,bytes]' 2567:20190130:204719.683 type:0 value_type:3 2567:20190130:204719.683 interfaceid:408 port:'' 2567:20190130:204719.683 state:0 error:'' 2567:20190130:204719.683 flags:0 status:0 2567:20190130:204719.683 valuemapid:0 2567:20190130:204719.683 lastlogsize:0 mtime:0 2567:20190130:204719.683 delay:'10m' nextcheck:1548867228 lastclock:0 2567:20190130:204719.683 data_expected_from:1548866839 2567:20190130:204719.683 history:1 2567:20190130:204719.683 poller_type:0 location:1 2567:20190130:204719.683 inventory_link:0 2567:20190130:204719.683 priority:1 schedulable:1 2567:20190130:204719.683 units:'' trends:1 2567:20190130:204719.683 itemid:54229 hostid:10564 key:'net.if.out[eth1,dropped]' 2567:20190130:204719.683 type:0 value_type:3 2567:20190130:204719.683 interfaceid:408 port:'' 2567:20190130:204719.683 state:0 error:'' 2567:20190130:204719.683 flags:0 status:0 2567:20190130:204719.683 valuemapid:0 2567:20190130:204719.683 lastlogsize:0 mtime:0 2567:20190130:204719.683 delay:'10m' nextcheck:1548867229 lastclock:0 2567:20190130:204719.684 data_expected_from:1548866839 2567:20190130:204719.684 history:1 2567:20190130:204719.684 poller_type:0 location:1 2567:20190130:204719.684 inventory_link:0 2567:20190130:204719.684 priority:1 schedulable:1 2567:20190130:204719.684 units:'' trends:1 2567:20190130:204719.684 itemid:54230 hostid:10564 key:'net.if.out[eth1,errors]' 2567:20190130:204719.684 type:0 value_type:3 2567:20190130:204719.684 interfaceid:408 port:'' 2567:20190130:204719.684 state:0 error:'' 2567:20190130:204719.684 flags:0 status:0 2567:20190130:204719.684 valuemapid:0 2567:20190130:204719.684 lastlogsize:0 mtime:0 2567:20190130:204719.684 delay:'10m' nextcheck:1548867230 lastclock:0 2567:20190130:204719.684 data_expected_from:1548866839 2567:20190130:204719.684 history:1 2567:20190130:204719.684 poller_type:0 location:1 2567:20190130:204719.684 inventory_link:0 2567:20190130:204719.684 priority:1 schedulable:1 2567:20190130:204719.684 units:'' trends:1 2567:20190130:204719.684 itemid:54231 hostid:10564 key:'net.if.out[eth1,packets]' 2567:20190130:204719.684 type:0 value_type:3 2567:20190130:204719.684 interfaceid:408 port:'' 2567:20190130:204719.684 state:0 error:'' 2567:20190130:204719.684 flags:0 status:0 2567:20190130:204719.684 valuemapid:0 2567:20190130:204719.684 lastlogsize:0 mtime:0 2567:20190130:204719.684 delay:'10m' nextcheck:1548867231 lastclock:0 2567:20190130:204719.684 data_expected_from:1548866839 2567:20190130:204719.684 history:1 2567:20190130:204719.684 poller_type:0 location:1 2567:20190130:204719.684 inventory_link:0 2567:20190130:204719.684 priority:1 schedulable:1 2567:20190130:204719.684 units:'' trends:1 2567:20190130:204719.684 itemid:54232 hostid:10564 key:'net.if.out[eth2,bytes]' 2567:20190130:204719.684 type:0 value_type:3 2567:20190130:204719.684 interfaceid:408 port:'' 2567:20190130:204719.684 state:0 error:'' 2567:20190130:204719.684 flags:0 status:0 2567:20190130:204719.684 valuemapid:0 2567:20190130:204719.684 lastlogsize:0 mtime:0 2567:20190130:204719.684 delay:'10m' nextcheck:1548867232 lastclock:0 2567:20190130:204719.684 data_expected_from:1548866839 2567:20190130:204719.684 history:1 2567:20190130:204719.684 poller_type:0 location:1 2567:20190130:204719.684 inventory_link:0 2567:20190130:204719.685 priority:1 schedulable:1 2567:20190130:204719.685 units:'' trends:1 2567:20190130:204719.685 itemid:54233 hostid:10564 key:'net.if.out[eth2,dropped]' 2567:20190130:204719.685 type:0 value_type:3 2567:20190130:204719.685 interfaceid:408 port:'' 2567:20190130:204719.685 state:0 error:'' 2567:20190130:204719.685 flags:0 status:0 2567:20190130:204719.685 valuemapid:0 2567:20190130:204719.685 lastlogsize:0 mtime:0 2567:20190130:204719.685 delay:'10m' nextcheck:1548867233 lastclock:0 2567:20190130:204719.685 data_expected_from:1548866839 2567:20190130:204719.685 history:1 2567:20190130:204719.685 poller_type:0 location:1 2567:20190130:204719.685 inventory_link:0 2567:20190130:204719.685 priority:1 schedulable:1 2567:20190130:204719.685 units:'' trends:1 2567:20190130:204719.685 itemid:54234 hostid:10564 key:'net.if.out[eth2,errors]' 2567:20190130:204719.685 type:0 value_type:3 2577:20190130:204719.685 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.685 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.685 unmatched trap received from "192.168.1.129": 18:11:38 2019/01/30 PDU INFO: requestid 1192044799 community public errorstatus 0 notificationtype TRAP transactionid 426 messageid 0 receivedfrom UDP: [192.168.1.129]:50183->[192.168.1.234]:162 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3500325) 9:43:23.25 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.685 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.685 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.685 unmatched trap received from "192.168.1.129": 18:12:37 2019/01/30 PDU INFO: community public requestid 469646275 version 1 errorindex 0 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:53549->[192.168.1.234]:162 messageid 0 transactionid 427 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3506239) 9:44:22.39 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.685 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.685 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.685 unmatched trap received from "192.168.1.129": 18:13:36 2019/01/30 PDU INFO: requestid 1479213918 community public version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 428 receivedfrom UDP: [192.168.1.129]:42924->[192.168.1.234]:162 messageid 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3512152) 9:45:21.52 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.685 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.685 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.685 unmatched trap received from "192.168.1.129": 18:14:35 2019/01/30 PDU INFO: community public requestid 810659331 transactionid 429 receivedfrom UDP: [192.168.1.129]:33571->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3518067) 9:46:20.67 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.685 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.685 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.685 unmatched trap received from "192.168.1.129": 18:15:34 2019/01/30 PDU INFO: errorstatus 0 notificationtype TRAP transactionid 430 messageid 0 receivedfrom UDP: [192.168.1.129]:50026->[192.168.1.234]:162 version 1 errorindex 0 community public requestid 1228789464 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3523980) 9:47:19.80 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.685 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.685 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.685 unmatched trap received from "192.168.1.129": 18:16:33 2019/01/30 PDU INFO: notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:60064->[192.168.1.234]:162 messageid 0 transactionid 431 version 1 errorindex 0 requestid 1603987656 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3529895) 9:48:18.95 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.685 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.685 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.686 unmatched trap received from "192.168.1.129": 18:17:18 2019/01/30 PDU INFO: receivedfrom UDP: [192.168.1.129]:41334->[192.168.1.234]:162 messageid 0 transactionid 432 notificationtype TRAP errorstatus 0 errorindex 0 version 1 community public requestid 1811816921 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3534407) 9:49:04.07 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.686 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.686 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.686 unmatched trap received from "192.168.1.129": 18:18:18 2019/01/30 PDU INFO: community public requestid 432189348 errorstatus 0 notificationtype TRAP transactionid 433 receivedfrom UDP: [192.168.1.129]:58210->[192.168.1.234]:162 messageid 0 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3540321) 9:50:03.21 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.686 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.686 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.686 unmatched trap received from "192.168.1.129": 18:19:17 2019/01/30 PDU INFO: requestid 434176422 community public errorindex 0 version 1 receivedfrom UDP: [192.168.1.129]:35605->[192.168.1.234]:162 messageid 0 transactionid 434 notificationtype TRAP errorstatus 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3546234) 9:51:02.34 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.686 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.686 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.686 unmatched trap received from "192.168.1.129": 18:20:16 2019/01/30 PDU INFO: errorindex 0 version 1 receivedfrom UDP: [192.168.1.129]:51412->[192.168.1.234]:162 messageid 0 transactionid 435 notificationtype TRAP errorstatus 0 requestid 1364313820 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3552148) 9:52:01.48 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.686 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.686 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.686 unmatched trap received from "192.168.1.129": 18:21:15 2019/01/30 PDU INFO: community public requestid 152509763 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:58440->[192.168.1.234]:162 messageid 0 transactionid 436 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3558062) 9:53:00.62 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.686 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.686 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.686 unmatched trap received from "192.168.1.129": 18:22:14 2019/01/30 PDU INFO: community public requestid 1678491276 errorindex 0 version 1 receivedfrom UDP: [192.168.1.129]:38808->[192.168.1.234]:162 messageid 0 transactionid 437 notificationtype TRAP errorstatus 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3563976) 9:53:59.76 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.686 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.686 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.686 unmatched trap received from "192.168.1.129": 18:22:58 2019/01/30 PDU INFO: requestid 1769973362 community public errorindex 0 version 1 receivedfrom UDP: [192.168.1.129]:46952->[192.168.1.234]:162 messageid 0 transactionid 438 notificationtype TRAP errorstatus 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3568390) 9:54:43.90 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.686 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.686 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.686 unmatched trap received from "192.168.1.129": 18:23:57 2019/01/30 PDU INFO: receivedfrom UDP: [192.168.1.129]:52015->[192.168.1.234]:162 messageid 0 transactionid 439 notificationtype TRAP errorstatus 0 errorindex 0 version 1 community public requestid 805000379 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3574304) 9:55:43.04 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.686 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.686 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.686 unmatched trap received from "192.168.1.129": 18:24:57 2019/01/30 PDU INFO: errorstatus 0 notificationtype TRAP transactionid 440 messageid 0 receivedfrom UDP: [192.168.1.129]:43975->[192.168.1.234]:162 version 1 errorindex 0 requestid 1758314242 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3580217) 9:56:42.17 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.686 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.686 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.686 unmatched trap received from "192.168.1.129": 18:25:56 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 441 messageid 0 receivedfrom UDP: [192.168.1.129]:60171->[192.168.1.234]:162 requestid 1855606431 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3586132) 9:57:41.32 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.686 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.686 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.686 unmatched trap received from "192.168.1.129": 18:26:55 2019/01/30 PDU INFO: requestid 701977289 community public transactionid 442 messageid 0 receivedfrom UDP: [192.168.1.129]:36290->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3592046) 9:58:40.46 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.686 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.686 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.686 unmatched trap received from "192.168.1.129": 18:27:54 2019/01/30 PDU INFO: requestid 1386996270 community public notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:35221->[192.168.1.234]:162 messageid 0 transactionid 443 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3597959) 9:59:39.59 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.686 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.686 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.687 unmatched trap received from "192.168.1.129": 18:28:39 2019/01/30 PDU INFO: version 1 errorindex 0 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:58785->[192.168.1.234]:162 messageid 0 transactionid 444 requestid 1891850629 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3602472) 10:00:24.72 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.687 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.687 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.687 unmatched trap received from "192.168.1.129": 18:29:38 2019/01/30 PDU INFO: requestid 179828019 community public version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 445 receivedfrom UDP: [192.168.1.129]:38079->[192.168.1.234]:162 messageid 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3608387) 10:01:23.87 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.687 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.687 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.687 unmatched trap received from "192.168.1.129": 18:30:37 2019/01/30 PDU INFO: version 1 errorindex 0 notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:56598->[192.168.1.234]:162 transactionid 446 community public requestid 69850395 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3614302) 10:02:23.02 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.687 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.687 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.687 unmatched trap received from "192.168.1.129": 18:31:37 2019/01/30 PDU INFO: version 1 errorindex 0 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:49688->[192.168.1.234]:162 messageid 0 transactionid 447 community public requestid 1814350505 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3620216) 10:03:22.16 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.687 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.687 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.687 unmatched trap received from "192.168.1.129": 18:32:36 2019/01/30 PDU INFO: messageid 0 receivedfrom UDP: [192.168.1.129]:41941->[192.168.1.234]:162 transactionid 448 notificationtype TRAP errorstatus 0 errorindex 0 version 1 requestid 595951782 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3626130) 10:04:21.30 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.687 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.687 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.687 unmatched trap received from "192.168.1.129": 18:33:35 2019/01/30 PDU INFO: errorindex 0 version 1 transactionid 449 receivedfrom UDP: [192.168.1.129]:47600->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP requestid 55265978 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3632044) 10:05:20.44 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.687 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.687 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.687 unmatched trap received from "192.168.1.129": 18:34:20 2019/01/30 PDU INFO: requestid 1737200042 community public errorstatus 0 notificationtype TRAP transactionid 450 receivedfrom UDP: [192.168.1.129]:57752->[192.168.1.234]:162 messageid 0 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3636558) 10:06:05.58 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.687 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.687 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.687 unmatched trap received from "192.168.1.129": 18:35:19 2019/01/30 PDU INFO: community public requestid 889242542 version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 451 receivedfrom UDP: [192.168.1.129]:60140->[192.168.1.234]:162 messageid 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3642471) 10:07:04.71 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.687 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.687 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.687 unmatched trap received from "192.168.1.129": 18:36:18 2019/01/30 PDU INFO: messageid 0 receivedfrom UDP: [192.168.1.129]:53697->[192.168.1.234]:162 transactionid 452 notificationtype TRAP errorstatus 0 errorindex 0 version 1 requestid 443351209 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3648385) 10:08:03.85 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.687 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.687 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.687 unmatched trap received from "192.168.1.129": 18:37:17 2019/01/30 PDU INFO: requestid 1923036180 community public errorindex 0 version 1 transactionid 453 messageid 0 receivedfrom UDP: [192.168.1.129]:54333->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3654300) 10:09:03.00 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.687 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.687 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.687 unmatched trap received from "192.168.1.129": 18:38:17 2019/01/30 PDU INFO: notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:57011->[192.168.1.234]:162 messageid 0 transactionid 454 version 1 errorindex 0 requestid 442645118 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3660213) 10:10:02.13 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.687 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.687 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.687 unmatched trap received from "192.168.1.129": 18:39:16 2019/01/30 PDU INFO: errorindex 0 version 1 transactionid 455 messageid 0 receivedfrom UDP: [192.168.1.129]:51097->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP community public requestid 1853588596 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3666127) 10:11:01.27 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.687 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.688 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.688 unmatched trap received from "192.168.1.129": 18:40:01 2019/01/30 PDU INFO: requestid 1858159306 community public receivedfrom UDP: [192.168.1.129]:39775->[192.168.1.234]:162 messageid 0 transactionid 456 notificationtype TRAP errorstatus 0 errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3670640) 10:11:46.40 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.688 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.688 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.688 unmatched trap received from "192.168.1.129": 18:41:00 2019/01/30 PDU INFO: errorindex 0 version 1 transactionid 457 messageid 0 receivedfrom UDP: [192.168.1.129]:57307->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP requestid 1492309615 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3676554) 10:12:45.54 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.688 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.688 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.688 unmatched trap received from "192.168.1.129": 18:41:59 2019/01/30 PDU INFO: notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:48061->[192.168.1.234]:162 transactionid 458 version 1 errorindex 0 community public requestid 1633520803 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3682468) 10:13:44.68 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.688 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.688 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.688 unmatched trap received from "192.168.1.129": 18:42:58 2019/01/30 PDU INFO: notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:41963->[192.168.1.234]:162 transactionid 459 version 1 errorindex 0 community public requestid 1189383219 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3688381) 10:14:43.81 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.688 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.688 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.688 unmatched trap received from "192.168.1.129": 18:43:57 2019/01/30 PDU INFO: errorindex 0 version 1 transactionid 460 receivedfrom UDP: [192.168.1.129]:36251->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP community public requestid 903121262 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3694295) 10:15:42.95 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.688 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.688 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.688 unmatched trap received from "192.168.1.129": 18:44:57 2019/01/30 PDU INFO: community public requestid 270488172 version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 461 receivedfrom UDP: [192.168.1.129]:44779->[192.168.1.234]:162 messageid 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3700208) 10:16:42.08 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.688 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.688 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.688 unmatched trap received from "192.168.1.129": 18:45:41 2019/01/30 PDU INFO: version 1 errorindex 0 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:43009->[192.168.1.234]:162 messageid 0 transactionid 462 requestid 93827239 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3704622) 10:17:26.22 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.688 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.688 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.688 unmatched trap received from "192.168.1.129": 18:46:40 2019/01/30 PDU INFO: notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:36747->[192.168.1.234]:162 transactionid 463 version 1 errorindex 0 community public requestid 1707826197 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3710535) 10:18:25.35 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.688 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.688 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.688 unmatched trap received from "192.168.1.129": 18:47:39 2019/01/30 PDU INFO: version 1 errorindex 0 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:60251->[192.168.1.234]:162 messageid 0 transactionid 464 requestid 1343432997 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3716449) 10:19:24.49 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.688 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.688 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.688 unmatched trap received from "192.168.1.129": 18:48:38 2019/01/30 PDU INFO: community public requestid 1798401238 messageid 0 receivedfrom UDP: [192.168.1.129]:50732->[192.168.1.234]:162 transactionid 465 notificationtype TRAP errorstatus 0 errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3722364) 10:20:23.64 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.688 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.689 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.689 unmatched trap received from "192.168.1.129": 18:49:37 2019/01/30 PDU INFO: errorindex 0 version 1 transactionid 466 messageid 0 receivedfrom UDP: [192.168.1.129]:39655->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP requestid 625338447 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3728277) 10:21:22.77 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.689 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.689 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.689 unmatched trap received from "192.168.1.129": 18:50:36 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 467 receivedfrom UDP: [192.168.1.129]:35631->[192.168.1.234]:162 messageid 0 requestid 1140103610 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3734191) 10:22:21.91 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.689 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.689 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.689 unmatched trap received from "192.168.1.129": 18:51:22 2019/01/30 PDU INFO: errorstatus 0 notificationtype TRAP transactionid 468 messageid 0 receivedfrom UDP: [192.168.1.129]:60848->[192.168.1.234]:162 version 1 errorindex 0 community public requestid 1816592206 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3738705) 10:23:07.05 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.689 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.689 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.689 unmatched trap received from "192.168.1.129": 18:52:21 2019/01/30 PDU INFO: messageid 0 receivedfrom UDP: [192.168.1.129]:40204->[192.168.1.234]:162 transactionid 469 notificationtype TRAP errorstatus 0 errorindex 0 version 1 requestid 257279324 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3744618) 10:24:06.18 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.689 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.689 End of DCconfig_get_snmp_interfaceids_by_addr():0 2567:20190130:204719.689 interfaceid:408 port:'' 2567:20190130:204719.689 state:0 error:'' 2567:20190130:204719.689 flags:0 status:0 2567:20190130:204719.689 valuemapid:0 2567:20190130:204719.689 lastlogsize:0 mtime:0 2567:20190130:204719.689 delay:'10m' nextcheck:1548867234 lastclock:0 2567:20190130:204719.689 data_expected_from:1548866839 2567:20190130:204719.689 history:1 2567:20190130:204719.689 poller_type:0 location:1 2567:20190130:204719.689 inventory_link:0 2567:20190130:204719.689 priority:1 schedulable:1 2567:20190130:204719.689 units:'' trends:1 2567:20190130:204719.689 itemid:54235 hostid:10564 key:'net.if.out[eth2,packets]' 2567:20190130:204719.689 type:0 value_type:3 2567:20190130:204719.689 interfaceid:408 port:'' 2567:20190130:204719.689 state:0 error:'' 2567:20190130:204719.689 flags:0 status:0 2567:20190130:204719.689 valuemapid:0 2567:20190130:204719.689 lastlogsize:0 mtime:0 2567:20190130:204719.689 delay:'10m' nextcheck:1548867235 lastclock:0 2567:20190130:204719.690 data_expected_from:1548866839 2567:20190130:204719.690 history:1 2567:20190130:204719.690 poller_type:0 location:1 2567:20190130:204719.690 inventory_link:0 2567:20190130:204719.690 priority:1 schedulable:1 2567:20190130:204719.690 units:'' trends:1 2567:20190130:204719.690 itemid:54236 hostid:10564 key:'net.tcp.service[tcp,,3128]' 2567:20190130:204719.690 type:0 value_type:3 2567:20190130:204719.690 interfaceid:408 port:'' 2567:20190130:204719.690 state:0 error:'' 2567:20190130:204719.690 flags:0 status:1 2567:20190130:204719.690 valuemapid:0 2567:20190130:204719.690 lastlogsize:0 mtime:0 2567:20190130:204719.690 delay:'10m' nextcheck:0 lastclock:0 2567:20190130:204719.690 data_expected_from:1548866839 2567:20190130:204719.690 history:1 2567:20190130:204719.690 poller_type:255 location:0 2567:20190130:204719.690 inventory_link:0 2567:20190130:204719.690 priority:1 schedulable:1 2567:20190130:204719.690 units:'' trends:1 2567:20190130:204719.690 itemid:54237 hostid:10564 key:'net.udp.listen[123]' 2567:20190130:204719.690 type:0 value_type:3 2567:20190130:204719.690 interfaceid:408 port:'' 2567:20190130:204719.690 state:0 error:'' 2567:20190130:204719.690 flags:0 status:1 2567:20190130:204719.690 valuemapid:0 2567:20190130:204719.690 lastlogsize:0 mtime:0 2567:20190130:204719.690 delay:'10m' nextcheck:0 lastclock:0 2567:20190130:204719.690 data_expected_from:1548866839 2567:20190130:204719.690 history:1 2567:20190130:204719.690 poller_type:255 location:0 2567:20190130:204719.690 inventory_link:0 2567:20190130:204719.690 priority:1 schedulable:1 2567:20190130:204719.690 units:'' trends:1 2567:20190130:204719.690 itemid:54238 hostid:10564 key:'net.udp.listen[161]' 2567:20190130:204719.690 type:0 value_type:3 2567:20190130:204719.690 interfaceid:408 port:'' 2567:20190130:204719.690 state:0 error:'' 2567:20190130:204719.690 flags:0 status:0 2567:20190130:204719.690 valuemapid:0 2567:20190130:204719.690 lastlogsize:0 mtime:0 2567:20190130:204719.690 delay:'10m' nextcheck:1548867238 lastclock:0 2567:20190130:204719.690 data_expected_from:1548866839 2567:20190130:204719.690 history:1 2567:20190130:204719.690 poller_type:0 location:1 2567:20190130:204719.690 inventory_link:0 2567:20190130:204719.691 priority:1 schedulable:1 2567:20190130:204719.691 units:'' trends:1 2567:20190130:204719.691 itemid:54239 hostid:10564 key:'net.udp.listen[67]' 2567:20190130:204719.691 type:0 value_type:3 2567:20190130:204719.691 interfaceid:408 port:'' 2567:20190130:204719.691 state:0 error:'' 2567:20190130:204719.691 flags:0 status:1 2567:20190130:204719.691 valuemapid:0 2567:20190130:204719.691 lastlogsize:0 mtime:0 2567:20190130:204719.691 delay:'10m' nextcheck:0 lastclock:0 2567:20190130:204719.691 data_expected_from:1548866839 2567:20190130:204719.691 history:1 2567:20190130:204719.691 poller_type:255 location:0 2567:20190130:204719.691 inventory_link:0 2567:20190130:204719.691 priority:1 schedulable:1 2567:20190130:204719.691 units:'' trends:1 2567:20190130:204719.691 itemid:54240 hostid:10564 key:'net.udp.listen[9000]' 2567:20190130:204719.691 type:0 value_type:3 2567:20190130:204719.691 interfaceid:408 port:'' 2567:20190130:204719.691 state:0 error:'' 2567:20190130:204719.691 flags:0 status:1 2567:20190130:204719.691 valuemapid:0 2567:20190130:204719.691 lastlogsize:0 mtime:0 2567:20190130:204719.691 delay:'10m' nextcheck:0 lastclock:0 2567:20190130:204719.691 data_expected_from:1548866839 2567:20190130:204719.691 history:1 2567:20190130:204719.691 poller_type:255 location:0 2567:20190130:204719.691 inventory_link:0 2567:20190130:204719.691 priority:1 schedulable:1 2567:20190130:204719.691 units:'' trends:1 2567:20190130:204719.691 itemid:54241 hostid:10564 key:'proc.mem[bgpd,quagga]' 2567:20190130:204719.691 type:0 value_type:3 2567:20190130:204719.691 interfaceid:408 port:'' 2567:20190130:204719.691 state:0 error:'' 2567:20190130:204719.691 flags:0 status:1 2567:20190130:204719.691 valuemapid:0 2567:20190130:204719.691 lastlogsize:0 mtime:0 2567:20190130:204719.691 delay:'10m' nextcheck:0 lastclock:0 2567:20190130:204719.691 data_expected_from:1548866839 2567:20190130:204719.691 history:1 2567:20190130:204719.691 poller_type:255 location:0 2567:20190130:204719.691 inventory_link:0 2567:20190130:204719.691 priority:1 schedulable:1 2567:20190130:204719.691 units:'' trends:1 2567:20190130:204719.691 itemid:54242 hostid:10564 key:'proc.mem[dhcpd3]' 2567:20190130:204719.691 type:0 value_type:3 2567:20190130:204719.691 interfaceid:408 port:'' 2567:20190130:204719.692 state:0 error:'' 2567:20190130:204719.692 flags:0 status:1 2567:20190130:204719.692 valuemapid:0 2567:20190130:204719.692 lastlogsize:0 mtime:0 2567:20190130:204719.692 delay:'10m' nextcheck:0 lastclock:0 2567:20190130:204719.692 data_expected_from:1548866839 2567:20190130:204719.692 history:1 2567:20190130:204719.692 poller_type:255 location:0 2567:20190130:204719.692 inventory_link:0 2567:20190130:204719.692 priority:1 schedulable:1 2567:20190130:204719.692 units:'' trends:1 2567:20190130:204719.692 itemid:54243 hostid:10564 key:'proc.mem[hostapd]' 2567:20190130:204719.692 type:0 value_type:3 2567:20190130:204719.692 interfaceid:408 port:'' 2567:20190130:204719.692 state:0 error:'' 2567:20190130:204719.692 flags:0 status:1 2567:20190130:204719.692 valuemapid:0 2567:20190130:204719.692 lastlogsize:0 mtime:0 2567:20190130:204719.692 delay:'10m' nextcheck:0 lastclock:0 2567:20190130:204719.692 data_expected_from:1548866839 2567:20190130:204719.692 history:1 2567:20190130:204719.692 poller_type:255 location:0 2567:20190130:204719.692 inventory_link:0 2567:20190130:204719.692 priority:1 schedulable:1 2567:20190130:204719.692 units:'' trends:1 2567:20190130:204719.692 itemid:54244 hostid:10564 key:'proc.mem[netplugd]' 2567:20190130:204719.692 type:0 value_type:3 2567:20190130:204719.692 interfaceid:408 port:'' 2567:20190130:204719.692 state:0 error:'' 2567:20190130:204719.692 flags:0 status:1 2567:20190130:204719.692 valuemapid:0 2567:20190130:204719.692 lastlogsize:0 mtime:0 2567:20190130:204719.692 delay:'10m' nextcheck:0 lastclock:0 2567:20190130:204719.692 data_expected_from:1548866839 2567:20190130:204719.692 history:1 2567:20190130:204719.692 poller_type:255 location:0 2567:20190130:204719.692 inventory_link:0 2567:20190130:204719.692 priority:1 schedulable:1 2567:20190130:204719.692 units:'' trends:1 2567:20190130:204719.692 itemid:54245 hostid:10564 key:'proc.mem[openvpn]' 2567:20190130:204719.692 type:0 value_type:3 2567:20190130:204719.692 interfaceid:408 port:'' 2567:20190130:204719.692 state:0 error:'' 2567:20190130:204719.692 flags:0 status:0 2567:20190130:204719.692 valuemapid:0 2567:20190130:204719.692 lastlogsize:0 mtime:0 2567:20190130:204719.692 delay:'10m' nextcheck:1548867245 lastclock:0 2567:20190130:204719.693 data_expected_from:1548866839 2567:20190130:204719.693 history:1 2567:20190130:204719.693 poller_type:0 location:1 2567:20190130:204719.693 inventory_link:0 2567:20190130:204719.693 priority:1 schedulable:1 2567:20190130:204719.693 units:'' trends:1 2567:20190130:204719.693 itemid:54246 hostid:10564 key:'proc.mem[ospf6d,quagga]' 2567:20190130:204719.693 type:0 value_type:3 2567:20190130:204719.693 interfaceid:408 port:'' 2567:20190130:204719.693 state:0 error:'' 2567:20190130:204719.693 flags:0 status:1 2567:20190130:204719.693 valuemapid:0 2567:20190130:204719.693 lastlogsize:0 mtime:0 2567:20190130:204719.693 delay:'10m' nextcheck:0 lastclock:0 2567:20190130:204719.693 data_expected_from:1548866839 2567:20190130:204719.693 history:1 2567:20190130:204719.693 poller_type:255 location:0 2577:20190130:204719.693 unmatched trap received from "192.168.1.129": 18:53:20 2019/01/30 PDU INFO: errorindex 0 version 1 transactionid 470 receivedfrom UDP: [192.168.1.129]:35993->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP community public requestid 1593736901 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3750532) 10:25:05.32 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.693 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.693 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.693 unmatched trap received from "192.168.1.129": 18:54:19 2019/01/30 PDU INFO: community public requestid 1191658934 errorindex 0 version 1 receivedfrom UDP: [192.168.1.129]:51568->[192.168.1.234]:162 messageid 0 transactionid 471 notificationtype TRAP errorstatus 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3756446) 10:26:04.46 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.693 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.693 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.693 unmatched trap received from "192.168.1.129": 18:55:18 2019/01/30 PDU INFO: community public requestid 1988994961 errorindex 0 version 1 messageid 0 receivedfrom UDP: [192.168.1.129]:54356->[192.168.1.234]:162 transactionid 472 notificationtype TRAP errorstatus 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3762359) 10:27:03.59 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.693 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.693 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.693 unmatched trap received from "192.168.1.129": 18:56:17 2019/01/30 PDU INFO: community public requestid 879112930 errorindex 0 version 1 messageid 0 receivedfrom UDP: [192.168.1.129]:42151->[192.168.1.234]:162 transactionid 473 notificationtype TRAP errorstatus 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3768273) 10:28:02.73 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.693 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.693 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.693 unmatched trap received from "192.168.1.129": 18:57:02 2019/01/30 PDU INFO: community public requestid 1841693265 version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 474 messageid 0 receivedfrom UDP: [192.168.1.129]:52039->[192.168.1.234]:162 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3772787) 10:28:47.87 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.693 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.693 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.693 unmatched trap received from "192.168.1.129": 18:58:02 2019/01/30 PDU INFO: requestid 2082820525 community public errorindex 0 version 1 messageid 0 receivedfrom UDP: [192.168.1.129]:39948->[192.168.1.234]:162 transactionid 475 notificationtype TRAP errorstatus 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3778701) 10:29:47.01 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.693 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.693 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.693 unmatched trap received from "192.168.1.129": 18:59:01 2019/01/30 PDU INFO: version 1 errorindex 0 notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:42858->[192.168.1.234]:162 transactionid 476 requestid 837740646 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3784615) 10:30:46.15 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.693 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.694 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.694 unmatched trap received from "192.168.1.129": 19:00:00 2019/01/30 PDU INFO: errorindex 0 version 1 receivedfrom UDP: [192.168.1.129]:43109->[192.168.1.234]:162 messageid 0 transactionid 477 notificationtype TRAP errorstatus 0 community public requestid 389931740 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3790529) 10:31:45.29 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.694 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.694 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.694 unmatched trap received from "192.168.1.129": 19:00:59 2019/01/30 PDU INFO: errorstatus 0 notificationtype TRAP transactionid 478 messageid 0 receivedfrom UDP: [192.168.1.129]:44819->[192.168.1.234]:162 version 1 errorindex 0 requestid 2137212788 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3796443) 10:32:44.43 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.694 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.694 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.694 unmatched trap received from "192.168.1.129": 19:01:58 2019/01/30 PDU INFO: community public requestid 167196259 version 1 errorindex 0 notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:34119->[192.168.1.234]:162 transactionid 479 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3802357) 10:33:43.57 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.694 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.694 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.694 unmatched trap received from "192.168.1.129": 19:02:43 2019/01/30 PDU INFO: requestid 1236614871 community public errorindex 0 version 1 transactionid 480 messageid 0 receivedfrom UDP: [192.168.1.129]:40197->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3806870) 10:34:28.70 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.694 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.694 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.694 unmatched trap received from "192.168.1.129": 19:03:42 2019/01/30 PDU INFO: requestid 950450865 community public errorindex 0 version 1 messageid 0 receivedfrom UDP: [192.168.1.129]:58551->[192.168.1.234]:162 transactionid 481 notificationtype TRAP errorstatus 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3812784) 10:35:27.84 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.694 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.694 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.694 unmatched trap received from "192.168.1.129": 19:04:42 2019/01/30 PDU INFO: community public requestid 1640593525 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:48464->[192.168.1.234]:162 messageid 0 transactionid 482 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3818697) 10:36:26.97 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.694 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.694 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.694 unmatched trap received from "192.168.1.129": 19:05:41 2019/01/30 PDU INFO: requestid 1952369885 community public errorindex 0 version 1 messageid 0 receivedfrom UDP: [192.168.1.129]:52753->[192.168.1.234]:162 transactionid 483 notificationtype TRAP errorstatus 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3824611) 10:37:26.11 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.694 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.694 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.694 unmatched trap received from "192.168.1.129": 19:06:40 2019/01/30 PDU INFO: errorindex 0 version 1 receivedfrom UDP: [192.168.1.129]:41980->[192.168.1.234]:162 messageid 0 transactionid 484 notificationtype TRAP errorstatus 0 community public requestid 469650583 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3830524) 10:38:25.24 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.694 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.694 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.694 unmatched trap received from "192.168.1.129": 19:07:39 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 485 receivedfrom UDP: [192.168.1.129]:33674->[192.168.1.234]:162 messageid 0 community public requestid 1623229757 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3836438) 10:39:24.38 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.694 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.694 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.694 unmatched trap received from "192.168.1.129": 19:08:23 2019/01/30 PDU INFO: errorindex 0 version 1 messageid 0 receivedfrom UDP: [192.168.1.129]:55860->[192.168.1.234]:162 transactionid 486 notificationtype TRAP errorstatus 0 requestid 1203733413 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3840850) 10:40:08.50 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.694 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.694 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.694 unmatched trap received from "192.168.1.129": 19:09:22 2019/01/30 PDU INFO: community public requestid 1817072289 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:57709->[192.168.1.234]:162 messageid 0 transactionid 487 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3846765) 10:41:07.65 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.694 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.694 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.694 unmatched trap received from "192.168.1.129": 19:10:21 2019/01/30 PDU INFO: transactionid 488 receivedfrom UDP: [192.168.1.129]:44196->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP errorindex 0 version 1 requestid 188087052 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3852678) 10:42:06.78 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.694 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.695 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.695 unmatched trap received from "192.168.1.129": 19:11:21 2019/01/30 PDU INFO: community public requestid 888447095 errorstatus 0 notificationtype TRAP transactionid 489 receivedfrom UDP: [192.168.1.129]:54849->[192.168.1.234]:162 messageid 0 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3858592) 10:43:05.92 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.695 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.695 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.695 unmatched trap received from "192.168.1.129": 19:12:20 2019/01/30 PDU INFO: version 1 errorindex 0 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:52854->[192.168.1.234]:162 messageid 0 transactionid 490 community public requestid 1678580546 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3864505) 10:44:05.05 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.695 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.695 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.695 unmatched trap received from "192.168.1.129": 19:13:19 2019/01/30 PDU INFO: errorstatus 0 notificationtype TRAP transactionid 491 messageid 0 receivedfrom UDP: [192.168.1.129]:48747->[192.168.1.234]:162 version 1 errorindex 0 community public requestid 1343619642 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3870419) 10:45:04.19 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.695 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.695 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.695 unmatched trap received from "192.168.1.129": 19:14:04 2019/01/30 PDU INFO: version 1 errorindex 0 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:38993->[192.168.1.234]:162 messageid 0 transactionid 492 requestid 463487475 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3874931) 10:45:49.31 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.695 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.695 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.695 unmatched trap received from "192.168.1.129": 19:15:03 2019/01/30 PDU INFO: requestid 1165556514 community public errorindex 0 version 1 transactionid 493 receivedfrom UDP: [192.168.1.129]:58580->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3880845) 10:46:48.45 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.695 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.695 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.695 unmatched trap received from "192.168.1.129": 19:16:02 2019/01/30 PDU INFO: transactionid 494 receivedfrom UDP: [192.168.1.129]:37531->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP errorindex 0 version 1 community public requestid 1898467476 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3886759) 10:47:47.59 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.695 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.695 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.695 unmatched trap received from "192.168.1.129": 19:17:01 2019/01/30 PDU INFO: community public requestid 1531710074 version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 495 messageid 0 receivedfrom UDP: [192.168.1.129]:35855->[192.168.1.234]:162 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3892673) 10:48:46.73 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.695 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.695 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.695 unmatched trap received from "192.168.1.129": 19:18:00 2019/01/30 PDU INFO: requestid 454008414 community public errorstatus 0 notificationtype TRAP transactionid 496 messageid 0 receivedfrom UDP: [192.168.1.129]:60735->[192.168.1.234]:162 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3898586) 10:49:45.86 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.695 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.695 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.695 unmatched trap received from "192.168.1.129": 19:19:00 2019/01/30 PDU INFO: community public requestid 2090389293 version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 497 messageid 0 receivedfrom UDP: [192.168.1.129]:48061->[192.168.1.234]:162 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3904500) 10:50:45.00 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.695 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.695 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.695 unmatched trap received from "192.168.1.129": 19:19:45 2019/01/30 PDU INFO: requestid 316534105 community public notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:57030->[192.168.1.234]:162 transactionid 498 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3909012) 10:51:30.12 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.695 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.695 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.695 unmatched trap received from "192.168.1.129": 19:20:44 2019/01/30 PDU INFO: version 1 errorindex 0 notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:40808->[192.168.1.234]:162 transactionid 499 community public requestid 1269338698 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3914927) 10:52:29.27 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.695 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.695 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.695 unmatched trap received from "192.168.1.129": 19:21:43 2019/01/30 PDU INFO: requestid 1495975275 community public receivedfrom UDP: [192.168.1.129]:38352->[192.168.1.234]:162 messageid 0 transactionid 500 notificationtype TRAP errorstatus 0 errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3920840) 10:53:28.40 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.695 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.696 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.696 unmatched trap received from "192.168.1.129": 19:22:42 2019/01/30 PDU INFO: community public requestid 1540848746 errorindex 0 version 1 transactionid 501 messageid 0 receivedfrom UDP: [192.168.1.129]:44703->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3926754) 10:54:27.54 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.696 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.696 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.696 unmatched trap received from "192.168.1.129": 19:23:41 2019/01/30 PDU INFO: errorindex 0 version 1 messageid 0 receivedfrom UDP: [192.168.1.129]:60005->[192.168.1.234]:162 transactionid 502 notificationtype TRAP errorstatus 0 requestid 808999247 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3932667) 10:55:26.67 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.696 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.696 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.696 unmatched trap received from "192.168.1.129": 19:24:40 2019/01/30 PDU INFO: community public requestid 1172820725 version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 503 messageid 0 receivedfrom UDP: [192.168.1.129]:56516->[192.168.1.234]:162 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3938581) 10:56:25.81 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.696 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.696 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.696 unmatched trap received from "192.168.1.129": 19:25:26 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 504 receivedfrom UDP: [192.168.1.129]:34986->[192.168.1.234]:162 messageid 0 requestid 982402339 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3943094) 10:57:10.94 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.696 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.696 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.696 unmatched trap received from "192.168.1.129": 19:26:25 2019/01/30 PDU INFO: community public requestid 1545796905 transactionid 505 messageid 0 receivedfrom UDP: [192.168.1.129]:57835->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3949006) 10:58:10.06 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.696 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.696 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.696 unmatched trap received from "192.168.1.129": 19:27:24 2019/01/30 PDU INFO: community public requestid 178794949 errorstatus 0 notificationtype TRAP transactionid 506 receivedfrom UDP: [192.168.1.129]:54025->[192.168.1.234]:162 messageid 0 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3954918) 10:59:09.18 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.696 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.696 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.696 unmatched trap received from "192.168.1.129": 19:28:23 2019/01/30 PDU INFO: notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:35946->[192.168.1.234]:162 messageid 0 transactionid 507 version 1 errorindex 0 community public requestid 1338556749 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3960830) 11:00:08.30 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.696 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.696 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.696 unmatched trap received from "192.168.1.129": 19:29:22 2019/01/30 PDU INFO: errorindex 0 version 1 receivedfrom UDP: [192.168.1.129]:58550->[192.168.1.234]:162 messageid 0 transactionid 508 notificationtype TRAP errorstatus 0 community public requestid 1350164273 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3966742) 11:01:07.42 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.696 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.696 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.696 unmatched trap received from "192.168.1.129": 19:30:21 2019/01/30 PDU INFO: messageid 0 receivedfrom UDP: [192.168.1.129]:50646->[192.168.1.234]:162 transactionid 509 notificationtype TRAP errorstatus 0 errorindex 0 version 1 requestid 1211259360 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3972654) 11:02:06.54 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.696 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.696 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.696 unmatched trap received from "192.168.1.129": 19:31:06 2019/01/30 PDU INFO: requestid 949170692 community public transactionid 510 messageid 0 receivedfrom UDP: [192.168.1.129]:51966->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3977166) 11:02:51.66 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.696 End of read_traps() 2577:20190130:204719.696 In read_traps() lastsize: 391601 2577:20190130:204719.696 query [txnlev:1] [begin;] 2577:20190130:204719.696 query [txnlev:1] [update globalvars set snmp_lastsize=452861] 2577:20190130:204719.697 query [txnlev:1] [commit;] 2577:20190130:204719.697 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.697 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.697 unmatched trap received from "192.168.1.129": 19:32:05 2019/01/30 PDU INFO: community public requestid 191477926 version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 511 messageid 0 receivedfrom UDP: [192.168.1.129]:60676->[192.168.1.234]:162 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3983078) 11:03:50.78 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.697 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.697 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.697 unmatched trap received from "192.168.1.129": 19:33:05 2019/01/30 PDU INFO: transactionid 512 messageid 0 receivedfrom UDP: [192.168.1.129]:35364->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP errorindex 0 version 1 community public requestid 487261724 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3988990) 11:04:49.90 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2567:20190130:204719.697 inventory_link:0 2567:20190130:204719.697 priority:1 schedulable:1 2567:20190130:204719.697 units:'' trends:1 2567:20190130:204719.697 itemid:54247 hostid:10564 key:'proc.mem[ospfd,quagga]' 2567:20190130:204719.697 type:0 value_type:3 2567:20190130:204719.697 interfaceid:408 port:'' 2567:20190130:204719.697 state:0 error:'' 2567:20190130:204719.697 flags:0 status:1 2567:20190130:204719.697 valuemapid:0 2567:20190130:204719.697 lastlogsize:0 mtime:0 2567:20190130:204719.697 delay:'10m' nextcheck:0 lastclock:0 2567:20190130:204719.697 data_expected_from:1548866839 2567:20190130:204719.697 history:1 2567:20190130:204719.697 poller_type:255 location:0 2567:20190130:204719.697 inventory_link:0 2567:20190130:204719.697 priority:1 schedulable:1 2567:20190130:204719.697 units:'' trends:1 2567:20190130:204719.697 itemid:54248 hostid:10564 key:'proc.mem[ripngd,quagga]' 2567:20190130:204719.697 type:0 value_type:3 2567:20190130:204719.697 interfaceid:408 port:'' 2567:20190130:204719.697 state:0 error:'' 2567:20190130:204719.697 flags:0 status:1 2567:20190130:204719.697 valuemapid:0 2567:20190130:204719.697 lastlogsize:0 mtime:0 2567:20190130:204719.697 delay:'10m' nextcheck:0 lastclock:0 2567:20190130:204719.697 data_expected_from:1548866839 2567:20190130:204719.698 history:1 2567:20190130:204719.698 poller_type:255 location:0 2567:20190130:204719.698 inventory_link:0 2567:20190130:204719.698 priority:1 schedulable:1 2567:20190130:204719.698 units:'' trends:1 2567:20190130:204719.698 itemid:54249 hostid:10564 key:'proc.mem[snmpd]' 2567:20190130:204719.698 type:0 value_type:3 2567:20190130:204719.698 interfaceid:408 port:'' 2567:20190130:204719.698 state:0 error:'' 2567:20190130:204719.698 flags:0 status:0 2567:20190130:204719.698 valuemapid:0 2567:20190130:204719.698 lastlogsize:0 mtime:0 2567:20190130:204719.698 delay:'10m' nextcheck:1548867249 lastclock:0 2567:20190130:204719.698 data_expected_from:1548866839 2567:20190130:204719.698 history:1 2567:20190130:204719.698 poller_type:0 location:1 2567:20190130:204719.698 inventory_link:0 2567:20190130:204719.698 priority:1 schedulable:1 2567:20190130:204719.698 units:'' trends:1 2567:20190130:204719.698 itemid:54250 hostid:10564 key:'proc.mem[squid3]' 2567:20190130:204719.698 type:0 value_type:3 2567:20190130:204719.698 interfaceid:408 port:'' 2567:20190130:204719.698 state:0 error:'' 2567:20190130:204719.698 flags:0 status:1 2567:20190130:204719.698 valuemapid:0 2567:20190130:204719.698 lastlogsize:0 mtime:0 2567:20190130:204719.698 delay:'10m' nextcheck:0 lastclock:0 2567:20190130:204719.698 data_expected_from:1548866839 2567:20190130:204719.698 history:1 2567:20190130:204719.698 poller_type:255 location:0 2567:20190130:204719.698 inventory_link:0 2567:20190130:204719.698 priority:1 schedulable:1 2567:20190130:204719.698 units:'' trends:1 2567:20190130:204719.698 itemid:54251 hostid:10564 key:'proc.mem[zebra,quagga]' 2567:20190130:204719.698 type:0 value_type:3 2567:20190130:204719.698 interfaceid:408 port:'' 2567:20190130:204719.698 state:0 error:'' 2567:20190130:204719.698 flags:0 status:1 2567:20190130:204719.698 valuemapid:0 2567:20190130:204719.698 lastlogsize:0 mtime:0 2567:20190130:204719.698 delay:'10m' nextcheck:0 lastclock:0 2567:20190130:204719.698 data_expected_from:1548866839 2567:20190130:204719.698 history:1 2567:20190130:204719.699 poller_type:255 location:0 2567:20190130:204719.699 inventory_link:0 2567:20190130:204719.699 priority:1 schedulable:1 2567:20190130:204719.699 units:'' trends:1 2567:20190130:204719.699 itemid:54252 hostid:10564 key:'proc.num[,,run]' 2567:20190130:204719.699 type:0 value_type:3 2567:20190130:204719.699 interfaceid:408 port:'' 2567:20190130:204719.699 state:0 error:'' 2567:20190130:204719.699 flags:0 status:0 2567:20190130:204719.699 valuemapid:0 2567:20190130:204719.699 lastlogsize:0 mtime:0 2567:20190130:204719.699 delay:'1m' nextcheck:1548866892 lastclock:0 2567:20190130:204719.699 data_expected_from:1548866839 2567:20190130:204719.699 history:1 2567:20190130:204719.699 poller_type:0 location:1 2567:20190130:204719.699 inventory_link:0 2567:20190130:204719.699 priority:1 schedulable:1 2567:20190130:204719.699 units:'' trends:1 2567:20190130:204719.699 itemid:54253 hostid:10564 key:'proc.num[]' 2567:20190130:204719.699 type:0 value_type:3 2567:20190130:204719.699 interfaceid:408 port:'' 2567:20190130:204719.699 state:0 error:'' 2567:20190130:204719.699 flags:0 status:0 2567:20190130:204719.699 valuemapid:0 2567:20190130:204719.699 lastlogsize:0 mtime:0 2567:20190130:204719.699 delay:'1m' nextcheck:1548866893 lastclock:0 2567:20190130:204719.699 data_expected_from:1548866839 2567:20190130:204719.699 history:1 2567:20190130:204719.699 poller_type:0 location:1 2567:20190130:204719.699 inventory_link:0 2567:20190130:204719.699 priority:1 schedulable:1 2567:20190130:204719.699 units:'' trends:1 2567:20190130:204719.699 itemid:54254 hostid:10564 key:'proc.num[bgpd,quagga]' 2567:20190130:204719.699 type:0 value_type:3 2567:20190130:204719.699 interfaceid:408 port:'' 2567:20190130:204719.699 state:0 error:'' 2567:20190130:204719.699 flags:0 status:1 2567:20190130:204719.699 valuemapid:0 2567:20190130:204719.699 lastlogsize:0 mtime:0 2567:20190130:204719.699 delay:'10m' nextcheck:0 lastclock:0 2567:20190130:204719.699 data_expected_from:1548866839 2567:20190130:204719.699 history:1 2567:20190130:204719.699 poller_type:255 location:0 2567:20190130:204719.699 inventory_link:0 2567:20190130:204719.699 priority:1 schedulable:1 2567:20190130:204719.700 units:'' trends:1 2567:20190130:204719.700 itemid:54255 hostid:10564 key:'proc.num[hostapd]' 2567:20190130:204719.700 type:0 value_type:3 2567:20190130:204719.700 interfaceid:408 port:'' 2567:20190130:204719.700 state:0 error:'' 2567:20190130:204719.700 flags:0 status:1 2567:20190130:204719.700 valuemapid:0 2567:20190130:204719.700 lastlogsize:0 mtime:0 2567:20190130:204719.700 delay:'10m' nextcheck:0 lastclock:0 2567:20190130:204719.700 data_expected_from:1548866839 2567:20190130:204719.700 history:1 2567:20190130:204719.700 poller_type:255 location:0 2567:20190130:204719.700 inventory_link:0 2567:20190130:204719.700 priority:1 schedulable:1 2567:20190130:204719.700 units:'' trends:1 2567:20190130:204719.700 itemid:54256 hostid:10564 key:'proc.num[netplugd]' 2567:20190130:204719.700 type:0 value_type:3 2567:20190130:204719.700 interfaceid:408 port:'' 2567:20190130:204719.700 state:0 error:'' 2567:20190130:204719.700 flags:0 status:1 2567:20190130:204719.700 valuemapid:0 2567:20190130:204719.700 lastlogsize:0 mtime:0 2567:20190130:204719.700 delay:'10m' nextcheck:0 lastclock:0 2567:20190130:204719.700 data_expected_from:1548866839 2567:20190130:204719.700 history:1 2567:20190130:204719.700 poller_type:255 location:0 2567:20190130:204719.700 inventory_link:0 2567:20190130:204719.700 priority:1 schedulable:1 2567:20190130:204719.700 units:'' trends:1 2567:20190130:204719.700 itemid:54257 hostid:10564 key:'proc.num[ospf6d,quagga]' 2567:20190130:204719.700 type:0 value_type:3 2567:20190130:204719.700 interfaceid:408 port:'' 2567:20190130:204719.700 state:0 error:'' 2567:20190130:204719.700 flags:0 status:1 2567:20190130:204719.700 valuemapid:0 2567:20190130:204719.700 lastlogsize:0 mtime:0 2567:20190130:204719.700 delay:'10m' nextcheck:0 lastclock:0 2567:20190130:204719.700 data_expected_from:1548866839 2567:20190130:204719.700 history:1 2567:20190130:204719.700 poller_type:255 location:0 2567:20190130:204719.700 inventory_link:0 2567:20190130:204719.701 priority:1 schedulable:1 2567:20190130:204719.701 units:'' trends:1 2567:20190130:204719.701 itemid:54258 hostid:10564 key:'proc.num[ospfd,quagga]' 2567:20190130:204719.701 type:0 value_type:3 2567:20190130:204719.701 interfaceid:408 port:'' 2567:20190130:204719.701 state:0 error:'' 2567:20190130:204719.701 flags:0 status:1 2567:20190130:204719.701 valuemapid:0 2567:20190130:204719.701 lastlogsize:0 mtime:0 2567:20190130:204719.701 delay:'10m' nextcheck:0 lastclock:0 2567:20190130:204719.701 data_expected_from:1548866839 2567:20190130:204719.701 history:1 2567:20190130:204719.701 poller_type:255 location:0 2567:20190130:204719.701 inventory_link:0 2567:20190130:204719.701 priority:1 schedulable:1 2567:20190130:204719.701 units:'' trends:1 2567:20190130:204719.701 itemid:54259 hostid:10564 key:'proc.num[ripd,quagga]' 2577:20190130:204719.701 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.701 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.701 unmatched trap received from "192.168.1.129": 19:34:04 2019/01/30 PDU INFO: errorstatus 0 notificationtype TRAP transactionid 513 messageid 0 receivedfrom UDP: [192.168.1.129]:60907->[192.168.1.234]:162 version 1 errorindex 0 requestid 1730609453 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (3994902) 11:05:49.02 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.701 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.701 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.701 unmatched trap received from "192.168.1.129": 19:35:03 2019/01/30 PDU INFO: community public requestid 1913692897 version 1 errorindex 0 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:41006->[192.168.1.234]:162 messageid 0 transactionid 514 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4000814) 11:06:48.14 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.701 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.701 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.702 unmatched trap received from "192.168.1.129": 19:36:02 2019/01/30 PDU INFO: requestid 1960476732 community public version 1 errorindex 0 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:36805->[192.168.1.234]:162 messageid 0 transactionid 515 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4006727) 11:07:47.27 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.702 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.702 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.702 unmatched trap received from "192.168.1.129": 19:36:47 2019/01/30 PDU INFO: notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:47487->[192.168.1.234]:162 messageid 0 transactionid 516 version 1 errorindex 0 requestid 1385828547 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4011240) 11:08:32.40 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.702 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.702 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.702 unmatched trap received from "192.168.1.129": 19:37:46 2019/01/30 PDU INFO: community public requestid 1142943821 notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:45507->[192.168.1.234]:162 transactionid 517 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4017153) 11:09:31.53 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.702 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.702 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.702 unmatched trap received from "192.168.1.129": 19:38:45 2019/01/30 PDU INFO: requestid 1955820154 community public errorindex 0 version 1 transactionid 518 messageid 0 receivedfrom UDP: [192.168.1.129]:55980->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4023067) 11:10:30.67 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.702 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.702 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.702 unmatched trap received from "192.168.1.129": 19:39:45 2019/01/30 PDU INFO: errorindex 0 version 1 transactionid 519 messageid 0 receivedfrom UDP: [192.168.1.129]:39290->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP requestid 863277937 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4028980) 11:11:29.80 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.702 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.702 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.702 unmatched trap received from "192.168.1.129": 19:40:44 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 520 messageid 0 receivedfrom UDP: [192.168.1.129]:50103->[192.168.1.234]:162 community public requestid 733470932 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4034893) 11:12:28.93 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.702 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.702 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.702 unmatched trap received from "192.168.1.129": 19:41:43 2019/01/30 PDU INFO: requestid 305253359 community public notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:53843->[192.168.1.234]:162 transactionid 521 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4040807) 11:13:28.07 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.702 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.702 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.702 unmatched trap received from "192.168.1.129": 19:42:27 2019/01/30 PDU INFO: errorstatus 0 notificationtype TRAP transactionid 522 receivedfrom UDP: [192.168.1.129]:50900->[192.168.1.234]:162 messageid 0 version 1 errorindex 0 community public requestid 2051645166 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4045220) 11:14:12.20 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.702 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.702 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.702 unmatched trap received from "192.168.1.129": 19:43:26 2019/01/30 PDU INFO: messageid 0 receivedfrom UDP: [192.168.1.129]:57751->[192.168.1.234]:162 transactionid 523 notificationtype TRAP errorstatus 0 errorindex 0 version 1 requestid 1849415910 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4051135) 11:15:11.35 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.702 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.702 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.702 unmatched trap received from "192.168.1.129": 19:44:25 2019/01/30 PDU INFO: receivedfrom UDP: [192.168.1.129]:35549->[192.168.1.234]:162 messageid 0 transactionid 524 notificationtype TRAP errorstatus 0 errorindex 0 version 1 requestid 1621320460 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4057048) 11:16:10.48 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.702 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.702 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.702 unmatched trap received from "192.168.1.129": 19:45:24 2019/01/30 PDU INFO: messageid 0 receivedfrom UDP: [192.168.1.129]:38128->[192.168.1.234]:162 transactionid 525 notificationtype TRAP errorstatus 0 errorindex 0 version 1 requestid 485489299 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4062963) 11:17:09.63 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.702 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.702 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.702 unmatched trap received from "192.168.1.129": 19:46:24 2019/01/30 PDU INFO: community public requestid 1510438796 version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 526 messageid 0 receivedfrom UDP: [192.168.1.129]:58060->[192.168.1.234]:162 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4068877) 11:18:08.77 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.702 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.702 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.703 unmatched trap received from "192.168.1.129": 19:47:23 2019/01/30 PDU INFO: community public requestid 1403430124 transactionid 527 receivedfrom UDP: [192.168.1.129]:58690->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4074791) 11:19:07.91 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.703 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.703 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.703 unmatched trap received from "192.168.1.129": 19:48:09 2019/01/30 PDU INFO: community public requestid 1077354518 version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 528 receivedfrom UDP: [192.168.1.129]:44661->[192.168.1.234]:162 messageid 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4079404) 11:19:54.04 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.703 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.703 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.703 unmatched trap received from "192.168.1.129": 19:49:08 2019/01/30 PDU INFO: requestid 1226092168 community public version 1 errorindex 0 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:38799->[192.168.1.234]:162 messageid 0 transactionid 529 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4085318) 11:20:53.18 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.703 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.703 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.703 unmatched trap received from "192.168.1.129": 19:50:07 2019/01/30 PDU INFO: version 1 errorindex 0 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:36856->[192.168.1.234]:162 messageid 0 transactionid 530 community public requestid 158151925 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4091232) 11:21:52.32 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.703 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.703 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.703 unmatched trap received from "192.168.1.129": 19:51:06 2019/01/30 PDU INFO: errorindex 0 version 1 messageid 0 receivedfrom UDP: [192.168.1.129]:55922->[192.168.1.234]:162 transactionid 531 notificationtype TRAP errorstatus 0 requestid 414714047 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4097147) 11:22:51.47 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.703 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.703 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.703 unmatched trap received from "192.168.1.129": 19:52:05 2019/01/30 PDU INFO: requestid 1351579122 community public version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 532 messageid 0 receivedfrom UDP: [192.168.1.129]:35523->[192.168.1.234]:162 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4103061) 11:23:50.61 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.703 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.703 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.703 unmatched trap received from "192.168.1.129": 19:53:05 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 533 messageid 0 receivedfrom UDP: [192.168.1.129]:43738->[192.168.1.234]:162 community public requestid 2139429112 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4108976) 11:24:49.76 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.703 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.703 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.703 unmatched trap received from "192.168.1.129": 19:53:49 2019/01/30 PDU INFO: requestid 1356613346 community public transactionid 534 receivedfrom UDP: [192.168.1.129]:55455->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4113388) 11:25:33.88 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.703 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.703 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.703 unmatched trap received from "192.168.1.129": 19:54:48 2019/01/30 PDU INFO: transactionid 535 receivedfrom UDP: [192.168.1.129]:43867->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP errorindex 0 version 1 community public requestid 1603481503 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4119302) 11:26:33.02 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.703 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.703 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.703 unmatched trap received from "192.168.1.129": 19:55:47 2019/01/30 PDU INFO: community public requestid 152556475 version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 536 receivedfrom UDP: [192.168.1.129]:48997->[192.168.1.234]:162 messageid 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4125223) 11:27:32.23 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.703 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.703 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.703 unmatched trap received from "192.168.1.129": 19:56:46 2019/01/30 PDU INFO: requestid 702439823 community public version 1 errorindex 0 notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:56592->[192.168.1.234]:162 transactionid 537 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4131138) 11:28:31.38 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.703 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.703 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.703 unmatched trap received from "192.168.1.129": 19:57:45 2019/01/30 PDU INFO: errorindex 0 version 1 receivedfrom UDP: [192.168.1.129]:59290->[192.168.1.234]:162 messageid 0 transactionid 538 notificationtype TRAP errorstatus 0 community public requestid 831105531 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4137051) 11:29:30.51 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.703 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.703 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.704 unmatched trap received from "192.168.1.129": 19:58:44 2019/01/30 PDU INFO: community public requestid 862198821 errorindex 0 version 1 receivedfrom UDP: [192.168.1.129]:58730->[192.168.1.234]:162 messageid 0 transactionid 539 notificationtype TRAP errorstatus 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4142965) 11:30:29.65 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.704 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.704 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.704 unmatched trap received from "192.168.1.129": 19:59:30 2019/01/30 PDU INFO: requestid 1380463164 community public errorindex 0 version 1 transactionid 540 messageid 0 receivedfrom UDP: [192.168.1.129]:48876->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4147478) 11:31:14.78 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.704 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.704 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.704 unmatched trap received from "192.168.1.129": 20:00:29 2019/01/30 PDU INFO: errorindex 0 version 1 transactionid 541 receivedfrom UDP: [192.168.1.129]:42347->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP requestid 1338064873 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4153393) 11:32:13.93 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.704 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.704 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.704 unmatched trap received from "192.168.1.129": 20:01:28 2019/01/30 PDU INFO: requestid 215838881 community public errorindex 0 version 1 transactionid 542 receivedfrom UDP: [192.168.1.129]:38853->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4159306) 11:33:13.06 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.704 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.704 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.704 unmatched trap received from "192.168.1.129": 20:02:27 2019/01/30 PDU INFO: requestid 1125743013 community public transactionid 543 messageid 0 receivedfrom UDP: [192.168.1.129]:54671->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4165221) 11:34:12.21 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.704 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.704 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.704 unmatched trap received from "192.168.1.129": 20:03:26 2019/01/30 PDU INFO: errorindex 0 version 1 receivedfrom UDP: [192.168.1.129]:53865->[192.168.1.234]:162 messageid 0 transactionid 544 notificationtype TRAP errorstatus 0 community public requestid 729657555 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4171134) 11:35:11.34 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.704 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.704 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.704 unmatched trap received from "192.168.1.129": 20:04:25 2019/01/30 PDU INFO: community public requestid 738995034 errorstatus 0 notificationtype TRAP transactionid 545 receivedfrom UDP: [192.168.1.129]:44854->[192.168.1.234]:162 messageid 0 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4177049) 11:36:10.49 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.704 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.704 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.704 unmatched trap received from "192.168.1.129": 20:05:10 2019/01/30 PDU INFO: requestid 1977959064 community public errorindex 0 version 1 transactionid 546 receivedfrom UDP: [192.168.1.129]:58752->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4181562) 11:36:55.62 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.704 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.704 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.704 unmatched trap received from "192.168.1.129": 20:06:10 2019/01/30 PDU INFO: errorindex 0 version 1 transactionid 547 messageid 0 receivedfrom UDP: [192.168.1.129]:56764->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP community public requestid 736916107 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4187476) 11:37:54.76 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.704 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.704 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.704 unmatched trap received from "192.168.1.129": 20:07:09 2019/01/30 PDU INFO: transactionid 548 receivedfrom UDP: [192.168.1.129]:36239->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP errorindex 0 version 1 requestid 492806381 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4193390) 11:38:53.90 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.704 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.704 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.704 unmatched trap received from "192.168.1.129": 20:08:08 2019/01/30 PDU INFO: community public requestid 197026706 version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 549 messageid 0 receivedfrom UDP: [192.168.1.129]:49172->[192.168.1.234]:162 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4199305) 11:39:53.05 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.704 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.704 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.704 unmatched trap received from "192.168.1.129": 20:09:07 2019/01/30 PDU INFO: messageid 0 receivedfrom UDP: [192.168.1.129]:60823->[192.168.1.234]:162 transactionid 550 notificationtype TRAP errorstatus 0 errorindex 0 version 1 requestid 1449148243 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4205220) 11:40:52.20 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.705 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.705 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.705 unmatched trap received from "192.168.1.129": 20:10:06 2019/01/30 PDU INFO: community public requestid 42106484 errorindex 0 version 1 transactionid 551 messageid 0 receivedfrom UDP: [192.168.1.129]:34947->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4211134) 11:41:51.34 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.705 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.705 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.705 unmatched trap received from "192.168.1.129": 20:10:51 2019/01/30 PDU INFO: community public requestid 187758639 errorindex 0 version 1 receivedfrom UDP: [192.168.1.129]:54329->[192.168.1.234]:162 messageid 0 transactionid 552 notificationtype TRAP errorstatus 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4215647) 11:42:36.47 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.705 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.705 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.705 unmatched trap received from "192.168.1.129": 20:11:50 2019/01/30 PDU INFO: notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:56827->[192.168.1.234]:162 transactionid 553 version 1 errorindex 0 requestid 241153564 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4221561) 11:43:35.61 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.705 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.705 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.705 unmatched trap received from "192.168.1.129": 20:12:50 2019/01/30 PDU INFO: transactionid 554 receivedfrom UDP: [192.168.1.129]:57893->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP errorindex 0 version 1 community public requestid 1916580178 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4227475) 11:44:34.75 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2567:20190130:204719.705 type:0 value_type:3 2567:20190130:204719.705 interfaceid:408 port:'' 2567:20190130:204719.705 state:0 error:'' 2567:20190130:204719.705 flags:0 status:1 2567:20190130:204719.705 valuemapid:0 2567:20190130:204719.705 lastlogsize:0 mtime:0 2567:20190130:204719.705 delay:'10m' nextcheck:0 lastclock:0 2567:20190130:204719.705 data_expected_from:1548866839 2567:20190130:204719.705 history:1 2567:20190130:204719.705 poller_type:255 location:0 2567:20190130:204719.705 inventory_link:0 2567:20190130:204719.705 priority:1 schedulable:1 2567:20190130:204719.705 units:'' trends:1 2567:20190130:204719.705 itemid:54260 hostid:10564 key:'proc.num[ripngd,quagga]' 2567:20190130:204719.705 type:0 value_type:3 2567:20190130:204719.705 interfaceid:408 port:'' 2567:20190130:204719.705 state:0 error:'' 2567:20190130:204719.705 flags:0 status:1 2567:20190130:204719.705 valuemapid:0 2567:20190130:204719.705 lastlogsize:0 mtime:0 2567:20190130:204719.705 delay:'10m' nextcheck:0 lastclock:0 2567:20190130:204719.705 data_expected_from:1548866839 2567:20190130:204719.705 history:1 2567:20190130:204719.705 poller_type:255 location:0 2567:20190130:204719.706 inventory_link:0 2567:20190130:204719.706 priority:1 schedulable:1 2567:20190130:204719.706 units:'' trends:1 2567:20190130:204719.706 itemid:54261 hostid:10564 key:'proc.num[zebra,quagga]' 2567:20190130:204719.706 type:0 value_type:3 2567:20190130:204719.706 interfaceid:408 port:'' 2567:20190130:204719.706 state:0 error:'' 2567:20190130:204719.706 flags:0 status:1 2567:20190130:204719.706 valuemapid:0 2567:20190130:204719.706 lastlogsize:0 mtime:0 2567:20190130:204719.706 delay:'10m' nextcheck:0 lastclock:0 2567:20190130:204719.706 data_expected_from:1548866839 2567:20190130:204719.706 history:1 2567:20190130:204719.706 poller_type:255 location:0 2567:20190130:204719.706 inventory_link:0 2567:20190130:204719.706 priority:1 schedulable:1 2567:20190130:204719.706 units:'' trends:1 2567:20190130:204719.706 itemid:54262 hostid:10564 key:'system.boottime' 2567:20190130:204719.706 type:0 value_type:3 2567:20190130:204719.706 interfaceid:408 port:'' 2567:20190130:204719.706 state:0 error:'' 2567:20190130:204719.706 flags:0 status:0 2567:20190130:204719.706 valuemapid:0 2567:20190130:204719.706 lastlogsize:0 mtime:0 2567:20190130:204719.706 delay:'10m' nextcheck:1548867262 lastclock:0 2567:20190130:204719.706 data_expected_from:1548866839 2567:20190130:204719.706 history:1 2567:20190130:204719.706 poller_type:0 location:1 2567:20190130:204719.706 inventory_link:0 2567:20190130:204719.706 priority:1 schedulable:1 2567:20190130:204719.706 units:'' trends:1 2567:20190130:204719.706 itemid:54263 hostid:10564 key:'system.cpu.intr' 2567:20190130:204719.706 type:0 value_type:3 2567:20190130:204719.706 interfaceid:408 port:'' 2567:20190130:204719.706 state:0 error:'' 2567:20190130:204719.706 flags:0 status:0 2567:20190130:204719.706 valuemapid:0 2567:20190130:204719.706 lastlogsize:0 mtime:0 2567:20190130:204719.706 delay:'1m' nextcheck:1548866843 lastclock:0 2567:20190130:204719.706 data_expected_from:1548866839 2567:20190130:204719.706 history:1 2567:20190130:204719.706 poller_type:0 location:1 2567:20190130:204719.706 inventory_link:0 2567:20190130:204719.706 priority:1 schedulable:1 2567:20190130:204719.706 units:'' trends:1 2567:20190130:204719.706 itemid:54264 hostid:10564 key:'system.cpu.load[percpu,avg15]' 2567:20190130:204719.706 type:0 value_type:0 2567:20190130:204719.707 interfaceid:408 port:'' 2567:20190130:204719.707 state:0 error:'' 2567:20190130:204719.707 flags:0 status:0 2567:20190130:204719.707 valuemapid:0 2567:20190130:204719.707 lastlogsize:0 mtime:0 2567:20190130:204719.707 delay:'1m' nextcheck:1548866844 lastclock:0 2567:20190130:204719.707 data_expected_from:1548866839 2567:20190130:204719.707 history:1 2567:20190130:204719.707 poller_type:0 location:1 2567:20190130:204719.707 inventory_link:0 2567:20190130:204719.707 priority:1 schedulable:1 2567:20190130:204719.707 units:'' trends:1 2567:20190130:204719.707 itemid:54265 hostid:10564 key:'system.cpu.load[percpu,avg1]' 2567:20190130:204719.707 type:0 value_type:0 2567:20190130:204719.707 interfaceid:408 port:'' 2567:20190130:204719.707 state:0 error:'' 2567:20190130:204719.707 flags:0 status:0 2567:20190130:204719.707 valuemapid:0 2567:20190130:204719.707 lastlogsize:0 mtime:0 2567:20190130:204719.707 delay:'1m' nextcheck:1548866845 lastclock:0 2567:20190130:204719.707 data_expected_from:1548866839 2567:20190130:204719.707 history:1 2567:20190130:204719.707 poller_type:0 location:1 2567:20190130:204719.707 inventory_link:0 2567:20190130:204719.707 priority:1 schedulable:1 2567:20190130:204719.707 units:'' trends:1 2567:20190130:204719.707 itemid:54266 hostid:10564 key:'system.cpu.load[percpu,avg5]' 2567:20190130:204719.707 type:0 value_type:0 2567:20190130:204719.707 interfaceid:408 port:'' 2567:20190130:204719.707 state:0 error:'' 2567:20190130:204719.707 flags:0 status:0 2567:20190130:204719.707 valuemapid:0 2567:20190130:204719.707 lastlogsize:0 mtime:0 2567:20190130:204719.707 delay:'1m' nextcheck:1548866846 lastclock:0 2567:20190130:204719.707 data_expected_from:1548866839 2567:20190130:204719.707 history:1 2567:20190130:204719.707 poller_type:0 location:1 2567:20190130:204719.707 inventory_link:0 2567:20190130:204719.707 priority:1 schedulable:1 2567:20190130:204719.707 units:'' trends:1 2567:20190130:204719.707 itemid:54267 hostid:10564 key:'system.cpu.switches' 2567:20190130:204719.707 type:0 value_type:3 2567:20190130:204719.707 interfaceid:408 port:'' 2567:20190130:204719.707 state:0 error:'' 2567:20190130:204719.707 flags:0 status:0 2567:20190130:204719.707 valuemapid:0 2567:20190130:204719.707 lastlogsize:0 mtime:0 2567:20190130:204719.707 delay:'1m' nextcheck:1548866847 lastclock:0 2567:20190130:204719.708 data_expected_from:1548866839 2567:20190130:204719.708 history:1 2567:20190130:204719.708 poller_type:0 location:1 2567:20190130:204719.708 inventory_link:0 2567:20190130:204719.708 priority:1 schedulable:1 2567:20190130:204719.708 units:'' trends:1 2567:20190130:204719.708 itemid:54268 hostid:10564 key:'system.cpu.util[,idle]' 2567:20190130:204719.708 type:0 value_type:0 2567:20190130:204719.708 interfaceid:408 port:'' 2567:20190130:204719.708 state:0 error:'' 2567:20190130:204719.708 flags:0 status:0 2567:20190130:204719.708 valuemapid:0 2567:20190130:204719.708 lastlogsize:0 mtime:0 2567:20190130:204719.708 delay:'1m' nextcheck:1548866848 lastclock:0 2567:20190130:204719.708 data_expected_from:1548866839 2567:20190130:204719.708 history:1 2567:20190130:204719.708 poller_type:0 location:1 2567:20190130:204719.708 inventory_link:0 2567:20190130:204719.708 priority:1 schedulable:1 2567:20190130:204719.708 units:'' trends:1 2567:20190130:204719.708 itemid:54269 hostid:10564 key:'system.cpu.util[,interrupt]' 2567:20190130:204719.708 type:0 value_type:0 2567:20190130:204719.708 interfaceid:408 port:'' 2567:20190130:204719.708 state:0 error:'' 2567:20190130:204719.708 flags:0 status:0 2567:20190130:204719.708 valuemapid:0 2567:20190130:204719.708 lastlogsize:0 mtime:0 2567:20190130:204719.708 delay:'1m' nextcheck:1548866849 lastclock:0 2567:20190130:204719.708 data_expected_from:1548866839 2567:20190130:204719.708 history:1 2567:20190130:204719.708 poller_type:0 location:1 2567:20190130:204719.708 inventory_link:0 2567:20190130:204719.708 priority:1 schedulable:1 2567:20190130:204719.708 units:'' trends:1 2567:20190130:204719.708 itemid:54270 hostid:10564 key:'system.cpu.util[,iowait]' 2567:20190130:204719.708 type:0 value_type:0 2567:20190130:204719.708 interfaceid:408 port:'' 2567:20190130:204719.708 state:0 error:'' 2567:20190130:204719.708 flags:0 status:0 2567:20190130:204719.708 valuemapid:0 2567:20190130:204719.708 lastlogsize:0 mtime:0 2567:20190130:204719.708 delay:'1m' nextcheck:1548866850 lastclock:0 2567:20190130:204719.708 data_expected_from:1548866839 2567:20190130:204719.708 history:1 2567:20190130:204719.708 poller_type:0 location:1 2567:20190130:204719.708 inventory_link:0 2567:20190130:204719.708 priority:1 schedulable:1 2567:20190130:204719.709 units:'' trends:1 2567:20190130:204719.709 itemid:54271 hostid:10564 key:'system.cpu.util[,nice]' 2567:20190130:204719.709 type:0 value_type:0 2567:20190130:204719.709 interfaceid:408 port:'' 2567:20190130:204719.709 state:0 error:'' 2567:20190130:204719.709 flags:0 status:0 2567:20190130:204719.709 valuemapid:0 2567:20190130:204719.709 lastlogsize:0 mtime:0 2567:20190130:204719.709 delay:'1m' nextcheck:1548866851 lastclock:0 2567:20190130:204719.709 data_expected_from:1548866839 2567:20190130:204719.709 history:1 2567:20190130:204719.709 poller_type:0 location:1 2567:20190130:204719.709 inventory_link:0 2567:20190130:204719.709 priority:1 schedulable:1 2567:20190130:204719.709 units:'' trends:1 2567:20190130:204719.709 itemid:54272 hostid:10564 key:'system.cpu.util[,softirq]' 2567:20190130:204719.709 type:0 value_type:0 2577:20190130:204719.709 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.709 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.709 unmatched trap received from "192.168.1.129": 20:13:49 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 555 receivedfrom UDP: [192.168.1.129]:59073->[192.168.1.234]:162 messageid 0 requestid 386624892 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4233390) 11:45:33.90 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.709 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.709 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.709 unmatched trap received from "192.168.1.129": 20:14:48 2019/01/30 PDU INFO: community public requestid 1078229339 transactionid 556 receivedfrom UDP: [192.168.1.129]:60780->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4239304) 11:46:33.04 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.709 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.709 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.709 unmatched trap received from "192.168.1.129": 20:15:47 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 557 receivedfrom UDP: [192.168.1.129]:36029->[192.168.1.234]:162 messageid 0 community public requestid 486109642 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4245218) 11:47:32.18 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.709 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.709 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.709 unmatched trap received from "192.168.1.129": 20:16:31 2019/01/30 PDU INFO: requestid 1955841217 community public errorstatus 0 notificationtype TRAP transactionid 558 receivedfrom UDP: [192.168.1.129]:51057->[192.168.1.234]:162 messageid 0 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4249633) 11:48:16.33 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.709 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.709 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.709 unmatched trap received from "192.168.1.129": 20:17:30 2019/01/30 PDU INFO: receivedfrom UDP: [192.168.1.129]:36325->[192.168.1.234]:162 messageid 0 transactionid 559 notificationtype TRAP errorstatus 0 errorindex 0 version 1 requestid 1102718831 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4255547) 11:49:15.47 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.709 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.709 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.709 unmatched trap received from "192.168.1.129": 20:18:29 2019/01/30 PDU INFO: errorindex 0 version 1 transactionid 560 receivedfrom UDP: [192.168.1.129]:35023->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP community public requestid 1154050016 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4261460) 11:50:14.60 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.710 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.710 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.710 unmatched trap received from "192.168.1.129": 20:19:29 2019/01/30 PDU INFO: community public requestid 631347414 errorindex 0 version 1 transactionid 561 receivedfrom UDP: [192.168.1.129]:39619->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4267373) 11:51:13.73 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.710 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.710 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.710 unmatched trap received from "192.168.1.129": 20:20:28 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 562 receivedfrom UDP: [192.168.1.129]:58941->[192.168.1.234]:162 messageid 0 community public requestid 850088139 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4273286) 11:52:12.86 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.710 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.710 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.710 unmatched trap received from "192.168.1.129": 20:21:27 2019/01/30 PDU INFO: errorindex 0 version 1 messageid 0 receivedfrom UDP: [192.168.1.129]:56307->[192.168.1.234]:162 transactionid 563 notificationtype TRAP errorstatus 0 community public requestid 988326988 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4279201) 11:53:12.01 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.710 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.710 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.710 unmatched trap received from "192.168.1.129": 20:22:12 2019/01/30 PDU INFO: requestid 990090091 community public receivedfrom UDP: [192.168.1.129]:51772->[192.168.1.234]:162 messageid 0 transactionid 564 notificationtype TRAP errorstatus 0 errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4283713) 11:53:57.13 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.710 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.710 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.710 unmatched trap received from "192.168.1.129": 20:23:11 2019/01/30 PDU INFO: errorindex 0 version 1 transactionid 565 messageid 0 receivedfrom UDP: [192.168.1.129]:48863->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP community public requestid 203613883 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4289628) 11:54:56.28 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.710 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.710 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.710 unmatched trap received from "192.168.1.129": 20:24:10 2019/01/30 PDU INFO: community public requestid 523179546 version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 566 receivedfrom UDP: [192.168.1.129]:56895->[192.168.1.234]:162 messageid 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4295541) 11:55:55.41 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.710 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.710 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.710 unmatched trap received from "192.168.1.129": 20:25:09 2019/01/30 PDU INFO: requestid 2020770964 community public version 1 errorindex 0 notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:52857->[192.168.1.234]:162 transactionid 567 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4301456) 11:56:54.56 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.710 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.710 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.710 unmatched trap received from "192.168.1.129": 20:26:08 2019/01/30 PDU INFO: requestid 1335088159 community public version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 568 receivedfrom UDP: [192.168.1.129]:53752->[192.168.1.234]:162 messageid 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4307370) 11:57:53.70 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.710 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.710 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.710 unmatched trap received from "192.168.1.129": 20:27:07 2019/01/30 PDU INFO: community public requestid 1839522953 version 1 errorindex 0 notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:58578->[192.168.1.234]:162 transactionid 569 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4313283) 11:58:52.83 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.710 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.710 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.710 unmatched trap received from "192.168.1.129": 20:27:53 2019/01/30 PDU INFO: errorindex 0 version 1 transactionid 570 messageid 0 receivedfrom UDP: [192.168.1.129]:48881->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP community public requestid 1528870508 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4317797) 11:59:37.97 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.710 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.710 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.710 unmatched trap received from "192.168.1.129": 20:28:52 2019/01/30 PDU INFO: community public requestid 2058046876 receivedfrom UDP: [192.168.1.129]:37378->[192.168.1.234]:162 messageid 0 transactionid 571 notificationtype TRAP errorstatus 0 errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4323711) 12:00:37.11 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.710 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.710 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.711 unmatched trap received from "192.168.1.129": 20:29:51 2019/01/30 PDU INFO: requestid 681063275 community public errorstatus 0 notificationtype TRAP transactionid 572 messageid 0 receivedfrom UDP: [192.168.1.129]:54100->[192.168.1.234]:162 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4329626) 12:01:36.26 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.711 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.711 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.711 unmatched trap received from "192.168.1.129": 20:30:50 2019/01/30 PDU INFO: errorindex 0 version 1 transactionid 573 messageid 0 receivedfrom UDP: [192.168.1.129]:57873->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP community public requestid 87645304 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4335539) 12:02:35.39 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.711 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.711 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.711 unmatched trap received from "192.168.1.129": 20:31:49 2019/01/30 PDU INFO: transactionid 574 messageid 0 receivedfrom UDP: [192.168.1.129]:53245->[192.168.1.234]:162 errorstatus 0 notificationtype TRAP errorindex 0 version 1 community public requestid 2067308826 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4341453) 12:03:34.53 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.711 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.711 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.711 unmatched trap received from "192.168.1.129": 20:32:48 2019/01/30 PDU INFO: notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:43135->[192.168.1.234]:162 transactionid 575 version 1 errorindex 0 requestid 1995717522 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4347367) 12:04:33.67 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.711 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.711 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.711 unmatched trap received from "192.168.1.129": 20:33:33 2019/01/30 PDU INFO: community public requestid 1512619420 messageid 0 receivedfrom UDP: [192.168.1.129]:46852->[192.168.1.234]:162 transactionid 576 notificationtype TRAP errorstatus 0 errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4351881) 12:05:18.81 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.711 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.711 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.711 unmatched trap received from "192.168.1.129": 20:34:32 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 577 messageid 0 receivedfrom UDP: [192.168.1.129]:42080->[192.168.1.234]:162 community public requestid 1887225626 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4357795) 12:06:17.95 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.711 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.711 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.711 unmatched trap received from "192.168.1.129": 20:35:31 2019/01/30 PDU INFO: requestid 221321602 community public notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:43785->[192.168.1.234]:162 messageid 0 transactionid 578 version 1 errorindex 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4363708) 12:07:17.08 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.711 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.711 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.711 unmatched trap received from "192.168.1.129": 20:36:31 2019/01/30 PDU INFO: receivedfrom UDP: [192.168.1.129]:44721->[192.168.1.234]:162 messageid 0 transactionid 579 notificationtype TRAP errorstatus 0 errorindex 0 version 1 requestid 1980211665 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4369622) 12:08:16.22 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.711 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.711 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.711 unmatched trap received from "192.168.1.129": 20:37:30 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 580 receivedfrom UDP: [192.168.1.129]:46695->[192.168.1.234]:162 messageid 0 requestid 1077435977 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4375535) 12:09:15.35 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.711 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.711 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.711 unmatched trap received from "192.168.1.129": 20:38:29 2019/01/30 PDU INFO: messageid 0 receivedfrom UDP: [192.168.1.129]:52210->[192.168.1.234]:162 transactionid 581 notificationtype TRAP errorstatus 0 errorindex 0 version 1 community public requestid 1688708265 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4381450) 12:10:14.50 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.711 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.711 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.711 unmatched trap received from "192.168.1.129": 20:39:14 2019/01/30 PDU INFO: errorstatus 0 notificationtype TRAP transactionid 582 receivedfrom UDP: [192.168.1.129]:34827->[192.168.1.234]:162 messageid 0 version 1 errorindex 0 requestid 1109074580 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4385962) 12:10:59.62 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.711 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.711 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.711 unmatched trap received from "192.168.1.129": 20:40:13 2019/01/30 PDU INFO: requestid 1203825340 community public version 1 errorindex 0 notificationtype TRAP errorstatus 0 messageid 0 receivedfrom UDP: [192.168.1.129]:41827->[192.168.1.234]:162 transactionid 583 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4391876) 12:11:58.76 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.711 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.711 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.712 unmatched trap received from "192.168.1.129": 20:41:12 2019/01/30 PDU INFO: transactionid 584 receivedfrom UDP: [192.168.1.129]:57117->[192.168.1.234]:162 messageid 0 errorstatus 0 notificationtype TRAP errorindex 0 version 1 community public requestid 2121939895 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4397789) 12:12:57.89 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.712 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.712 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.712 unmatched trap received from "192.168.1.129": 20:42:11 2019/01/30 PDU INFO: community public requestid 1430549128 errorindex 0 version 1 receivedfrom UDP: [192.168.1.129]:36357->[192.168.1.234]:162 messageid 0 transactionid 585 notificationtype TRAP errorstatus 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4403703) 12:13:57.03 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.712 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.712 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.712 unmatched trap received from "192.168.1.129": 20:43:10 2019/01/30 PDU INFO: version 1 errorindex 0 notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:51200->[192.168.1.234]:162 messageid 0 transactionid 586 requestid 1020451473 community public VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4409616) 12:14:56.16 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.712 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.712 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.712 unmatched trap received from "192.168.1.129": 20:44:09 2019/01/30 PDU INFO: requestid 794115926 community public messageid 0 receivedfrom UDP: [192.168.1.129]:48299->[192.168.1.234]:162 transactionid 587 notificationtype TRAP errorstatus 0 errorindex 0 version 1 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4415531) 12:15:55.31 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.712 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.712 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.712 unmatched trap received from "192.168.1.129": 20:44:55 2019/01/30 PDU INFO: notificationtype TRAP errorstatus 0 receivedfrom UDP: [192.168.1.129]:53829->[192.168.1.234]:162 messageid 0 transactionid 588 version 1 errorindex 0 community public requestid 1096550746 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4420043) 12:16:40.43 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.712 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204719.712 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204719.712 unmatched trap received from "192.168.1.129": 20:45:54 2019/01/30 PDU INFO: version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 589 messageid 0 receivedfrom UDP: [192.168.1.129]:51225->[192.168.1.234]:162 community public requestid 1219870261 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4425958) 12:17:39.58 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204719.712 End of read_traps() 2577:20190130:204719.712 __zbx_zbx_setproctitle() title:'snmp trapper [processed data in 0.290405 sec, idle 1 sec]' 2567:20190130:204719.712 interfaceid:408 port:'' 2567:20190130:204719.712 state:0 error:'' 2567:20190130:204719.712 flags:0 status:0 2567:20190130:204719.712 valuemapid:0 2567:20190130:204719.712 lastlogsize:0 mtime:0 2567:20190130:204719.712 delay:'1m' nextcheck:1548866852 lastclock:0 2567:20190130:204719.712 data_expected_from:1548866839 2567:20190130:204719.712 history:1 2567:20190130:204719.712 poller_type:0 location:1 2567:20190130:204719.712 inventory_link:0 2567:20190130:204719.712 priority:1 schedulable:1 2567:20190130:204719.712 units:'' trends:1 2567:20190130:204719.712 itemid:54273 hostid:10564 key:'system.cpu.util[,steal]' 2567:20190130:204719.712 type:0 value_type:0 2567:20190130:204719.712 interfaceid:408 port:'' 2567:20190130:204719.713 state:0 error:'' 2567:20190130:204719.713 flags:0 status:0 2567:20190130:204719.713 valuemapid:0 2567:20190130:204719.713 lastlogsize:0 mtime:0 2567:20190130:204719.713 delay:'1m' nextcheck:1548866853 lastclock:0 2567:20190130:204719.713 data_expected_from:1548866839 2567:20190130:204719.713 history:1 2567:20190130:204719.713 poller_type:0 location:1 2567:20190130:204719.713 inventory_link:0 2567:20190130:204719.713 priority:1 schedulable:1 2567:20190130:204719.713 units:'' trends:1 2567:20190130:204719.713 itemid:54274 hostid:10564 key:'system.cpu.util[,system]' 2567:20190130:204719.713 type:0 value_type:0 2567:20190130:204719.713 interfaceid:408 port:'' 2567:20190130:204719.713 state:0 error:'' 2567:20190130:204719.713 flags:0 status:0 2567:20190130:204719.713 valuemapid:0 2567:20190130:204719.713 lastlogsize:0 mtime:0 2567:20190130:204719.713 delay:'1m' nextcheck:1548866854 lastclock:0 2567:20190130:204719.713 data_expected_from:1548866839 2567:20190130:204719.713 history:1 2567:20190130:204719.713 poller_type:0 location:1 2567:20190130:204719.713 inventory_link:0 2567:20190130:204719.713 priority:1 schedulable:1 2567:20190130:204719.713 units:'' trends:1 2567:20190130:204719.713 itemid:54275 hostid:10564 key:'system.cpu.util[,user]' 2567:20190130:204719.713 type:0 value_type:0 2567:20190130:204719.713 interfaceid:408 port:'' 2567:20190130:204719.713 state:0 error:'' 2567:20190130:204719.713 flags:0 status:0 2567:20190130:204719.713 valuemapid:0 2567:20190130:204719.713 lastlogsize:0 mtime:0 2567:20190130:204719.713 delay:'1m' nextcheck:1548866855 lastclock:0 2567:20190130:204719.713 data_expected_from:1548866839 2567:20190130:204719.713 history:1 2567:20190130:204719.713 poller_type:0 location:1 2567:20190130:204719.713 inventory_link:0 2567:20190130:204719.713 priority:1 schedulable:1 2567:20190130:204719.713 units:'' trends:1 2567:20190130:204719.713 itemid:54276 hostid:10564 key:'system.hostname' 2567:20190130:204719.713 type:0 value_type:1 2567:20190130:204719.713 interfaceid:408 port:'' 2567:20190130:204719.713 state:0 error:'' 2567:20190130:204719.714 flags:0 status:0 2567:20190130:204719.714 valuemapid:0 2567:20190130:204719.714 lastlogsize:0 mtime:0 2567:20190130:204719.714 delay:'1h' nextcheck:1548867876 lastclock:0 2567:20190130:204719.714 data_expected_from:1548866839 2567:20190130:204719.714 history:1 2567:20190130:204719.714 poller_type:0 location:1 2567:20190130:204719.714 inventory_link:0 2567:20190130:204719.714 priority:1 schedulable:1 2567:20190130:204719.714 itemid:54277 hostid:10564 key:'system.localtime' 2567:20190130:204719.714 type:0 value_type:3 2567:20190130:204719.714 interfaceid:408 port:'' 2567:20190130:204719.714 state:0 error:'' 2567:20190130:204719.714 flags:0 status:0 2567:20190130:204719.714 valuemapid:0 2567:20190130:204719.714 lastlogsize:0 mtime:0 2567:20190130:204719.714 delay:'1m' nextcheck:1548866857 lastclock:0 2567:20190130:204719.714 data_expected_from:1548866839 2567:20190130:204719.714 history:1 2567:20190130:204719.714 poller_type:0 location:1 2567:20190130:204719.714 inventory_link:0 2567:20190130:204719.714 priority:1 schedulable:1 2567:20190130:204719.714 units:'' trends:1 2567:20190130:204719.714 itemid:54278 hostid:10564 key:'system.swap.size[,free]' 2567:20190130:204719.714 type:0 value_type:3 2567:20190130:204719.714 interfaceid:408 port:'' 2567:20190130:204719.714 state:0 error:'' 2567:20190130:204719.714 flags:0 status:0 2567:20190130:204719.714 valuemapid:0 2567:20190130:204719.714 lastlogsize:0 mtime:0 2567:20190130:204719.714 delay:'1m' nextcheck:1548866858 lastclock:0 2567:20190130:204719.714 data_expected_from:1548866839 2567:20190130:204719.714 history:1 2567:20190130:204719.714 poller_type:0 location:1 2567:20190130:204719.714 inventory_link:0 2567:20190130:204719.714 priority:1 schedulable:1 2567:20190130:204719.714 units:'' trends:1 2567:20190130:204719.714 itemid:54279 hostid:10564 key:'system.swap.size[,pfree]' 2567:20190130:204719.714 type:0 value_type:0 2567:20190130:204719.714 interfaceid:408 port:'' 2567:20190130:204719.714 state:0 error:'' 2567:20190130:204719.714 flags:0 status:0 2567:20190130:204719.714 valuemapid:0 2567:20190130:204719.714 lastlogsize:0 mtime:0 2567:20190130:204719.714 delay:'1m' nextcheck:1548866859 lastclock:0 2567:20190130:204719.714 data_expected_from:1548866839 2567:20190130:204719.714 history:1 2567:20190130:204719.715 poller_type:0 location:1 2567:20190130:204719.715 inventory_link:0 2567:20190130:204719.715 priority:1 schedulable:1 2567:20190130:204719.715 units:'' trends:1 2567:20190130:204719.715 itemid:54280 hostid:10564 key:'system.swap.size[,total]' 2567:20190130:204719.715 type:0 value_type:3 2567:20190130:204719.715 interfaceid:408 port:'' 2567:20190130:204719.715 state:0 error:'' 2567:20190130:204719.715 flags:0 status:0 2567:20190130:204719.715 valuemapid:0 2567:20190130:204719.715 lastlogsize:0 mtime:0 2567:20190130:204719.715 delay:'1h' nextcheck:1548867880 lastclock:0 2567:20190130:204719.715 data_expected_from:1548866839 2567:20190130:204719.715 history:1 2567:20190130:204719.715 poller_type:0 location:1 2567:20190130:204719.715 inventory_link:0 2567:20190130:204719.715 priority:1 schedulable:1 2567:20190130:204719.715 units:'' trends:1 2567:20190130:204719.715 itemid:54281 hostid:10564 key:'system.uname' 2567:20190130:204719.715 type:0 value_type:1 2567:20190130:204719.715 interfaceid:408 port:'' 2567:20190130:204719.715 state:0 error:'' 2567:20190130:204719.715 flags:0 status:0 2567:20190130:204719.715 valuemapid:0 2567:20190130:204719.715 lastlogsize:0 mtime:0 2567:20190130:204719.715 delay:'1h' nextcheck:1548867881 lastclock:0 2567:20190130:204719.715 data_expected_from:1548866839 2567:20190130:204719.715 history:1 2567:20190130:204719.715 poller_type:0 location:1 2567:20190130:204719.715 inventory_link:0 2567:20190130:204719.715 priority:1 schedulable:1 2567:20190130:204719.715 itemid:54282 hostid:10564 key:'system.uptime' 2567:20190130:204719.715 type:0 value_type:3 2567:20190130:204719.715 interfaceid:408 port:'' 2567:20190130:204719.715 state:0 error:'' 2567:20190130:204719.715 flags:0 status:0 2567:20190130:204719.715 valuemapid:0 2567:20190130:204719.715 lastlogsize:0 mtime:0 2567:20190130:204719.715 delay:'10m' nextcheck:1548867282 lastclock:0 2567:20190130:204719.715 data_expected_from:1548866839 2567:20190130:204719.715 history:1 2567:20190130:204719.715 poller_type:0 location:1 2567:20190130:204719.715 inventory_link:0 2567:20190130:204719.715 priority:1 schedulable:1 2567:20190130:204719.715 units:'' trends:1 2567:20190130:204719.715 itemid:54283 hostid:10564 key:'system.users.num' 2567:20190130:204719.715 type:0 value_type:3 2567:20190130:204719.715 interfaceid:408 port:'' 2567:20190130:204719.716 state:0 error:'' 2567:20190130:204719.716 flags:0 status:0 2567:20190130:204719.716 valuemapid:0 2567:20190130:204719.716 lastlogsize:0 mtime:0 2567:20190130:204719.716 delay:'1m' nextcheck:1548866863 lastclock:0 2567:20190130:204719.716 data_expected_from:1548866839 2567:20190130:204719.716 history:1 2567:20190130:204719.716 poller_type:0 location:1 2567:20190130:204719.716 inventory_link:0 2567:20190130:204719.716 priority:1 schedulable:1 2567:20190130:204719.716 units:'' trends:1 2567:20190130:204719.716 itemid:54284 hostid:10564 key:'vfs.file.cksum[/config/config.boot]' 2567:20190130:204719.716 type:0 value_type:3 2567:20190130:204719.716 interfaceid:408 port:'' 2567:20190130:204719.716 state:0 error:'' 2567:20190130:204719.716 flags:0 status:0 2567:20190130:204719.716 valuemapid:0 2567:20190130:204719.716 lastlogsize:0 mtime:0 2567:20190130:204719.716 delay:'1h' nextcheck:1548867884 lastclock:0 2567:20190130:204719.716 data_expected_from:1548866839 2567:20190130:204719.716 history:1 2567:20190130:204719.716 poller_type:0 location:1 2567:20190130:204719.716 inventory_link:0 2567:20190130:204719.716 priority:1 schedulable:1 2567:20190130:204719.716 units:'' trends:1 2567:20190130:204719.716 itemid:54285 hostid:10564 key:'vfs.file.cksum[/etc/passwd]' 2567:20190130:204719.716 type:0 value_type:3 2567:20190130:204719.716 interfaceid:408 port:'' 2567:20190130:204719.716 state:0 error:'' 2567:20190130:204719.716 flags:0 status:0 2567:20190130:204719.716 valuemapid:0 2567:20190130:204719.716 lastlogsize:0 mtime:0 2567:20190130:204719.716 delay:'1h' nextcheck:1548867885 lastclock:0 2567:20190130:204719.716 data_expected_from:1548866839 2567:20190130:204719.716 history:1 2567:20190130:204719.716 poller_type:0 location:1 2567:20190130:204719.716 inventory_link:0 2567:20190130:204719.716 priority:1 schedulable:1 2567:20190130:204719.716 units:'' trends:1 2567:20190130:204719.716 itemid:54286 hostid:10564 key:'vm.memory.size[available]' 2567:20190130:204719.716 type:0 value_type:3 2567:20190130:204719.716 interfaceid:408 port:'' 2567:20190130:204719.716 state:0 error:'' 2567:20190130:204719.716 flags:0 status:0 2567:20190130:204719.716 valuemapid:0 2567:20190130:204719.716 lastlogsize:0 mtime:0 2567:20190130:204719.716 delay:'1m' nextcheck:1548866866 lastclock:0 2567:20190130:204719.716 data_expected_from:1548866839 2567:20190130:204719.717 history:1 2567:20190130:204719.717 poller_type:0 location:1 2567:20190130:204719.717 inventory_link:0 2567:20190130:204719.717 priority:1 schedulable:1 2567:20190130:204719.717 units:'' trends:1 2567:20190130:204719.717 itemid:54287 hostid:10564 key:'vm.memory.size[total]' 2567:20190130:204719.717 type:0 value_type:3 2567:20190130:204719.717 interfaceid:408 port:'' 2567:20190130:204719.717 state:0 error:'' 2567:20190130:204719.717 flags:0 status:0 2567:20190130:204719.717 valuemapid:0 2567:20190130:204719.717 lastlogsize:0 mtime:0 2567:20190130:204719.717 delay:'1h' nextcheck:1548867887 lastclock:0 2567:20190130:204719.717 data_expected_from:1548866839 2567:20190130:204719.717 history:1 2567:20190130:204719.717 poller_type:0 location:1 2567:20190130:204719.717 inventory_link:0 2567:20190130:204719.717 priority:1 schedulable:1 2567:20190130:204719.717 units:'' trends:1 2567:20190130:204719.717 itemid:54433 hostid:10564 key:'net.if.in[eth0]' 2567:20190130:204719.717 type:0 value_type:3 2567:20190130:204719.717 interfaceid:408 port:'' 2567:20190130:204719.717 state:0 error:'' 2567:20190130:204719.717 flags:4 status:0 2567:20190130:204719.717 valuemapid:0 2567:20190130:204719.717 lastlogsize:0 mtime:0 2567:20190130:204719.717 delay:'1m' nextcheck:1548866893 lastclock:0 2567:20190130:204719.717 data_expected_from:1548866839 2567:20190130:204719.717 history:1 2567:20190130:204719.717 poller_type:0 location:1 2567:20190130:204719.717 inventory_link:0 2567:20190130:204719.717 priority:1 schedulable:1 2567:20190130:204719.717 units:'' trends:1 2567:20190130:204719.717 itemid:54434 hostid:10564 key:'net.if.in[vtun1]' 2567:20190130:204719.717 type:0 value_type:3 2567:20190130:204719.717 interfaceid:408 port:'' 2567:20190130:204719.717 state:0 error:'' 2567:20190130:204719.717 flags:4 status:0 2567:20190130:204719.717 valuemapid:0 2567:20190130:204719.717 lastlogsize:0 mtime:0 2567:20190130:204719.717 delay:'1m' nextcheck:1548866894 lastclock:0 2567:20190130:204719.717 data_expected_from:1548866839 2567:20190130:204719.717 history:1 2567:20190130:204719.717 poller_type:0 location:1 2567:20190130:204719.718 inventory_link:0 2567:20190130:204719.718 priority:1 schedulable:1 2567:20190130:204719.718 units:'' trends:1 2567:20190130:204719.718 itemid:54435 hostid:10564 key:'net.if.in[eth1]' 2567:20190130:204719.718 type:0 value_type:3 2567:20190130:204719.718 interfaceid:408 port:'' 2567:20190130:204719.718 state:0 error:'' 2567:20190130:204719.718 flags:4 status:0 2567:20190130:204719.718 valuemapid:0 2567:20190130:204719.718 lastlogsize:0 mtime:0 2567:20190130:204719.718 delay:'1m' nextcheck:1548866895 lastclock:0 2567:20190130:204719.718 data_expected_from:1548866839 2567:20190130:204719.718 history:1 2567:20190130:204719.718 poller_type:0 location:1 2567:20190130:204719.718 inventory_link:0 2567:20190130:204719.718 priority:1 schedulable:1 2567:20190130:204719.718 units:'' trends:1 2567:20190130:204719.718 itemid:54436 hostid:10564 key:'net.if.out[eth0]' 2567:20190130:204719.718 type:0 value_type:3 2567:20190130:204719.718 interfaceid:408 port:'' 2567:20190130:204719.718 state:0 error:'' 2567:20190130:204719.718 flags:4 status:0 2567:20190130:204719.718 valuemapid:0 2567:20190130:204719.718 lastlogsize:0 mtime:0 2567:20190130:204719.718 delay:'1m' nextcheck:1548866896 lastclock:0 2567:20190130:204719.718 data_expected_from:1548866839 2567:20190130:204719.718 history:1 2567:20190130:204719.718 poller_type:0 location:1 2567:20190130:204719.718 inventory_link:0 2567:20190130:204719.718 priority:1 schedulable:1 2567:20190130:204719.718 units:'' trends:1 2567:20190130:204719.718 itemid:54437 hostid:10564 key:'net.if.out[vtun1]' 2567:20190130:204719.718 type:0 value_type:3 2567:20190130:204719.718 interfaceid:408 port:'' 2567:20190130:204719.718 state:0 error:'' 2567:20190130:204719.718 flags:4 status:0 2567:20190130:204719.718 valuemapid:0 2567:20190130:204719.718 lastlogsize:0 mtime:0 2567:20190130:204719.718 delay:'1m' nextcheck:1548866897 lastclock:0 2567:20190130:204719.718 data_expected_from:1548866839 2567:20190130:204719.718 history:1 2567:20190130:204719.718 poller_type:0 location:1 2567:20190130:204719.718 inventory_link:0 2567:20190130:204719.718 priority:1 schedulable:1 2567:20190130:204719.718 units:'' trends:1 2567:20190130:204719.718 itemid:54438 hostid:10564 key:'net.if.out[eth1]' 2567:20190130:204719.718 type:0 value_type:3 2567:20190130:204719.719 interfaceid:408 port:'' 2567:20190130:204719.719 state:0 error:'' 2567:20190130:204719.719 flags:4 status:0 2567:20190130:204719.719 valuemapid:0 2567:20190130:204719.719 lastlogsize:0 mtime:0 2567:20190130:204719.719 delay:'1m' nextcheck:1548866898 lastclock:0 2567:20190130:204719.719 data_expected_from:1548866839 2567:20190130:204719.719 history:1 2567:20190130:204719.719 poller_type:0 location:1 2567:20190130:204719.719 inventory_link:0 2567:20190130:204719.719 priority:1 schedulable:1 2567:20190130:204719.719 units:'' trends:1 2567:20190130:204719.719 itemid:54439 hostid:10564 key:'vfs.fs.inode[/lib/live/mount/persistence,pfree]' 2567:20190130:204719.719 type:0 value_type:0 2567:20190130:204719.719 interfaceid:408 port:'' 2567:20190130:204719.719 state:0 error:'' 2567:20190130:204719.719 flags:4 status:0 2567:20190130:204719.719 valuemapid:0 2567:20190130:204719.719 lastlogsize:0 mtime:0 2567:20190130:204719.719 delay:'1m' nextcheck:1548866899 lastclock:0 2567:20190130:204719.719 data_expected_from:1548866839 2567:20190130:204719.719 history:1 2567:20190130:204719.719 poller_type:0 location:1 2567:20190130:204719.719 inventory_link:0 2567:20190130:204719.719 priority:1 schedulable:1 2567:20190130:204719.719 units:'' trends:1 2567:20190130:204719.719 itemid:54440 hostid:10564 key:'vfs.fs.inode[/opt/vyatta/etc/config,pfree]' 2567:20190130:204719.719 type:0 value_type:0 2567:20190130:204719.719 interfaceid:408 port:'' 2567:20190130:204719.719 state:0 error:'' 2567:20190130:204719.719 flags:4 status:0 2567:20190130:204719.719 valuemapid:0 2567:20190130:204719.719 lastlogsize:0 mtime:0 2567:20190130:204719.719 delay:'1m' nextcheck:1548866840 lastclock:0 2567:20190130:204719.719 data_expected_from:1548866839 2567:20190130:204719.719 history:1 2567:20190130:204719.719 poller_type:0 location:1 2567:20190130:204719.719 inventory_link:0 2567:20190130:204719.719 priority:1 schedulable:1 2567:20190130:204719.719 units:'' trends:1 2567:20190130:204719.719 itemid:54441 hostid:10564 key:'vfs.fs.inode[/boot,pfree]' 2567:20190130:204719.719 type:0 value_type:0 2567:20190130:204719.719 interfaceid:408 port:'' 2567:20190130:204719.719 state:0 error:'' 2567:20190130:204719.719 flags:4 status:0 2567:20190130:204719.719 valuemapid:0 2567:20190130:204719.719 lastlogsize:0 mtime:0 2567:20190130:204719.719 delay:'1m' nextcheck:1548866841 lastclock:0 2567:20190130:204719.720 data_expected_from:1548866839 2567:20190130:204719.720 history:1 2567:20190130:204719.720 poller_type:0 location:1 2567:20190130:204719.720 inventory_link:0 2567:20190130:204719.720 priority:1 schedulable:1 2567:20190130:204719.720 units:'' trends:1 2567:20190130:204719.720 itemid:54442 hostid:10564 key:'vfs.fs.inode[/boot/grub,pfree]' 2567:20190130:204719.720 type:0 value_type:0 2567:20190130:204719.720 interfaceid:408 port:'' 2567:20190130:204719.720 state:0 error:'' 2567:20190130:204719.720 flags:4 status:0 2567:20190130:204719.720 valuemapid:0 2567:20190130:204719.720 lastlogsize:0 mtime:0 2567:20190130:204719.720 delay:'1m' nextcheck:1548866842 lastclock:0 2567:20190130:204719.720 data_expected_from:1548866839 2567:20190130:204719.720 history:1 2567:20190130:204719.720 poller_type:0 location:1 2567:20190130:204719.720 inventory_link:0 2567:20190130:204719.720 priority:1 schedulable:1 2567:20190130:204719.720 units:'' trends:1 2567:20190130:204719.720 itemid:54443 hostid:10564 key:'vfs.fs.inode[/lib/live/mount/persistence/boot/0.0.91/grub,pfree]' 2567:20190130:204719.720 type:0 value_type:0 2567:20190130:204719.720 interfaceid:408 port:'' 2567:20190130:204719.720 state:0 error:'' 2567:20190130:204719.720 flags:4 status:0 2567:20190130:204719.720 valuemapid:0 2567:20190130:204719.720 lastlogsize:0 mtime:0 2567:20190130:204719.720 delay:'1m' nextcheck:1548866843 lastclock:0 2567:20190130:204719.720 data_expected_from:1548866839 2567:20190130:204719.720 history:1 2567:20190130:204719.720 poller_type:0 location:1 2567:20190130:204719.720 inventory_link:0 2567:20190130:204719.720 priority:1 schedulable:1 2567:20190130:204719.720 units:'' trends:1 2567:20190130:204719.720 itemid:54444 hostid:10564 key:'vfs.fs.size[/lib/live/mount/persistence,free]' 2567:20190130:204719.720 type:0 value_type:3 2567:20190130:204719.720 interfaceid:408 port:'' 2567:20190130:204719.720 state:0 error:'' 2567:20190130:204719.720 flags:4 status:0 2567:20190130:204719.720 valuemapid:0 2567:20190130:204719.720 lastlogsize:0 mtime:0 2567:20190130:204719.720 delay:'1m' nextcheck:1548866844 lastclock:0 2567:20190130:204719.720 data_expected_from:1548866839 2567:20190130:204719.720 history:1 2567:20190130:204719.721 poller_type:0 location:1 2567:20190130:204719.721 inventory_link:0 2567:20190130:204719.721 priority:1 schedulable:1 2567:20190130:204719.721 units:'' trends:1 2567:20190130:204719.721 itemid:54445 hostid:10564 key:'vfs.fs.size[/opt/vyatta/etc/config,free]' 2567:20190130:204719.721 type:0 value_type:3 2567:20190130:204719.721 interfaceid:408 port:'' 2567:20190130:204719.721 state:0 error:'' 2567:20190130:204719.721 flags:4 status:0 2567:20190130:204719.721 valuemapid:0 2567:20190130:204719.721 lastlogsize:0 mtime:0 2567:20190130:204719.721 delay:'1m' nextcheck:1548866845 lastclock:0 2567:20190130:204719.721 data_expected_from:1548866839 2567:20190130:204719.721 history:1 2567:20190130:204719.721 poller_type:0 location:1 2567:20190130:204719.721 inventory_link:0 2567:20190130:204719.721 priority:1 schedulable:1 2567:20190130:204719.721 units:'' trends:1 2567:20190130:204719.721 itemid:54446 hostid:10564 key:'vfs.fs.size[/boot,free]' 2567:20190130:204719.721 type:0 value_type:3 2567:20190130:204719.721 interfaceid:408 port:'' 2567:20190130:204719.721 state:0 error:'' 2567:20190130:204719.721 flags:4 status:0 2567:20190130:204719.721 valuemapid:0 2567:20190130:204719.721 lastlogsize:0 mtime:0 2567:20190130:204719.721 delay:'1m' nextcheck:1548866846 lastclock:0 2567:20190130:204719.721 data_expected_from:1548866839 2567:20190130:204719.721 history:1 2567:20190130:204719.721 poller_type:0 location:1 2567:20190130:204719.721 inventory_link:0 2567:20190130:204719.721 priority:1 schedulable:1 2567:20190130:204719.721 units:'' trends:1 2567:20190130:204719.721 itemid:54447 hostid:10564 key:'vfs.fs.size[/boot/grub,free]' 2567:20190130:204719.721 type:0 value_type:3 2567:20190130:204719.721 interfaceid:408 port:'' 2567:20190130:204719.721 state:0 error:'' 2567:20190130:204719.722 flags:4 status:0 2567:20190130:204719.722 valuemapid:0 2567:20190130:204719.722 lastlogsize:0 mtime:0 2567:20190130:204719.722 delay:'1m' nextcheck:1548866847 lastclock:0 2567:20190130:204719.722 data_expected_from:1548866839 2567:20190130:204719.722 history:1 2567:20190130:204719.722 poller_type:0 location:1 2567:20190130:204719.722 inventory_link:0 2567:20190130:204719.722 priority:1 schedulable:1 2567:20190130:204719.722 units:'' trends:1 2567:20190130:204719.722 itemid:54448 hostid:10564 key:'vfs.fs.size[/lib/live/mount/persistence/boot/0.0.91/grub,free]' 2567:20190130:204719.722 type:0 value_type:3 2567:20190130:204719.722 interfaceid:408 port:'' 2567:20190130:204719.722 state:0 error:'' 2567:20190130:204719.722 flags:4 status:0 2567:20190130:204719.722 valuemapid:0 2567:20190130:204719.722 lastlogsize:0 mtime:0 2567:20190130:204719.722 delay:'1m' nextcheck:1548866848 lastclock:0 2567:20190130:204719.722 data_expected_from:1548866839 2567:20190130:204719.722 history:1 2567:20190130:204719.722 poller_type:0 location:1 2567:20190130:204719.722 inventory_link:0 2567:20190130:204719.722 priority:1 schedulable:1 2567:20190130:204719.722 units:'' trends:1 2567:20190130:204719.722 itemid:54449 hostid:10564 key:'vfs.fs.size[/lib/live/mount/persistence,pfree]' 2567:20190130:204719.722 type:0 value_type:0 2567:20190130:204719.722 interfaceid:408 port:'' 2567:20190130:204719.722 state:0 error:'' 2567:20190130:204719.722 flags:4 status:0 2567:20190130:204719.722 valuemapid:0 2567:20190130:204719.722 lastlogsize:0 mtime:0 2567:20190130:204719.722 delay:'1m' nextcheck:1548866849 lastclock:0 2567:20190130:204719.722 data_expected_from:1548866839 2567:20190130:204719.722 history:1 2567:20190130:204719.722 poller_type:0 location:1 2567:20190130:204719.722 inventory_link:0 2567:20190130:204719.722 priority:1 schedulable:1 2567:20190130:204719.722 units:'' trends:1 2567:20190130:204719.722 itemid:54450 hostid:10564 key:'vfs.fs.size[/opt/vyatta/etc/config,pfree]' 2567:20190130:204719.722 type:0 value_type:0 2567:20190130:204719.722 interfaceid:408 port:'' 2567:20190130:204719.723 state:0 error:'' 2567:20190130:204719.723 flags:4 status:0 2567:20190130:204719.723 valuemapid:0 2567:20190130:204719.723 lastlogsize:0 mtime:0 2567:20190130:204719.723 delay:'1m' nextcheck:1548866850 lastclock:0 2567:20190130:204719.723 data_expected_from:1548866839 2567:20190130:204719.723 history:1 2567:20190130:204719.723 poller_type:0 location:1 2567:20190130:204719.723 inventory_link:0 2567:20190130:204719.723 priority:1 schedulable:1 2567:20190130:204719.723 units:'' trends:1 2567:20190130:204719.723 itemid:54451 hostid:10564 key:'vfs.fs.size[/boot,pfree]' 2567:20190130:204719.723 type:0 value_type:0 2567:20190130:204719.723 interfaceid:408 port:'' 2567:20190130:204719.723 state:0 error:'' 2567:20190130:204719.723 flags:4 status:0 2567:20190130:204719.723 valuemapid:0 2567:20190130:204719.723 lastlogsize:0 mtime:0 2567:20190130:204719.723 delay:'1m' nextcheck:1548866851 lastclock:0 2567:20190130:204719.723 data_expected_from:1548866839 2567:20190130:204719.723 history:1 2567:20190130:204719.723 poller_type:0 location:1 2567:20190130:204719.723 inventory_link:0 2567:20190130:204719.723 priority:1 schedulable:1 2567:20190130:204719.723 units:'' trends:1 2567:20190130:204719.723 itemid:54452 hostid:10564 key:'vfs.fs.size[/boot/grub,pfree]' 2567:20190130:204719.723 type:0 value_type:0 2567:20190130:204719.723 interfaceid:408 port:'' 2567:20190130:204719.723 state:0 error:'' 2567:20190130:204719.723 flags:4 status:0 2567:20190130:204719.723 valuemapid:0 2567:20190130:204719.723 lastlogsize:0 mtime:0 2567:20190130:204719.723 delay:'1m' nextcheck:1548866852 lastclock:0 2567:20190130:204719.723 data_expected_from:1548866839 2567:20190130:204719.723 history:1 2567:20190130:204719.723 poller_type:0 location:1 2567:20190130:204719.723 inventory_link:0 2567:20190130:204719.723 priority:1 schedulable:1 2567:20190130:204719.723 units:'' trends:1 2567:20190130:204719.723 itemid:54453 hostid:10564 key:'vfs.fs.size[/lib/live/mount/persistence/boot/0.0.91/grub,pfree]' 2567:20190130:204719.723 type:0 value_type:0 2567:20190130:204719.723 interfaceid:408 port:'' 2567:20190130:204719.723 state:0 error:'' 2567:20190130:204719.723 flags:4 status:0 2567:20190130:204719.723 valuemapid:0 2567:20190130:204719.723 lastlogsize:0 mtime:0 2567:20190130:204719.723 delay:'1m' nextcheck:1548866853 lastclock:0 2567:20190130:204719.724 data_expected_from:1548866839 2567:20190130:204719.724 history:1 2567:20190130:204719.724 poller_type:0 location:1 2567:20190130:204719.724 inventory_link:0 2567:20190130:204719.724 priority:1 schedulable:1 2567:20190130:204719.724 units:'' trends:1 2567:20190130:204719.724 itemid:54454 hostid:10564 key:'vfs.fs.size[/lib/live/mount/persistence,total]' 2567:20190130:204719.724 type:0 value_type:3 2567:20190130:204719.724 interfaceid:408 port:'' 2567:20190130:204719.724 state:0 error:'' 2567:20190130:204719.724 flags:4 status:0 2567:20190130:204719.724 valuemapid:0 2567:20190130:204719.724 lastlogsize:0 mtime:0 2567:20190130:204719.724 delay:'1h' nextcheck:1548868054 lastclock:0 2567:20190130:204719.724 data_expected_from:1548866839 2567:20190130:204719.724 history:1 2567:20190130:204719.724 poller_type:0 location:1 2567:20190130:204719.724 inventory_link:0 2567:20190130:204719.724 priority:1 schedulable:1 2567:20190130:204719.724 units:'' trends:1 2567:20190130:204719.724 itemid:54455 hostid:10564 key:'vfs.fs.size[/opt/vyatta/etc/config,total]' 2567:20190130:204719.724 type:0 value_type:3 2567:20190130:204719.724 interfaceid:408 port:'' 2567:20190130:204719.724 state:0 error:'' 2567:20190130:204719.724 flags:4 status:0 2567:20190130:204719.724 valuemapid:0 2567:20190130:204719.724 lastlogsize:0 mtime:0 2567:20190130:204719.724 delay:'1h' nextcheck:1548868055 lastclock:0 2567:20190130:204719.724 data_expected_from:1548866839 2567:20190130:204719.724 history:1 2567:20190130:204719.724 poller_type:0 location:1 2567:20190130:204719.724 inventory_link:0 2567:20190130:204719.724 priority:1 schedulable:1 2567:20190130:204719.724 units:'' trends:1 2567:20190130:204719.724 itemid:54456 hostid:10564 key:'vfs.fs.size[/boot,total]' 2567:20190130:204719.724 type:0 value_type:3 2567:20190130:204719.724 interfaceid:408 port:'' 2567:20190130:204719.724 state:0 error:'' 2567:20190130:204719.724 flags:4 status:0 2567:20190130:204719.724 valuemapid:0 2567:20190130:204719.724 lastlogsize:0 mtime:0 2567:20190130:204719.724 delay:'1h' nextcheck:1548868056 lastclock:0 2567:20190130:204719.724 data_expected_from:1548866839 2567:20190130:204719.724 history:1 2567:20190130:204719.724 poller_type:0 location:1 2567:20190130:204719.725 inventory_link:0 2567:20190130:204719.725 priority:1 schedulable:1 2567:20190130:204719.725 units:'' trends:1 2567:20190130:204719.725 itemid:54457 hostid:10564 key:'vfs.fs.size[/boot/grub,total]' 2567:20190130:204719.725 type:0 value_type:3 2567:20190130:204719.725 interfaceid:408 port:'' 2567:20190130:204719.725 state:0 error:'' 2567:20190130:204719.725 flags:4 status:0 2567:20190130:204719.725 valuemapid:0 2567:20190130:204719.725 lastlogsize:0 mtime:0 2567:20190130:204719.725 delay:'1h' nextcheck:1548868057 lastclock:0 2567:20190130:204719.725 data_expected_from:1548866839 2567:20190130:204719.725 history:1 2567:20190130:204719.725 poller_type:0 location:1 2567:20190130:204719.725 inventory_link:0 2567:20190130:204719.725 priority:1 schedulable:1 2567:20190130:204719.725 units:'' trends:1 2567:20190130:204719.725 itemid:54458 hostid:10564 key:'vfs.fs.size[/lib/live/mount/persistence/boot/0.0.91/grub,total]' 2567:20190130:204719.725 type:0 value_type:3 2567:20190130:204719.725 interfaceid:408 port:'' 2567:20190130:204719.725 state:0 error:'' 2567:20190130:204719.725 flags:4 status:0 2567:20190130:204719.725 valuemapid:0 2567:20190130:204719.725 lastlogsize:0 mtime:0 2567:20190130:204719.725 delay:'1h' nextcheck:1548868058 lastclock:0 2567:20190130:204719.725 data_expected_from:1548866839 2567:20190130:204719.725 history:1 2567:20190130:204719.725 poller_type:0 location:1 2567:20190130:204719.725 inventory_link:0 2567:20190130:204719.725 priority:1 schedulable:1 2567:20190130:204719.725 units:'' trends:1 2567:20190130:204719.725 itemid:54459 hostid:10564 key:'vfs.fs.size[/lib/live/mount/persistence,used]' 2567:20190130:204719.725 type:0 value_type:3 2567:20190130:204719.725 interfaceid:408 port:'' 2567:20190130:204719.725 state:0 error:'' 2567:20190130:204719.725 flags:4 status:0 2567:20190130:204719.725 valuemapid:0 2567:20190130:204719.725 lastlogsize:0 mtime:0 2567:20190130:204719.725 delay:'1m' nextcheck:1548866859 lastclock:0 2567:20190130:204719.725 data_expected_from:1548866839 2567:20190130:204719.725 history:1 2567:20190130:204719.725 poller_type:0 location:1 2567:20190130:204719.726 inventory_link:0 2567:20190130:204719.726 priority:1 schedulable:1 2567:20190130:204719.726 units:'' trends:1 2567:20190130:204719.726 itemid:54460 hostid:10564 key:'vfs.fs.size[/opt/vyatta/etc/config,used]' 2567:20190130:204719.726 type:0 value_type:3 2567:20190130:204719.726 interfaceid:408 port:'' 2567:20190130:204719.726 state:0 error:'' 2567:20190130:204719.726 flags:4 status:0 2567:20190130:204719.726 valuemapid:0 2567:20190130:204719.726 lastlogsize:0 mtime:0 2567:20190130:204719.726 delay:'1m' nextcheck:1548866860 lastclock:0 2567:20190130:204719.726 data_expected_from:1548866839 2567:20190130:204719.726 history:1 2567:20190130:204719.726 poller_type:0 location:1 2567:20190130:204719.726 inventory_link:0 2567:20190130:204719.726 priority:1 schedulable:1 2567:20190130:204719.726 units:'' trends:1 2567:20190130:204719.726 itemid:54461 hostid:10564 key:'vfs.fs.size[/boot,used]' 2567:20190130:204719.726 type:0 value_type:3 2567:20190130:204719.726 interfaceid:408 port:'' 2567:20190130:204719.726 state:0 error:'' 2567:20190130:204719.726 flags:4 status:0 2567:20190130:204719.726 valuemapid:0 2567:20190130:204719.726 lastlogsize:0 mtime:0 2567:20190130:204719.726 delay:'1m' nextcheck:1548866861 lastclock:0 2567:20190130:204719.726 data_expected_from:1548866839 2567:20190130:204719.726 history:1 2567:20190130:204719.726 poller_type:0 location:1 2567:20190130:204719.726 inventory_link:0 2567:20190130:204719.726 priority:1 schedulable:1 2567:20190130:204719.726 units:'' trends:1 2567:20190130:204719.726 itemid:54462 hostid:10564 key:'vfs.fs.size[/boot/grub,used]' 2567:20190130:204719.726 type:0 value_type:3 2567:20190130:204719.726 interfaceid:408 port:'' 2567:20190130:204719.726 state:0 error:'' 2567:20190130:204719.726 flags:4 status:0 2567:20190130:204719.726 valuemapid:0 2567:20190130:204719.726 lastlogsize:0 mtime:0 2567:20190130:204719.726 delay:'1m' nextcheck:1548866862 lastclock:0 2567:20190130:204719.726 data_expected_from:1548866839 2567:20190130:204719.726 history:1 2567:20190130:204719.726 poller_type:0 location:1 2567:20190130:204719.726 inventory_link:0 2567:20190130:204719.726 priority:1 schedulable:1 2567:20190130:204719.726 units:'' trends:1 2567:20190130:204719.726 itemid:54463 hostid:10564 key:'vfs.fs.size[/lib/live/mount/persistence/boot/0.0.91/grub,used]' 2567:20190130:204719.727 type:0 value_type:3 2567:20190130:204719.727 interfaceid:408 port:'' 2567:20190130:204719.727 state:0 error:'' 2567:20190130:204719.727 flags:4 status:0 2567:20190130:204719.727 valuemapid:0 2567:20190130:204719.727 lastlogsize:0 mtime:0 2567:20190130:204719.727 delay:'1m' nextcheck:1548866863 lastclock:0 2567:20190130:204719.727 data_expected_from:1548866839 2567:20190130:204719.727 history:1 2567:20190130:204719.727 poller_type:0 location:1 2567:20190130:204719.727 inventory_link:0 2567:20190130:204719.727 priority:1 schedulable:1 2567:20190130:204719.727 units:'' trends:1 2567:20190130:204719.727 End of DCdump_items() 2567:20190130:204719.727 In DCdump_interface_snmpitems() 2567:20190130:204719.727 End of DCdump_interface_snmpitems() 2567:20190130:204719.727 In DCdump_triggers() 2567:20190130:204719.727 End of DCdump_triggers() 2567:20190130:204719.727 In DCdump_trigdeps() 2567:20190130:204719.727 End of DCdump_trigdeps() 2567:20190130:204719.727 In DCdump_functions() 2567:20190130:204719.727 End of DCdump_functions() 2567:20190130:204719.727 In DCdump_expressions() 2567:20190130:204719.727 expressionid:1 regexp:'File systems for discovery' expression:'^(btrfs|ext2|ext3|ext4|jfs|reiser|xfs|ffs|ufs|jfs|jfs2|vxfs|hfs|refs|ntfs|fat32|zfs)$ delimiter:44 type:3 case_sensitive:0 2567:20190130:204719.727 expressionid:2 regexp:'Network interfaces for discovery' expression:'^lo$ delimiter:44 type:4 case_sensitive:1 2567:20190130:204719.727 expressionid:3 regexp:'Storage devices for SNMP discovery' expression:'^(Physical memory|Virtual memory|Memory buffers|Cached memory|Swap space)$ delimiter:44 type:4 case_sensitive:1 2567:20190130:204719.727 expressionid:4 regexp:'Network interfaces for discovery' expression:'^Software Loopback Interface delimiter:44 type:4 case_sensitive:1 2567:20190130:204719.727 End of DCdump_expressions() 2567:20190130:204719.727 In DCdump_actions() 2567:20190130:204719.727 End of DCdump_actions() 2567:20190130:204719.727 In DCdump_correlations() 2567:20190130:204719.727 End of DCdump_correlations() 2567:20190130:204719.727 In DCdump_host_groups() 2567:20190130:204719.727 groupid:5 name:'' 2567:20190130:204719.727 End of DCdump_host_groups() 2567:20190130:204719.727 In DCdump_host_group_index() 2567:20190130:204719.727 group index: 2567:20190130:204719.727 2567:20190130:204719.727 End of DCdump_host_group_index() 2567:20190130:204719.727 In DCdump_maintenances() 2567:20190130:204719.727 End of DCdump_maintenances() 2567:20190130:204719.727 End of DCsync_configuration() 2567:20190130:204719.727 In DCupdate_hosts_availability() 2567:20190130:204719.727 In DCreset_hosts_availability() 2567:20190130:204719.727 End of DCreset_hosts_availability() hosts:0 2567:20190130:204719.727 End of DCupdate_hosts_availability() 2567:20190130:204719.727 End of process_proxyconfig() 2567:20190130:204719.728 End of process_configuration_sync() 2567:20190130:204719.728 __zbx_zbx_setproctitle() title:'configuration syncer [synced config 24882 bytes in 0.299449 sec, idle 3600 sec]' 2578:20190130:204720.327 __zbx_zbx_setproctitle() title:'self-monitoring [processing data]' 2578:20190130:204720.327 In collect_selfmon_stats() 2578:20190130:204720.327 End of collect_selfmon_stats() 2578:20190130:204720.327 __zbx_zbx_setproctitle() title:'self-monitoring [processed data in 0.000153 sec, idle 1 sec]' 2575:20190130:204720.401 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000176 sec, syncing history]' 2575:20190130:204720.401 In zbx_sync_history_cache() history_num:0 2575:20190130:204720.401 End of zbx_sync_history_cache() 2575:20190130:204720.401 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000161 sec, idle 1 sec]' 2579:20190130:204720.426 __zbx_zbx_setproctitle() title:'task manager [processing tasks]' 2579:20190130:204720.426 query [txnlev:0] [select taskid,type,clock,ttl from task where status=1 and type in (2, 6) order by taskid] 2579:20190130:204720.426 query [txnlev:1] [begin;] 2579:20190130:204720.426 query [txnlev:1] [delete from task where status in (3,4) and clock<=1548780440] 2579:20190130:204720.427 query [txnlev:1] [commit;] 2579:20190130:204720.427 __zbx_zbx_setproctitle() title:'task manager [processed 0 task(s) in 0.000505 sec, idle 5 sec]' 2576:20190130:204720.427 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000114 sec, syncing history]' 2576:20190130:204720.427 In zbx_sync_history_cache() history_num:0 2576:20190130:204720.427 End of zbx_sync_history_cache() 2576:20190130:204720.427 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000081 sec, idle 1 sec]' 2569:20190130:204720.580 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.152720 sec, sending data]' 2569:20190130:204720.580 In proxy_data_sender() 2569:20190130:204720.580 query [txnlev:0] [select t.taskid,t.type,t.clock,t.ttl,r.status,r.parent_taskid,r.info from task t,task_remote_command_result r where t.taskid=r.taskid and t.status=1 and t.type=3 order by t.taskid] 2569:20190130:204720.580 In connect_to_server() [10.255.0.1]:10051 [timeout:600] 2569:20190130:204720.635 In put_data_to_server() datalen:154 2569:20190130:204720.635 In zbx_recv_response() 2583:20190130:204720.661 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000189 sec, getting values]' 2583:20190130:204720.661 In get_values() 2583:20190130:204720.661 In DCconfig_get_poller_items() poller_type:0 2583:20190130:204720.662 End of DCconfig_get_poller_items():1 2583:20190130:204720.662 In substitute_key_macros() data:'vfs.fs.inode[/opt/vyatta/etc/config,pfree]' 2583:20190130:204720.662 End of substitute_key_macros():SUCCEED data:'vfs.fs.inode[/opt/vyatta/etc/config,pfree]' 2583:20190130:204720.662 In substitute_simple_macros() data:'10050' 2583:20190130:204720.662 In get_value() key:'vfs.fs.inode[/opt/vyatta/etc/config,pfree]' 2583:20190130:204720.662 In get_value_agent() host:'agent-hostname' addr:'10.255.30.5' key:'vfs.fs.inode[/opt/vyatta/etc/config,pfree]' conn:'unencrypted' 2583:20190130:204720.662 End of get_value_agent():NETWORK_ERROR 2583:20190130:204720.662 Item [agent-hostname:vfs.fs.inode[/opt/vyatta/etc/config,pfree]] error: Get value from agent failed: cannot connect to [[10.255.30.5]:10050]: [111] Connection refused 2583:20190130:204720.662 End of get_value():NETWORK_ERROR 2583:20190130:204720.662 In zbx_deactivate_item_host() hostid:10564 itemid:54440 type:0 2583:20190130:204720.662 query [txnlev:1] [begin;] 2583:20190130:204720.662 query [txnlev:1] [update hosts set errors_from=1548866840,disable_until=1548866855 where hostid=10564] 2583:20190130:204720.662 query [txnlev:1] [commit;] 2583:20190130:204720.662 Zabbix agent item "vfs.fs.inode[/opt/vyatta/etc/config,pfree]" on host "agent-hostname" failed: first network error, wait for 15 seconds 2583:20190130:204720.662 zbx_deactivate_item_host() errors_from:1548866840 available:1 2583:20190130:204720.662 End of zbx_deactivate_item_host() 2583:20190130:204720.662 End of get_values():1 2583:20190130:204720.662 __zbx_zbx_setproctitle() title:'poller #4 [got 1 values in 0.001067 sec, idle 1 sec]' 2584:20190130:204720.662 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000741 sec, getting values]' 2584:20190130:204720.662 In get_values() 2584:20190130:204720.663 In DCconfig_get_poller_items() poller_type:0 2584:20190130:204720.663 End of DCconfig_get_poller_items():0 2584:20190130:204720.663 In DCconfig_get_poller_nextcheck() poller_type:0 2584:20190130:204720.663 End of DCconfig_get_poller_nextcheck():1548866841 2584:20190130:204720.663 End of get_values():0 2584:20190130:204720.663 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000185 sec, idle 1 sec]' 2569:20190130:204720.687 zbx_tcp_recv_ext(): received 30 bytes with compression ratio 0.7 2569:20190130:204720.687 zbx_recv_response() '{"response":"success"}' 2569:20190130:204720.687 End of zbx_recv_response():SUCCEED 2569:20190130:204720.687 End of put_data_to_server():SUCCEED 2569:20190130:204720.687 End of proxy_data_sender():SUCCEED more:0 flags:0x8000 2569:20190130:204720.687 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.107832 sec, idle 30 sec]' 2577:20190130:204720.713 __zbx_zbx_setproctitle() title:'snmp trapper [processing data]' 2577:20190130:204720.713 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2577:20190130:204720.713 End of DCconfig_get_snmp_interfaceids_by_addr():0 2577:20190130:204720.713 unmatched trap received from "192.168.1.129": 20:46:53 2019/01/30 PDU INFO: requestid 1309584872 community public version 1 errorindex 0 errorstatus 0 notificationtype TRAP transactionid 590 receivedfrom UDP: [192.168.1.129]:60436->[192.168.1.234]:162 messageid 0 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4431872) 12:18:38.72 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2577:20190130:204720.713 __zbx_zbx_setproctitle() title:'snmp trapper [processed data in 0.000200 sec, idle 1 sec]' 2578:20190130:204721.328 __zbx_zbx_setproctitle() title:'self-monitoring [processing data]' 2578:20190130:204721.328 In collect_selfmon_stats() 2578:20190130:204721.328 End of collect_selfmon_stats() 2578:20190130:204721.328 __zbx_zbx_setproctitle() title:'self-monitoring [processed data in 0.000156 sec, idle 1 sec]' 2575:20190130:204721.401 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000161 sec, syncing history]' 2575:20190130:204721.401 In zbx_sync_history_cache() history_num:0 2575:20190130:204721.401 End of zbx_sync_history_cache() 2575:20190130:204721.401 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000155 sec, idle 1 sec]' 2576:20190130:204721.427 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000081 sec, syncing history]' 2576:20190130:204721.427 In zbx_sync_history_cache() history_num:0 2576:20190130:204721.427 End of zbx_sync_history_cache() 2576:20190130:204721.427 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000154 sec, idle 1 sec]' 2584:20190130:204721.663 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000185 sec, getting values]' 2584:20190130:204721.663 In get_values() 2584:20190130:204721.663 In DCconfig_get_poller_items() poller_type:0 2584:20190130:204721.663 End of DCconfig_get_poller_items():0 2584:20190130:204721.663 In DCconfig_get_poller_nextcheck() poller_type:0 2584:20190130:204721.663 End of DCconfig_get_poller_nextcheck():1548866842 2584:20190130:204721.663 End of get_values():0 2584:20190130:204721.663 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000278 sec, idle 1 sec]' 2583:20190130:204721.663 __zbx_zbx_setproctitle() title:'poller #4 [got 1 values in 0.001067 sec, getting values]' 2583:20190130:204721.663 In get_values() 2583:20190130:204721.663 In DCconfig_get_poller_items() poller_type:0 2583:20190130:204721.663 End of DCconfig_get_poller_items():0 2583:20190130:204721.663 In DCconfig_get_poller_nextcheck() poller_type:0 2583:20190130:204721.663 End of DCconfig_get_poller_nextcheck():1548866842 2583:20190130:204721.663 End of get_values():0 2583:20190130:204721.663 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000192 sec, idle 1 sec]' 2569:20190130:204721.688 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.107832 sec, sending data]' 2569:20190130:204721.688 In proxy_data_sender() 2569:20190130:204721.688 query [txnlev:0] [select t.taskid,t.type,t.clock,t.ttl,r.status,r.parent_taskid,r.info from task t,task_remote_command_result r where t.taskid=r.taskid and t.status=1 and t.type=3 order by t.taskid] 2569:20190130:204721.688 In connect_to_server() [10.255.0.1]:10051 [timeout:600] 2577:20190130:204721.713 __zbx_zbx_setproctitle() title:'snmp trapper [processing data]' 2577:20190130:204721.713 __zbx_zbx_setproctitle() title:'snmp trapper [processed data in 0.000109 sec, idle 1 sec]' 2569:20190130:204721.739 In put_data_to_server() datalen:154 2569:20190130:204721.740 In zbx_recv_response() 2569:20190130:204721.792 zbx_tcp_recv_ext(): received 30 bytes with compression ratio 0.7 2569:20190130:204721.792 zbx_recv_response() '{"response":"success"}' 2569:20190130:204721.792 End of zbx_recv_response():SUCCEED 2569:20190130:204721.792 End of put_data_to_server():SUCCEED 2569:20190130:204721.792 End of proxy_data_sender():SUCCEED more:0 flags:0x8000 2569:20190130:204721.792 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.104100 sec, idle 30 sec]' 2578:20190130:204722.328 __zbx_zbx_setproctitle() title:'self-monitoring [processing data]' 2578:20190130:204722.329 In collect_selfmon_stats() 2578:20190130:204722.329 End of collect_selfmon_stats() 2578:20190130:204722.329 __zbx_zbx_setproctitle() title:'self-monitoring [processed data in 0.000235 sec, idle 1 sec]' 2575:20190130:204722.402 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000155 sec, syncing history]' 2575:20190130:204722.402 In zbx_sync_history_cache() history_num:0 2575:20190130:204722.402 End of zbx_sync_history_cache() 2575:20190130:204722.402 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000154 sec, idle 1 sec]' 2576:20190130:204722.427 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000154 sec, syncing history]' 2576:20190130:204722.427 In zbx_sync_history_cache() history_num:0 2576:20190130:204722.427 End of zbx_sync_history_cache() 2576:20190130:204722.427 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000156 sec, idle 1 sec]' 2584:20190130:204722.663 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000278 sec, getting values]' 2584:20190130:204722.663 In get_values() 2584:20190130:204722.663 In DCconfig_get_poller_items() poller_type:0 2584:20190130:204722.664 End of DCconfig_get_poller_items():0 2584:20190130:204722.664 In DCconfig_get_poller_nextcheck() poller_type:0 2584:20190130:204722.664 End of DCconfig_get_poller_nextcheck():1548866843 2584:20190130:204722.664 End of get_values():0 2584:20190130:204722.664 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000251 sec, idle 1 sec]' 2583:20190130:204722.664 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000192 sec, getting values]' 2583:20190130:204722.664 In get_values() 2583:20190130:204722.664 In DCconfig_get_poller_items() poller_type:0 2583:20190130:204722.664 End of DCconfig_get_poller_items():0 2583:20190130:204722.664 In DCconfig_get_poller_nextcheck() poller_type:0 2583:20190130:204722.664 End of DCconfig_get_poller_nextcheck():1548866843 2583:20190130:204722.664 End of get_values():0 2583:20190130:204722.664 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000182 sec, idle 1 sec]' 2577:20190130:204722.713 __zbx_zbx_setproctitle() title:'snmp trapper [processing data]' 2577:20190130:204722.713 __zbx_zbx_setproctitle() title:'snmp trapper [processed data in 0.000122 sec, idle 1 sec]' 2569:20190130:204722.792 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.104100 sec, sending data]' 2569:20190130:204722.792 In proxy_data_sender() 2569:20190130:204722.792 query [txnlev:0] [select t.taskid,t.type,t.clock,t.ttl,r.status,r.parent_taskid,r.info from task t,task_remote_command_result r where t.taskid=r.taskid and t.status=1 and t.type=3 order by t.taskid] 2569:20190130:204722.792 In connect_to_server() [10.255.0.1]:10051 [timeout:600] 2569:20190130:204722.880 In put_data_to_server() datalen:154 2569:20190130:204722.881 In zbx_recv_response() 2569:20190130:204722.936 zbx_tcp_recv_ext(): received 30 bytes with compression ratio 0.7 2569:20190130:204722.936 zbx_recv_response() '{"response":"success"}' 2569:20190130:204722.936 End of zbx_recv_response():SUCCEED 2569:20190130:204722.936 End of put_data_to_server():SUCCEED 2569:20190130:204722.936 End of proxy_data_sender():SUCCEED more:0 flags:0x8000 2569:20190130:204722.936 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.143917 sec, idle 30 sec]' 2578:20190130:204723.329 __zbx_zbx_setproctitle() title:'self-monitoring [processing data]' 2578:20190130:204723.329 In collect_selfmon_stats() 2578:20190130:204723.329 End of collect_selfmon_stats() 2578:20190130:204723.329 __zbx_zbx_setproctitle() title:'self-monitoring [processed data in 0.000153 sec, idle 1 sec]' 2575:20190130:204723.402 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000154 sec, syncing history]' 2575:20190130:204723.402 In zbx_sync_history_cache() history_num:0 2575:20190130:204723.402 End of zbx_sync_history_cache() 2575:20190130:204723.402 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000166 sec, idle 1 sec]' 2576:20190130:204723.427 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000156 sec, syncing history]' 2576:20190130:204723.427 In zbx_sync_history_cache() history_num:0 2576:20190130:204723.427 End of zbx_sync_history_cache() 2576:20190130:204723.427 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000170 sec, idle 1 sec]' 2584:20190130:204723.664 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000251 sec, getting values]' 2584:20190130:204723.664 In get_values() 2584:20190130:204723.664 In DCconfig_get_poller_items() poller_type:0 2584:20190130:204723.664 End of DCconfig_get_poller_items():0 2584:20190130:204723.664 In DCconfig_get_poller_nextcheck() poller_type:0 2584:20190130:204723.664 End of DCconfig_get_poller_nextcheck():1548866844 2584:20190130:204723.664 End of get_values():0 2584:20190130:204723.664 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000269 sec, idle 1 sec]' 2583:20190130:204723.664 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000182 sec, getting values]' 2583:20190130:204723.664 In get_values() 2583:20190130:204723.664 In DCconfig_get_poller_items() poller_type:0 2583:20190130:204723.664 End of DCconfig_get_poller_items():0 2583:20190130:204723.665 In DCconfig_get_poller_nextcheck() poller_type:0 2583:20190130:204723.665 End of DCconfig_get_poller_nextcheck():1548866844 2583:20190130:204723.665 End of get_values():0 2583:20190130:204723.665 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000245 sec, idle 1 sec]' 2577:20190130:204723.714 __zbx_zbx_setproctitle() title:'snmp trapper [processing data]' 2577:20190130:204723.714 __zbx_zbx_setproctitle() title:'snmp trapper [processed data in 0.000082 sec, idle 1 sec]' 2569:20190130:204723.936 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.143917 sec, sending data]' 2569:20190130:204723.936 In proxy_data_sender() 2569:20190130:204723.936 query [txnlev:0] [select t.taskid,t.type,t.clock,t.ttl,r.status,r.parent_taskid,r.info from task t,task_remote_command_result r where t.taskid=r.taskid and t.status=1 and t.type=3 order by t.taskid] 2569:20190130:204723.936 In connect_to_server() [10.255.0.1]:10051 [timeout:600] 2569:20190130:204723.988 In put_data_to_server() datalen:154 2569:20190130:204723.988 In zbx_recv_response() 2569:20190130:204724.040 zbx_tcp_recv_ext(): received 30 bytes with compression ratio 0.7 2569:20190130:204724.040 zbx_recv_response() '{"response":"success"}' 2569:20190130:204724.040 End of zbx_recv_response():SUCCEED 2569:20190130:204724.040 End of put_data_to_server():SUCCEED 2569:20190130:204724.040 End of proxy_data_sender():SUCCEED more:0 flags:0x8000 2569:20190130:204724.040 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.104143 sec, idle 30 sec]' 2578:20190130:204724.329 __zbx_zbx_setproctitle() title:'self-monitoring [processing data]' 2578:20190130:204724.329 In collect_selfmon_stats() 2578:20190130:204724.329 End of collect_selfmon_stats() 2578:20190130:204724.329 __zbx_zbx_setproctitle() title:'self-monitoring [processed data in 0.000189 sec, idle 1 sec]' 2587:20190130:204724.351 __zbx_zbx_setproctitle() title:'icmp pinger #1 [getting values]' 2587:20190130:204724.351 In get_pinger_hosts() 2587:20190130:204724.351 In DCconfig_get_poller_items() poller_type:3 2587:20190130:204724.351 End of DCconfig_get_poller_items():0 2587:20190130:204724.351 End of get_pinger_hosts():0 2587:20190130:204724.351 In process_pinger_hosts() 2587:20190130:204724.351 End of process_pinger_hosts() 2587:20190130:204724.351 In DCconfig_get_poller_nextcheck() poller_type:3 2587:20190130:204724.351 End of DCconfig_get_poller_nextcheck():1548866868 2587:20190130:204724.351 __zbx_zbx_setproctitle() title:'icmp pinger #1 [got 0 values in 0.000258 sec, idle 5 sec]' 2589:20190130:204724.351 __zbx_zbx_setproctitle() title:'icmp pinger #3 [getting values]' 2589:20190130:204724.352 In get_pinger_hosts() 2589:20190130:204724.352 In DCconfig_get_poller_items() poller_type:3 2589:20190130:204724.352 End of DCconfig_get_poller_items():0 2589:20190130:204724.352 End of get_pinger_hosts():0 2589:20190130:204724.352 In process_pinger_hosts() 2589:20190130:204724.352 End of process_pinger_hosts() 2589:20190130:204724.352 In DCconfig_get_poller_nextcheck() poller_type:3 2589:20190130:204724.352 End of DCconfig_get_poller_nextcheck():1548866868 2589:20190130:204724.352 __zbx_zbx_setproctitle() title:'icmp pinger #3 [got 0 values in 0.000196 sec, idle 5 sec]' 2588:20190130:204724.352 __zbx_zbx_setproctitle() title:'icmp pinger #2 [getting values]' 2588:20190130:204724.352 In get_pinger_hosts() 2588:20190130:204724.352 In DCconfig_get_poller_items() poller_type:3 2588:20190130:204724.352 End of DCconfig_get_poller_items():0 2588:20190130:204724.352 End of get_pinger_hosts():0 2588:20190130:204724.352 In process_pinger_hosts() 2588:20190130:204724.352 End of process_pinger_hosts() 2588:20190130:204724.352 In DCconfig_get_poller_nextcheck() poller_type:3 2588:20190130:204724.352 End of DCconfig_get_poller_nextcheck():1548866868 2588:20190130:204724.352 __zbx_zbx_setproctitle() title:'icmp pinger #2 [got 0 values in 0.000160 sec, idle 5 sec]' 2575:20190130:204724.403 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000166 sec, syncing history]' 2575:20190130:204724.403 In zbx_sync_history_cache() history_num:0 2575:20190130:204724.403 End of zbx_sync_history_cache() 2575:20190130:204724.403 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000194 sec, idle 1 sec]' 2571:20190130:204724.427 __zbx_zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000421 sec, getting values]' 2571:20190130:204724.427 In process_httptests() 2571:20190130:204724.427 query [txnlev:0] [select h.hostid,h.host,h.name,t.httptestid,t.name,t.agent,t.authentication,t.http_user,t.http_password,t.http_proxy,t.retries,t.ssl_cert_file,t.ssl_key_file,t.ssl_key_password,t.verify_peer,t.verify_host,t.delay from httptest t,hosts h where t.hostid=h.hostid and t.nextcheck<=1548866844 and t.httptestid%1=0 and t.status=0 and h.proxy_hostid is null and h.status=0 and (h.maintenance_status=0 or h.maintenance_type=0)] 2571:20190130:204724.427 End of process_httptests() 2571:20190130:204724.427 query [txnlev:0] [select min(t.nextcheck) from httptest t,hosts h where t.hostid=h.hostid and t.httptestid%1=0 and t.status=0 and h.proxy_hostid is null and h.status=0 and (h.maintenance_status=0 or h.maintenance_type=0)] 2571:20190130:204724.427 No httptests to process in get_minnextcheck. 2571:20190130:204724.427 __zbx_zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000384 sec, idle 5 sec]' 2576:20190130:204724.428 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000170 sec, syncing history]' 2576:20190130:204724.428 In zbx_sync_history_cache() history_num:0 2576:20190130:204724.428 End of zbx_sync_history_cache() 2576:20190130:204724.428 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000118 sec, idle 1 sec]' 2582:20190130:204724.655 __zbx_zbx_setproctitle() title:'poller #3 [got 0 values in 0.000236 sec, getting values]' 2582:20190130:204724.655 In get_values() 2582:20190130:204724.655 In DCconfig_get_poller_items() poller_type:0 2582:20190130:204724.655 End of DCconfig_get_poller_items():0 2582:20190130:204724.655 In DCconfig_get_poller_nextcheck() poller_type:0 2582:20190130:204724.655 End of DCconfig_get_poller_nextcheck():1548866845 2582:20190130:204724.655 End of get_values():0 2582:20190130:204724.655 __zbx_zbx_setproctitle() title:'poller #3 [got 0 values in 0.000304 sec, idle 1 sec]' 2585:20190130:204724.655 __zbx_zbx_setproctitle() title:'unreachable poller #1 [got 0 values in 0.000192 sec, getting values]' 2585:20190130:204724.655 In get_values() 2585:20190130:204724.655 In DCconfig_get_poller_items() poller_type:1 2585:20190130:204724.655 End of DCconfig_get_poller_items():0 2585:20190130:204724.655 In DCconfig_get_poller_nextcheck() poller_type:1 2585:20190130:204724.655 End of DCconfig_get_poller_nextcheck():1548866900 2585:20190130:204724.655 End of get_values():0 2585:20190130:204724.655 __zbx_zbx_setproctitle() title:'unreachable poller #1 [got 0 values in 0.000282 sec, idle 5 sec]' 2581:20190130:204724.656 __zbx_zbx_setproctitle() title:'poller #2 [got 0 values in 0.000214 sec, getting values]' 2581:20190130:204724.656 In get_values() 2581:20190130:204724.656 In DCconfig_get_poller_items() poller_type:0 2581:20190130:204724.656 End of DCconfig_get_poller_items():0 2581:20190130:204724.656 In DCconfig_get_poller_nextcheck() poller_type:0 2581:20190130:204724.656 End of DCconfig_get_poller_nextcheck():1548866845 2581:20190130:204724.656 End of get_values():0 2581:20190130:204724.656 __zbx_zbx_setproctitle() title:'poller #2 [got 0 values in 0.000291 sec, idle 1 sec]' 2580:20190130:204724.656 __zbx_zbx_setproctitle() title:'poller #1 [got 0 values in 0.000185 sec, getting values]' 2580:20190130:204724.656 In get_values() 2580:20190130:204724.656 In DCconfig_get_poller_items() poller_type:0 2580:20190130:204724.656 End of DCconfig_get_poller_items():0 2580:20190130:204724.656 In DCconfig_get_poller_nextcheck() poller_type:0 2580:20190130:204724.656 End of DCconfig_get_poller_nextcheck():1548866845 2580:20190130:204724.656 End of get_values():0 2580:20190130:204724.656 __zbx_zbx_setproctitle() title:'poller #1 [got 0 values in 0.000166 sec, idle 1 sec]' 2584:20190130:204724.665 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000269 sec, getting values]' 2584:20190130:204724.665 In get_values() 2584:20190130:204724.665 In DCconfig_get_poller_items() poller_type:0 2584:20190130:204724.665 End of DCconfig_get_poller_items():0 2584:20190130:204724.665 In DCconfig_get_poller_nextcheck() poller_type:0 2584:20190130:204724.665 End of DCconfig_get_poller_nextcheck():1548866845 2584:20190130:204724.665 End of get_values():0 2584:20190130:204724.665 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000212 sec, idle 1 sec]' 2583:20190130:204724.665 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000245 sec, getting values]' 2583:20190130:204724.665 In get_values() 2583:20190130:204724.665 In DCconfig_get_poller_items() poller_type:0 2583:20190130:204724.665 End of DCconfig_get_poller_items():0 2583:20190130:204724.665 In DCconfig_get_poller_nextcheck() poller_type:0 2583:20190130:204724.665 End of DCconfig_get_poller_nextcheck():1548866845 2583:20190130:204724.665 End of get_values():0 2583:20190130:204724.665 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000211 sec, idle 1 sec]' 2577:20190130:204724.714 __zbx_zbx_setproctitle() title:'snmp trapper [processing data]' 2577:20190130:204724.714 __zbx_zbx_setproctitle() title:'snmp trapper [processed data in 0.000108 sec, idle 1 sec]' 2569:20190130:204725.040 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.104143 sec, sending data]' 2569:20190130:204725.040 In proxy_data_sender() 2569:20190130:204725.040 query [txnlev:0] [select t.taskid,t.type,t.clock,t.ttl,r.status,r.parent_taskid,r.info from task t,task_remote_command_result r where t.taskid=r.taskid and t.status=1 and t.type=3 order by t.taskid] 2569:20190130:204725.041 In connect_to_server() [10.255.0.1]:10051 [timeout:600] 2569:20190130:204725.093 In put_data_to_server() datalen:153 2569:20190130:204725.093 In zbx_recv_response() 2569:20190130:204725.145 zbx_tcp_recv_ext(): received 30 bytes with compression ratio 0.7 2569:20190130:204725.145 zbx_recv_response() '{"response":"success"}' 2569:20190130:204725.145 End of zbx_recv_response():SUCCEED 2569:20190130:204725.145 End of put_data_to_server():SUCCEED 2569:20190130:204725.145 End of proxy_data_sender():SUCCEED more:0 flags:0x8000 2569:20190130:204725.145 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.104505 sec, idle 30 sec]' 2578:20190130:204725.329 __zbx_zbx_setproctitle() title:'self-monitoring [processing data]' 2578:20190130:204725.329 In collect_selfmon_stats() 2578:20190130:204725.329 End of collect_selfmon_stats() 2578:20190130:204725.329 __zbx_zbx_setproctitle() title:'self-monitoring [processed data in 0.000161 sec, idle 1 sec]' 2575:20190130:204725.403 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000194 sec, syncing history]' 2575:20190130:204725.403 In zbx_sync_history_cache() history_num:0 2575:20190130:204725.403 End of zbx_sync_history_cache() 2575:20190130:204725.403 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000154 sec, idle 1 sec]' 2579:20190130:204725.428 __zbx_zbx_setproctitle() title:'task manager [processing tasks]' 2579:20190130:204725.428 query [txnlev:0] [select taskid,type,clock,ttl from task where status=1 and type in (2, 6) order by taskid] 2579:20190130:204725.428 __zbx_zbx_setproctitle() title:'task manager [processed 0 task(s) in 0.000248 sec, idle 5 sec]' 2576:20190130:204725.428 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000118 sec, syncing history]' 2576:20190130:204725.428 In zbx_sync_history_cache() history_num:0 2576:20190130:204725.428 End of zbx_sync_history_cache() 2576:20190130:204725.428 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000082 sec, idle 1 sec]' 2582:20190130:204725.655 __zbx_zbx_setproctitle() title:'poller #3 [got 0 values in 0.000304 sec, getting values]' 2582:20190130:204725.655 In get_values() 2582:20190130:204725.655 In DCconfig_get_poller_items() poller_type:0 2582:20190130:204725.655 End of DCconfig_get_poller_items():0 2582:20190130:204725.655 In DCconfig_get_poller_nextcheck() poller_type:0 2582:20190130:204725.655 End of DCconfig_get_poller_nextcheck():1548866846 2582:20190130:204725.655 End of get_values():0 2582:20190130:204725.655 __zbx_zbx_setproctitle() title:'poller #3 [got 0 values in 0.000299 sec, idle 1 sec]' 2580:20190130:204725.657 __zbx_zbx_setproctitle() title:'poller #1 [got 0 values in 0.000166 sec, getting values]' 2580:20190130:204725.657 In get_values() 2580:20190130:204725.657 In DCconfig_get_poller_items() poller_type:0 2580:20190130:204725.657 End of DCconfig_get_poller_items():0 2580:20190130:204725.657 In DCconfig_get_poller_nextcheck() poller_type:0 2580:20190130:204725.657 End of DCconfig_get_poller_nextcheck():1548866846 2580:20190130:204725.657 End of get_values():0 2580:20190130:204725.657 __zbx_zbx_setproctitle() title:'poller #1 [got 0 values in 0.000227 sec, idle 1 sec]' 2581:20190130:204725.657 __zbx_zbx_setproctitle() title:'poller #2 [got 0 values in 0.000291 sec, getting values]' 2581:20190130:204725.657 In get_values() 2581:20190130:204725.657 In DCconfig_get_poller_items() poller_type:0 2581:20190130:204725.657 End of DCconfig_get_poller_items():0 2581:20190130:204725.657 In DCconfig_get_poller_nextcheck() poller_type:0 2581:20190130:204725.657 End of DCconfig_get_poller_nextcheck():1548866846 2581:20190130:204725.657 End of get_values():0 2581:20190130:204725.657 __zbx_zbx_setproctitle() title:'poller #2 [got 0 values in 0.000191 sec, idle 1 sec]' 2584:20190130:204725.665 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000212 sec, getting values]' 2584:20190130:204725.665 In get_values() 2584:20190130:204725.665 In DCconfig_get_poller_items() poller_type:0 2584:20190130:204725.665 End of DCconfig_get_poller_items():0 2584:20190130:204725.665 In DCconfig_get_poller_nextcheck() poller_type:0 2584:20190130:204725.665 End of DCconfig_get_poller_nextcheck():1548866846 2584:20190130:204725.665 End of get_values():0 2584:20190130:204725.665 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000233 sec, idle 1 sec]' 2583:20190130:204725.665 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000211 sec, getting values]' 2583:20190130:204725.665 In get_values() 2583:20190130:204725.665 In DCconfig_get_poller_items() poller_type:0 2583:20190130:204725.665 End of DCconfig_get_poller_items():0 2583:20190130:204725.665 In DCconfig_get_poller_nextcheck() poller_type:0 2583:20190130:204725.665 End of DCconfig_get_poller_nextcheck():1548866846 2583:20190130:204725.665 End of get_values():0 2583:20190130:204725.665 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000168 sec, idle 1 sec]' 2577:20190130:204725.715 __zbx_zbx_setproctitle() title:'snmp trapper [processing data]' 2577:20190130:204725.715 __zbx_zbx_setproctitle() title:'snmp trapper [processed data in 0.000109 sec, idle 1 sec]' 2569:20190130:204726.145 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.104505 sec, sending data]' 2569:20190130:204726.145 In proxy_data_sender() 2569:20190130:204726.145 query [txnlev:0] [select t.taskid,t.type,t.clock,t.ttl,r.status,r.parent_taskid,r.info from task t,task_remote_command_result r where t.taskid=r.taskid and t.status=1 and t.type=3 order by t.taskid] 2569:20190130:204726.145 In connect_to_server() [10.255.0.1]:10051 [timeout:600] 2569:20190130:204726.212 In put_data_to_server() datalen:154 2569:20190130:204726.212 In zbx_recv_response() 2569:20190130:204726.272 zbx_tcp_recv_ext(): received 30 bytes with compression ratio 0.7 2569:20190130:204726.272 zbx_recv_response() '{"response":"success"}' 2569:20190130:204726.272 End of zbx_recv_response():SUCCEED 2569:20190130:204726.272 End of put_data_to_server():SUCCEED 2569:20190130:204726.272 End of proxy_data_sender():SUCCEED more:0 flags:0x8000 2569:20190130:204726.272 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.127419 sec, idle 30 sec]' 2578:20190130:204726.329 __zbx_zbx_setproctitle() title:'self-monitoring [processing data]' 2578:20190130:204726.330 In collect_selfmon_stats() 2578:20190130:204726.330 End of collect_selfmon_stats() 2578:20190130:204726.330 __zbx_zbx_setproctitle() title:'self-monitoring [processed data in 0.000144 sec, idle 1 sec]' 2575:20190130:204726.404 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000154 sec, syncing history]' 2575:20190130:204726.404 In zbx_sync_history_cache() history_num:0 2575:20190130:204726.404 End of zbx_sync_history_cache() 2575:20190130:204726.404 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000162 sec, idle 1 sec]' 2576:20190130:204726.429 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000082 sec, syncing history]' 2576:20190130:204726.429 In zbx_sync_history_cache() history_num:0 2576:20190130:204726.429 End of zbx_sync_history_cache() 2576:20190130:204726.429 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000154 sec, idle 1 sec]' 2582:20190130:204726.656 __zbx_zbx_setproctitle() title:'poller #3 [got 0 values in 0.000299 sec, getting values]' 2582:20190130:204726.656 In get_values() 2582:20190130:204726.656 In DCconfig_get_poller_items() poller_type:0 2582:20190130:204726.656 End of DCconfig_get_poller_items():0 2582:20190130:204726.656 In DCconfig_get_poller_nextcheck() poller_type:0 2582:20190130:204726.656 End of DCconfig_get_poller_nextcheck():1548866847 2582:20190130:204726.656 End of get_values():0 2582:20190130:204726.656 __zbx_zbx_setproctitle() title:'poller #3 [got 0 values in 0.000296 sec, idle 1 sec]' 2580:20190130:204726.657 __zbx_zbx_setproctitle() title:'poller #1 [got 0 values in 0.000227 sec, getting values]' 2580:20190130:204726.657 In get_values() 2580:20190130:204726.657 In DCconfig_get_poller_items() poller_type:0 2580:20190130:204726.657 End of DCconfig_get_poller_items():0 2580:20190130:204726.657 In DCconfig_get_poller_nextcheck() poller_type:0 2580:20190130:204726.657 End of DCconfig_get_poller_nextcheck():1548866847 2580:20190130:204726.657 End of get_values():0 2580:20190130:204726.657 __zbx_zbx_setproctitle() title:'poller #1 [got 0 values in 0.000192 sec, idle 1 sec]' 2581:20190130:204726.657 __zbx_zbx_setproctitle() title:'poller #2 [got 0 values in 0.000191 sec, getting values]' 2581:20190130:204726.657 In get_values() 2581:20190130:204726.657 In DCconfig_get_poller_items() poller_type:0 2581:20190130:204726.658 End of DCconfig_get_poller_items():0 2581:20190130:204726.658 In DCconfig_get_poller_nextcheck() poller_type:0 2581:20190130:204726.658 End of DCconfig_get_poller_nextcheck():1548866847 2581:20190130:204726.658 End of get_values():0 2581:20190130:204726.658 __zbx_zbx_setproctitle() title:'poller #2 [got 0 values in 0.000170 sec, idle 1 sec]' 2584:20190130:204726.665 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000233 sec, getting values]' 2584:20190130:204726.665 In get_values() 2584:20190130:204726.665 In DCconfig_get_poller_items() poller_type:0 2584:20190130:204726.665 End of DCconfig_get_poller_items():0 2584:20190130:204726.665 In DCconfig_get_poller_nextcheck() poller_type:0 2584:20190130:204726.666 End of DCconfig_get_poller_nextcheck():1548866847 2584:20190130:204726.666 End of get_values():0 2584:20190130:204726.666 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000240 sec, idle 1 sec]' 2583:20190130:204726.666 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000168 sec, getting values]' 2583:20190130:204726.666 In get_values() 2583:20190130:204726.666 In DCconfig_get_poller_items() poller_type:0 2583:20190130:204726.666 End of DCconfig_get_poller_items():0 2583:20190130:204726.666 In DCconfig_get_poller_nextcheck() poller_type:0 2583:20190130:204726.666 End of DCconfig_get_poller_nextcheck():1548866847 2583:20190130:204726.666 End of get_values():0 2583:20190130:204726.666 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000170 sec, idle 1 sec]' 2577:20190130:204726.716 __zbx_zbx_setproctitle() title:'snmp trapper [processing data]' 2577:20190130:204726.716 __zbx_zbx_setproctitle() title:'snmp trapper [processed data in 0.000118 sec, idle 1 sec]' 2569:20190130:204727.273 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.127419 sec, sending data]' 2569:20190130:204727.273 In proxy_data_sender() 2569:20190130:204727.273 query [txnlev:0] [select t.taskid,t.type,t.clock,t.ttl,r.status,r.parent_taskid,r.info from task t,task_remote_command_result r where t.taskid=r.taskid and t.status=1 and t.type=3 order by t.taskid] 2569:20190130:204727.273 In connect_to_server() [10.255.0.1]:10051 [timeout:600] 2569:20190130:204727.325 In put_data_to_server() datalen:154 2569:20190130:204727.325 In zbx_recv_response() 2578:20190130:204727.330 __zbx_zbx_setproctitle() title:'self-monitoring [processing data]' 2578:20190130:204727.330 In collect_selfmon_stats() 2578:20190130:204727.330 End of collect_selfmon_stats() 2578:20190130:204727.330 __zbx_zbx_setproctitle() title:'self-monitoring [processed data in 0.000143 sec, idle 1 sec]' 2569:20190130:204727.377 zbx_tcp_recv_ext(): received 30 bytes with compression ratio 0.7 2569:20190130:204727.377 zbx_recv_response() '{"response":"success"}' 2569:20190130:204727.377 End of zbx_recv_response():SUCCEED 2569:20190130:204727.377 End of put_data_to_server():SUCCEED 2569:20190130:204727.377 End of proxy_data_sender():SUCCEED more:0 flags:0x8000 2569:20190130:204727.377 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.104877 sec, idle 30 sec]' 2575:20190130:204727.405 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000162 sec, syncing history]' 2575:20190130:204727.405 In zbx_sync_history_cache() history_num:0 2575:20190130:204727.405 End of zbx_sync_history_cache() 2575:20190130:204727.405 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000179 sec, idle 1 sec]' 2576:20190130:204727.429 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000154 sec, syncing history]' 2576:20190130:204727.429 In zbx_sync_history_cache() history_num:0 2576:20190130:204727.429 End of zbx_sync_history_cache() 2576:20190130:204727.429 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000152 sec, idle 1 sec]' 2582:20190130:204727.656 __zbx_zbx_setproctitle() title:'poller #3 [got 0 values in 0.000296 sec, getting values]' 2582:20190130:204727.656 In get_values() 2582:20190130:204727.656 In DCconfig_get_poller_items() poller_type:0 2582:20190130:204727.656 End of DCconfig_get_poller_items():0 2582:20190130:204727.656 In DCconfig_get_poller_nextcheck() poller_type:0 2582:20190130:204727.656 End of DCconfig_get_poller_nextcheck():1548866848 2582:20190130:204727.656 End of get_values():0 2582:20190130:204727.656 __zbx_zbx_setproctitle() title:'poller #3 [got 0 values in 0.000291 sec, idle 1 sec]' 2580:20190130:204727.658 __zbx_zbx_setproctitle() title:'poller #1 [got 0 values in 0.000192 sec, getting values]' 2580:20190130:204727.658 In get_values() 2580:20190130:204727.658 In DCconfig_get_poller_items() poller_type:0 2580:20190130:204727.658 End of DCconfig_get_poller_items():0 2580:20190130:204727.658 In DCconfig_get_poller_nextcheck() poller_type:0 2580:20190130:204727.658 End of DCconfig_get_poller_nextcheck():1548866848 2580:20190130:204727.658 End of get_values():0 2580:20190130:204727.658 __zbx_zbx_setproctitle() title:'poller #1 [got 0 values in 0.000203 sec, idle 1 sec]' 2581:20190130:204727.658 __zbx_zbx_setproctitle() title:'poller #2 [got 0 values in 0.000170 sec, getting values]' 2581:20190130:204727.658 In get_values() 2581:20190130:204727.658 In DCconfig_get_poller_items() poller_type:0 2581:20190130:204727.658 End of DCconfig_get_poller_items():0 2581:20190130:204727.658 In DCconfig_get_poller_nextcheck() poller_type:0 2581:20190130:204727.658 End of DCconfig_get_poller_nextcheck():1548866848 2581:20190130:204727.658 End of get_values():0 2581:20190130:204727.658 __zbx_zbx_setproctitle() title:'poller #2 [got 0 values in 0.000190 sec, idle 1 sec]' 2584:20190130:204727.666 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000240 sec, getting values]' 2584:20190130:204727.666 In get_values() 2584:20190130:204727.666 In DCconfig_get_poller_items() poller_type:0 2584:20190130:204727.666 End of DCconfig_get_poller_items():0 2584:20190130:204727.666 In DCconfig_get_poller_nextcheck() poller_type:0 2584:20190130:204727.666 End of DCconfig_get_poller_nextcheck():1548866848 2584:20190130:204727.666 End of get_values():0 2584:20190130:204727.666 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000247 sec, idle 1 sec]' 2583:20190130:204727.666 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000170 sec, getting values]' 2583:20190130:204727.666 In get_values() 2583:20190130:204727.666 In DCconfig_get_poller_items() poller_type:0 2583:20190130:204727.666 End of DCconfig_get_poller_items():0 2583:20190130:204727.666 In DCconfig_get_poller_nextcheck() poller_type:0 2583:20190130:204727.666 End of DCconfig_get_poller_nextcheck():1548866848 2583:20190130:204727.666 End of get_values():0 2583:20190130:204727.666 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000242 sec, idle 1 sec]' 2577:20190130:204727.716 __zbx_zbx_setproctitle() title:'snmp trapper [processing data]' 2577:20190130:204727.716 __zbx_zbx_setproctitle() title:'snmp trapper [processed data in 0.000131 sec, idle 1 sec]' 2578:20190130:204728.330 __zbx_zbx_setproctitle() title:'self-monitoring [processing data]' 2578:20190130:204728.330 In collect_selfmon_stats() 2578:20190130:204728.330 End of collect_selfmon_stats() 2578:20190130:204728.330 __zbx_zbx_setproctitle() title:'self-monitoring [processed data in 0.000146 sec, idle 1 sec]' 2569:20190130:204728.378 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.104877 sec, sending data]' 2569:20190130:204728.378 In proxy_data_sender() 2569:20190130:204728.378 query [txnlev:0] [select t.taskid,t.type,t.clock,t.ttl,r.status,r.parent_taskid,r.info from task t,task_remote_command_result r where t.taskid=r.taskid and t.status=1 and t.type=3 order by t.taskid] 2569:20190130:204728.378 In connect_to_server() [10.255.0.1]:10051 [timeout:600] 2575:20190130:204728.405 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000179 sec, syncing history]' 2575:20190130:204728.405 In zbx_sync_history_cache() history_num:0 2575:20190130:204728.405 End of zbx_sync_history_cache() 2575:20190130:204728.405 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000159 sec, idle 1 sec]' 2569:20190130:204728.429 In put_data_to_server() datalen:154 2569:20190130:204728.429 In zbx_recv_response() 2576:20190130:204728.429 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000152 sec, syncing history]' 2576:20190130:204728.429 In zbx_sync_history_cache() history_num:0 2576:20190130:204728.429 End of zbx_sync_history_cache() 2576:20190130:204728.429 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000093 sec, idle 1 sec]' 2569:20190130:204728.482 zbx_tcp_recv_ext(): received 30 bytes with compression ratio 0.7 2569:20190130:204728.482 zbx_recv_response() '{"response":"success"}' 2569:20190130:204728.482 End of zbx_recv_response():SUCCEED 2569:20190130:204728.482 End of put_data_to_server():SUCCEED 2569:20190130:204728.482 End of proxy_data_sender():SUCCEED more:0 flags:0x8000 2569:20190130:204728.482 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.104170 sec, idle 30 sec]' 2582:20190130:204728.656 __zbx_zbx_setproctitle() title:'poller #3 [got 0 values in 0.000291 sec, getting values]' 2582:20190130:204728.656 In get_values() 2582:20190130:204728.656 In DCconfig_get_poller_items() poller_type:0 2582:20190130:204728.656 End of DCconfig_get_poller_items():0 2582:20190130:204728.656 In DCconfig_get_poller_nextcheck() poller_type:0 2582:20190130:204728.657 End of DCconfig_get_poller_nextcheck():1548866849 2582:20190130:204728.657 End of get_values():0 2582:20190130:204728.657 __zbx_zbx_setproctitle() title:'poller #3 [got 0 values in 0.000265 sec, idle 1 sec]' 2580:20190130:204728.658 __zbx_zbx_setproctitle() title:'poller #1 [got 0 values in 0.000203 sec, getting values]' 2580:20190130:204728.658 In get_values() 2580:20190130:204728.658 In DCconfig_get_poller_items() poller_type:0 2580:20190130:204728.658 End of DCconfig_get_poller_items():0 2580:20190130:204728.658 In DCconfig_get_poller_nextcheck() poller_type:0 2580:20190130:204728.658 End of DCconfig_get_poller_nextcheck():1548866849 2580:20190130:204728.658 End of get_values():0 2580:20190130:204728.658 __zbx_zbx_setproctitle() title:'poller #1 [got 0 values in 0.000186 sec, idle 1 sec]' 2581:20190130:204728.659 __zbx_zbx_setproctitle() title:'poller #2 [got 0 values in 0.000190 sec, getting values]' 2581:20190130:204728.659 In get_values() 2581:20190130:204728.659 In DCconfig_get_poller_items() poller_type:0 2581:20190130:204728.659 End of DCconfig_get_poller_items():0 2581:20190130:204728.659 In DCconfig_get_poller_nextcheck() poller_type:0 2581:20190130:204728.659 End of DCconfig_get_poller_nextcheck():1548866849 2581:20190130:204728.659 End of get_values():0 2581:20190130:204728.659 __zbx_zbx_setproctitle() title:'poller #2 [got 0 values in 0.000163 sec, idle 1 sec]' 2584:20190130:204728.666 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000247 sec, getting values]' 2584:20190130:204728.666 In get_values() 2584:20190130:204728.666 In DCconfig_get_poller_items() poller_type:0 2584:20190130:204728.666 End of DCconfig_get_poller_items():0 2584:20190130:204728.666 In DCconfig_get_poller_nextcheck() poller_type:0 2584:20190130:204728.666 End of DCconfig_get_poller_nextcheck():1548866849 2584:20190130:204728.666 End of get_values():0 2584:20190130:204728.666 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000215 sec, idle 1 sec]' 2583:20190130:204728.666 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000242 sec, getting values]' 2583:20190130:204728.666 In get_values() 2583:20190130:204728.666 In DCconfig_get_poller_items() poller_type:0 2583:20190130:204728.666 End of DCconfig_get_poller_items():0 2583:20190130:204728.666 In DCconfig_get_poller_nextcheck() poller_type:0 2583:20190130:204728.666 End of DCconfig_get_poller_nextcheck():1548866849 2583:20190130:204728.666 End of get_values():0 2583:20190130:204728.666 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000223 sec, idle 1 sec]' 2577:20190130:204728.717 __zbx_zbx_setproctitle() title:'snmp trapper [processing data]' 2577:20190130:204728.717 __zbx_zbx_setproctitle() title:'snmp trapper [processed data in 0.000108 sec, idle 1 sec]' 2578:20190130:204729.330 __zbx_zbx_setproctitle() title:'self-monitoring [processing data]' 2578:20190130:204729.330 In collect_selfmon_stats() 2578:20190130:204729.331 End of collect_selfmon_stats() 2578:20190130:204729.331 __zbx_zbx_setproctitle() title:'self-monitoring [processed data in 0.000157 sec, idle 1 sec]' 2589:20190130:204729.353 __zbx_zbx_setproctitle() title:'icmp pinger #3 [getting values]' 2589:20190130:204729.353 In get_pinger_hosts() 2589:20190130:204729.353 In DCconfig_get_poller_items() poller_type:3 2589:20190130:204729.353 End of DCconfig_get_poller_items():0 2589:20190130:204729.353 End of get_pinger_hosts():0 2589:20190130:204729.353 In process_pinger_hosts() 2589:20190130:204729.353 End of process_pinger_hosts() 2589:20190130:204729.353 In DCconfig_get_poller_nextcheck() poller_type:3 2589:20190130:204729.353 End of DCconfig_get_poller_nextcheck():1548866868 2589:20190130:204729.353 __zbx_zbx_setproctitle() title:'icmp pinger #3 [got 0 values in 0.000235 sec, idle 5 sec]' 2587:20190130:204729.353 __zbx_zbx_setproctitle() title:'icmp pinger #1 [getting values]' 2587:20190130:204729.353 In get_pinger_hosts() 2587:20190130:204729.353 In DCconfig_get_poller_items() poller_type:3 2587:20190130:204729.353 End of DCconfig_get_poller_items():0 2587:20190130:204729.353 End of get_pinger_hosts():0 2587:20190130:204729.353 In process_pinger_hosts() 2587:20190130:204729.353 End of process_pinger_hosts() 2587:20190130:204729.353 In DCconfig_get_poller_nextcheck() poller_type:3 2587:20190130:204729.353 End of DCconfig_get_poller_nextcheck():1548866868 2587:20190130:204729.353 __zbx_zbx_setproctitle() title:'icmp pinger #1 [got 0 values in 0.000206 sec, idle 5 sec]' 2588:20190130:204729.354 __zbx_zbx_setproctitle() title:'icmp pinger #2 [getting values]' 2588:20190130:204729.354 In get_pinger_hosts() 2588:20190130:204729.354 In DCconfig_get_poller_items() poller_type:3 2588:20190130:204729.354 End of DCconfig_get_poller_items():0 2588:20190130:204729.354 End of get_pinger_hosts():0 2588:20190130:204729.354 In process_pinger_hosts() 2588:20190130:204729.354 End of process_pinger_hosts() 2588:20190130:204729.354 In DCconfig_get_poller_nextcheck() poller_type:3 2588:20190130:204729.354 End of DCconfig_get_poller_nextcheck():1548866868 2588:20190130:204729.354 __zbx_zbx_setproctitle() title:'icmp pinger #2 [got 0 values in 0.000159 sec, idle 5 sec]' 2575:20190130:204729.405 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000159 sec, syncing history]' 2575:20190130:204729.405 In zbx_sync_history_cache() history_num:0 2575:20190130:204729.405 End of zbx_sync_history_cache() 2575:20190130:204729.405 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000202 sec, idle 1 sec]' 2576:20190130:204729.429 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000093 sec, syncing history]' 2576:20190130:204729.429 In zbx_sync_history_cache() history_num:0 2576:20190130:204729.430 End of zbx_sync_history_cache() 2576:20190130:204729.430 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000150 sec, idle 1 sec]' 2571:20190130:204729.430 __zbx_zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000384 sec, getting values]' 2571:20190130:204729.430 In process_httptests() 2571:20190130:204729.430 query [txnlev:0] [select h.hostid,h.host,h.name,t.httptestid,t.name,t.agent,t.authentication,t.http_user,t.http_password,t.http_proxy,t.retries,t.ssl_cert_file,t.ssl_key_file,t.ssl_key_password,t.verify_peer,t.verify_host,t.delay from httptest t,hosts h where t.hostid=h.hostid and t.nextcheck<=1548866849 and t.httptestid%1=0 and t.status=0 and h.proxy_hostid is null and h.status=0 and (h.maintenance_status=0 or h.maintenance_type=0)] 2571:20190130:204729.430 End of process_httptests() 2571:20190130:204729.430 query [txnlev:0] [select min(t.nextcheck) from httptest t,hosts h where t.hostid=h.hostid and t.httptestid%1=0 and t.status=0 and h.proxy_hostid is null and h.status=0 and (h.maintenance_status=0 or h.maintenance_type=0)] 2571:20190130:204729.430 No httptests to process in get_minnextcheck. 2571:20190130:204729.430 __zbx_zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000309 sec, idle 5 sec]' 2569:20190130:204729.482 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.104170 sec, sending data]' 2569:20190130:204729.482 In proxy_data_sender() 2569:20190130:204729.482 query [txnlev:0] [select t.taskid,t.type,t.clock,t.ttl,r.status,r.parent_taskid,r.info from task t,task_remote_command_result r where t.taskid=r.taskid and t.status=1 and t.type=3 order by t.taskid] 2569:20190130:204729.482 In connect_to_server() [10.255.0.1]:10051 [timeout:600] 2569:20190130:204729.534 In put_data_to_server() datalen:154 2569:20190130:204729.534 In zbx_recv_response() 2569:20190130:204729.586 zbx_tcp_recv_ext(): received 30 bytes with compression ratio 0.7 2569:20190130:204729.586 zbx_recv_response() '{"response":"success"}' 2569:20190130:204729.586 End of zbx_recv_response():SUCCEED 2569:20190130:204729.586 End of put_data_to_server():SUCCEED 2569:20190130:204729.586 End of proxy_data_sender():SUCCEED more:0 flags:0x8000 2569:20190130:204729.586 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.104444 sec, idle 30 sec]' 2582:20190130:204729.657 __zbx_zbx_setproctitle() title:'poller #3 [got 0 values in 0.000265 sec, getting values]' 2582:20190130:204729.657 In get_values() 2582:20190130:204729.657 In DCconfig_get_poller_items() poller_type:0 2582:20190130:204729.657 End of DCconfig_get_poller_items():0 2582:20190130:204729.657 In DCconfig_get_poller_nextcheck() poller_type:0 2582:20190130:204729.657 End of DCconfig_get_poller_nextcheck():1548866850 2582:20190130:204729.657 End of get_values():0 2582:20190130:204729.657 __zbx_zbx_setproctitle() title:'poller #3 [got 0 values in 0.000308 sec, idle 1 sec]' 2585:20190130:204729.657 __zbx_zbx_setproctitle() title:'unreachable poller #1 [got 0 values in 0.000282 sec, getting values]' 2585:20190130:204729.657 In get_values() 2585:20190130:204729.657 In DCconfig_get_poller_items() poller_type:1 2585:20190130:204729.657 End of DCconfig_get_poller_items():0 2585:20190130:204729.657 In DCconfig_get_poller_nextcheck() poller_type:1 2585:20190130:204729.657 End of DCconfig_get_poller_nextcheck():1548866900 2585:20190130:204729.657 End of get_values():0 2585:20190130:204729.657 __zbx_zbx_setproctitle() title:'unreachable poller #1 [got 0 values in 0.000161 sec, idle 5 sec]' 2580:20190130:204729.659 __zbx_zbx_setproctitle() title:'poller #1 [got 0 values in 0.000186 sec, getting values]' 2580:20190130:204729.659 In get_values() 2580:20190130:204729.659 In DCconfig_get_poller_items() poller_type:0 2580:20190130:204729.659 End of DCconfig_get_poller_items():0 2580:20190130:204729.659 In DCconfig_get_poller_nextcheck() poller_type:0 2580:20190130:204729.659 End of DCconfig_get_poller_nextcheck():1548866850 2580:20190130:204729.659 End of get_values():0 2580:20190130:204729.659 __zbx_zbx_setproctitle() title:'poller #1 [got 0 values in 0.000202 sec, idle 1 sec]' 2581:20190130:204729.659 __zbx_zbx_setproctitle() title:'poller #2 [got 0 values in 0.000163 sec, getting values]' 2581:20190130:204729.659 In get_values() 2581:20190130:204729.659 In DCconfig_get_poller_items() poller_type:0 2581:20190130:204729.659 End of DCconfig_get_poller_items():0 2581:20190130:204729.659 In DCconfig_get_poller_nextcheck() poller_type:0 2581:20190130:204729.659 End of DCconfig_get_poller_nextcheck():1548866850 2581:20190130:204729.659 End of get_values():0 2581:20190130:204729.659 __zbx_zbx_setproctitle() title:'poller #2 [got 0 values in 0.000164 sec, idle 1 sec]' 2584:20190130:204729.666 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000215 sec, getting values]' 2584:20190130:204729.666 In get_values() 2584:20190130:204729.666 In DCconfig_get_poller_items() poller_type:0 2584:20190130:204729.666 End of DCconfig_get_poller_items():0 2584:20190130:204729.666 In DCconfig_get_poller_nextcheck() poller_type:0 2584:20190130:204729.666 End of DCconfig_get_poller_nextcheck():1548866850 2584:20190130:204729.667 End of get_values():0 2584:20190130:204729.667 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000270 sec, idle 1 sec]' 2583:20190130:204729.667 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000223 sec, getting values]' 2583:20190130:204729.667 In get_values() 2583:20190130:204729.667 In DCconfig_get_poller_items() poller_type:0 2583:20190130:204729.667 End of DCconfig_get_poller_items():0 2583:20190130:204729.667 In DCconfig_get_poller_nextcheck() poller_type:0 2583:20190130:204729.667 End of DCconfig_get_poller_nextcheck():1548866850 2583:20190130:204729.667 End of get_values():0 2583:20190130:204729.667 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000163 sec, idle 1 sec]' 2577:20190130:204729.717 __zbx_zbx_setproctitle() title:'snmp trapper [processing data]' 2577:20190130:204729.717 __zbx_zbx_setproctitle() title:'snmp trapper [processed data in 0.000110 sec, idle 1 sec]' 2578:20190130:204730.331 __zbx_zbx_setproctitle() title:'self-monitoring [processing data]' 2578:20190130:204730.331 In collect_selfmon_stats() 2578:20190130:204730.331 End of collect_selfmon_stats() 2578:20190130:204730.331 __zbx_zbx_setproctitle() title:'self-monitoring [processed data in 0.000153 sec, idle 1 sec]' 2575:20190130:204730.406 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000202 sec, syncing history]' 2575:20190130:204730.406 In zbx_sync_history_cache() history_num:0 2575:20190130:204730.406 End of zbx_sync_history_cache() 2575:20190130:204730.406 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000158 sec, idle 1 sec]' 2579:20190130:204730.429 __zbx_zbx_setproctitle() title:'task manager [processing tasks]' 2579:20190130:204730.429 query [txnlev:0] [select taskid,type,clock,ttl from task where status=1 and type in (2, 6) order by taskid] 2579:20190130:204730.429 __zbx_zbx_setproctitle() title:'task manager [processed 0 task(s) in 0.000277 sec, idle 5 sec]' 2576:20190130:204730.430 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000150 sec, syncing history]' 2576:20190130:204730.430 In zbx_sync_history_cache() history_num:0 2576:20190130:204730.430 End of zbx_sync_history_cache() 2576:20190130:204730.430 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000084 sec, idle 1 sec]' 2569:20190130:204730.587 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.104444 sec, sending data]' 2569:20190130:204730.587 In proxy_data_sender() 2569:20190130:204730.587 query [txnlev:0] [select t.taskid,t.type,t.clock,t.ttl,r.status,r.parent_taskid,r.info from task t,task_remote_command_result r where t.taskid=r.taskid and t.status=1 and t.type=3 order by t.taskid] 2569:20190130:204730.587 In connect_to_server() [10.255.0.1]:10051 [timeout:600] 2569:20190130:204730.639 In put_data_to_server() datalen:154 2569:20190130:204730.639 In zbx_recv_response() 2582:20190130:204730.657 __zbx_zbx_setproctitle() title:'poller #3 [got 0 values in 0.000308 sec, getting values]' 2582:20190130:204730.657 In get_values() 2582:20190130:204730.657 In DCconfig_get_poller_items() poller_type:0 2582:20190130:204730.657 End of DCconfig_get_poller_items():0 2582:20190130:204730.657 In DCconfig_get_poller_nextcheck() poller_type:0 2582:20190130:204730.657 End of DCconfig_get_poller_nextcheck():1548866851 2582:20190130:204730.657 End of get_values():0 2582:20190130:204730.657 __zbx_zbx_setproctitle() title:'poller #3 [got 0 values in 0.000263 sec, idle 1 sec]' 2580:20190130:204730.660 __zbx_zbx_setproctitle() title:'poller #1 [got 0 values in 0.000202 sec, getting values]' 2580:20190130:204730.660 In get_values() 2580:20190130:204730.660 In DCconfig_get_poller_items() poller_type:0 2580:20190130:204730.660 End of DCconfig_get_poller_items():0 2580:20190130:204730.660 In DCconfig_get_poller_nextcheck() poller_type:0 2580:20190130:204730.660 End of DCconfig_get_poller_nextcheck():1548866851 2580:20190130:204730.660 End of get_values():0 2580:20190130:204730.660 __zbx_zbx_setproctitle() title:'poller #1 [got 0 values in 0.000168 sec, idle 1 sec]' 2581:20190130:204730.660 __zbx_zbx_setproctitle() title:'poller #2 [got 0 values in 0.000164 sec, getting values]' 2581:20190130:204730.660 In get_values() 2581:20190130:204730.660 In DCconfig_get_poller_items() poller_type:0 2581:20190130:204730.660 End of DCconfig_get_poller_items():0 2581:20190130:204730.660 In DCconfig_get_poller_nextcheck() poller_type:0 2581:20190130:204730.660 End of DCconfig_get_poller_nextcheck():1548866851 2581:20190130:204730.660 End of get_values():0 2581:20190130:204730.660 __zbx_zbx_setproctitle() title:'poller #2 [got 0 values in 0.000156 sec, idle 1 sec]' 2584:20190130:204730.667 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000270 sec, getting values]' 2584:20190130:204730.667 In get_values() 2584:20190130:204730.667 In DCconfig_get_poller_items() poller_type:0 2584:20190130:204730.667 End of DCconfig_get_poller_items():0 2584:20190130:204730.667 In DCconfig_get_poller_nextcheck() poller_type:0 2584:20190130:204730.667 End of DCconfig_get_poller_nextcheck():1548866851 2584:20190130:204730.667 End of get_values():0 2584:20190130:204730.667 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000177 sec, idle 1 sec]' 2583:20190130:204730.667 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000163 sec, getting values]' 2583:20190130:204730.667 In get_values() 2583:20190130:204730.667 In DCconfig_get_poller_items() poller_type:0 2583:20190130:204730.667 End of DCconfig_get_poller_items():0 2583:20190130:204730.667 In DCconfig_get_poller_nextcheck() poller_type:0 2583:20190130:204730.667 End of DCconfig_get_poller_nextcheck():1548866851 2583:20190130:204730.667 End of get_values():0 2583:20190130:204730.667 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000165 sec, idle 1 sec]' 2569:20190130:204730.691 zbx_tcp_recv_ext(): received 30 bytes with compression ratio 0.7 2569:20190130:204730.691 zbx_recv_response() '{"response":"success"}' 2569:20190130:204730.691 End of zbx_recv_response():SUCCEED 2569:20190130:204730.691 End of put_data_to_server():SUCCEED 2569:20190130:204730.691 End of proxy_data_sender():SUCCEED more:0 flags:0x8000 2569:20190130:204730.691 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.104752 sec, idle 30 sec]' 2577:20190130:204730.717 __zbx_zbx_setproctitle() title:'snmp trapper [processing data]' 2577:20190130:204730.717 __zbx_zbx_setproctitle() title:'snmp trapper [processed data in 0.000107 sec, idle 1 sec]' 2578:20190130:204731.332 __zbx_zbx_setproctitle() title:'self-monitoring [processing data]' 2578:20190130:204731.332 In collect_selfmon_stats() 2578:20190130:204731.332 End of collect_selfmon_stats() 2578:20190130:204731.332 __zbx_zbx_setproctitle() title:'self-monitoring [processed data in 0.000149 sec, idle 1 sec]' 2575:20190130:204731.406 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000158 sec, syncing history]' 2575:20190130:204731.406 In zbx_sync_history_cache() history_num:0 2575:20190130:204731.406 End of zbx_sync_history_cache() 2575:20190130:204731.406 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000155 sec, idle 1 sec]' 2576:20190130:204731.430 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000084 sec, syncing history]' 2576:20190130:204731.430 In zbx_sync_history_cache() history_num:0 2576:20190130:204731.430 End of zbx_sync_history_cache() 2576:20190130:204731.430 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000150 sec, idle 1 sec]' 2582:20190130:204731.658 __zbx_zbx_setproctitle() title:'poller #3 [got 0 values in 0.000263 sec, getting values]' 2582:20190130:204731.658 In get_values() 2582:20190130:204731.658 In DCconfig_get_poller_items() poller_type:0 2582:20190130:204731.658 End of DCconfig_get_poller_items():0 2582:20190130:204731.658 In DCconfig_get_poller_nextcheck() poller_type:0 2582:20190130:204731.658 End of DCconfig_get_poller_nextcheck():1548866852 2582:20190130:204731.658 End of get_values():0 2582:20190130:204731.658 __zbx_zbx_setproctitle() title:'poller #3 [got 0 values in 0.000262 sec, idle 1 sec]' 2580:20190130:204731.660 __zbx_zbx_setproctitle() title:'poller #1 [got 0 values in 0.000168 sec, getting values]' 2580:20190130:204731.660 In get_values() 2580:20190130:204731.660 In DCconfig_get_poller_items() poller_type:0 2580:20190130:204731.660 End of DCconfig_get_poller_items():0 2580:20190130:204731.660 In DCconfig_get_poller_nextcheck() poller_type:0 2580:20190130:204731.660 End of DCconfig_get_poller_nextcheck():1548866852 2580:20190130:204731.660 End of get_values():0 2580:20190130:204731.660 __zbx_zbx_setproctitle() title:'poller #1 [got 0 values in 0.000192 sec, idle 1 sec]' 2581:20190130:204731.660 __zbx_zbx_setproctitle() title:'poller #2 [got 0 values in 0.000156 sec, getting values]' 2581:20190130:204731.661 In get_values() 2581:20190130:204731.661 In DCconfig_get_poller_items() poller_type:0 2581:20190130:204731.661 End of DCconfig_get_poller_items():0 2581:20190130:204731.661 In DCconfig_get_poller_nextcheck() poller_type:0 2581:20190130:204731.661 End of DCconfig_get_poller_nextcheck():1548866852 2581:20190130:204731.661 End of get_values():0 2581:20190130:204731.661 __zbx_zbx_setproctitle() title:'poller #2 [got 0 values in 0.000164 sec, idle 1 sec]' 2584:20190130:204731.668 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000177 sec, getting values]' 2584:20190130:204731.668 In get_values() 2584:20190130:204731.668 In DCconfig_get_poller_items() poller_type:0 2584:20190130:204731.668 End of DCconfig_get_poller_items():0 2584:20190130:204731.668 In DCconfig_get_poller_nextcheck() poller_type:0 2584:20190130:204731.668 End of DCconfig_get_poller_nextcheck():1548866852 2584:20190130:204731.668 End of get_values():0 2584:20190130:204731.668 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000192 sec, idle 1 sec]' 2583:20190130:204731.668 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000165 sec, getting values]' 2583:20190130:204731.668 In get_values() 2583:20190130:204731.668 In DCconfig_get_poller_items() poller_type:0 2583:20190130:204731.668 End of DCconfig_get_poller_items():0 2583:20190130:204731.668 In DCconfig_get_poller_nextcheck() poller_type:0 2583:20190130:204731.668 End of DCconfig_get_poller_nextcheck():1548866852 2583:20190130:204731.668 End of get_values():0 2583:20190130:204731.668 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000156 sec, idle 1 sec]' 2569:20190130:204731.692 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.104752 sec, sending data]' 2569:20190130:204731.692 In proxy_data_sender() 2569:20190130:204731.692 query [txnlev:0] [select t.taskid,t.type,t.clock,t.ttl,r.status,r.parent_taskid,r.info from task t,task_remote_command_result r where t.taskid=r.taskid and t.status=1 and t.type=3 order by t.taskid] 2569:20190130:204731.692 In connect_to_server() [10.255.0.1]:10051 [timeout:600] 2577:20190130:204731.718 __zbx_zbx_setproctitle() title:'snmp trapper [processing data]' 2577:20190130:204731.718 __zbx_zbx_setproctitle() title:'snmp trapper [processed data in 0.000129 sec, idle 1 sec]' 2569:20190130:204731.744 In put_data_to_server() datalen:154 2569:20190130:204731.744 In zbx_recv_response() 2569:20190130:204731.798 zbx_tcp_recv_ext(): received 30 bytes with compression ratio 0.7 2569:20190130:204731.798 zbx_recv_response() '{"response":"success"}' 2569:20190130:204731.798 End of zbx_recv_response():SUCCEED 2569:20190130:204731.798 End of put_data_to_server():SUCCEED 2569:20190130:204731.798 End of proxy_data_sender():SUCCEED more:0 flags:0x8000 2569:20190130:204731.798 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.106600 sec, idle 30 sec]' 2578:20190130:204732.332 __zbx_zbx_setproctitle() title:'self-monitoring [processing data]' 2578:20190130:204732.332 In collect_selfmon_stats() 2578:20190130:204732.333 End of collect_selfmon_stats() 2578:20190130:204732.333 __zbx_zbx_setproctitle() title:'self-monitoring [processed data in 0.000163 sec, idle 1 sec]' 2575:20190130:204732.407 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000155 sec, syncing history]' 2575:20190130:204732.407 In zbx_sync_history_cache() history_num:0 2575:20190130:204732.407 End of zbx_sync_history_cache() 2575:20190130:204732.407 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000151 sec, idle 1 sec]' 2576:20190130:204732.430 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000150 sec, syncing history]' 2576:20190130:204732.430 In zbx_sync_history_cache() history_num:0 2576:20190130:204732.430 End of zbx_sync_history_cache() 2576:20190130:204732.431 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000168 sec, idle 1 sec]' 2582:20190130:204732.658 __zbx_zbx_setproctitle() title:'poller #3 [got 0 values in 0.000262 sec, getting values]' 2582:20190130:204732.658 In get_values() 2582:20190130:204732.659 In DCconfig_get_poller_items() poller_type:0 2582:20190130:204732.659 End of DCconfig_get_poller_items():0 2582:20190130:204732.659 In DCconfig_get_poller_nextcheck() poller_type:0 2582:20190130:204732.659 End of DCconfig_get_poller_nextcheck():1548866853 2582:20190130:204732.659 End of get_values():0 2582:20190130:204732.659 __zbx_zbx_setproctitle() title:'poller #3 [got 0 values in 0.000275 sec, idle 1 sec]' 2580:20190130:204732.661 __zbx_zbx_setproctitle() title:'poller #1 [got 0 values in 0.000192 sec, getting values]' 2580:20190130:204732.661 In get_values() 2580:20190130:204732.661 In DCconfig_get_poller_items() poller_type:0 2580:20190130:204732.661 End of DCconfig_get_poller_items():0 2580:20190130:204732.661 In DCconfig_get_poller_nextcheck() poller_type:0 2580:20190130:204732.661 End of DCconfig_get_poller_nextcheck():1548866853 2580:20190130:204732.661 End of get_values():0 2580:20190130:204732.661 __zbx_zbx_setproctitle() title:'poller #1 [got 0 values in 0.000207 sec, idle 1 sec]' 2581:20190130:204732.661 __zbx_zbx_setproctitle() title:'poller #2 [got 0 values in 0.000164 sec, getting values]' 2581:20190130:204732.661 In get_values() 2581:20190130:204732.661 In DCconfig_get_poller_items() poller_type:0 2581:20190130:204732.661 End of DCconfig_get_poller_items():0 2581:20190130:204732.661 In DCconfig_get_poller_nextcheck() poller_type:0 2581:20190130:204732.661 End of DCconfig_get_poller_nextcheck():1548866853 2581:20190130:204732.661 End of get_values():0 2581:20190130:204732.661 __zbx_zbx_setproctitle() title:'poller #2 [got 0 values in 0.000161 sec, idle 1 sec]' 2584:20190130:204732.668 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000192 sec, getting values]' 2584:20190130:204732.669 In get_values() 2584:20190130:204732.669 In DCconfig_get_poller_items() poller_type:0 2584:20190130:204732.669 End of DCconfig_get_poller_items():0 2584:20190130:204732.669 In DCconfig_get_poller_nextcheck() poller_type:0 2584:20190130:204732.669 End of DCconfig_get_poller_nextcheck():1548866853 2584:20190130:204732.669 End of get_values():0 2584:20190130:204732.669 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000223 sec, idle 1 sec]' 2583:20190130:204732.669 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000156 sec, getting values]' 2583:20190130:204732.669 In get_values() 2583:20190130:204732.669 In DCconfig_get_poller_items() poller_type:0 2583:20190130:204732.669 End of DCconfig_get_poller_items():0 2583:20190130:204732.669 In DCconfig_get_poller_nextcheck() poller_type:0 2583:20190130:204732.669 End of DCconfig_get_poller_nextcheck():1548866853 2583:20190130:204732.669 End of get_values():0 2583:20190130:204732.669 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000217 sec, idle 1 sec]' 2577:20190130:204732.718 __zbx_zbx_setproctitle() title:'snmp trapper [processing data]' 2577:20190130:204732.719 __zbx_zbx_setproctitle() title:'snmp trapper [processed data in 0.000107 sec, idle 1 sec]' 2569:20190130:204732.799 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.106600 sec, sending data]' 2569:20190130:204732.799 In proxy_data_sender() 2569:20190130:204732.799 query [txnlev:0] [select t.taskid,t.type,t.clock,t.ttl,r.status,r.parent_taskid,r.info from task t,task_remote_command_result r where t.taskid=r.taskid and t.status=1 and t.type=3 order by t.taskid] 2569:20190130:204732.799 In connect_to_server() [10.255.0.1]:10051 [timeout:600] 2569:20190130:204732.852 In put_data_to_server() datalen:154 2569:20190130:204732.852 In zbx_recv_response() 2569:20190130:204732.904 zbx_tcp_recv_ext(): received 30 bytes with compression ratio 0.7 2569:20190130:204732.904 zbx_recv_response() '{"response":"success"}' 2569:20190130:204732.905 End of zbx_recv_response():SUCCEED 2569:20190130:204732.905 End of put_data_to_server():SUCCEED 2569:20190130:204732.905 End of proxy_data_sender():SUCCEED more:0 flags:0x8000 2569:20190130:204732.905 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.105780 sec, idle 30 sec]' 2578:20190130:204733.333 __zbx_zbx_setproctitle() title:'self-monitoring [processing data]' 2578:20190130:204733.333 In collect_selfmon_stats() 2578:20190130:204733.333 End of collect_selfmon_stats() 2578:20190130:204733.333 __zbx_zbx_setproctitle() title:'self-monitoring [processed data in 0.000170 sec, idle 1 sec]' 2575:20190130:204733.408 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000151 sec, syncing history]' 2575:20190130:204733.408 In zbx_sync_history_cache() history_num:0 2575:20190130:204733.408 End of zbx_sync_history_cache() 2575:20190130:204733.408 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000151 sec, idle 1 sec]' 2576:20190130:204733.431 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000168 sec, syncing history]' 2576:20190130:204733.431 In zbx_sync_history_cache() history_num:0 2576:20190130:204733.431 End of zbx_sync_history_cache() 2576:20190130:204733.431 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000150 sec, idle 1 sec]' 2582:20190130:204733.659 __zbx_zbx_setproctitle() title:'poller #3 [got 0 values in 0.000275 sec, getting values]' 2582:20190130:204733.659 In get_values() 2582:20190130:204733.659 In DCconfig_get_poller_items() poller_type:0 2582:20190130:204733.659 End of DCconfig_get_poller_items():0 2582:20190130:204733.659 In DCconfig_get_poller_nextcheck() poller_type:0 2582:20190130:204733.659 End of DCconfig_get_poller_nextcheck():1548866854 2582:20190130:204733.659 End of get_values():0 2582:20190130:204733.659 __zbx_zbx_setproctitle() title:'poller #3 [got 0 values in 0.000276 sec, idle 1 sec]' 2580:20190130:204733.661 __zbx_zbx_setproctitle() title:'poller #1 [got 0 values in 0.000207 sec, getting values]' 2580:20190130:204733.661 In get_values() 2580:20190130:204733.661 In DCconfig_get_poller_items() poller_type:0 2580:20190130:204733.661 End of DCconfig_get_poller_items():0 2580:20190130:204733.661 In DCconfig_get_poller_nextcheck() poller_type:0 2580:20190130:204733.661 End of DCconfig_get_poller_nextcheck():1548866854 2580:20190130:204733.661 End of get_values():0 2580:20190130:204733.661 __zbx_zbx_setproctitle() title:'poller #1 [got 0 values in 0.000235 sec, idle 1 sec]' 2581:20190130:204733.661 __zbx_zbx_setproctitle() title:'poller #2 [got 0 values in 0.000161 sec, getting values]' 2581:20190130:204733.662 In get_values() 2581:20190130:204733.662 In DCconfig_get_poller_items() poller_type:0 2581:20190130:204733.662 End of DCconfig_get_poller_items():0 2581:20190130:204733.662 In DCconfig_get_poller_nextcheck() poller_type:0 2581:20190130:204733.662 End of DCconfig_get_poller_nextcheck():1548866854 2581:20190130:204733.662 End of get_values():0 2581:20190130:204733.662 __zbx_zbx_setproctitle() title:'poller #2 [got 0 values in 0.000180 sec, idle 1 sec]' 2584:20190130:204733.669 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000223 sec, getting values]' 2584:20190130:204733.669 In get_values() 2584:20190130:204733.669 In DCconfig_get_poller_items() poller_type:0 2584:20190130:204733.669 End of DCconfig_get_poller_items():0 2584:20190130:204733.669 In DCconfig_get_poller_nextcheck() poller_type:0 2584:20190130:204733.669 End of DCconfig_get_poller_nextcheck():1548866854 2584:20190130:204733.669 End of get_values():0 2584:20190130:204733.669 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000208 sec, idle 1 sec]' 2583:20190130:204733.669 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000217 sec, getting values]' 2583:20190130:204733.669 In get_values() 2583:20190130:204733.669 In DCconfig_get_poller_items() poller_type:0 2583:20190130:204733.669 End of DCconfig_get_poller_items():0 2583:20190130:204733.669 In DCconfig_get_poller_nextcheck() poller_type:0 2583:20190130:204733.669 End of DCconfig_get_poller_nextcheck():1548866854 2583:20190130:204733.669 End of get_values():0 2583:20190130:204733.669 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000170 sec, idle 1 sec]' 2577:20190130:204733.719 __zbx_zbx_setproctitle() title:'snmp trapper [processing data]' 2577:20190130:204733.719 __zbx_zbx_setproctitle() title:'snmp trapper [processed data in 0.000112 sec, idle 1 sec]' 2569:20190130:204733.905 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.105780 sec, sending data]' 2569:20190130:204733.905 In proxy_data_sender() 2569:20190130:204733.905 query [txnlev:0] [select t.taskid,t.type,t.clock,t.ttl,r.status,r.parent_taskid,r.info from task t,task_remote_command_result r where t.taskid=r.taskid and t.status=1 and t.type=3 order by t.taskid] 2569:20190130:204733.905 In connect_to_server() [10.255.0.1]:10051 [timeout:600] 2569:20190130:204733.957 In put_data_to_server() datalen:154 2569:20190130:204733.957 In zbx_recv_response() 2569:20190130:204734.009 zbx_tcp_recv_ext(): received 30 bytes with compression ratio 0.7 2569:20190130:204734.010 zbx_recv_response() '{"response":"success"}' 2569:20190130:204734.010 End of zbx_recv_response():SUCCEED 2569:20190130:204734.010 End of put_data_to_server():SUCCEED 2569:20190130:204734.010 End of proxy_data_sender():SUCCEED more:0 flags:0x8000 2569:20190130:204734.010 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.104896 sec, idle 30 sec]' 2578:20190130:204734.333 __zbx_zbx_setproctitle() title:'self-monitoring [processing data]' 2578:20190130:204734.333 In collect_selfmon_stats() 2578:20190130:204734.333 End of collect_selfmon_stats() 2578:20190130:204734.333 __zbx_zbx_setproctitle() title:'self-monitoring [processed data in 0.000149 sec, idle 1 sec]' 2589:20190130:204734.354 __zbx_zbx_setproctitle() title:'icmp pinger #3 [getting values]' 2589:20190130:204734.354 In get_pinger_hosts() 2589:20190130:204734.354 In DCconfig_get_poller_items() poller_type:3 2589:20190130:204734.354 End of DCconfig_get_poller_items():0 2589:20190130:204734.354 End of get_pinger_hosts():0 2589:20190130:204734.354 In process_pinger_hosts() 2589:20190130:204734.354 End of process_pinger_hosts() 2589:20190130:204734.354 In DCconfig_get_poller_nextcheck() poller_type:3 2589:20190130:204734.354 End of DCconfig_get_poller_nextcheck():1548866868 2589:20190130:204734.354 __zbx_zbx_setproctitle() title:'icmp pinger #3 [got 0 values in 0.000245 sec, idle 5 sec]' 2587:20190130:204734.354 __zbx_zbx_setproctitle() title:'icmp pinger #1 [getting values]' 2587:20190130:204734.355 In get_pinger_hosts() 2587:20190130:204734.355 In DCconfig_get_poller_items() poller_type:3 2587:20190130:204734.355 End of DCconfig_get_poller_items():0 2587:20190130:204734.355 End of get_pinger_hosts():0 2587:20190130:204734.355 In process_pinger_hosts() 2587:20190130:204734.355 End of process_pinger_hosts() 2587:20190130:204734.355 In DCconfig_get_poller_nextcheck() poller_type:3 2587:20190130:204734.355 End of DCconfig_get_poller_nextcheck():1548866868 2587:20190130:204734.355 __zbx_zbx_setproctitle() title:'icmp pinger #1 [got 0 values in 0.000274 sec, idle 5 sec]' 2588:20190130:204734.355 __zbx_zbx_setproctitle() title:'icmp pinger #2 [getting values]' 2588:20190130:204734.355 In get_pinger_hosts() 2588:20190130:204734.355 In DCconfig_get_poller_items() poller_type:3 2588:20190130:204734.355 End of DCconfig_get_poller_items():0 2588:20190130:204734.355 End of get_pinger_hosts():0 2588:20190130:204734.355 In process_pinger_hosts() 2588:20190130:204734.355 End of process_pinger_hosts() 2588:20190130:204734.355 In DCconfig_get_poller_nextcheck() poller_type:3 2588:20190130:204734.355 End of DCconfig_get_poller_nextcheck():1548866868 2588:20190130:204734.355 __zbx_zbx_setproctitle() title:'icmp pinger #2 [got 0 values in 0.000161 sec, idle 5 sec]' 2575:20190130:204734.408 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000151 sec, syncing history]' 2575:20190130:204734.408 In zbx_sync_history_cache() history_num:0 2575:20190130:204734.408 End of zbx_sync_history_cache() 2575:20190130:204734.408 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000158 sec, idle 1 sec]' 2576:20190130:204734.432 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000150 sec, syncing history]' 2576:20190130:204734.432 In zbx_sync_history_cache() history_num:0 2576:20190130:204734.432 End of zbx_sync_history_cache() 2576:20190130:204734.432 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000156 sec, idle 1 sec]' 2571:20190130:204734.432 __zbx_zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000309 sec, getting values]' 2571:20190130:204734.432 In process_httptests() 2571:20190130:204734.432 query [txnlev:0] [select h.hostid,h.host,h.name,t.httptestid,t.name,t.agent,t.authentication,t.http_user,t.http_password,t.http_proxy,t.retries,t.ssl_cert_file,t.ssl_key_file,t.ssl_key_password,t.verify_peer,t.verify_host,t.delay from httptest t,hosts h where t.hostid=h.hostid and t.nextcheck<=1548866854 and t.httptestid%1=0 and t.status=0 and h.proxy_hostid is null and h.status=0 and (h.maintenance_status=0 or h.maintenance_type=0)] 2571:20190130:204734.432 End of process_httptests() 2571:20190130:204734.432 query [txnlev:0] [select min(t.nextcheck) from httptest t,hosts h where t.hostid=h.hostid and t.httptestid%1=0 and t.status=0 and h.proxy_hostid is null and h.status=0 and (h.maintenance_status=0 or h.maintenance_type=0)] 2571:20190130:204734.432 No httptests to process in get_minnextcheck. 2571:20190130:204734.432 __zbx_zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000302 sec, idle 5 sec]' 2582:20190130:204734.660 __zbx_zbx_setproctitle() title:'poller #3 [got 0 values in 0.000276 sec, getting values]' 2582:20190130:204734.660 In get_values() 2582:20190130:204734.660 In DCconfig_get_poller_items() poller_type:0 2582:20190130:204734.660 End of DCconfig_get_poller_items():0 2582:20190130:204734.660 In DCconfig_get_poller_nextcheck() poller_type:0 2582:20190130:204734.660 End of DCconfig_get_poller_nextcheck():1548866855 2582:20190130:204734.660 End of get_values():0 2582:20190130:204734.660 __zbx_zbx_setproctitle() title:'poller #3 [got 0 values in 0.000255 sec, idle 1 sec]' 2585:20190130:204734.660 __zbx_zbx_setproctitle() title:'unreachable poller #1 [got 0 values in 0.000161 sec, getting values]' 2585:20190130:204734.660 In get_values() 2585:20190130:204734.660 In DCconfig_get_poller_items() poller_type:1 2585:20190130:204734.660 End of DCconfig_get_poller_items():0 2585:20190130:204734.660 In DCconfig_get_poller_nextcheck() poller_type:1 2585:20190130:204734.660 End of DCconfig_get_poller_nextcheck():1548866900 2585:20190130:204734.660 End of get_values():0 2585:20190130:204734.660 __zbx_zbx_setproctitle() title:'unreachable poller #1 [got 0 values in 0.000187 sec, idle 5 sec]' 2580:20190130:204734.662 __zbx_zbx_setproctitle() title:'poller #1 [got 0 values in 0.000235 sec, getting values]' 2580:20190130:204734.662 In get_values() 2580:20190130:204734.662 In DCconfig_get_poller_items() poller_type:0 2580:20190130:204734.662 End of DCconfig_get_poller_items():0 2580:20190130:204734.662 In DCconfig_get_poller_nextcheck() poller_type:0 2580:20190130:204734.662 End of DCconfig_get_poller_nextcheck():1548866855 2580:20190130:204734.662 End of get_values():0 2580:20190130:204734.662 __zbx_zbx_setproctitle() title:'poller #1 [got 0 values in 0.000186 sec, idle 1 sec]' 2581:20190130:204734.662 __zbx_zbx_setproctitle() title:'poller #2 [got 0 values in 0.000180 sec, getting values]' 2581:20190130:204734.662 In get_values() 2581:20190130:204734.662 In DCconfig_get_poller_items() poller_type:0 2581:20190130:204734.662 End of DCconfig_get_poller_items():0 2581:20190130:204734.662 In DCconfig_get_poller_nextcheck() poller_type:0 2581:20190130:204734.662 End of DCconfig_get_poller_nextcheck():1548866855 2581:20190130:204734.662 End of get_values():0 2581:20190130:204734.662 __zbx_zbx_setproctitle() title:'poller #2 [got 0 values in 0.000157 sec, idle 1 sec]' 2584:20190130:204734.669 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000208 sec, getting values]' 2584:20190130:204734.669 In get_values() 2584:20190130:204734.669 In DCconfig_get_poller_items() poller_type:0 2584:20190130:204734.669 End of DCconfig_get_poller_items():0 2584:20190130:204734.669 In DCconfig_get_poller_nextcheck() poller_type:0 2584:20190130:204734.669 End of DCconfig_get_poller_nextcheck():1548866855 2584:20190130:204734.669 End of get_values():0 2584:20190130:204734.669 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000211 sec, idle 1 sec]' 2583:20190130:204734.669 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000170 sec, getting values]' 2583:20190130:204734.669 In get_values() 2583:20190130:204734.669 In DCconfig_get_poller_items() poller_type:0 2583:20190130:204734.669 End of DCconfig_get_poller_items():0 2583:20190130:204734.669 In DCconfig_get_poller_nextcheck() poller_type:0 2583:20190130:204734.669 End of DCconfig_get_poller_nextcheck():1548866855 2583:20190130:204734.669 End of get_values():0 2583:20190130:204734.669 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000163 sec, idle 1 sec]' 2577:20190130:204734.720 __zbx_zbx_setproctitle() title:'snmp trapper [processing data]' 2577:20190130:204734.720 __zbx_zbx_setproctitle() title:'snmp trapper [processed data in 0.000116 sec, idle 1 sec]' 2569:20190130:204735.010 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.104896 sec, sending data]' 2569:20190130:204735.010 In proxy_data_sender() 2569:20190130:204735.010 query [txnlev:0] [select t.taskid,t.type,t.clock,t.ttl,r.status,r.parent_taskid,r.info from task t,task_remote_command_result r where t.taskid=r.taskid and t.status=1 and t.type=3 order by t.taskid] 2569:20190130:204735.011 In connect_to_server() [10.255.0.1]:10051 [timeout:600] 2569:20190130:204735.063 In put_data_to_server() datalen:153 2569:20190130:204735.063 In zbx_recv_response() 2569:20190130:204735.115 zbx_tcp_recv_ext(): received 30 bytes with compression ratio 0.7 2569:20190130:204735.115 zbx_recv_response() '{"response":"success"}' 2569:20190130:204735.115 End of zbx_recv_response():SUCCEED 2569:20190130:204735.115 End of put_data_to_server():SUCCEED 2569:20190130:204735.115 End of proxy_data_sender():SUCCEED more:0 flags:0x8000 2569:20190130:204735.115 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.105242 sec, idle 30 sec]' 2578:20190130:204735.333 __zbx_zbx_setproctitle() title:'self-monitoring [processing data]' 2578:20190130:204735.333 In collect_selfmon_stats() 2578:20190130:204735.333 End of collect_selfmon_stats() 2578:20190130:204735.333 __zbx_zbx_setproctitle() title:'self-monitoring [processed data in 0.000150 sec, idle 1 sec]' 2575:20190130:204735.409 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000158 sec, syncing history]' 2575:20190130:204735.409 In zbx_sync_history_cache() history_num:0 2575:20190130:204735.409 End of zbx_sync_history_cache() 2575:20190130:204735.409 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000156 sec, idle 1 sec]' 2579:20190130:204735.429 __zbx_zbx_setproctitle() title:'task manager [processing tasks]' 2579:20190130:204735.429 query [txnlev:0] [select taskid,type,clock,ttl from task where status=1 and type in (2, 6) order by taskid] 2579:20190130:204735.430 __zbx_zbx_setproctitle() title:'task manager [processed 0 task(s) in 0.000253 sec, idle 5 sec]' 2576:20190130:204735.432 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000156 sec, syncing history]' 2576:20190130:204735.432 In zbx_sync_history_cache() history_num:0 2576:20190130:204735.432 End of zbx_sync_history_cache() 2576:20190130:204735.432 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000100 sec, idle 1 sec]' 2582:20190130:204735.660 __zbx_zbx_setproctitle() title:'poller #3 [got 0 values in 0.000255 sec, getting values]' 2582:20190130:204735.660 In get_values() 2582:20190130:204735.661 In DCconfig_get_poller_items() poller_type:0 2582:20190130:204735.661 End of DCconfig_get_poller_items():0 2582:20190130:204735.661 In DCconfig_get_poller_nextcheck() poller_type:0 2582:20190130:204735.661 End of DCconfig_get_poller_nextcheck():1548866857 2582:20190130:204735.661 End of get_values():0 2582:20190130:204735.661 __zbx_zbx_setproctitle() title:'poller #3 [got 0 values in 0.000274 sec, idle 2 sec]' 2580:20190130:204735.662 __zbx_zbx_setproctitle() title:'poller #1 [got 0 values in 0.000186 sec, getting values]' 2580:20190130:204735.662 In get_values() 2580:20190130:204735.662 In DCconfig_get_poller_items() poller_type:0 2580:20190130:204735.663 End of DCconfig_get_poller_items():0 2580:20190130:204735.663 In DCconfig_get_poller_nextcheck() poller_type:0 2580:20190130:204735.663 End of DCconfig_get_poller_nextcheck():1548866857 2580:20190130:204735.663 End of get_values():0 2580:20190130:204735.663 __zbx_zbx_setproctitle() title:'poller #1 [got 0 values in 0.000244 sec, idle 2 sec]' 2581:20190130:204735.663 __zbx_zbx_setproctitle() title:'poller #2 [got 0 values in 0.000157 sec, getting values]' 2581:20190130:204735.663 In get_values() 2581:20190130:204735.663 In DCconfig_get_poller_items() poller_type:0 2581:20190130:204735.663 End of DCconfig_get_poller_items():0 2581:20190130:204735.663 In DCconfig_get_poller_nextcheck() poller_type:0 2581:20190130:204735.663 End of DCconfig_get_poller_nextcheck():1548866857 2581:20190130:204735.663 End of get_values():0 2581:20190130:204735.663 __zbx_zbx_setproctitle() title:'poller #2 [got 0 values in 0.000184 sec, idle 2 sec]' 2584:20190130:204735.669 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000211 sec, getting values]' 2584:20190130:204735.669 In get_values() 2584:20190130:204735.669 In DCconfig_get_poller_items() poller_type:0 2584:20190130:204735.669 End of DCconfig_get_poller_items():0 2584:20190130:204735.669 In DCconfig_get_poller_nextcheck() poller_type:0 2584:20190130:204735.670 End of DCconfig_get_poller_nextcheck():1548866857 2584:20190130:204735.670 End of get_values():0 2584:20190130:204735.670 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000191 sec, idle 2 sec]' 2583:20190130:204735.670 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000163 sec, getting values]' 2583:20190130:204735.670 In get_values() 2583:20190130:204735.670 In DCconfig_get_poller_items() poller_type:0 2583:20190130:204735.670 End of DCconfig_get_poller_items():0 2583:20190130:204735.670 In DCconfig_get_poller_nextcheck() poller_type:0 2583:20190130:204735.670 End of DCconfig_get_poller_nextcheck():1548866857 2583:20190130:204735.670 End of get_values():0 2583:20190130:204735.670 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000167 sec, idle 2 sec]' 2577:20190130:204735.720 __zbx_zbx_setproctitle() title:'snmp trapper [processing data]' 2577:20190130:204735.720 __zbx_zbx_setproctitle() title:'snmp trapper [processed data in 0.000110 sec, idle 1 sec]' 2569:20190130:204736.116 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.105242 sec, sending data]' 2569:20190130:204736.116 In proxy_data_sender() 2569:20190130:204736.116 query [txnlev:0] [select t.taskid,t.type,t.clock,t.ttl,r.status,r.parent_taskid,r.info from task t,task_remote_command_result r where t.taskid=r.taskid and t.status=1 and t.type=3 order by t.taskid] 2569:20190130:204736.116 In connect_to_server() [10.255.0.1]:10051 [timeout:600] 2569:20190130:204736.168 In put_data_to_server() datalen:154 2569:20190130:204736.168 In zbx_recv_response() 2569:20190130:204736.220 zbx_tcp_recv_ext(): received 30 bytes with compression ratio 0.7 2569:20190130:204736.220 zbx_recv_response() '{"response":"success"}' 2569:20190130:204736.220 End of zbx_recv_response():SUCCEED 2569:20190130:204736.220 End of put_data_to_server():SUCCEED 2569:20190130:204736.220 End of proxy_data_sender():SUCCEED more:0 flags:0x8000 2569:20190130:204736.220 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.103841 sec, idle 30 sec]' 2578:20190130:204736.333 __zbx_zbx_setproctitle() title:'self-monitoring [processing data]' 2578:20190130:204736.333 In collect_selfmon_stats() 2578:20190130:204736.333 End of collect_selfmon_stats() 2578:20190130:204736.333 __zbx_zbx_setproctitle() title:'self-monitoring [processed data in 0.000159 sec, idle 1 sec]' 2575:20190130:204736.409 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000156 sec, syncing history]' 2575:20190130:204736.409 In zbx_sync_history_cache() history_num:0 2575:20190130:204736.409 End of zbx_sync_history_cache() 2575:20190130:204736.409 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000157 sec, idle 1 sec]' 2576:20190130:204736.433 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000100 sec, syncing history]' 2576:20190130:204736.433 In zbx_sync_history_cache() history_num:0 2576:20190130:204736.433 End of zbx_sync_history_cache() 2576:20190130:204736.433 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000147 sec, idle 1 sec]' 2577:20190130:204736.721 __zbx_zbx_setproctitle() title:'snmp trapper [processing data]' 2577:20190130:204736.721 __zbx_zbx_setproctitle() title:'snmp trapper [processed data in 0.000116 sec, idle 1 sec]' 2569:20190130:204737.220 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.103841 sec, sending data]' 2569:20190130:204737.220 In proxy_data_sender() 2569:20190130:204737.220 query [txnlev:0] [select t.taskid,t.type,t.clock,t.ttl,r.status,r.parent_taskid,r.info from task t,task_remote_command_result r where t.taskid=r.taskid and t.status=1 and t.type=3 order by t.taskid] 2569:20190130:204737.220 In connect_to_server() [10.255.0.1]:10051 [timeout:600] 2569:20190130:204737.272 In put_data_to_server() datalen:154 2569:20190130:204737.272 In zbx_recv_response() 2569:20190130:204737.323 zbx_tcp_recv_ext(): received 30 bytes with compression ratio 0.7 2569:20190130:204737.323 zbx_recv_response() '{"response":"success"}' 2569:20190130:204737.323 End of zbx_recv_response():SUCCEED 2569:20190130:204737.323 End of put_data_to_server():SUCCEED 2569:20190130:204737.324 End of proxy_data_sender():SUCCEED more:0 flags:0x8000 2569:20190130:204737.324 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.103549 sec, idle 30 sec]' 2578:20190130:204737.334 __zbx_zbx_setproctitle() title:'self-monitoring [processing data]' 2578:20190130:204737.334 In collect_selfmon_stats() 2578:20190130:204737.334 End of collect_selfmon_stats() 2578:20190130:204737.334 __zbx_zbx_setproctitle() title:'self-monitoring [processed data in 0.000140 sec, idle 1 sec]' 2575:20190130:204737.409 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000157 sec, syncing history]' 2575:20190130:204737.409 In zbx_sync_history_cache() history_num:0 2575:20190130:204737.409 End of zbx_sync_history_cache() 2575:20190130:204737.409 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000151 sec, idle 1 sec]' 2576:20190130:204737.433 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000147 sec, syncing history]' 2576:20190130:204737.433 In zbx_sync_history_cache() history_num:0 2576:20190130:204737.433 End of zbx_sync_history_cache() 2576:20190130:204737.433 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000222 sec, idle 1 sec]' 2582:20190130:204737.661 __zbx_zbx_setproctitle() title:'poller #3 [got 0 values in 0.000274 sec, getting values]' 2582:20190130:204737.661 In get_values() 2582:20190130:204737.661 In DCconfig_get_poller_items() poller_type:0 2582:20190130:204737.661 End of DCconfig_get_poller_items():0 2582:20190130:204737.661 In DCconfig_get_poller_nextcheck() poller_type:0 2582:20190130:204737.661 End of DCconfig_get_poller_nextcheck():1548866858 2582:20190130:204737.661 End of get_values():0 2582:20190130:204737.661 __zbx_zbx_setproctitle() title:'poller #3 [got 0 values in 0.000260 sec, idle 1 sec]' 2581:20190130:204737.663 __zbx_zbx_setproctitle() title:'poller #2 [got 0 values in 0.000184 sec, getting values]' 2581:20190130:204737.663 In get_values() 2581:20190130:204737.663 In DCconfig_get_poller_items() poller_type:0 2581:20190130:204737.663 End of DCconfig_get_poller_items():0 2581:20190130:204737.663 In DCconfig_get_poller_nextcheck() poller_type:0 2581:20190130:204737.663 End of DCconfig_get_poller_nextcheck():1548866858 2581:20190130:204737.663 End of get_values():0 2581:20190130:204737.663 __zbx_zbx_setproctitle() title:'poller #2 [got 0 values in 0.000197 sec, idle 1 sec]' 2580:20190130:204737.663 __zbx_zbx_setproctitle() title:'poller #1 [got 0 values in 0.000244 sec, getting values]' 2580:20190130:204737.663 In get_values() 2580:20190130:204737.663 In DCconfig_get_poller_items() poller_type:0 2580:20190130:204737.663 End of DCconfig_get_poller_items():0 2580:20190130:204737.663 In DCconfig_get_poller_nextcheck() poller_type:0 2580:20190130:204737.664 End of DCconfig_get_poller_nextcheck():1548866858 2580:20190130:204737.664 End of get_values():0 2580:20190130:204737.664 __zbx_zbx_setproctitle() title:'poller #1 [got 0 values in 0.000161 sec, idle 1 sec]' 2583:20190130:204737.670 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000167 sec, getting values]' 2583:20190130:204737.670 In get_values() 2583:20190130:204737.670 In DCconfig_get_poller_items() poller_type:0 2583:20190130:204737.670 End of DCconfig_get_poller_items():0 2583:20190130:204737.670 In DCconfig_get_poller_nextcheck() poller_type:0 2583:20190130:204737.670 End of DCconfig_get_poller_nextcheck():1548866858 2583:20190130:204737.670 End of get_values():0 2583:20190130:204737.670 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000188 sec, idle 1 sec]' 2584:20190130:204737.670 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000191 sec, getting values]' 2584:20190130:204737.670 In get_values() 2584:20190130:204737.670 In DCconfig_get_poller_items() poller_type:0 2584:20190130:204737.670 End of DCconfig_get_poller_items():0 2584:20190130:204737.670 In DCconfig_get_poller_nextcheck() poller_type:0 2584:20190130:204737.670 End of DCconfig_get_poller_nextcheck():1548866858 2584:20190130:204737.671 End of get_values():0 2584:20190130:204737.671 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000157 sec, idle 1 sec]' 2577:20190130:204737.721 __zbx_zbx_setproctitle() title:'snmp trapper [processing data]' 2577:20190130:204737.721 __zbx_zbx_setproctitle() title:'snmp trapper [processed data in 0.000104 sec, idle 1 sec]' 2569:20190130:204738.324 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.103549 sec, sending data]' 2569:20190130:204738.324 In proxy_data_sender() 2569:20190130:204738.324 query [txnlev:0] [select t.taskid,t.type,t.clock,t.ttl,r.status,r.parent_taskid,r.info from task t,task_remote_command_result r where t.taskid=r.taskid and t.status=1 and t.type=3 order by t.taskid] 2569:20190130:204738.325 In connect_to_server() [10.255.0.1]:10051 [timeout:600] 2578:20190130:204738.334 __zbx_zbx_setproctitle() title:'self-monitoring [processing data]' 2578:20190130:204738.334 In collect_selfmon_stats() 2578:20190130:204738.334 End of collect_selfmon_stats() 2578:20190130:204738.334 __zbx_zbx_setproctitle() title:'self-monitoring [processed data in 0.000112 sec, idle 1 sec]' 2569:20190130:204738.377 In put_data_to_server() datalen:154 2569:20190130:204738.377 In zbx_recv_response() 2575:20190130:204738.410 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000151 sec, syncing history]' 2575:20190130:204738.410 In zbx_sync_history_cache() history_num:0 2575:20190130:204738.410 End of zbx_sync_history_cache() 2575:20190130:204738.410 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000157 sec, idle 1 sec]' 2569:20190130:204738.429 zbx_tcp_recv_ext(): received 30 bytes with compression ratio 0.7 2569:20190130:204738.429 zbx_recv_response() '{"response":"success"}' 2569:20190130:204738.429 End of zbx_recv_response():SUCCEED 2569:20190130:204738.429 End of put_data_to_server():SUCCEED 2569:20190130:204738.429 End of proxy_data_sender():SUCCEED more:0 flags:0x8000 2569:20190130:204738.429 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.104681 sec, idle 30 sec]' 2576:20190130:204738.433 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000222 sec, syncing history]' 2576:20190130:204738.433 In zbx_sync_history_cache() history_num:0 2576:20190130:204738.433 End of zbx_sync_history_cache() 2576:20190130:204738.433 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000112 sec, idle 1 sec]' 2582:20190130:204738.661 __zbx_zbx_setproctitle() title:'poller #3 [got 0 values in 0.000260 sec, getting values]' 2582:20190130:204738.661 In get_values() 2582:20190130:204738.661 In DCconfig_get_poller_items() poller_type:0 2582:20190130:204738.661 End of DCconfig_get_poller_items():0 2582:20190130:204738.661 In DCconfig_get_poller_nextcheck() poller_type:0 2582:20190130:204738.661 End of DCconfig_get_poller_nextcheck():1548866859 2582:20190130:204738.661 End of get_values():0 2582:20190130:204738.661 __zbx_zbx_setproctitle() title:'poller #3 [got 0 values in 0.000296 sec, idle 1 sec]' 2580:20190130:204738.664 __zbx_zbx_setproctitle() title:'poller #1 [got 0 values in 0.000161 sec, getting values]' 2580:20190130:204738.664 In get_values() 2580:20190130:204738.664 In DCconfig_get_poller_items() poller_type:0 2580:20190130:204738.664 End of DCconfig_get_poller_items():0 2580:20190130:204738.664 In DCconfig_get_poller_nextcheck() poller_type:0 2580:20190130:204738.664 End of DCconfig_get_poller_nextcheck():1548866859 2580:20190130:204738.664 End of get_values():0 2580:20190130:204738.664 __zbx_zbx_setproctitle() title:'poller #1 [got 0 values in 0.000174 sec, idle 1 sec]' 2581:20190130:204738.664 __zbx_zbx_setproctitle() title:'poller #2 [got 0 values in 0.000197 sec, getting values]' 2581:20190130:204738.664 In get_values() 2581:20190130:204738.664 In DCconfig_get_poller_items() poller_type:0 2581:20190130:204738.664 End of DCconfig_get_poller_items():0 2581:20190130:204738.664 In DCconfig_get_poller_nextcheck() poller_type:0 2581:20190130:204738.664 End of DCconfig_get_poller_nextcheck():1548866859 2581:20190130:204738.664 End of get_values():0 2581:20190130:204738.664 __zbx_zbx_setproctitle() title:'poller #2 [got 0 values in 0.000161 sec, idle 1 sec]' 2584:20190130:204738.671 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000157 sec, getting values]' 2584:20190130:204738.671 In get_values() 2584:20190130:204738.671 In DCconfig_get_poller_items() poller_type:0 2584:20190130:204738.671 End of DCconfig_get_poller_items():0 2584:20190130:204738.671 In DCconfig_get_poller_nextcheck() poller_type:0 2584:20190130:204738.671 End of DCconfig_get_poller_nextcheck():1548866859 2584:20190130:204738.671 End of get_values():0 2584:20190130:204738.671 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000189 sec, idle 1 sec]' 2583:20190130:204738.671 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000188 sec, getting values]' 2583:20190130:204738.671 In get_values() 2583:20190130:204738.671 In DCconfig_get_poller_items() poller_type:0 2583:20190130:204738.671 End of DCconfig_get_poller_items():0 2583:20190130:204738.671 In DCconfig_get_poller_nextcheck() poller_type:0 2583:20190130:204738.671 End of DCconfig_get_poller_nextcheck():1548866859 2583:20190130:204738.671 End of get_values():0 2583:20190130:204738.671 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000159 sec, idle 1 sec]' 2577:20190130:204738.721 __zbx_zbx_setproctitle() title:'snmp trapper [processing data]' 2577:20190130:204738.721 __zbx_zbx_setproctitle() title:'snmp trapper [processed data in 0.000111 sec, idle 1 sec]' 2578:20190130:204739.334 __zbx_zbx_setproctitle() title:'self-monitoring [processing data]' 2578:20190130:204739.335 In collect_selfmon_stats() 2578:20190130:204739.335 End of collect_selfmon_stats() 2578:20190130:204739.335 __zbx_zbx_setproctitle() title:'self-monitoring [processed data in 0.000160 sec, idle 1 sec]' 2587:20190130:204739.356 __zbx_zbx_setproctitle() title:'icmp pinger #1 [getting values]' 2587:20190130:204739.356 In get_pinger_hosts() 2587:20190130:204739.356 In DCconfig_get_poller_items() poller_type:3 2587:20190130:204739.356 End of DCconfig_get_poller_items():0 2587:20190130:204739.356 End of get_pinger_hosts():0 2587:20190130:204739.356 In process_pinger_hosts() 2587:20190130:204739.356 End of process_pinger_hosts() 2587:20190130:204739.357 In DCconfig_get_poller_nextcheck() poller_type:3 2587:20190130:204739.357 End of DCconfig_get_poller_nextcheck():1548866868 2587:20190130:204739.357 __zbx_zbx_setproctitle() title:'icmp pinger #1 [got 0 values in 0.000480 sec, idle 5 sec]' 2588:20190130:204739.357 __zbx_zbx_setproctitle() title:'icmp pinger #2 [getting values]' 2588:20190130:204739.357 In get_pinger_hosts() 2588:20190130:204739.357 In DCconfig_get_poller_items() poller_type:3 2588:20190130:204739.357 End of DCconfig_get_poller_items():0 2588:20190130:204739.357 End of get_pinger_hosts():0 2588:20190130:204739.357 In process_pinger_hosts() 2588:20190130:204739.357 End of process_pinger_hosts() 2588:20190130:204739.357 In DCconfig_get_poller_nextcheck() poller_type:3 2588:20190130:204739.357 End of DCconfig_get_poller_nextcheck():1548866868 2588:20190130:204739.357 __zbx_zbx_setproctitle() title:'icmp pinger #2 [got 0 values in 0.000165 sec, idle 5 sec]' 2589:20190130:204739.357 __zbx_zbx_setproctitle() title:'icmp pinger #3 [getting values]' 2589:20190130:204739.357 In get_pinger_hosts() 2589:20190130:204739.357 In DCconfig_get_poller_items() poller_type:3 2589:20190130:204739.357 End of DCconfig_get_poller_items():0 2589:20190130:204739.357 End of get_pinger_hosts():0 2589:20190130:204739.357 In process_pinger_hosts() 2589:20190130:204739.357 End of process_pinger_hosts() 2589:20190130:204739.357 In DCconfig_get_poller_nextcheck() poller_type:3 2589:20190130:204739.357 End of DCconfig_get_poller_nextcheck():1548866868 2589:20190130:204739.357 __zbx_zbx_setproctitle() title:'icmp pinger #3 [got 0 values in 0.000162 sec, idle 5 sec]' 2575:20190130:204739.410 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000157 sec, syncing history]' 2575:20190130:204739.410 In zbx_sync_history_cache() history_num:0 2575:20190130:204739.411 End of zbx_sync_history_cache() 2575:20190130:204739.411 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000156 sec, idle 1 sec]' 2569:20190130:204739.429 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.104681 sec, sending data]' 2569:20190130:204739.429 In proxy_data_sender() 2569:20190130:204739.429 query [txnlev:0] [select t.taskid,t.type,t.clock,t.ttl,r.status,r.parent_taskid,r.info from task t,task_remote_command_result r where t.taskid=r.taskid and t.status=1 and t.type=3 order by t.taskid] 2569:20190130:204739.430 In connect_to_server() [10.255.0.1]:10051 [timeout:600] 2571:20190130:204739.433 __zbx_zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000302 sec, getting values]' 2571:20190130:204739.433 In process_httptests() 2571:20190130:204739.433 query [txnlev:0] [select h.hostid,h.host,h.name,t.httptestid,t.name,t.agent,t.authentication,t.http_user,t.http_password,t.http_proxy,t.retries,t.ssl_cert_file,t.ssl_key_file,t.ssl_key_password,t.verify_peer,t.verify_host,t.delay from httptest t,hosts h where t.hostid=h.hostid and t.nextcheck<=1548866859 and t.httptestid%1=0 and t.status=0 and h.proxy_hostid is null and h.status=0 and (h.maintenance_status=0 or h.maintenance_type=0)] 2571:20190130:204739.433 End of process_httptests() 2571:20190130:204739.433 query [txnlev:0] [select min(t.nextcheck) from httptest t,hosts h where t.hostid=h.hostid and t.httptestid%1=0 and t.status=0 and h.proxy_hostid is null and h.status=0 and (h.maintenance_status=0 or h.maintenance_type=0)] 2571:20190130:204739.433 No httptests to process in get_minnextcheck. 2571:20190130:204739.434 __zbx_zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000292 sec, idle 5 sec]' 2576:20190130:204739.434 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000112 sec, syncing history]' 2576:20190130:204739.434 In zbx_sync_history_cache() history_num:0 2576:20190130:204739.434 End of zbx_sync_history_cache() 2576:20190130:204739.434 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000079 sec, idle 1 sec]' 2569:20190130:204739.482 In put_data_to_server() datalen:154 2569:20190130:204739.482 In zbx_recv_response() 2569:20190130:204739.535 zbx_tcp_recv_ext(): received 30 bytes with compression ratio 0.7 2569:20190130:204739.535 zbx_recv_response() '{"response":"success"}' 2569:20190130:204739.535 End of zbx_recv_response():SUCCEED 2569:20190130:204739.535 End of put_data_to_server():SUCCEED 2569:20190130:204739.535 End of proxy_data_sender():SUCCEED more:0 flags:0x8000 2569:20190130:204739.535 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.105862 sec, idle 30 sec]' 2582:20190130:204739.661 __zbx_zbx_setproctitle() title:'poller #3 [got 0 values in 0.000296 sec, getting values]' 2582:20190130:204739.662 In get_values() 2582:20190130:204739.662 In DCconfig_get_poller_items() poller_type:0 2582:20190130:204739.662 End of DCconfig_get_poller_items():0 2582:20190130:204739.662 In DCconfig_get_poller_nextcheck() poller_type:0 2582:20190130:204739.662 End of DCconfig_get_poller_nextcheck():1548866860 2582:20190130:204739.662 End of get_values():0 2582:20190130:204739.662 __zbx_zbx_setproctitle() title:'poller #3 [got 0 values in 0.000267 sec, idle 1 sec]' 2585:20190130:204739.662 __zbx_zbx_setproctitle() title:'unreachable poller #1 [got 0 values in 0.000187 sec, getting values]' 2585:20190130:204739.662 In get_values() 2585:20190130:204739.662 In DCconfig_get_poller_items() poller_type:1 2585:20190130:204739.662 End of DCconfig_get_poller_items():0 2585:20190130:204739.662 In DCconfig_get_poller_nextcheck() poller_type:1 2585:20190130:204739.662 End of DCconfig_get_poller_nextcheck():1548866900 2585:20190130:204739.662 End of get_values():0 2585:20190130:204739.662 __zbx_zbx_setproctitle() title:'unreachable poller #1 [got 0 values in 0.000209 sec, idle 5 sec]' 2580:20190130:204739.664 __zbx_zbx_setproctitle() title:'poller #1 [got 0 values in 0.000174 sec, getting values]' 2580:20190130:204739.665 In get_values() 2580:20190130:204739.665 In DCconfig_get_poller_items() poller_type:0 2580:20190130:204739.665 End of DCconfig_get_poller_items():0 2580:20190130:204739.665 In DCconfig_get_poller_nextcheck() poller_type:0 2580:20190130:204739.665 End of DCconfig_get_poller_nextcheck():1548866860 2580:20190130:204739.665 End of get_values():0 2580:20190130:204739.665 __zbx_zbx_setproctitle() title:'poller #1 [got 0 values in 0.000188 sec, idle 1 sec]' 2581:20190130:204739.665 __zbx_zbx_setproctitle() title:'poller #2 [got 0 values in 0.000161 sec, getting values]' 2581:20190130:204739.665 In get_values() 2581:20190130:204739.665 In DCconfig_get_poller_items() poller_type:0 2581:20190130:204739.665 End of DCconfig_get_poller_items():0 2581:20190130:204739.665 In DCconfig_get_poller_nextcheck() poller_type:0 2581:20190130:204739.665 End of DCconfig_get_poller_nextcheck():1548866860 2581:20190130:204739.665 End of get_values():0 2581:20190130:204739.665 __zbx_zbx_setproctitle() title:'poller #2 [got 0 values in 0.000159 sec, idle 1 sec]' 2584:20190130:204739.671 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000189 sec, getting values]' 2584:20190130:204739.672 In get_values() 2584:20190130:204739.672 In DCconfig_get_poller_items() poller_type:0 2584:20190130:204739.672 End of DCconfig_get_poller_items():0 2584:20190130:204739.672 In DCconfig_get_poller_nextcheck() poller_type:0 2584:20190130:204739.672 End of DCconfig_get_poller_nextcheck():1548866860 2584:20190130:204739.672 End of get_values():0 2584:20190130:204739.672 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000337 sec, idle 1 sec]' 2583:20190130:204739.672 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000159 sec, getting values]' 2583:20190130:204739.672 In get_values() 2583:20190130:204739.672 In DCconfig_get_poller_items() poller_type:0 2583:20190130:204739.672 End of DCconfig_get_poller_items():0 2583:20190130:204739.672 In DCconfig_get_poller_nextcheck() poller_type:0 2583:20190130:204739.672 End of DCconfig_get_poller_nextcheck():1548866860 2583:20190130:204739.672 End of get_values():0 2583:20190130:204739.672 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000190 sec, idle 1 sec]' 2577:20190130:204739.721 __zbx_zbx_setproctitle() title:'snmp trapper [processing data]' 2577:20190130:204739.721 __zbx_zbx_setproctitle() title:'snmp trapper [processed data in 0.000106 sec, idle 1 sec]' 2578:20190130:204740.335 __zbx_zbx_setproctitle() title:'self-monitoring [processing data]' 2578:20190130:204740.335 In collect_selfmon_stats() 2578:20190130:204740.335 End of collect_selfmon_stats() 2578:20190130:204740.335 __zbx_zbx_setproctitle() title:'self-monitoring [processed data in 0.000145 sec, idle 1 sec]' 2575:20190130:204740.411 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000156 sec, syncing history]' 2575:20190130:204740.411 In zbx_sync_history_cache() history_num:0 2575:20190130:204740.411 End of zbx_sync_history_cache() 2575:20190130:204740.411 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000153 sec, idle 1 sec]' 2579:20190130:204740.431 __zbx_zbx_setproctitle() title:'task manager [processing tasks]' 2579:20190130:204740.431 query [txnlev:0] [select taskid,type,clock,ttl from task where status=1 and type in (2, 6) order by taskid] 2579:20190130:204740.431 __zbx_zbx_setproctitle() title:'task manager [processed 0 task(s) in 0.000240 sec, idle 5 sec]' 2576:20190130:204740.434 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000079 sec, syncing history]' 2576:20190130:204740.434 In zbx_sync_history_cache() history_num:0 2576:20190130:204740.434 End of zbx_sync_history_cache() 2576:20190130:204740.434 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000103 sec, idle 1 sec]' 2569:20190130:204740.536 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.105862 sec, sending data]' 2569:20190130:204740.536 In proxy_data_sender() 2569:20190130:204740.536 query [txnlev:0] [select t.taskid,t.type,t.clock,t.ttl,r.status,r.parent_taskid,r.info from task t,task_remote_command_result r where t.taskid=r.taskid and t.status=1 and t.type=3 order by t.taskid] 2569:20190130:204740.536 In connect_to_server() [10.255.0.1]:10051 [timeout:600] 2569:20190130:204740.587 In put_data_to_server() datalen:154 2569:20190130:204740.587 In zbx_recv_response() 2569:20190130:204740.640 zbx_tcp_recv_ext(): received 30 bytes with compression ratio 0.7 2569:20190130:204740.640 zbx_recv_response() '{"response":"success"}' 2569:20190130:204740.640 End of zbx_recv_response():SUCCEED 2569:20190130:204740.640 End of put_data_to_server():SUCCEED 2569:20190130:204740.640 End of proxy_data_sender():SUCCEED more:0 flags:0x8000 2569:20190130:204740.640 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.104665 sec, idle 30 sec]' 2582:20190130:204740.662 __zbx_zbx_setproctitle() title:'poller #3 [got 0 values in 0.000267 sec, getting values]' 2582:20190130:204740.662 In get_values() 2582:20190130:204740.662 In DCconfig_get_poller_items() poller_type:0 2582:20190130:204740.662 End of DCconfig_get_poller_items():0 2582:20190130:204740.662 In DCconfig_get_poller_nextcheck() poller_type:0 2582:20190130:204740.662 End of DCconfig_get_poller_nextcheck():1548866861 2582:20190130:204740.662 End of get_values():0 2582:20190130:204740.662 __zbx_zbx_setproctitle() title:'poller #3 [got 0 values in 0.000266 sec, idle 1 sec]' 2580:20190130:204740.665 __zbx_zbx_setproctitle() title:'poller #1 [got 0 values in 0.000188 sec, getting values]' 2580:20190130:204740.665 In get_values() 2580:20190130:204740.665 In DCconfig_get_poller_items() poller_type:0 2580:20190130:204740.665 End of DCconfig_get_poller_items():0 2580:20190130:204740.665 In DCconfig_get_poller_nextcheck() poller_type:0 2580:20190130:204740.665 End of DCconfig_get_poller_nextcheck():1548866861 2580:20190130:204740.665 End of get_values():0 2580:20190130:204740.665 __zbx_zbx_setproctitle() title:'poller #1 [got 0 values in 0.000203 sec, idle 1 sec]' 2581:20190130:204740.665 __zbx_zbx_setproctitle() title:'poller #2 [got 0 values in 0.000159 sec, getting values]' 2581:20190130:204740.665 In get_values() 2581:20190130:204740.665 In DCconfig_get_poller_items() poller_type:0 2581:20190130:204740.665 End of DCconfig_get_poller_items():0 2581:20190130:204740.665 In DCconfig_get_poller_nextcheck() poller_type:0 2581:20190130:204740.665 End of DCconfig_get_poller_nextcheck():1548866861 2581:20190130:204740.665 End of get_values():0 2581:20190130:204740.665 __zbx_zbx_setproctitle() title:'poller #2 [got 0 values in 0.000218 sec, idle 1 sec]' 2584:20190130:204740.672 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000337 sec, getting values]' 2584:20190130:204740.672 In get_values() 2584:20190130:204740.672 In DCconfig_get_poller_items() poller_type:0 2584:20190130:204740.672 End of DCconfig_get_poller_items():0 2584:20190130:204740.672 In DCconfig_get_poller_nextcheck() poller_type:0 2584:20190130:204740.672 End of DCconfig_get_poller_nextcheck():1548866861 2584:20190130:204740.672 End of get_values():0 2584:20190130:204740.672 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000222 sec, idle 1 sec]' 2583:20190130:204740.672 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000190 sec, getting values]' 2583:20190130:204740.672 In get_values() 2583:20190130:204740.672 In DCconfig_get_poller_items() poller_type:0 2583:20190130:204740.672 End of DCconfig_get_poller_items():0 2583:20190130:204740.672 In DCconfig_get_poller_nextcheck() poller_type:0 2583:20190130:204740.672 End of DCconfig_get_poller_nextcheck():1548866861 2583:20190130:204740.672 End of get_values():0 2583:20190130:204740.673 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000164 sec, idle 1 sec]' 2577:20190130:204740.721 __zbx_zbx_setproctitle() title:'snmp trapper [processing data]' 2577:20190130:204740.721 __zbx_zbx_setproctitle() title:'snmp trapper [processed data in 0.000116 sec, idle 1 sec]' 2578:20190130:204741.336 __zbx_zbx_setproctitle() title:'self-monitoring [processing data]' 2578:20190130:204741.336 In collect_selfmon_stats() 2578:20190130:204741.336 End of collect_selfmon_stats() 2578:20190130:204741.336 __zbx_zbx_setproctitle() title:'self-monitoring [processed data in 0.000157 sec, idle 1 sec]' 2575:20190130:204741.412 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000153 sec, syncing history]' 2575:20190130:204741.412 In zbx_sync_history_cache() history_num:0 2575:20190130:204741.412 End of zbx_sync_history_cache() 2575:20190130:204741.412 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000163 sec, idle 1 sec]' 2576:20190130:204741.434 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000103 sec, syncing history]' 2576:20190130:204741.434 In zbx_sync_history_cache() history_num:0 2576:20190130:204741.434 End of zbx_sync_history_cache() 2576:20190130:204741.434 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000149 sec, idle 1 sec]' 2569:20190130:204741.641 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.104665 sec, sending data]' 2569:20190130:204741.641 In proxy_data_sender() 2569:20190130:204741.641 query [txnlev:0] [select t.taskid,t.type,t.clock,t.ttl,r.status,r.parent_taskid,r.info from task t,task_remote_command_result r where t.taskid=r.taskid and t.status=1 and t.type=3 order by t.taskid] 2569:20190130:204741.641 In connect_to_server() [10.255.0.1]:10051 [timeout:600] 2582:20190130:204741.663 __zbx_zbx_setproctitle() title:'poller #3 [got 0 values in 0.000266 sec, getting values]' 2582:20190130:204741.663 In get_values() 2582:20190130:204741.663 In DCconfig_get_poller_items() poller_type:0 2582:20190130:204741.663 End of DCconfig_get_poller_items():0 2582:20190130:204741.663 In DCconfig_get_poller_nextcheck() poller_type:0 2582:20190130:204741.663 End of DCconfig_get_poller_nextcheck():1548866862 2582:20190130:204741.663 End of get_values():0 2582:20190130:204741.663 __zbx_zbx_setproctitle() title:'poller #3 [got 0 values in 0.000264 sec, idle 1 sec]' 2580:20190130:204741.665 __zbx_zbx_setproctitle() title:'poller #1 [got 0 values in 0.000203 sec, getting values]' 2580:20190130:204741.665 In get_values() 2580:20190130:204741.665 In DCconfig_get_poller_items() poller_type:0 2580:20190130:204741.665 End of DCconfig_get_poller_items():0 2580:20190130:204741.665 In DCconfig_get_poller_nextcheck() poller_type:0 2580:20190130:204741.665 End of DCconfig_get_poller_nextcheck():1548866862 2580:20190130:204741.665 End of get_values():0 2580:20190130:204741.665 __zbx_zbx_setproctitle() title:'poller #1 [got 0 values in 0.000190 sec, idle 1 sec]' 2581:20190130:204741.665 __zbx_zbx_setproctitle() title:'poller #2 [got 0 values in 0.000218 sec, getting values]' 2581:20190130:204741.665 In get_values() 2581:20190130:204741.665 In DCconfig_get_poller_items() poller_type:0 2581:20190130:204741.665 End of DCconfig_get_poller_items():0 2581:20190130:204741.665 In DCconfig_get_poller_nextcheck() poller_type:0 2581:20190130:204741.665 End of DCconfig_get_poller_nextcheck():1548866862 2581:20190130:204741.665 End of get_values():0 2581:20190130:204741.665 __zbx_zbx_setproctitle() title:'poller #2 [got 0 values in 0.000170 sec, idle 1 sec]' 2584:20190130:204741.673 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000222 sec, getting values]' 2584:20190130:204741.673 In get_values() 2584:20190130:204741.673 In DCconfig_get_poller_items() poller_type:0 2584:20190130:204741.673 End of DCconfig_get_poller_items():0 2584:20190130:204741.673 In DCconfig_get_poller_nextcheck() poller_type:0 2584:20190130:204741.673 End of DCconfig_get_poller_nextcheck():1548866862 2584:20190130:204741.673 End of get_values():0 2584:20190130:204741.673 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000225 sec, idle 1 sec]' 2583:20190130:204741.673 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000164 sec, getting values]' 2583:20190130:204741.673 In get_values() 2583:20190130:204741.673 In DCconfig_get_poller_items() poller_type:0 2583:20190130:204741.673 End of DCconfig_get_poller_items():0 2583:20190130:204741.673 In DCconfig_get_poller_nextcheck() poller_type:0 2583:20190130:204741.673 End of DCconfig_get_poller_nextcheck():1548866862 2583:20190130:204741.673 End of get_values():0 2583:20190130:204741.673 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000186 sec, idle 1 sec]' 2569:20190130:204741.693 In put_data_to_server() datalen:154 2569:20190130:204741.693 In zbx_recv_response() 2577:20190130:204741.721 __zbx_zbx_setproctitle() title:'snmp trapper [processing data]' 2577:20190130:204741.722 __zbx_zbx_setproctitle() title:'snmp trapper [processed data in 0.000113 sec, idle 1 sec]' 2569:20190130:204741.746 zbx_tcp_recv_ext(): received 30 bytes with compression ratio 0.7 2569:20190130:204741.746 zbx_recv_response() '{"response":"success"}' 2569:20190130:204741.746 End of zbx_recv_response():SUCCEED 2569:20190130:204741.746 End of put_data_to_server():SUCCEED 2569:20190130:204741.746 End of proxy_data_sender():SUCCEED more:0 flags:0x8000 2569:20190130:204741.746 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.105655 sec, idle 30 sec]' 2578:20190130:204742.336 __zbx_zbx_setproctitle() title:'self-monitoring [processing data]' 2578:20190130:204742.337 In collect_selfmon_stats() 2578:20190130:204742.337 End of collect_selfmon_stats() 2578:20190130:204742.337 __zbx_zbx_setproctitle() title:'self-monitoring [processed data in 0.000168 sec, idle 1 sec]' 2575:20190130:204742.412 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000163 sec, syncing history]' 2575:20190130:204742.412 In zbx_sync_history_cache() history_num:0 2575:20190130:204742.413 End of zbx_sync_history_cache() 2575:20190130:204742.413 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000151 sec, idle 1 sec]' 2576:20190130:204742.435 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000149 sec, syncing history]' 2576:20190130:204742.435 In zbx_sync_history_cache() history_num:0 2576:20190130:204742.435 End of zbx_sync_history_cache() 2576:20190130:204742.435 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000147 sec, idle 1 sec]' 2582:20190130:204742.663 __zbx_zbx_setproctitle() title:'poller #3 [got 0 values in 0.000264 sec, getting values]' 2582:20190130:204742.663 In get_values() 2582:20190130:204742.664 In DCconfig_get_poller_items() poller_type:0 2582:20190130:204742.664 End of DCconfig_get_poller_items():0 2582:20190130:204742.664 In DCconfig_get_poller_nextcheck() poller_type:0 2582:20190130:204742.664 End of DCconfig_get_poller_nextcheck():1548866863 2582:20190130:204742.664 End of get_values():0 2582:20190130:204742.664 __zbx_zbx_setproctitle() title:'poller #3 [got 0 values in 0.000259 sec, idle 1 sec]' 2580:20190130:204742.665 __zbx_zbx_setproctitle() title:'poller #1 [got 0 values in 0.000190 sec, getting values]' 2580:20190130:204742.665 In get_values() 2580:20190130:204742.665 In DCconfig_get_poller_items() poller_type:0 2580:20190130:204742.665 End of DCconfig_get_poller_items():0 2580:20190130:204742.665 In DCconfig_get_poller_nextcheck() poller_type:0 2580:20190130:204742.666 End of DCconfig_get_poller_nextcheck():1548866863 2580:20190130:204742.666 End of get_values():0 2580:20190130:204742.666 __zbx_zbx_setproctitle() title:'poller #1 [got 0 values in 0.000177 sec, idle 1 sec]' 2581:20190130:204742.666 __zbx_zbx_setproctitle() title:'poller #2 [got 0 values in 0.000170 sec, getting values]' 2581:20190130:204742.666 In get_values() 2581:20190130:204742.666 In DCconfig_get_poller_items() poller_type:0 2581:20190130:204742.666 End of DCconfig_get_poller_items():0 2581:20190130:204742.666 In DCconfig_get_poller_nextcheck() poller_type:0 2581:20190130:204742.666 End of DCconfig_get_poller_nextcheck():1548866863 2581:20190130:204742.666 End of get_values():0 2581:20190130:204742.666 __zbx_zbx_setproctitle() title:'poller #2 [got 0 values in 0.000167 sec, idle 1 sec]' 2584:20190130:204742.673 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000225 sec, getting values]' 2584:20190130:204742.673 In get_values() 2584:20190130:204742.673 In DCconfig_get_poller_items() poller_type:0 2584:20190130:204742.673 End of DCconfig_get_poller_items():0 2584:20190130:204742.673 In DCconfig_get_poller_nextcheck() poller_type:0 2584:20190130:204742.673 End of DCconfig_get_poller_nextcheck():1548866863 2584:20190130:204742.673 End of get_values():0 2584:20190130:204742.673 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000202 sec, idle 1 sec]' 2583:20190130:204742.673 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000186 sec, getting values]' 2583:20190130:204742.673 In get_values() 2583:20190130:204742.673 In DCconfig_get_poller_items() poller_type:0 2583:20190130:204742.673 End of DCconfig_get_poller_items():0 2583:20190130:204742.674 In DCconfig_get_poller_nextcheck() poller_type:0 2583:20190130:204742.674 End of DCconfig_get_poller_nextcheck():1548866863 2583:20190130:204742.674 End of get_values():0 2583:20190130:204742.674 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000167 sec, idle 1 sec]' 2577:20190130:204742.722 __zbx_zbx_setproctitle() title:'snmp trapper [processing data]' 2577:20190130:204742.722 __zbx_zbx_setproctitle() title:'snmp trapper [processed data in 0.000121 sec, idle 1 sec]' 2569:20190130:204742.747 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.105655 sec, sending data]' 2569:20190130:204742.747 In proxy_data_sender() 2569:20190130:204742.747 query [txnlev:0] [select t.taskid,t.type,t.clock,t.ttl,r.status,r.parent_taskid,r.info from task t,task_remote_command_result r where t.taskid=r.taskid and t.status=1 and t.type=3 order by t.taskid] 2569:20190130:204742.747 In connect_to_server() [10.255.0.1]:10051 [timeout:600] 2569:20190130:204742.799 In put_data_to_server() datalen:154 2569:20190130:204742.799 In zbx_recv_response() 2569:20190130:204742.852 zbx_tcp_recv_ext(): received 30 bytes with compression ratio 0.7 2569:20190130:204742.852 zbx_recv_response() '{"response":"success"}' 2569:20190130:204742.852 End of zbx_recv_response():SUCCEED 2569:20190130:204742.852 End of put_data_to_server():SUCCEED 2569:20190130:204742.852 End of proxy_data_sender():SUCCEED more:0 flags:0x8000 2569:20190130:204742.852 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.104712 sec, idle 30 sec]' 2578:20190130:204743.337 __zbx_zbx_setproctitle() title:'self-monitoring [processing data]' 2578:20190130:204743.337 In collect_selfmon_stats() 2578:20190130:204743.337 End of collect_selfmon_stats() 2578:20190130:204743.337 __zbx_zbx_setproctitle() title:'self-monitoring [processed data in 0.000167 sec, idle 1 sec]' 2575:20190130:204743.413 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000151 sec, syncing history]' 2575:20190130:204743.413 In zbx_sync_history_cache() history_num:0 2575:20190130:204743.413 End of zbx_sync_history_cache() 2575:20190130:204743.413 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000216 sec, idle 1 sec]' 2576:20190130:204743.435 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000147 sec, syncing history]' 2576:20190130:204743.435 In zbx_sync_history_cache() history_num:0 2576:20190130:204743.435 End of zbx_sync_history_cache() 2576:20190130:204743.435 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000149 sec, idle 1 sec]' 2582:20190130:204743.664 __zbx_zbx_setproctitle() title:'poller #3 [got 0 values in 0.000259 sec, getting values]' 2582:20190130:204743.664 In get_values() 2582:20190130:204743.664 In DCconfig_get_poller_items() poller_type:0 2582:20190130:204743.664 End of DCconfig_get_poller_items():0 2582:20190130:204743.664 In DCconfig_get_poller_nextcheck() poller_type:0 2582:20190130:204743.664 End of DCconfig_get_poller_nextcheck():1548866866 2582:20190130:204743.664 End of get_values():0 2582:20190130:204743.664 __zbx_zbx_setproctitle() title:'poller #3 [got 0 values in 0.000262 sec, idle 3 sec]' 2580:20190130:204743.666 __zbx_zbx_setproctitle() title:'poller #1 [got 0 values in 0.000177 sec, getting values]' 2580:20190130:204743.666 In get_values() 2580:20190130:204743.666 In DCconfig_get_poller_items() poller_type:0 2580:20190130:204743.666 End of DCconfig_get_poller_items():0 2580:20190130:204743.666 In DCconfig_get_poller_nextcheck() poller_type:0 2580:20190130:204743.666 End of DCconfig_get_poller_nextcheck():1548866866 2580:20190130:204743.666 End of get_values():0 2580:20190130:204743.666 __zbx_zbx_setproctitle() title:'poller #1 [got 0 values in 0.000196 sec, idle 3 sec]' 2581:20190130:204743.666 __zbx_zbx_setproctitle() title:'poller #2 [got 0 values in 0.000167 sec, getting values]' 2581:20190130:204743.666 In get_values() 2581:20190130:204743.666 In DCconfig_get_poller_items() poller_type:0 2581:20190130:204743.666 End of DCconfig_get_poller_items():0 2581:20190130:204743.666 In DCconfig_get_poller_nextcheck() poller_type:0 2581:20190130:204743.666 End of DCconfig_get_poller_nextcheck():1548866866 2581:20190130:204743.666 End of get_values():0 2581:20190130:204743.666 __zbx_zbx_setproctitle() title:'poller #2 [got 0 values in 0.000163 sec, idle 3 sec]' 2584:20190130:204743.674 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000202 sec, getting values]' 2584:20190130:204743.674 In get_values() 2584:20190130:204743.674 In DCconfig_get_poller_items() poller_type:0 2584:20190130:204743.674 End of DCconfig_get_poller_items():0 2584:20190130:204743.674 In DCconfig_get_poller_nextcheck() poller_type:0 2584:20190130:204743.674 End of DCconfig_get_poller_nextcheck():1548866866 2584:20190130:204743.674 End of get_values():0 2584:20190130:204743.674 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000222 sec, idle 3 sec]' 2583:20190130:204743.674 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000167 sec, getting values]' 2583:20190130:204743.674 In get_values() 2583:20190130:204743.674 In DCconfig_get_poller_items() poller_type:0 2583:20190130:204743.674 End of DCconfig_get_poller_items():0 2583:20190130:204743.674 In DCconfig_get_poller_nextcheck() poller_type:0 2583:20190130:204743.674 End of DCconfig_get_poller_nextcheck():1548866866 2583:20190130:204743.674 End of get_values():0 2583:20190130:204743.674 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000186 sec, idle 3 sec]' 2577:20190130:204743.722 __zbx_zbx_setproctitle() title:'snmp trapper [processing data]' 2577:20190130:204743.722 __zbx_zbx_setproctitle() title:'snmp trapper [processed data in 0.000129 sec, idle 1 sec]' 2569:20190130:204743.852 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.104712 sec, sending data]' 2569:20190130:204743.852 In proxy_data_sender() 2569:20190130:204743.852 query [txnlev:0] [select t.taskid,t.type,t.clock,t.ttl,r.status,r.parent_taskid,r.info from task t,task_remote_command_result r where t.taskid=r.taskid and t.status=1 and t.type=3 order by t.taskid] 2569:20190130:204743.852 In connect_to_server() [10.255.0.1]:10051 [timeout:600] 2586:20190130:204743.856 __zbx_zbx_setproctitle() title:'trapper #1 [processing data]' 2586:20190130:204743.856 trapper got '{"request":"active checks","host":"agent-hostname"}' 2586:20190130:204743.856 In send_list_of_active_checks_json() 2586:20190130:204743.856 In is_ip4() ip:'10.255.30.5' 2586:20190130:204743.856 End of is_ip4():SUCCEED 2586:20190130:204743.856 In get_hostid_by_host() host:'agent-hostname' metadata:'' 2586:20190130:204743.856 query [txnlev:0] [select h.hostid,h.status,h.tls_accept,a.host_metadata from hosts h left join autoreg_host a on a.proxy_hostid is null and a.host=h.host where h.host='agent-hostname' and h.status in (0,1) and h.flags<>2 and h.proxy_hostid is null] 2586:20190130:204743.856 In db_register_host() 2586:20190130:204743.856 before zbx_gethost_by_ip 2586:20190130:204743.856 1 2586:20190130:204743.856 3 2586:20190130:204743.857 Got signal [signal:11(SIGSEGV),reason:1,refaddr:0xffffffffff600000]. Crashing ... 2586:20190130:204743.857 ====== Fatal information: ====== 2586:20190130:204743.857 Program counter: 0xffffffffff600000 2586:20190130:204743.857 === Registers: === 2586:20190130:204743.857 r8 = 3 = 3 = 3 2586:20190130:204743.857 r9 = 0 = 0 = 0 2586:20190130:204743.857 r10 = 7fff5ddb91e0 = 140734768058848 = 140734768058848 2586:20190130:204743.857 r11 = ffffffffff600000 = 18446744073699065856 = -10485760 2586:20190130:204743.857 r12 = 8 = 8 = 8 2586:20190130:204743.857 r13 = 5 = 5 = 5 2586:20190130:204743.857 r14 = 0 = 0 = 0 2586:20190130:204743.857 r15 = 5 = 5 = 5 2586:20190130:204743.857 rdi = 7fff5ddb93f0 = 140734768059376 = 140734768059376 2586:20190130:204743.857 rsi = 0 = 0 = 0 2586:20190130:204743.857 rbp = 2 = 2 = 2 2586:20190130:204743.857 rbx = 7fff5ddb9560 = 140734768059744 = 140734768059744 2586:20190130:204743.857 rdx = 10 = 16 = 16 2586:20190130:204743.857 rax = 7fff5ddb9550 = 140734768059728 = 140734768059728 2586:20190130:204743.857 rcx = 7f1db835f350 = 139765621322576 = 139765621322576 2586:20190130:204743.857 rsp = 7fff5ddb93e8 = 140734768059368 = 140734768059368 2586:20190130:204743.857 rip = ffffffffff600000 = 18446744073699065856 = -10485760 2586:20190130:204743.857 efl = 10206 = 66054 = 66054 2586:20190130:204743.857 csgsfs = 2b000000000033 = 12103423998558259 = 12103423998558259 2586:20190130:204743.857 err = 15 = 21 = 21 2586:20190130:204743.858 trapno = e = 14 = 14 2586:20190130:204743.858 oldmask = 0 = 0 = 0 2586:20190130:204743.858 cr2 = ffffffffff600000 = 18446744073699065856 = -10485760 2586:20190130:204743.858 === Backtrace: === 2565:20190130:204743.864 One child process died (PID:2586,exitcode/signal:11). Exiting ... 2565:20190130:204743.865 zbx_on_exit() called 2567:20190130:204743.865 Got signal [signal:15(SIGTERM),sender_pid:2565,sender_uid:117,reason:0]. Exiting ... 2568:20190130:204743.865 Got signal [signal:15(SIGTERM),sender_pid:2565,sender_uid:117,reason:0]. Exiting ... 2569:20190130:204743.865 Got signal [signal:15(SIGTERM),sender_pid:2565,sender_uid:117,reason:0]. Exiting ... 2570:20190130:204743.865 Got signal [signal:15(SIGTERM),sender_pid:2565,sender_uid:117,reason:0]. Exiting ... 2571:20190130:204743.865 Got signal [signal:15(SIGTERM),sender_pid:2565,sender_uid:117,reason:0]. Exiting ... 2572:20190130:204743.865 Got signal [signal:15(SIGTERM),sender_pid:2565,sender_uid:117,reason:0]. Exiting ... 2573:20190130:204743.866 Got signal [signal:15(SIGTERM),sender_pid:2565,sender_uid:117,reason:0]. Exiting ... 2574:20190130:204743.866 Got signal [signal:15(SIGTERM),sender_pid:2565,sender_uid:117,reason:0]. Exiting ... 2575:20190130:204743.866 Got signal [signal:15(SIGTERM),sender_pid:2565,sender_uid:117,reason:0]. Exiting ... 2576:20190130:204743.866 Got signal [signal:15(SIGTERM),sender_pid:2565,sender_uid:117,reason:0]. Exiting ... 2577:20190130:204743.866 Got signal [signal:15(SIGTERM),sender_pid:2565,sender_uid:117,reason:0]. Exiting ... 2578:20190130:204743.866 Got signal [signal:15(SIGTERM),sender_pid:2565,sender_uid:117,reason:0]. Exiting ... 2579:20190130:204743.866 Got signal [signal:15(SIGTERM),sender_pid:2565,sender_uid:117,reason:0]. Exiting ... 2580:20190130:204743.866 Got signal [signal:15(SIGTERM),sender_pid:2565,sender_uid:117,reason:0]. Exiting ... 2581:20190130:204743.867 Got signal [signal:15(SIGTERM),sender_pid:2565,sender_uid:117,reason:0]. Exiting ... 2582:20190130:204743.867 Got signal [signal:15(SIGTERM),sender_pid:2565,sender_uid:117,reason:0]. Exiting ... 2583:20190130:204743.867 Got signal [signal:15(SIGTERM),sender_pid:2565,sender_uid:117,reason:0]. Exiting ... 2584:20190130:204743.867 Got signal [signal:15(SIGTERM),sender_pid:2565,sender_uid:117,reason:0]. Exiting ... 2585:20190130:204743.867 Got signal [signal:15(SIGTERM),sender_pid:2565,sender_uid:117,reason:0]. Exiting ... 2587:20190130:204743.867 Got signal [signal:15(SIGTERM),sender_pid:2565,sender_uid:117,reason:0]. Exiting ... 2588:20190130:204743.868 Got signal [signal:15(SIGTERM),sender_pid:2565,sender_uid:117,reason:0]. Exiting ... 2589:20190130:204743.868 Got signal [signal:15(SIGTERM),sender_pid:2565,sender_uid:117,reason:0]. Exiting ... zabbix_proxy [2565]: Error waiting for process with PID 2586: [10] No child processes 2565:20190130:204743.868 In DBconnect() flag:1 2565:20190130:204743.868 query without transaction detected 2565:20190130:204743.868 query [txnlev:0] [pragma synchronous=0] 2565:20190130:204743.872 query without transaction detected 2565:20190130:204743.872 query [txnlev:0] [pragma temp_store=2] 2565:20190130:204743.872 query without transaction detected 2565:20190130:204743.872 query [txnlev:0] [pragma temp_store_directory='/config/user-data/zabbix/'] 2565:20190130:204743.872 End of DBconnect():0 2565:20190130:204743.872 In free_database_cache() 2565:20190130:204743.872 In DCsync_all() 2565:20190130:204743.872 In sync_history_cache_full() history_num:0 2565:20190130:204743.872 syncing history data... 2565:20190130:204743.872 syncing history data done 2565:20190130:204743.872 End of sync_history_cache_full() 2565:20190130:204743.872 End of DCsync_all() 2565:20190130:204743.872 End of free_database_cache() 2565:20190130:204743.875 In free_configuration_cache() 2565:20190130:204743.875 End of free_configuration_cache() 2565:20190130:204743.875 In free_selfmon_collector() collector:0x7f1db8a44000 2565:20190130:204743.875 End of free_selfmon_collector() 2565:20190130:204743.875 In zbx_unload_modules() 2565:20190130:204743.875 End of zbx_unload_modules() 2565:20190130:204743.875 Zabbix Proxy stopped. Zabbix 4.0.3 (revision 87993). 2633:20190130:204753.965 Starting Zabbix Proxy (active) [some-hostname]. Zabbix 4.0.3 (revision 87993). 2633:20190130:204753.965 **** Enabled features **** 2633:20190130:204753.965 SNMP monitoring: YES 2633:20190130:204753.965 IPMI monitoring: NO 2633:20190130:204753.965 Web monitoring: NO 2633:20190130:204753.965 VMware monitoring: NO 2633:20190130:204753.965 ODBC: NO 2633:20190130:204753.965 SSH2 support: NO 2633:20190130:204753.965 IPv6 support: NO 2633:20190130:204753.965 TLS support: NO 2633:20190130:204753.965 ************************** 2633:20190130:204753.965 using configuration file: /etc/zabbix/zabbix_proxy.conf 2633:20190130:204753.965 In zbx_load_modules() 2633:20190130:204753.966 End of zbx_load_modules():SUCCEED 2633:20190130:204753.966 In init_database_cache() 2633:20190130:204753.966 In zbx_mem_create() param:'HistoryCacheSize' size:16777216 2633:20190130:204753.966 valid user addresses: [0x7f6d910e6168, 0x7f6d920e5ff0] total size: 16776840 2633:20190130:204753.966 End of zbx_mem_create() 2633:20190130:204753.966 In zbx_mem_create() param:'HistoryIndexCacheSize' size:4194304 2633:20190130:204753.966 valid user addresses: [0x7f6d90ce6178, 0x7f6d910e5ff0] total size: 4193912 2633:20190130:204753.966 End of zbx_mem_create() 2633:20190130:204753.966 End of init_database_cache() 2633:20190130:204753.966 In init_configuration_cache() size:8388608 2633:20190130:204753.966 In zbx_mem_create() param:'CacheSize' size:8388608 2633:20190130:204753.966 valid user addresses: [0x7f6d904e6168, 0x7f6d90ce5ff0] total size: 8388232 2633:20190130:204753.966 End of zbx_mem_create() 2633:20190130:204753.966 End of init_configuration_cache() 2633:20190130:204753.966 In init_selfmon_collector() 2633:20190130:204753.966 init_selfmon_collector() size:7248 2633:20190130:204753.966 End of init_selfmon_collector() collector:0x7f6d92fee000 2633:20190130:204753.966 In zbx_db_get_database_type() 2633:20190130:204753.966 In DBconnect() flag:0 2633:20190130:204753.966 query without transaction detected 2633:20190130:204753.966 query [txnlev:0] [pragma synchronous=0] 2633:20190130:204753.971 query without transaction detected 2633:20190130:204753.971 query [txnlev:0] [pragma temp_store=2] 2633:20190130:204753.971 query without transaction detected 2633:20190130:204753.971 query [txnlev:0] [pragma temp_store_directory='/config/user-data/zabbix/'] 2633:20190130:204753.971 End of DBconnect():0 2633:20190130:204753.971 query [txnlev:0] [select userid from users limit 1] 2633:20190130:204753.971 no records in "users" table 2633:20190130:204753.972 End of zbx_db_get_database_type():ZBX_DB_PROXY 2633:20190130:204753.972 In DBcheck_version() 2633:20190130:204753.972 In DBconnect() flag:0 2633:20190130:204753.972 query without transaction detected 2633:20190130:204753.972 query [txnlev:0] [pragma synchronous=0] 2633:20190130:204753.977 query without transaction detected 2633:20190130:204753.977 query [txnlev:0] [pragma temp_store=2] 2633:20190130:204753.977 query without transaction detected 2633:20190130:204753.977 query [txnlev:0] [pragma temp_store_directory='/config/user-data/zabbix/'] 2633:20190130:204753.977 End of DBconnect():0 2633:20190130:204753.977 query [txnlev:0] [select 1 from sqlite_master where tbl_name='dbversion' and type='table'] 2633:20190130:204753.977 query [txnlev:0] [select mandatory,optional from dbversion] 2633:20190130:204753.977 current database version (mandatory/optional): 04000000/04000003 2633:20190130:204753.977 required mandatory version: 04000000 2633:20190130:204753.978 End of DBcheck_version():SUCCEED 2633:20190130:204753.978 In DBconnect() flag:0 2633:20190130:204753.978 query without transaction detected 2633:20190130:204753.978 query [txnlev:0] [pragma synchronous=0] 2633:20190130:204753.983 query without transaction detected 2633:20190130:204753.983 query [txnlev:0] [pragma temp_store=2] 2633:20190130:204753.983 query without transaction detected 2633:20190130:204753.983 query [txnlev:0] [pragma temp_store_directory='/config/user-data/zabbix/'] 2633:20190130:204753.983 End of DBconnect():0 2633:20190130:204753.983 In DCsync_configuration() 2633:20190130:204753.983 query [txnlev:0] [select refresh_unsupported,discovery_groupid,snmptrap_logging,severity_name_0,severity_name_1,severity_name_2,severity_name_3,severity_name_4,severity_name_5,hk_events_mode,hk_events_trigger,hk_events_internal,hk_events_discovery,hk_events_autoreg,hk_services_mode,hk_services,hk_audit_mode,hk_audit,hk_sessions_mode,hk_sessions,hk_history_mode,hk_history_global,hk_history,hk_trends_mode,hk_trends_global,hk_trends,default_inventory_mode from config order by configid] 2633:20190130:204753.983 In DCsync_config() 2633:20190130:204753.983 End of DCsync_config() 2633:20190130:204753.983 query [txnlev:0] [select hostid,templateid from hosts_templates order by hostid] 2633:20190130:204753.983 query [txnlev:0] [select globalmacroid,macro,value from globalmacro] 2633:20190130:204753.983 query [txnlev:0] [select hostmacroid,hostid,macro,value from hostmacro] 2633:20190130:204753.983 In DCsync_htmpls() 2633:20190130:204753.983 End of DCsync_htmpls() 2633:20190130:204753.983 In DCsync_gmacros() 2633:20190130:204753.983 End of DCsync_gmacros() 2633:20190130:204753.983 In DCsync_hmacros() 2633:20190130:204753.983 End of DCsync_hmacros() 2633:20190130:204753.983 query [txnlev:0] [select hostid,proxy_hostid,host,ipmi_authtype,ipmi_privilege,ipmi_username,ipmi_password,maintenance_status,maintenance_type,maintenance_from,errors_from,available,disable_until,snmp_errors_from,snmp_available,snmp_disable_until,ipmi_errors_from,ipmi_available,ipmi_disable_until,jmx_errors_from,jmx_available,jmx_disable_until,status,name,lastaccess,error,snmp_error,ipmi_error,jmx_error,tls_connect,tls_accept,proxy_address,auto_compress,maintenanceid from hosts where status in (0,1,5,6) and flags<>2] 2633:20190130:204753.984 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] 2633:20190130:204753.984 query [txnlev:0] [select groupid,name from hstgrp] 2633:20190130:204753.984 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 order by hg.groupid] 2633:20190130:204753.984 query [txnlev:0] [select maintenanceid,maintenance_type,active_since,active_till,tags_evaltype from maintenances] 2633:20190130:204753.984 query [txnlev:0] [select maintenancetagid,maintenanceid,operator,tag,value from maintenance_tag] 2633:20190130:204753.984 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] 2633:20190130:204753.984 query [txnlev:0] [select maintenanceid,groupid from maintenances_groups order by maintenanceid] 2633:20190130:204753.984 query [txnlev:0] [select maintenanceid,hostid from maintenances_hosts order by maintenanceid] 2633:20190130:204753.984 In DCsync_hosts() 2633:20190130:204753.984 End of DCsync_hosts() 2633:20190130:204753.984 In DCsync_host_inventory() 2633:20190130:204753.984 End of DCsync_host_inventory() 2633:20190130:204753.984 In DCsync_hostgroups() 2633:20190130:204753.984 End of DCsync_hostgroups() 2633:20190130:204753.985 In DCsync_hostgroup_hosts() 2633:20190130:204753.985 End of DCsync_hostgroup_hosts() 2633:20190130:204753.985 In DCsync_maintenances() 2633:20190130:204753.985 End of DCsync_maintenances() 2633:20190130:204753.985 In DCsync_maintenance_tags() 2633:20190130:204753.985 End of DCsync_maintenance_tags() 2633:20190130:204753.985 In DCsync_maintenance_groups() 2633:20190130:204753.985 End of DCsync_maintenance_groups() 2633:20190130:204753.985 In DCsync_maintenance_hosts() 2633:20190130:204753.985 End of DCsync_maintenance_hosts() 2633:20190130:204753.985 In DCsync_maintenance_periods() 2633:20190130:204753.985 End of DCsync_maintenance_periods() 2633:20190130:204753.985 query [txnlev:0] [select interfaceid,hostid,type,main,useip,ip,dns,port,bulk from interface] 2633:20190130:204753.985 query [txnlev:0] [select i.itemid,i.hostid,i.status,i.type,i.value_type,i.key_,i.snmp_community,i.snmp_oid,i.port,i.snmpv3_securityname,i.snmpv3_securitylevel,i.snmpv3_authpassphrase,i.snmpv3_privpassphrase,i.ipmi_sensor,i.delay,i.trapper_hosts,i.logtimefmt,i.params,i.state,i.authtype,i.username,i.password,i.publickey,i.privatekey,i.flags,i.interfaceid,i.snmpv3_authprotocol,i.snmpv3_privprotocol,i.snmpv3_contextname,i.lastlogsize,i.mtime,i.history,i.trends,i.inventory_link,i.valuemapid,i.units,i.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 from items i,hosts h where i.hostid=h.hostid and h.status in (0,1) and i.flags<>2] 2633:20190130:204753.986 query [txnlev:0] [select pp.item_preprocid,pp.itemid,pp.type,pp.params,pp.step,i.hostid from item_preproc pp,items i,hosts h where pp.itemid=i.itemid and i.hostid=h.hostid and h.status in (0,1) and i.flags<>2 order by pp.itemid] 2633:20190130:204753.987 In DCsync_interfaces() 2633:20190130:204753.987 End of DCsync_interfaces() 2633:20190130:204753.987 In DCsync_items() 2633:20190130:204753.987 End of DCsync_items() 2633:20190130:204753.987 In DCsync_item_preproc() 2633:20190130:204753.987 End of DCsync_item_preproc() 2633:20190130:204753.987 query [txnlev:0] [select i.itemid,f.functionid,f.name,f.parameter,t.triggerid from hosts h,items i,functions f,triggers t where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=t.triggerid and h.status in (0,1) and t.flags<>2] 2633:20190130:204753.987 In DCsync_functions() 2633:20190130:204753.988 End of DCsync_functions() 2633:20190130:204753.988 query [txnlev:0] [select distinct t.triggerid,t.description,t.expression,t.error,t.priority,t.type,t.value,t.state,t.lastchange,t.status,t.recovery_mode,t.recovery_expression,t.correlation_mode,t.correlation_tag from hosts h,items i,functions f,triggers t where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=t.triggerid and h.status in (0,1) and t.flags<>2] 2633:20190130:204753.988 query [txnlev:0] [select distinct d.triggerid_down,d.triggerid_up from trigger_depends d,triggers t,hosts h,items i,functions f where t.triggerid=d.triggerid_down and t.flags<>2 and h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=d.triggerid_down and h.status in (0,1)] 2633:20190130:204753.988 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] 2633:20190130:204753.988 query [txnlev:0] [select actionid,eventsource,evaltype,formula from actions where status=0] 2633:20190130:204753.988 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] 2633:20190130:204753.988 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] 2633:20190130:204753.988 query [txnlev:0] [select distinct tt.triggertagid,tt.triggerid,tt.tag,tt.value from trigger_tag tt,triggers t,hosts h,items i,functions f where t.triggerid=tt.triggerid and t.flags<>2 and h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=tt.triggerid and h.status in (0,1)] 2633:20190130:204753.989 query [txnlev:0] [select correlationid,name,evaltype,formula from correlation where status=0] 2633:20190130:204753.989 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] 2633:20190130:204753.989 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] 2633:20190130:204753.989 In DCsync_triggers() 2633:20190130:204753.989 End of DCsync_triggers() 2633:20190130:204753.989 In DCsync_trigdeps() 2633:20190130:204753.989 End of DCsync_trigdeps() 2633:20190130:204753.989 In DCsync_expressions() 2633:20190130:204753.989 End of DCsync_expressions() 2633:20190130:204753.989 In DCsync_actions() 2633:20190130:204753.989 End of DCsync_actions() 2633:20190130:204753.989 In DCsync_action_opss() 2633:20190130:204753.989 End of DCsync_action_opss() 2633:20190130:204753.989 In DCsync_action_conditions() 2633:20190130:204753.989 End of DCsync_action_conditions() 2633:20190130:204753.989 In DCsync_trigger_tags() 2633:20190130:204753.989 End of DCsync_trigger_tags() 2633:20190130:204753.989 In DCsync_correlations() 2633:20190130:204753.989 End of DCsync_correlations() 2633:20190130:204753.989 In DCsync_corr_conditions() 2633:20190130:204753.990 End of DCsync_corr_conditions() 2633:20190130:204753.990 In DCsync_corr_operations() 2633:20190130:204753.990 End of DCsync_corr_operations() 2633:20190130:204753.990 DCsync_configuration() config : sql:0.000144 sync:0.000055 sec (1/0/0). 2633:20190130:204753.990 DCsync_configuration() hosts : sql:0.000197 sync:0.000059 sec (1/0/0). 2633:20190130:204753.990 DCsync_configuration() host_invent: sql:0.000213 sync:0.000042 sec (0/0/0). 2633:20190130:204753.990 DCsync_configuration() templates : sql:0.000107 sync:0.000054 sec (5/0/0). 2633:20190130:204753.990 DCsync_configuration() globmacros : sql:0.000071 sync:0.000045 sec (1/0/0). 2633:20190130:204753.990 DCsync_configuration() hostmacros : sql:0.000066 sync:0.000041 sec (0/0/0). 2633:20190130:204753.990 DCsync_configuration() interfaces : sql:0.000080 sync:0.000061 sec (1/0/0). 2633:20190130:204753.990 DCsync_configuration() items : sql:0.001433 sync:0.000620 sec (117/0/0). 2633:20190130:204753.990 DCsync_configuration() triggers : sql:0.000196 sync:0.000048 sec (0/0/0). 2633:20190130:204753.990 DCsync_configuration() trigdeps : sql:0.000195 sync:0.000172 sec (0/0/0). 2633:20190130:204753.990 DCsync_configuration() trig. tags : sql:0.000296 sync:0.000042 sec (0/0/0). 2633:20190130:204753.990 DCsync_configuration() functions : sql:0.000173 sync:0.000078 sec (0/0/0). 2633:20190130:204753.990 DCsync_configuration() expressions: sql:0.000140 sync:0.000065 sec (4/0/0). 2633:20190130:204753.990 DCsync_configuration() actions : sql:0.000077 sync:0.000051 sec (0/0/0). 2633:20190130:204753.990 DCsync_configuration() operations : sql:0.000096 sync:0.000059 sec (0/0/0). 2633:20190130:204753.990 DCsync_configuration() conditions : sql:0.000089 sync:0.000043 sec (0/0/0). 2633:20190130:204753.990 DCsync_configuration() corr : sql:0.000082 sync:0.000042 sec (0/0/0). 2633:20190130:204753.990 DCsync_configuration() corr_cond : sql:0.000134 sync:0.000068 sec (0/0/0). 2633:20190130:204753.990 DCsync_configuration() corr_op : sql:0.000080 sync:0.000048 sec (0/0/0). 2633:20190130:204753.990 DCsync_configuration() hgroups : sql:0.000179 sync:0.000163 sec (1/0/0). 2633:20190130:204753.990 DCsync_configuration() item pproc : sql:0.000247 sync:0.000043 sec (0/0/0). 2633:20190130:204753.990 DCsync_configuration() maintenance: sql:0.000401 sync:0.000206 sec (0/0/0). 2633:20190130:204753.990 DCsync_configuration() reindex : 0.000003 sec. 2633:20190130:204753.990 DCsync_configuration() total sql : 0.004694 sec. 2633:20190130:204753.990 DCsync_configuration() total sync : 0.002110 sec. 2633:20190130:204753.990 DCsync_configuration() proxies : 0 (0 slots) 2633:20190130:204753.990 DCsync_configuration() hosts : 1 (11 slots) 2633:20190130:204753.990 DCsync_configuration() hosts_h : 1 (11 slots) 2633:20190130:204753.990 DCsync_configuration() hosts_p : 0 (0 slots) 2633:20190130:204753.990 DCsync_configuration() ipmihosts : 0 (0 slots) 2633:20190130:204753.990 DCsync_configuration() host_invent: 0 (0 slots) 2633:20190130:204753.990 DCsync_configuration() htmpls : 3 (11 slots) 2633:20190130:204753.990 DCsync_configuration() gmacros : 1 (11 slots) 2633:20190130:204753.990 DCsync_configuration() gmacros_m : 1 (11 slots) 2633:20190130:204753.990 DCsync_configuration() hmacros : 0 (0 slots) 2633:20190130:204753.990 DCsync_configuration() hmacros_hm : 0 (0 slots) 2633:20190130:204753.990 DCsync_configuration() interfaces : 1 (11 slots) 2633:20190130:204753.990 DCsync_configuration() interfac_ht: 1 (11 slots) 2633:20190130:204753.990 DCsync_configuration() if_snmpitms: 0 (0 slots) 2633:20190130:204753.990 DCsync_configuration() if_snmpaddr: 0 (0 slots) 2633:20190130:204753.991 DCsync_configuration() items : 117 (151 slots) 2633:20190130:204753.991 DCsync_configuration() items_hk : 117 (151 slots) 2633:20190130:204753.991 DCsync_configuration() numitems : 111 (151 slots) 2633:20190130:204753.991 DCsync_configuration() snmpitems : 0 (0 slots) 2633:20190130:204753.991 DCsync_configuration() ipmiitems : 0 (0 slots) 2633:20190130:204753.991 DCsync_configuration() trapitems : 0 (0 slots) 2633:20190130:204753.991 DCsync_configuration() dependentitems : 0 (0 slots) 2633:20190130:204753.991 DCsync_configuration() logitems : 0 (0 slots) 2633:20190130:204753.991 DCsync_configuration() dbitems : 0 (0 slots) 2633:20190130:204753.991 DCsync_configuration() sshitems : 0 (0 slots) 2633:20190130:204753.991 DCsync_configuration() telnetitems: 0 (0 slots) 2633:20190130:204753.991 DCsync_configuration() simpleitems: 3 (11 slots) 2633:20190130:204753.991 DCsync_configuration() jmxitems : 0 (0 slots) 2633:20190130:204753.991 DCsync_configuration() calcitems : 0 (0 slots) 2633:20190130:204753.991 DCsync_configuration() httpitems : 0 (0 slots) 2633:20190130:204753.991 DCsync_configuration() functions : 0 (101 slots) 2633:20190130:204753.991 DCsync_configuration() triggers : 0 (101 slots) 2633:20190130:204753.991 DCsync_configuration() trigdeps : 0 (0 slots) 2633:20190130:204753.991 DCsync_configuration() trig. tags : 0 (0 slots) 2633:20190130:204753.991 DCsync_configuration() expressions: 4 (11 slots) 2633:20190130:204753.991 DCsync_configuration() actions : 0 (0 slots) 2633:20190130:204753.991 DCsync_configuration() conditions : 0 (0 slots) 2633:20190130:204753.991 DCsync_configuration() corr. : 0 (0 slots) 2633:20190130:204753.991 DCsync_configuration() corr. conds: 0 (0 slots) 2633:20190130:204753.991 DCsync_configuration() corr. ops : 0 (0 slots) 2633:20190130:204753.991 DCsync_configuration() hgroups : 1 (11 slots) 2633:20190130:204753.991 DCsync_configuration() item procs : 0 (0 slots) 2633:20190130:204753.991 DCsync_configuration() maintenance: 0 (0 slots) 2633:20190130:204753.991 DCsync_configuration() maint tags : 0 (0 slots) 2633:20190130:204753.991 DCsync_configuration() maint time : 0 (0 slots) 2633:20190130:204753.991 DCsync_configuration() queue[0] : 93 (108 allocated) 2633:20190130:204753.991 DCsync_configuration() queue[1] : 0 (0 allocated) 2633:20190130:204753.991 DCsync_configuration() queue[2] : 0 (0 allocated) 2633:20190130:204753.991 DCsync_configuration() queue[3] : 3 (32 allocated) 2633:20190130:204753.991 DCsync_configuration() queue[4] : 0 (0 allocated) 2633:20190130:204753.991 DCsync_configuration() pqueue : 0 (0 allocated) 2633:20190130:204753.991 DCsync_configuration() timer queue: 0 (0 allocated) 2633:20190130:204753.991 DCsync_configuration() configfree : 98.484993% 2633:20190130:204753.991 DCsync_configuration() strings : 139 (227 slots) 2633:20190130:204753.991 === memory statistics for configuration cache === 2633:20190130:204753.991 free chunks of size 24 bytes: 2 2633:20190130:204753.991 free chunks of size >= 256 bytes: 2 2633:20190130:204753.991 min chunk size: 24 bytes 2633:20190130:204753.991 max chunk size: 8260872 bytes 2633:20190130:204753.991 memory of total size 8388232 bytes fragmented into 643 chunks 2633:20190130:204753.991 of those, 8261520 bytes are in 4 free chunks 2633:20190130:204753.992 of those, 116440 bytes are in 639 used chunks 2633:20190130:204753.992 ================================ 2633:20190130:204753.992 In DCdump_config() 2633:20190130:204753.992 refresh_unsupported:600 2633:20190130:204753.992 discovery_groupid:5 2633:20190130:204753.992 snmptrap_logging:1 2633:20190130:204753.992 default_inventory_mode:-1 2633:20190130:204753.992 severity names: 2633:20190130:204753.992 Not classified 2633:20190130:204753.992 Information 2633:20190130:204753.992 Warning 2633:20190130:204753.992 Average 2633:20190130:204753.992 High 2633:20190130:204753.992 Disaster 2633:20190130:204753.992 housekeeping: 2633:20190130:204753.992 events, mode:1 period:[trigger:31536000 internal:86400 autoreg:86400 discovery:86400] 2633:20190130:204753.992 audit, mode:1 period:31536000 2633:20190130:204753.992 it services, mode:1 period:31536000 2633:20190130:204753.992 user sessions, mode:1 period:31536000 2633:20190130:204753.992 history, mode:1 global:0 period:0 2633:20190130:204753.992 trends, mode:1 global:0 period:0 2633:20190130:204753.992 End of DCdump_config() 2633:20190130:204753.992 In DCdump_hosts() 2633:20190130:204753.992 hostid:10564 host:'agent-hostname' name:'agent-hostname' status:0 2633:20190130:204753.992 proxy_hostid:0 2633:20190130:204753.992 data_expected_from:1548866873 2633:20190130:204753.992 zabbix:[available:1, errors_from:1548866840 disable_until:1548866855 error:''] 2633:20190130:204753.992 snmp:[available:0, errors_from:0 disable_until:0 error:''] 2633:20190130:204753.992 ipmi:[available:0, errors_from:0 disable_until:0 error:''] 2633:20190130:204753.992 jmx:[available:0, errors_from:0 disable_until:0 error:''] 2633:20190130:204753.992 availability_ts:1548866873 2633:20190130:204753.992 maintenanceid:0 maintenance_status:0 maintenance_type:0 maintenance_from:0 2633:20190130:204753.992 number of items: zabbix:93 snmp:0 ipmi:0 jmx:0 2633:20190130:204753.993 tls:[connect:1 accept:1] 2633:20190130:204753.993 interfaceid:408 2633:20190130:204753.993 End of DCdump_hosts() 2633:20190130:204753.993 In DCdump_proxies() 2633:20190130:204753.993 End of DCdump_proxies() 2633:20190130:204753.993 In DCdump_ipmihosts() 2633:20190130:204753.993 End of DCdump_ipmihosts() 2633:20190130:204753.993 In DCdump_host_inventories() 2633:20190130:204753.993 End of DCdump_host_inventories() 2633:20190130:204753.993 In DCdump_htmpls() 2633:20190130:204753.993 hostid:10001 2633:20190130:204753.993 templateid:10050 2633:20190130:204753.993 hostid:10115 2633:20190130:204753.993 templateid:10001 2633:20190130:204753.993 templateid:10104 2633:20190130:204753.993 templateid:10111 2633:20190130:204753.993 hostid:10564 2633:20190130:204753.993 templateid:10115 2633:20190130:204753.993 End of DCdump_htmpls() 2633:20190130:204753.993 In DCdump_gmacro() 2633:20190130:204753.993 globalmacroid:2 macro:'{$SNMP_COMMUNITY}' value:'public' context:'' 2633:20190130:204753.993 End of DCdump_gmacro() 2633:20190130:204753.993 In DCdump_hmacros() 2633:20190130:204753.993 End of DCdump_hmacros() 2633:20190130:204753.993 In DCdump_interfaces() 2633:20190130:204753.993 interfaceid:408 hostid:10564 ip:'10.255.30.5' dns:'' port:'10050' type:1 main:1 useip:1 bulk:1 2633:20190130:204753.993 End of DCdump_interfaces() 2633:20190130:204753.993 In DCdump_items() 2633:20190130:204753.993 itemid:54202 hostid:10564 key:'net.if.discovery' 2633:20190130:204753.993 type:0 value_type:4 2633:20190130:204753.993 interfaceid:408 port:'' 2633:20190130:204753.993 state:0 error:'' 2633:20190130:204753.993 flags:1 status:0 2633:20190130:204753.993 valuemapid:0 2633:20190130:204753.993 lastlogsize:0 mtime:0 2633:20190130:204753.993 delay:'1h' nextcheck:1548867802 lastclock:0 2633:20190130:204753.993 data_expected_from:1548866873 2633:20190130:204753.993 history:1 2633:20190130:204753.993 poller_type:0 location:1 2633:20190130:204753.993 inventory_link:0 2633:20190130:204753.993 priority:1 schedulable:1 2633:20190130:204753.993 itemid:54203 hostid:10564 key:'vfs.fs.discovery' 2633:20190130:204753.994 type:0 value_type:4 2633:20190130:204753.994 interfaceid:408 port:'' 2633:20190130:204753.994 state:0 error:'' 2633:20190130:204753.994 flags:1 status:0 2633:20190130:204753.994 valuemapid:0 2633:20190130:204753.994 lastlogsize:0 mtime:0 2633:20190130:204753.994 delay:'1h' nextcheck:1548867803 lastclock:0 2633:20190130:204753.994 data_expected_from:1548866873 2633:20190130:204753.994 history:1 2633:20190130:204753.994 poller_type:0 location:1 2633:20190130:204753.994 inventory_link:0 2633:20190130:204753.994 priority:1 schedulable:1 2633:20190130:204753.994 itemid:54204 hostid:10564 key:'agent.hostname' 2633:20190130:204753.994 type:0 value_type:1 2633:20190130:204753.994 interfaceid:408 port:'' 2633:20190130:204753.994 state:0 error:'' 2633:20190130:204753.994 flags:0 status:0 2633:20190130:204753.994 valuemapid:0 2633:20190130:204753.994 lastlogsize:0 mtime:0 2633:20190130:204753.994 delay:'1h' nextcheck:1548867804 lastclock:0 2633:20190130:204753.994 data_expected_from:1548866873 2633:20190130:204753.994 history:1 2633:20190130:204753.994 poller_type:0 location:1 2633:20190130:204753.994 inventory_link:0 2633:20190130:204753.994 priority:1 schedulable:1 2633:20190130:204753.994 itemid:54205 hostid:10564 key:'agent.ping' 2633:20190130:204753.994 type:0 value_type:3 2633:20190130:204753.994 interfaceid:408 port:'' 2633:20190130:204753.994 state:0 error:'' 2633:20190130:204753.994 flags:0 status:0 2633:20190130:204753.994 valuemapid:0 2633:20190130:204753.994 lastlogsize:0 mtime:0 2633:20190130:204753.994 delay:'1m' nextcheck:1548866905 lastclock:0 2633:20190130:204753.994 data_expected_from:1548866873 2633:20190130:204753.994 history:1 2633:20190130:204753.994 poller_type:0 location:1 2633:20190130:204753.994 inventory_link:0 2633:20190130:204753.994 priority:1 schedulable:1 2633:20190130:204753.994 units:'' trends:1 2633:20190130:204753.994 itemid:54206 hostid:10564 key:'agent.version' 2633:20190130:204753.994 type:0 value_type:1 2633:20190130:204753.994 interfaceid:408 port:'' 2633:20190130:204753.994 state:0 error:'' 2633:20190130:204753.994 flags:0 status:0 2633:20190130:204753.994 valuemapid:0 2633:20190130:204753.994 lastlogsize:0 mtime:0 2633:20190130:204753.994 delay:'1h' nextcheck:1548867806 lastclock:0 2633:20190130:204753.995 data_expected_from:1548866873 2633:20190130:204753.995 history:1 2633:20190130:204753.995 poller_type:0 location:1 2633:20190130:204753.995 inventory_link:0 2633:20190130:204753.995 priority:1 schedulable:1 2633:20190130:204753.995 itemid:54207 hostid:10564 key:'icmpping' 2633:20190130:204753.995 type:3 value_type:3 2633:20190130:204753.995 interfaceid:408 port:'' 2633:20190130:204753.995 state:0 error:'' 2633:20190130:204753.995 flags:0 status:0 2633:20190130:204753.995 valuemapid:0 2633:20190130:204753.995 lastlogsize:0 mtime:0 2633:20190130:204753.995 delay:'1m' nextcheck:1548866928 lastclock:0 2633:20190130:204753.995 data_expected_from:1548866873 2633:20190130:204753.995 history:1 2633:20190130:204753.995 poller_type:3 location:1 2633:20190130:204753.995 inventory_link:0 2633:20190130:204753.995 priority:1 schedulable:1 2633:20190130:204753.995 units:'' trends:1 2633:20190130:204753.995 simple:[username:'' password:''] 2633:20190130:204753.995 itemid:54208 hostid:10564 key:'icmppingloss' 2633:20190130:204753.995 type:3 value_type:0 2633:20190130:204753.995 interfaceid:408 port:'' 2633:20190130:204753.995 state:0 error:'' 2633:20190130:204753.995 flags:0 status:0 2633:20190130:204753.995 valuemapid:0 2633:20190130:204753.995 lastlogsize:0 mtime:0 2633:20190130:204753.995 delay:'1m' nextcheck:1548866928 lastclock:0 2633:20190130:204753.995 data_expected_from:1548866873 2633:20190130:204753.995 history:1 2633:20190130:204753.995 poller_type:3 location:1 2633:20190130:204753.995 inventory_link:0 2633:20190130:204753.995 priority:1 schedulable:1 2633:20190130:204753.995 units:'' trends:1 2633:20190130:204753.995 simple:[username:'' password:''] 2633:20190130:204753.995 itemid:54209 hostid:10564 key:'icmppingsec' 2633:20190130:204753.995 type:3 value_type:0 2633:20190130:204753.995 interfaceid:408 port:'' 2633:20190130:204753.995 state:0 error:'' 2633:20190130:204753.995 flags:0 status:0 2633:20190130:204753.995 valuemapid:0 2633:20190130:204753.995 lastlogsize:0 mtime:0 2633:20190130:204753.996 delay:'1m' nextcheck:1548866928 lastclock:0 2633:20190130:204753.996 data_expected_from:1548866873 2633:20190130:204753.996 history:1 2633:20190130:204753.996 poller_type:3 location:1 2633:20190130:204753.996 inventory_link:0 2633:20190130:204753.996 priority:1 schedulable:1 2633:20190130:204753.996 units:'' trends:1 2633:20190130:204753.996 simple:[username:'' password:''] 2633:20190130:204753.996 itemid:54210 hostid:10564 key:'kernel.maxfiles' 2633:20190130:204753.996 type:0 value_type:3 2633:20190130:204753.996 interfaceid:408 port:'' 2633:20190130:204753.996 state:0 error:'' 2633:20190130:204753.996 flags:0 status:0 2633:20190130:204753.996 valuemapid:0 2633:20190130:204753.996 lastlogsize:0 mtime:0 2633:20190130:204753.996 delay:'1h' nextcheck:1548867810 lastclock:0 2633:20190130:204753.996 data_expected_from:1548866873 2633:20190130:204753.996 history:1 2633:20190130:204753.996 poller_type:0 location:1 2633:20190130:204753.996 inventory_link:0 2633:20190130:204753.996 priority:1 schedulable:1 2633:20190130:204753.996 units:'' trends:1 2633:20190130:204753.996 itemid:54211 hostid:10564 key:'kernel.maxproc' 2633:20190130:204753.996 type:0 value_type:3 2633:20190130:204753.996 interfaceid:408 port:'' 2633:20190130:204753.996 state:0 error:'' 2633:20190130:204753.996 flags:0 status:0 2633:20190130:204753.996 valuemapid:0 2633:20190130:204753.996 lastlogsize:0 mtime:0 2633:20190130:204753.996 delay:'1h' nextcheck:1548867811 lastclock:0 2633:20190130:204753.996 data_expected_from:1548866873 2633:20190130:204753.996 history:1 2633:20190130:204753.996 poller_type:0 location:1 2633:20190130:204753.996 inventory_link:0 2633:20190130:204753.996 priority:1 schedulable:1 2633:20190130:204753.996 units:'' trends:1 2633:20190130:204753.996 itemid:54212 hostid:10564 key:'net.if.in[eth0,bytes]' 2633:20190130:204753.996 type:0 value_type:3 2633:20190130:204753.996 interfaceid:408 port:'' 2633:20190130:204753.996 state:0 error:'' 2633:20190130:204753.997 flags:0 status:0 2633:20190130:204753.997 valuemapid:0 2633:20190130:204753.997 lastlogsize:0 mtime:0 2633:20190130:204753.997 delay:'10m' nextcheck:1548867212 lastclock:0 2633:20190130:204753.997 data_expected_from:1548866873 2633:20190130:204753.997 history:1 2633:20190130:204753.997 poller_type:0 location:1 2633:20190130:204753.997 inventory_link:0 2633:20190130:204753.997 priority:1 schedulable:1 2633:20190130:204753.997 units:'' trends:1 2633:20190130:204753.997 itemid:54213 hostid:10564 key:'net.if.in[eth0,dropped]' 2633:20190130:204753.997 type:0 value_type:3 2633:20190130:204753.997 interfaceid:408 port:'' 2633:20190130:204753.997 state:0 error:'' 2633:20190130:204753.997 flags:0 status:0 2633:20190130:204753.997 valuemapid:0 2633:20190130:204753.997 lastlogsize:0 mtime:0 2633:20190130:204753.997 delay:'10m' nextcheck:1548867213 lastclock:0 2633:20190130:204753.997 data_expected_from:1548866873 2633:20190130:204753.997 history:1 2633:20190130:204753.997 poller_type:0 location:1 2633:20190130:204753.997 inventory_link:0 2633:20190130:204753.997 priority:1 schedulable:1 2633:20190130:204753.997 units:'' trends:1 2633:20190130:204753.997 itemid:54214 hostid:10564 key:'net.if.in[eth0,errors]' 2633:20190130:204753.997 type:0 value_type:3 2633:20190130:204753.997 interfaceid:408 port:'' 2633:20190130:204753.997 state:0 error:'' 2633:20190130:204753.998 flags:0 status:0 2633:20190130:204753.998 valuemapid:0 2633:20190130:204753.998 lastlogsize:0 mtime:0 2633:20190130:204753.998 delay:'10m' nextcheck:1548867214 lastclock:0 2633:20190130:204753.998 data_expected_from:1548866873 2633:20190130:204753.998 history:1 2633:20190130:204753.998 poller_type:0 location:1 2633:20190130:204753.998 inventory_link:0 2633:20190130:204753.998 priority:1 schedulable:1 2633:20190130:204753.998 units:'' trends:1 2633:20190130:204753.998 itemid:54215 hostid:10564 key:'net.if.in[eth0,packets]' 2633:20190130:204753.998 type:0 value_type:3 2633:20190130:204753.998 interfaceid:408 port:'' 2633:20190130:204753.998 state:0 error:'' 2633:20190130:204753.998 flags:0 status:0 2633:20190130:204753.998 valuemapid:0 2633:20190130:204753.998 lastlogsize:0 mtime:0 2633:20190130:204753.998 delay:'10m' nextcheck:1548867215 lastclock:0 2633:20190130:204753.998 data_expected_from:1548866873 2633:20190130:204753.998 history:1 2633:20190130:204753.998 poller_type:0 location:1 2633:20190130:204753.998 inventory_link:0 2633:20190130:204753.998 priority:1 schedulable:1 2633:20190130:204753.998 units:'' trends:1 2633:20190130:204753.998 itemid:54216 hostid:10564 key:'net.if.in[eth1,bytes]' 2633:20190130:204753.998 type:0 value_type:3 2633:20190130:204753.998 interfaceid:408 port:'' 2633:20190130:204753.998 state:0 error:'' 2633:20190130:204753.998 flags:0 status:0 2633:20190130:204753.998 valuemapid:0 2633:20190130:204753.998 lastlogsize:0 mtime:0 2633:20190130:204753.998 delay:'10m' nextcheck:1548867216 lastclock:0 2633:20190130:204753.998 data_expected_from:1548866873 2633:20190130:204753.998 history:1 2633:20190130:204753.998 poller_type:0 location:1 2633:20190130:204753.998 inventory_link:0 2633:20190130:204753.998 priority:1 schedulable:1 2633:20190130:204753.998 units:'' trends:1 2633:20190130:204753.998 itemid:54217 hostid:10564 key:'net.if.in[eth1,dropped]' 2633:20190130:204753.998 type:0 value_type:3 2633:20190130:204753.998 interfaceid:408 port:'' 2633:20190130:204753.998 state:0 error:'' 2633:20190130:204753.998 flags:0 status:0 2633:20190130:204753.998 valuemapid:0 2633:20190130:204753.998 lastlogsize:0 mtime:0 2633:20190130:204753.998 delay:'10m' nextcheck:1548867217 lastclock:0 2633:20190130:204753.998 data_expected_from:1548866873 2633:20190130:204753.999 history:1 2633:20190130:204753.999 poller_type:0 location:1 2633:20190130:204753.999 inventory_link:0 2633:20190130:204753.999 priority:1 schedulable:1 2633:20190130:204753.999 units:'' trends:1 2633:20190130:204753.999 itemid:54218 hostid:10564 key:'net.if.in[eth1,errors]' 2633:20190130:204753.999 type:0 value_type:3 2633:20190130:204753.999 interfaceid:408 port:'' 2633:20190130:204753.999 state:0 error:'' 2633:20190130:204753.999 flags:0 status:0 2633:20190130:204753.999 valuemapid:0 2633:20190130:204753.999 lastlogsize:0 mtime:0 2633:20190130:204753.999 delay:'10m' nextcheck:1548867218 lastclock:0 2633:20190130:204753.999 data_expected_from:1548866873 2633:20190130:204753.999 history:1 2633:20190130:204753.999 poller_type:0 location:1 2633:20190130:204753.999 inventory_link:0 2633:20190130:204753.999 priority:1 schedulable:1 2633:20190130:204753.999 units:'' trends:1 2633:20190130:204753.999 itemid:54219 hostid:10564 key:'net.if.in[eth1,packets]' 2633:20190130:204753.999 type:0 value_type:3 2633:20190130:204753.999 interfaceid:408 port:'' 2633:20190130:204753.999 state:0 error:'' 2633:20190130:204753.999 flags:0 status:0 2633:20190130:204753.999 valuemapid:0 2633:20190130:204753.999 lastlogsize:0 mtime:0 2633:20190130:204753.999 delay:'10m' nextcheck:1548867219 lastclock:0 2633:20190130:204753.999 data_expected_from:1548866873 2633:20190130:204753.999 history:1 2633:20190130:204753.999 poller_type:0 location:1 2633:20190130:204753.999 inventory_link:0 2633:20190130:204753.999 priority:1 schedulable:1 2633:20190130:204753.999 units:'' trends:1 2633:20190130:204753.999 itemid:54220 hostid:10564 key:'net.if.in[eth2,bytes]' 2633:20190130:204753.999 type:0 value_type:3 2633:20190130:204753.999 interfaceid:408 port:'' 2633:20190130:204753.999 state:0 error:'' 2633:20190130:204753.999 flags:0 status:0 2633:20190130:204753.999 valuemapid:0 2633:20190130:204753.999 lastlogsize:0 mtime:0 2633:20190130:204753.999 delay:'10m' nextcheck:1548867220 lastclock:0 2633:20190130:204753.999 data_expected_from:1548866873 2633:20190130:204753.999 history:1 2633:20190130:204753.999 poller_type:0 location:1 2633:20190130:204753.999 inventory_link:0 2633:20190130:204753.999 priority:1 schedulable:1 2633:20190130:204753.999 units:'' trends:1 2633:20190130:204754.000 itemid:54221 hostid:10564 key:'net.if.in[eth2,dropped]' 2633:20190130:204754.000 type:0 value_type:3 2633:20190130:204754.000 interfaceid:408 port:'' 2633:20190130:204754.000 state:0 error:'' 2633:20190130:204754.000 flags:0 status:0 2633:20190130:204754.000 valuemapid:0 2633:20190130:204754.000 lastlogsize:0 mtime:0 2633:20190130:204754.000 delay:'10m' nextcheck:1548867221 lastclock:0 2633:20190130:204754.000 data_expected_from:1548866873 2633:20190130:204754.000 history:1 2633:20190130:204754.000 poller_type:0 location:1 2633:20190130:204754.000 inventory_link:0 2633:20190130:204754.000 priority:1 schedulable:1 2633:20190130:204754.000 units:'' trends:1 2633:20190130:204754.000 itemid:54222 hostid:10564 key:'net.if.in[eth2,errors]' 2633:20190130:204754.000 type:0 value_type:3 2633:20190130:204754.000 interfaceid:408 port:'' 2633:20190130:204754.000 state:0 error:'' 2633:20190130:204754.000 flags:0 status:0 2633:20190130:204754.000 valuemapid:0 2633:20190130:204754.000 lastlogsize:0 mtime:0 2633:20190130:204754.000 delay:'10m' nextcheck:1548867222 lastclock:0 2633:20190130:204754.000 data_expected_from:1548866873 2633:20190130:204754.000 history:1 2633:20190130:204754.000 poller_type:0 location:1 2633:20190130:204754.000 inventory_link:0 2633:20190130:204754.000 priority:1 schedulable:1 2633:20190130:204754.000 units:'' trends:1 2633:20190130:204754.000 itemid:54223 hostid:10564 key:'net.if.in[eth2,packets]' 2633:20190130:204754.000 type:0 value_type:3 2633:20190130:204754.000 interfaceid:408 port:'' 2633:20190130:204754.000 state:0 error:'' 2633:20190130:204754.000 flags:0 status:0 2633:20190130:204754.000 valuemapid:0 2633:20190130:204754.000 lastlogsize:0 mtime:0 2633:20190130:204754.000 delay:'10m' nextcheck:1548867223 lastclock:0 2633:20190130:204754.000 data_expected_from:1548866873 2633:20190130:204754.000 history:1 2633:20190130:204754.000 poller_type:0 location:1 2633:20190130:204754.000 inventory_link:0 2633:20190130:204754.000 priority:1 schedulable:1 2633:20190130:204754.000 units:'' trends:1 2633:20190130:204754.000 itemid:54224 hostid:10564 key:'net.if.out[eth0,bytes]' 2633:20190130:204754.000 type:0 value_type:3 2633:20190130:204754.000 interfaceid:408 port:'' 2633:20190130:204754.000 state:0 error:'' 2633:20190130:204754.000 flags:0 status:0 2633:20190130:204754.000 valuemapid:0 2633:20190130:204754.001 lastlogsize:0 mtime:0 2633:20190130:204754.001 delay:'10m' nextcheck:1548867224 lastclock:0 2633:20190130:204754.001 data_expected_from:1548866873 2633:20190130:204754.001 history:1 2633:20190130:204754.001 poller_type:0 location:1 2633:20190130:204754.001 inventory_link:0 2633:20190130:204754.001 priority:1 schedulable:1 2633:20190130:204754.001 units:'' trends:1 2633:20190130:204754.001 itemid:54225 hostid:10564 key:'net.if.out[eth0,dropped]' 2633:20190130:204754.001 type:0 value_type:3 2633:20190130:204754.001 interfaceid:408 port:'' 2633:20190130:204754.001 state:0 error:'' 2633:20190130:204754.001 flags:0 status:0 2633:20190130:204754.001 valuemapid:0 2633:20190130:204754.001 lastlogsize:0 mtime:0 2633:20190130:204754.001 delay:'10m' nextcheck:1548867225 lastclock:0 2633:20190130:204754.001 data_expected_from:1548866873 2633:20190130:204754.001 history:1 2633:20190130:204754.001 poller_type:0 location:1 2633:20190130:204754.001 inventory_link:0 2633:20190130:204754.001 priority:1 schedulable:1 2633:20190130:204754.001 units:'' trends:1 2633:20190130:204754.001 itemid:54226 hostid:10564 key:'net.if.out[eth0,errors]' 2633:20190130:204754.001 type:0 value_type:3 2633:20190130:204754.001 interfaceid:408 port:'' 2633:20190130:204754.001 state:0 error:'' 2633:20190130:204754.001 flags:0 status:0 2633:20190130:204754.001 valuemapid:0 2633:20190130:204754.001 lastlogsize:0 mtime:0 2633:20190130:204754.001 delay:'10m' nextcheck:1548867226 lastclock:0 2633:20190130:204754.001 data_expected_from:1548866873 2633:20190130:204754.001 history:1 2633:20190130:204754.001 poller_type:0 location:1 2633:20190130:204754.001 inventory_link:0 2633:20190130:204754.001 priority:1 schedulable:1 2633:20190130:204754.001 units:'' trends:1 2633:20190130:204754.001 itemid:54227 hostid:10564 key:'net.if.out[eth0,packets]' 2633:20190130:204754.001 type:0 value_type:3 2633:20190130:204754.001 interfaceid:408 port:'' 2633:20190130:204754.001 state:0 error:'' 2633:20190130:204754.002 flags:0 status:0 2633:20190130:204754.002 valuemapid:0 2633:20190130:204754.002 lastlogsize:0 mtime:0 2633:20190130:204754.002 delay:'10m' nextcheck:1548867227 lastclock:0 2633:20190130:204754.002 data_expected_from:1548866873 2633:20190130:204754.002 history:1 2633:20190130:204754.002 poller_type:0 location:1 2633:20190130:204754.002 inventory_link:0 2633:20190130:204754.002 priority:1 schedulable:1 2633:20190130:204754.002 units:'' trends:1 2633:20190130:204754.002 itemid:54228 hostid:10564 key:'net.if.out[eth1,bytes]' 2633:20190130:204754.002 type:0 value_type:3 2633:20190130:204754.002 interfaceid:408 port:'' 2633:20190130:204754.002 state:0 error:'' 2633:20190130:204754.002 flags:0 status:0 2633:20190130:204754.002 valuemapid:0 2633:20190130:204754.002 lastlogsize:0 mtime:0 2633:20190130:204754.002 delay:'10m' nextcheck:1548867228 lastclock:0 2633:20190130:204754.002 data_expected_from:1548866873 2633:20190130:204754.002 history:1 2633:20190130:204754.002 poller_type:0 location:1 2633:20190130:204754.002 inventory_link:0 2633:20190130:204754.002 priority:1 schedulable:1 2633:20190130:204754.002 units:'' trends:1 2633:20190130:204754.002 itemid:54229 hostid:10564 key:'net.if.out[eth1,dropped]' 2633:20190130:204754.002 type:0 value_type:3 2633:20190130:204754.002 interfaceid:408 port:'' 2633:20190130:204754.002 state:0 error:'' 2633:20190130:204754.002 flags:0 status:0 2633:20190130:204754.002 valuemapid:0 2633:20190130:204754.002 lastlogsize:0 mtime:0 2633:20190130:204754.002 delay:'10m' nextcheck:1548867229 lastclock:0 2633:20190130:204754.002 data_expected_from:1548866873 2633:20190130:204754.002 history:1 2633:20190130:204754.002 poller_type:0 location:1 2633:20190130:204754.002 inventory_link:0 2633:20190130:204754.002 priority:1 schedulable:1 2633:20190130:204754.002 units:'' trends:1 2633:20190130:204754.002 itemid:54230 hostid:10564 key:'net.if.out[eth1,errors]' 2633:20190130:204754.002 type:0 value_type:3 2633:20190130:204754.002 interfaceid:408 port:'' 2633:20190130:204754.002 state:0 error:'' 2633:20190130:204754.002 flags:0 status:0 2633:20190130:204754.002 valuemapid:0 2633:20190130:204754.002 lastlogsize:0 mtime:0 2633:20190130:204754.002 delay:'10m' nextcheck:1548867230 lastclock:0 2633:20190130:204754.002 data_expected_from:1548866873 2633:20190130:204754.002 history:1 2633:20190130:204754.003 poller_type:0 location:1 2633:20190130:204754.003 inventory_link:0 2633:20190130:204754.003 priority:1 schedulable:1 2633:20190130:204754.003 units:'' trends:1 2633:20190130:204754.003 itemid:54231 hostid:10564 key:'net.if.out[eth1,packets]' 2633:20190130:204754.003 type:0 value_type:3 2633:20190130:204754.003 interfaceid:408 port:'' 2633:20190130:204754.003 state:0 error:'' 2633:20190130:204754.003 flags:0 status:0 2633:20190130:204754.003 valuemapid:0 2633:20190130:204754.003 lastlogsize:0 mtime:0 2633:20190130:204754.003 delay:'10m' nextcheck:1548867231 lastclock:0 2633:20190130:204754.003 data_expected_from:1548866873 2633:20190130:204754.003 history:1 2633:20190130:204754.003 poller_type:0 location:1 2633:20190130:204754.003 inventory_link:0 2633:20190130:204754.003 priority:1 schedulable:1 2633:20190130:204754.003 units:'' trends:1 2633:20190130:204754.003 itemid:54232 hostid:10564 key:'net.if.out[eth2,bytes]' 2633:20190130:204754.003 type:0 value_type:3 2633:20190130:204754.003 interfaceid:408 port:'' 2633:20190130:204754.003 state:0 error:'' 2633:20190130:204754.003 flags:0 status:0 2633:20190130:204754.003 valuemapid:0 2633:20190130:204754.003 lastlogsize:0 mtime:0 2633:20190130:204754.003 delay:'10m' nextcheck:1548867232 lastclock:0 2633:20190130:204754.003 data_expected_from:1548866873 2633:20190130:204754.003 history:1 2633:20190130:204754.003 poller_type:0 location:1 2633:20190130:204754.003 inventory_link:0 2633:20190130:204754.003 priority:1 schedulable:1 2633:20190130:204754.003 units:'' trends:1 2633:20190130:204754.003 itemid:54233 hostid:10564 key:'net.if.out[eth2,dropped]' 2633:20190130:204754.003 type:0 value_type:3 2633:20190130:204754.003 interfaceid:408 port:'' 2633:20190130:204754.003 state:0 error:'' 2633:20190130:204754.003 flags:0 status:0 2633:20190130:204754.003 valuemapid:0 2633:20190130:204754.003 lastlogsize:0 mtime:0 2633:20190130:204754.003 delay:'10m' nextcheck:1548867233 lastclock:0 2633:20190130:204754.003 data_expected_from:1548866873 2633:20190130:204754.003 history:1 2633:20190130:204754.003 poller_type:0 location:1 2633:20190130:204754.003 inventory_link:0 2633:20190130:204754.003 priority:1 schedulable:1 2633:20190130:204754.003 units:'' trends:1 2633:20190130:204754.003 itemid:54234 hostid:10564 key:'net.if.out[eth2,errors]' 2633:20190130:204754.004 type:0 value_type:3 2633:20190130:204754.004 interfaceid:408 port:'' 2633:20190130:204754.004 state:0 error:'' 2633:20190130:204754.004 flags:0 status:0 2633:20190130:204754.004 valuemapid:0 2633:20190130:204754.004 lastlogsize:0 mtime:0 2633:20190130:204754.004 delay:'10m' nextcheck:1548867234 lastclock:0 2633:20190130:204754.004 data_expected_from:1548866873 2633:20190130:204754.004 history:1 2633:20190130:204754.004 poller_type:0 location:1 2633:20190130:204754.004 inventory_link:0 2633:20190130:204754.004 priority:1 schedulable:1 2633:20190130:204754.004 units:'' trends:1 2633:20190130:204754.004 itemid:54235 hostid:10564 key:'net.if.out[eth2,packets]' 2633:20190130:204754.004 type:0 value_type:3 2633:20190130:204754.004 interfaceid:408 port:'' 2633:20190130:204754.004 state:0 error:'' 2633:20190130:204754.004 flags:0 status:0 2633:20190130:204754.004 valuemapid:0 2633:20190130:204754.004 lastlogsize:0 mtime:0 2633:20190130:204754.004 delay:'10m' nextcheck:1548867235 lastclock:0 2633:20190130:204754.004 data_expected_from:1548866873 2633:20190130:204754.004 history:1 2633:20190130:204754.004 poller_type:0 location:1 2633:20190130:204754.004 inventory_link:0 2633:20190130:204754.004 priority:1 schedulable:1 2633:20190130:204754.004 units:'' trends:1 2633:20190130:204754.004 itemid:54236 hostid:10564 key:'net.tcp.service[tcp,,3128]' 2633:20190130:204754.004 type:0 value_type:3 2633:20190130:204754.004 interfaceid:408 port:'' 2633:20190130:204754.004 state:0 error:'' 2633:20190130:204754.004 flags:0 status:1 2633:20190130:204754.004 valuemapid:0 2633:20190130:204754.004 lastlogsize:0 mtime:0 2633:20190130:204754.004 delay:'10m' nextcheck:0 lastclock:0 2633:20190130:204754.004 data_expected_from:1548866873 2633:20190130:204754.004 history:1 2633:20190130:204754.004 poller_type:255 location:0 2633:20190130:204754.004 inventory_link:0 2633:20190130:204754.004 priority:1 schedulable:1 2633:20190130:204754.004 units:'' trends:1 2633:20190130:204754.004 itemid:54237 hostid:10564 key:'net.udp.listen[123]' 2633:20190130:204754.004 type:0 value_type:3 2633:20190130:204754.004 interfaceid:408 port:'' 2633:20190130:204754.004 state:0 error:'' 2633:20190130:204754.004 flags:0 status:1 2633:20190130:204754.004 valuemapid:0 2633:20190130:204754.004 lastlogsize:0 mtime:0 2633:20190130:204754.005 delay:'10m' nextcheck:0 lastclock:0 2633:20190130:204754.005 data_expected_from:1548866873 2633:20190130:204754.005 history:1 2633:20190130:204754.005 poller_type:255 location:0 2633:20190130:204754.005 inventory_link:0 2633:20190130:204754.005 priority:1 schedulable:1 2633:20190130:204754.005 units:'' trends:1 2633:20190130:204754.005 itemid:54238 hostid:10564 key:'net.udp.listen[161]' 2633:20190130:204754.005 type:0 value_type:3 2633:20190130:204754.005 interfaceid:408 port:'' 2633:20190130:204754.005 state:0 error:'' 2633:20190130:204754.005 flags:0 status:0 2633:20190130:204754.005 valuemapid:0 2633:20190130:204754.005 lastlogsize:0 mtime:0 2633:20190130:204754.005 delay:'10m' nextcheck:1548867238 lastclock:0 2633:20190130:204754.005 data_expected_from:1548866873 2633:20190130:204754.005 history:1 2633:20190130:204754.005 poller_type:0 location:1 2633:20190130:204754.005 inventory_link:0 2633:20190130:204754.005 priority:1 schedulable:1 2633:20190130:204754.005 units:'' trends:1 2633:20190130:204754.005 itemid:54239 hostid:10564 key:'net.udp.listen[67]' 2633:20190130:204754.005 type:0 value_type:3 2633:20190130:204754.005 interfaceid:408 port:'' 2633:20190130:204754.005 state:0 error:'' 2633:20190130:204754.005 flags:0 status:1 2633:20190130:204754.005 valuemapid:0 2633:20190130:204754.005 lastlogsize:0 mtime:0 2633:20190130:204754.005 delay:'10m' nextcheck:0 lastclock:0 2633:20190130:204754.005 data_expected_from:1548866873 2633:20190130:204754.005 history:1 2633:20190130:204754.005 poller_type:255 location:0 2633:20190130:204754.005 inventory_link:0 2633:20190130:204754.005 priority:1 schedulable:1 2633:20190130:204754.005 units:'' trends:1 2633:20190130:204754.005 itemid:54240 hostid:10564 key:'net.udp.listen[9000]' 2633:20190130:204754.005 type:0 value_type:3 2633:20190130:204754.005 interfaceid:408 port:'' 2633:20190130:204754.005 state:0 error:'' 2633:20190130:204754.005 flags:0 status:1 2633:20190130:204754.005 valuemapid:0 2633:20190130:204754.005 lastlogsize:0 mtime:0 2633:20190130:204754.005 delay:'10m' nextcheck:0 lastclock:0 2633:20190130:204754.006 data_expected_from:1548866873 2633:20190130:204754.006 history:1 2633:20190130:204754.006 poller_type:255 location:0 2633:20190130:204754.006 inventory_link:0 2633:20190130:204754.006 priority:1 schedulable:1 2633:20190130:204754.006 units:'' trends:1 2633:20190130:204754.006 itemid:54241 hostid:10564 key:'proc.mem[bgpd,quagga]' 2633:20190130:204754.006 type:0 value_type:3 2633:20190130:204754.006 interfaceid:408 port:'' 2633:20190130:204754.006 state:0 error:'' 2633:20190130:204754.006 flags:0 status:1 2633:20190130:204754.006 valuemapid:0 2633:20190130:204754.006 lastlogsize:0 mtime:0 2633:20190130:204754.006 delay:'10m' nextcheck:0 lastclock:0 2633:20190130:204754.006 data_expected_from:1548866873 2633:20190130:204754.006 history:1 2633:20190130:204754.006 poller_type:255 location:0 2633:20190130:204754.006 inventory_link:0 2633:20190130:204754.006 priority:1 schedulable:1 2633:20190130:204754.006 units:'' trends:1 2633:20190130:204754.006 itemid:54242 hostid:10564 key:'proc.mem[dhcpd3]' 2633:20190130:204754.006 type:0 value_type:3 2633:20190130:204754.006 interfaceid:408 port:'' 2633:20190130:204754.006 state:0 error:'' 2633:20190130:204754.006 flags:0 status:1 2633:20190130:204754.006 valuemapid:0 2633:20190130:204754.006 lastlogsize:0 mtime:0 2633:20190130:204754.006 delay:'10m' nextcheck:0 lastclock:0 2633:20190130:204754.006 data_expected_from:1548866873 2633:20190130:204754.006 history:1 2633:20190130:204754.006 poller_type:255 location:0 2633:20190130:204754.006 inventory_link:0 2633:20190130:204754.006 priority:1 schedulable:1 2633:20190130:204754.006 units:'' trends:1 2633:20190130:204754.006 itemid:54243 hostid:10564 key:'proc.mem[hostapd]' 2633:20190130:204754.006 type:0 value_type:3 2633:20190130:204754.006 interfaceid:408 port:'' 2633:20190130:204754.006 state:0 error:'' 2633:20190130:204754.006 flags:0 status:1 2633:20190130:204754.006 valuemapid:0 2633:20190130:204754.006 lastlogsize:0 mtime:0 2633:20190130:204754.007 delay:'10m' nextcheck:0 lastclock:0 2633:20190130:204754.007 data_expected_from:1548866873 2633:20190130:204754.007 history:1 2633:20190130:204754.007 poller_type:255 location:0 2633:20190130:204754.007 inventory_link:0 2633:20190130:204754.007 priority:1 schedulable:1 2633:20190130:204754.007 units:'' trends:1 2633:20190130:204754.007 itemid:54244 hostid:10564 key:'proc.mem[netplugd]' 2633:20190130:204754.007 type:0 value_type:3 2633:20190130:204754.007 interfaceid:408 port:'' 2633:20190130:204754.007 state:0 error:'' 2633:20190130:204754.007 flags:0 status:1 2633:20190130:204754.007 valuemapid:0 2633:20190130:204754.007 lastlogsize:0 mtime:0 2633:20190130:204754.007 delay:'10m' nextcheck:0 lastclock:0 2633:20190130:204754.007 data_expected_from:1548866873 2633:20190130:204754.007 history:1 2633:20190130:204754.007 poller_type:255 location:0 2633:20190130:204754.007 inventory_link:0 2633:20190130:204754.007 priority:1 schedulable:1 2633:20190130:204754.007 units:'' trends:1 2633:20190130:204754.007 itemid:54245 hostid:10564 key:'proc.mem[openvpn]' 2633:20190130:204754.007 type:0 value_type:3 2633:20190130:204754.007 interfaceid:408 port:'' 2633:20190130:204754.007 state:0 error:'' 2633:20190130:204754.007 flags:0 status:0 2633:20190130:204754.007 valuemapid:0 2633:20190130:204754.007 lastlogsize:0 mtime:0 2633:20190130:204754.007 delay:'10m' nextcheck:1548867245 lastclock:0 2633:20190130:204754.007 data_expected_from:1548866873 2633:20190130:204754.007 history:1 2633:20190130:204754.007 poller_type:0 location:1 2633:20190130:204754.007 inventory_link:0 2633:20190130:204754.007 priority:1 schedulable:1 2633:20190130:204754.007 units:'' trends:1 2633:20190130:204754.007 itemid:54246 hostid:10564 key:'proc.mem[ospf6d,quagga]' 2633:20190130:204754.007 type:0 value_type:3 2633:20190130:204754.007 interfaceid:408 port:'' 2633:20190130:204754.007 state:0 error:'' 2633:20190130:204754.007 flags:0 status:1 2633:20190130:204754.007 valuemapid:0 2633:20190130:204754.007 lastlogsize:0 mtime:0 2633:20190130:204754.008 delay:'10m' nextcheck:0 lastclock:0 2633:20190130:204754.008 data_expected_from:1548866873 2633:20190130:204754.008 history:1 2633:20190130:204754.008 poller_type:255 location:0 2633:20190130:204754.008 inventory_link:0 2633:20190130:204754.008 priority:1 schedulable:1 2633:20190130:204754.008 units:'' trends:1 2633:20190130:204754.008 itemid:54247 hostid:10564 key:'proc.mem[ospfd,quagga]' 2633:20190130:204754.008 type:0 value_type:3 2633:20190130:204754.008 interfaceid:408 port:'' 2633:20190130:204754.008 state:0 error:'' 2633:20190130:204754.008 flags:0 status:1 2633:20190130:204754.008 valuemapid:0 2633:20190130:204754.008 lastlogsize:0 mtime:0 2633:20190130:204754.008 delay:'10m' nextcheck:0 lastclock:0 2633:20190130:204754.008 data_expected_from:1548866873 2633:20190130:204754.008 history:1 2633:20190130:204754.008 poller_type:255 location:0 2633:20190130:204754.008 inventory_link:0 2633:20190130:204754.008 priority:1 schedulable:1 2633:20190130:204754.008 units:'' trends:1 2633:20190130:204754.008 itemid:54248 hostid:10564 key:'proc.mem[ripngd,quagga]' 2633:20190130:204754.008 type:0 value_type:3 2633:20190130:204754.008 interfaceid:408 port:'' 2633:20190130:204754.008 state:0 error:'' 2633:20190130:204754.008 flags:0 status:1 2633:20190130:204754.008 valuemapid:0 2633:20190130:204754.008 lastlogsize:0 mtime:0 2633:20190130:204754.008 delay:'10m' nextcheck:0 lastclock:0 2633:20190130:204754.008 data_expected_from:1548866873 2633:20190130:204754.008 history:1 2633:20190130:204754.008 poller_type:255 location:0 2633:20190130:204754.008 inventory_link:0 2633:20190130:204754.008 priority:1 schedulable:1 2633:20190130:204754.008 units:'' trends:1 2633:20190130:204754.008 itemid:54249 hostid:10564 key:'proc.mem[snmpd]' 2633:20190130:204754.008 type:0 value_type:3 2633:20190130:204754.008 interfaceid:408 port:'' 2633:20190130:204754.008 state:0 error:'' 2633:20190130:204754.008 flags:0 status:0 2633:20190130:204754.008 valuemapid:0 2633:20190130:204754.008 lastlogsize:0 mtime:0 2633:20190130:204754.008 delay:'10m' nextcheck:1548867249 lastclock:0 2633:20190130:204754.008 data_expected_from:1548866873 2633:20190130:204754.008 history:1 2633:20190130:204754.008 poller_type:0 location:1 2633:20190130:204754.008 inventory_link:0 2633:20190130:204754.009 priority:1 schedulable:1 2633:20190130:204754.009 units:'' trends:1 2633:20190130:204754.009 itemid:54250 hostid:10564 key:'proc.mem[squid3]' 2633:20190130:204754.009 type:0 value_type:3 2633:20190130:204754.009 interfaceid:408 port:'' 2633:20190130:204754.009 state:0 error:'' 2633:20190130:204754.009 flags:0 status:1 2633:20190130:204754.009 valuemapid:0 2633:20190130:204754.009 lastlogsize:0 mtime:0 2633:20190130:204754.009 delay:'10m' nextcheck:0 lastclock:0 2633:20190130:204754.009 data_expected_from:1548866873 2633:20190130:204754.009 history:1 2633:20190130:204754.009 poller_type:255 location:0 2633:20190130:204754.009 inventory_link:0 2633:20190130:204754.009 priority:1 schedulable:1 2633:20190130:204754.009 units:'' trends:1 2633:20190130:204754.009 itemid:54251 hostid:10564 key:'proc.mem[zebra,quagga]' 2633:20190130:204754.009 type:0 value_type:3 2633:20190130:204754.009 interfaceid:408 port:'' 2633:20190130:204754.009 state:0 error:'' 2633:20190130:204754.009 flags:0 status:1 2633:20190130:204754.009 valuemapid:0 2633:20190130:204754.009 lastlogsize:0 mtime:0 2633:20190130:204754.009 delay:'10m' nextcheck:0 lastclock:0 2633:20190130:204754.009 data_expected_from:1548866873 2633:20190130:204754.009 history:1 2633:20190130:204754.009 poller_type:255 location:0 2633:20190130:204754.009 inventory_link:0 2633:20190130:204754.009 priority:1 schedulable:1 2633:20190130:204754.009 units:'' trends:1 2633:20190130:204754.009 itemid:54252 hostid:10564 key:'proc.num[,,run]' 2633:20190130:204754.009 type:0 value_type:3 2633:20190130:204754.009 interfaceid:408 port:'' 2633:20190130:204754.009 state:0 error:'' 2633:20190130:204754.009 flags:0 status:0 2633:20190130:204754.009 valuemapid:0 2633:20190130:204754.009 lastlogsize:0 mtime:0 2633:20190130:204754.010 delay:'1m' nextcheck:1548866892 lastclock:0 2633:20190130:204754.010 data_expected_from:1548866873 2633:20190130:204754.010 history:1 2633:20190130:204754.010 poller_type:0 location:1 2633:20190130:204754.010 inventory_link:0 2633:20190130:204754.010 priority:1 schedulable:1 2633:20190130:204754.010 units:'' trends:1 2633:20190130:204754.010 itemid:54253 hostid:10564 key:'proc.num[]' 2633:20190130:204754.010 type:0 value_type:3 2633:20190130:204754.010 interfaceid:408 port:'' 2633:20190130:204754.010 state:0 error:'' 2633:20190130:204754.010 flags:0 status:0 2633:20190130:204754.010 valuemapid:0 2633:20190130:204754.010 lastlogsize:0 mtime:0 2633:20190130:204754.010 delay:'1m' nextcheck:1548866893 lastclock:0 2633:20190130:204754.010 data_expected_from:1548866873 2633:20190130:204754.010 history:1 2633:20190130:204754.010 poller_type:0 location:1 2633:20190130:204754.010 inventory_link:0 2633:20190130:204754.010 priority:1 schedulable:1 2633:20190130:204754.010 units:'' trends:1 2633:20190130:204754.010 itemid:54254 hostid:10564 key:'proc.num[bgpd,quagga]' 2633:20190130:204754.010 type:0 value_type:3 2633:20190130:204754.010 interfaceid:408 port:'' 2633:20190130:204754.010 state:0 error:'' 2633:20190130:204754.010 flags:0 status:1 2633:20190130:204754.010 valuemapid:0 2633:20190130:204754.010 lastlogsize:0 mtime:0 2633:20190130:204754.010 delay:'10m' nextcheck:0 lastclock:0 2633:20190130:204754.010 data_expected_from:1548866873 2633:20190130:204754.010 history:1 2633:20190130:204754.010 poller_type:255 location:0 2633:20190130:204754.010 inventory_link:0 2633:20190130:204754.010 priority:1 schedulable:1 2633:20190130:204754.010 units:'' trends:1 2633:20190130:204754.010 itemid:54255 hostid:10564 key:'proc.num[hostapd]' 2633:20190130:204754.010 type:0 value_type:3 2633:20190130:204754.010 interfaceid:408 port:'' 2633:20190130:204754.010 state:0 error:'' 2633:20190130:204754.010 flags:0 status:1 2633:20190130:204754.010 valuemapid:0 2633:20190130:204754.010 lastlogsize:0 mtime:0 2633:20190130:204754.010 delay:'10m' nextcheck:0 lastclock:0 2633:20190130:204754.010 data_expected_from:1548866873 2633:20190130:204754.011 history:1 2633:20190130:204754.011 poller_type:255 location:0 2633:20190130:204754.011 inventory_link:0 2633:20190130:204754.011 priority:1 schedulable:1 2633:20190130:204754.011 units:'' trends:1 2633:20190130:204754.011 itemid:54256 hostid:10564 key:'proc.num[netplugd]' 2633:20190130:204754.011 type:0 value_type:3 2633:20190130:204754.011 interfaceid:408 port:'' 2633:20190130:204754.011 state:0 error:'' 2633:20190130:204754.011 flags:0 status:1 2633:20190130:204754.011 valuemapid:0 2633:20190130:204754.011 lastlogsize:0 mtime:0 2633:20190130:204754.011 delay:'10m' nextcheck:0 lastclock:0 2633:20190130:204754.011 data_expected_from:1548866873 2633:20190130:204754.011 history:1 2633:20190130:204754.011 poller_type:255 location:0 2633:20190130:204754.011 inventory_link:0 2633:20190130:204754.011 priority:1 schedulable:1 2633:20190130:204754.011 units:'' trends:1 2633:20190130:204754.011 itemid:54257 hostid:10564 key:'proc.num[ospf6d,quagga]' 2633:20190130:204754.011 type:0 value_type:3 2633:20190130:204754.011 interfaceid:408 port:'' 2633:20190130:204754.011 state:0 error:'' 2633:20190130:204754.011 flags:0 status:1 2633:20190130:204754.011 valuemapid:0 2633:20190130:204754.011 lastlogsize:0 mtime:0 2633:20190130:204754.011 delay:'10m' nextcheck:0 lastclock:0 2633:20190130:204754.011 data_expected_from:1548866873 2633:20190130:204754.011 history:1 2633:20190130:204754.011 poller_type:255 location:0 2633:20190130:204754.011 inventory_link:0 2633:20190130:204754.011 priority:1 schedulable:1 2633:20190130:204754.011 units:'' trends:1 2633:20190130:204754.011 itemid:54258 hostid:10564 key:'proc.num[ospfd,quagga]' 2633:20190130:204754.011 type:0 value_type:3 2633:20190130:204754.011 interfaceid:408 port:'' 2633:20190130:204754.011 state:0 error:'' 2633:20190130:204754.011 flags:0 status:1 2633:20190130:204754.011 valuemapid:0 2633:20190130:204754.011 lastlogsize:0 mtime:0 2633:20190130:204754.011 delay:'10m' nextcheck:0 lastclock:0 2633:20190130:204754.011 data_expected_from:1548866873 2633:20190130:204754.011 history:1 2633:20190130:204754.011 poller_type:255 location:0 2633:20190130:204754.011 inventory_link:0 2633:20190130:204754.012 priority:1 schedulable:1 2633:20190130:204754.012 units:'' trends:1 2633:20190130:204754.012 itemid:54259 hostid:10564 key:'proc.num[ripd,quagga]' 2633:20190130:204754.012 type:0 value_type:3 2633:20190130:204754.012 interfaceid:408 port:'' 2633:20190130:204754.012 state:0 error:'' 2633:20190130:204754.012 flags:0 status:1 2633:20190130:204754.012 valuemapid:0 2633:20190130:204754.012 lastlogsize:0 mtime:0 2633:20190130:204754.012 delay:'10m' nextcheck:0 lastclock:0 2633:20190130:204754.012 data_expected_from:1548866873 2633:20190130:204754.012 history:1 2633:20190130:204754.012 poller_type:255 location:0 2633:20190130:204754.012 inventory_link:0 2633:20190130:204754.012 priority:1 schedulable:1 2633:20190130:204754.012 units:'' trends:1 2633:20190130:204754.012 itemid:54260 hostid:10564 key:'proc.num[ripngd,quagga]' 2633:20190130:204754.012 type:0 value_type:3 2633:20190130:204754.012 interfaceid:408 port:'' 2633:20190130:204754.012 state:0 error:'' 2633:20190130:204754.012 flags:0 status:1 2633:20190130:204754.012 valuemapid:0 2633:20190130:204754.012 lastlogsize:0 mtime:0 2633:20190130:204754.012 delay:'10m' nextcheck:0 lastclock:0 2633:20190130:204754.012 data_expected_from:1548866873 2633:20190130:204754.012 history:1 2633:20190130:204754.012 poller_type:255 location:0 2633:20190130:204754.012 inventory_link:0 2633:20190130:204754.012 priority:1 schedulable:1 2633:20190130:204754.012 units:'' trends:1 2633:20190130:204754.012 itemid:54261 hostid:10564 key:'proc.num[zebra,quagga]' 2633:20190130:204754.012 type:0 value_type:3 2633:20190130:204754.012 interfaceid:408 port:'' 2633:20190130:204754.012 state:0 error:'' 2633:20190130:204754.012 flags:0 status:1 2633:20190130:204754.012 valuemapid:0 2633:20190130:204754.012 lastlogsize:0 mtime:0 2633:20190130:204754.012 delay:'10m' nextcheck:0 lastclock:0 2633:20190130:204754.012 data_expected_from:1548866873 2633:20190130:204754.012 history:1 2633:20190130:204754.012 poller_type:255 location:0 2633:20190130:204754.012 inventory_link:0 2633:20190130:204754.012 priority:1 schedulable:1 2633:20190130:204754.012 units:'' trends:1 2633:20190130:204754.012 itemid:54262 hostid:10564 key:'system.boottime' 2633:20190130:204754.012 type:0 value_type:3 2633:20190130:204754.012 interfaceid:408 port:'' 2633:20190130:204754.013 state:0 error:'' 2633:20190130:204754.013 flags:0 status:0 2633:20190130:204754.013 valuemapid:0 2633:20190130:204754.013 lastlogsize:0 mtime:0 2633:20190130:204754.013 delay:'10m' nextcheck:1548867262 lastclock:0 2633:20190130:204754.013 data_expected_from:1548866873 2633:20190130:204754.013 history:1 2633:20190130:204754.013 poller_type:0 location:1 2633:20190130:204754.013 inventory_link:0 2633:20190130:204754.013 priority:1 schedulable:1 2633:20190130:204754.013 units:'' trends:1 2633:20190130:204754.013 itemid:54263 hostid:10564 key:'system.cpu.intr' 2633:20190130:204754.013 type:0 value_type:3 2633:20190130:204754.013 interfaceid:408 port:'' 2633:20190130:204754.013 state:0 error:'' 2633:20190130:204754.013 flags:0 status:0 2633:20190130:204754.013 valuemapid:0 2633:20190130:204754.013 lastlogsize:0 mtime:0 2633:20190130:204754.013 delay:'1m' nextcheck:1548866903 lastclock:0 2633:20190130:204754.013 data_expected_from:1548866873 2633:20190130:204754.013 history:1 2633:20190130:204754.013 poller_type:0 location:1 2633:20190130:204754.013 inventory_link:0 2633:20190130:204754.013 priority:1 schedulable:1 2633:20190130:204754.013 units:'' trends:1 2633:20190130:204754.013 itemid:54264 hostid:10564 key:'system.cpu.load[percpu,avg15]' 2633:20190130:204754.013 type:0 value_type:0 2633:20190130:204754.013 interfaceid:408 port:'' 2633:20190130:204754.013 state:0 error:'' 2633:20190130:204754.013 flags:0 status:0 2633:20190130:204754.013 valuemapid:0 2633:20190130:204754.013 lastlogsize:0 mtime:0 2633:20190130:204754.013 delay:'1m' nextcheck:1548866904 lastclock:0 2633:20190130:204754.013 data_expected_from:1548866873 2633:20190130:204754.013 history:1 2633:20190130:204754.013 poller_type:0 location:1 2633:20190130:204754.013 inventory_link:0 2633:20190130:204754.013 priority:1 schedulable:1 2633:20190130:204754.013 units:'' trends:1 2633:20190130:204754.013 itemid:54265 hostid:10564 key:'system.cpu.load[percpu,avg1]' 2633:20190130:204754.013 type:0 value_type:0 2633:20190130:204754.013 interfaceid:408 port:'' 2633:20190130:204754.013 state:0 error:'' 2633:20190130:204754.014 flags:0 status:0 2633:20190130:204754.014 valuemapid:0 2633:20190130:204754.014 lastlogsize:0 mtime:0 2633:20190130:204754.014 delay:'1m' nextcheck:1548866905 lastclock:0 2633:20190130:204754.014 data_expected_from:1548866873 2633:20190130:204754.014 history:1 2633:20190130:204754.014 poller_type:0 location:1 2633:20190130:204754.014 inventory_link:0 2633:20190130:204754.014 priority:1 schedulable:1 2633:20190130:204754.014 units:'' trends:1 2633:20190130:204754.014 itemid:54266 hostid:10564 key:'system.cpu.load[percpu,avg5]' 2633:20190130:204754.014 type:0 value_type:0 2633:20190130:204754.014 interfaceid:408 port:'' 2633:20190130:204754.014 state:0 error:'' 2633:20190130:204754.014 flags:0 status:0 2633:20190130:204754.014 valuemapid:0 2633:20190130:204754.014 lastlogsize:0 mtime:0 2633:20190130:204754.014 delay:'1m' nextcheck:1548866906 lastclock:0 2633:20190130:204754.014 data_expected_from:1548866873 2633:20190130:204754.014 history:1 2633:20190130:204754.014 poller_type:0 location:1 2633:20190130:204754.014 inventory_link:0 2633:20190130:204754.014 priority:1 schedulable:1 2633:20190130:204754.014 units:'' trends:1 2633:20190130:204754.014 itemid:54267 hostid:10564 key:'system.cpu.switches' 2633:20190130:204754.014 type:0 value_type:3 2633:20190130:204754.014 interfaceid:408 port:'' 2633:20190130:204754.014 state:0 error:'' 2633:20190130:204754.014 flags:0 status:0 2633:20190130:204754.014 valuemapid:0 2633:20190130:204754.014 lastlogsize:0 mtime:0 2633:20190130:204754.014 delay:'1m' nextcheck:1548866907 lastclock:0 2633:20190130:204754.014 data_expected_from:1548866873 2633:20190130:204754.014 history:1 2633:20190130:204754.014 poller_type:0 location:1 2633:20190130:204754.014 inventory_link:0 2633:20190130:204754.014 priority:1 schedulable:1 2633:20190130:204754.014 units:'' trends:1 2633:20190130:204754.014 itemid:54268 hostid:10564 key:'system.cpu.util[,idle]' 2633:20190130:204754.014 type:0 value_type:0 2633:20190130:204754.014 interfaceid:408 port:'' 2633:20190130:204754.014 state:0 error:'' 2633:20190130:204754.014 flags:0 status:0 2633:20190130:204754.014 valuemapid:0 2633:20190130:204754.014 lastlogsize:0 mtime:0 2633:20190130:204754.014 delay:'1m' nextcheck:1548866908 lastclock:0 2633:20190130:204754.014 data_expected_from:1548866873 2633:20190130:204754.015 history:1 2633:20190130:204754.015 poller_type:0 location:1 2633:20190130:204754.015 inventory_link:0 2633:20190130:204754.015 priority:1 schedulable:1 2633:20190130:204754.015 units:'' trends:1 2633:20190130:204754.015 itemid:54269 hostid:10564 key:'system.cpu.util[,interrupt]' 2633:20190130:204754.015 type:0 value_type:0 2633:20190130:204754.015 interfaceid:408 port:'' 2633:20190130:204754.015 state:0 error:'' 2633:20190130:204754.015 flags:0 status:0 2633:20190130:204754.015 valuemapid:0 2633:20190130:204754.015 lastlogsize:0 mtime:0 2633:20190130:204754.015 delay:'1m' nextcheck:1548866909 lastclock:0 2633:20190130:204754.015 data_expected_from:1548866873 2633:20190130:204754.015 history:1 2633:20190130:204754.015 poller_type:0 location:1 2633:20190130:204754.015 inventory_link:0 2633:20190130:204754.015 priority:1 schedulable:1 2633:20190130:204754.015 units:'' trends:1 2633:20190130:204754.015 itemid:54270 hostid:10564 key:'system.cpu.util[,iowait]' 2633:20190130:204754.015 type:0 value_type:0 2633:20190130:204754.015 interfaceid:408 port:'' 2633:20190130:204754.015 state:0 error:'' 2633:20190130:204754.015 flags:0 status:0 2633:20190130:204754.015 valuemapid:0 2633:20190130:204754.015 lastlogsize:0 mtime:0 2633:20190130:204754.015 delay:'1m' nextcheck:1548866910 lastclock:0 2633:20190130:204754.015 data_expected_from:1548866873 2633:20190130:204754.015 history:1 2633:20190130:204754.015 poller_type:0 location:1 2633:20190130:204754.015 inventory_link:0 2633:20190130:204754.015 priority:1 schedulable:1 2633:20190130:204754.015 units:'' trends:1 2633:20190130:204754.015 itemid:54271 hostid:10564 key:'system.cpu.util[,nice]' 2633:20190130:204754.015 type:0 value_type:0 2633:20190130:204754.015 interfaceid:408 port:'' 2633:20190130:204754.015 state:0 error:'' 2633:20190130:204754.015 flags:0 status:0 2633:20190130:204754.015 valuemapid:0 2633:20190130:204754.015 lastlogsize:0 mtime:0 2633:20190130:204754.015 delay:'1m' nextcheck:1548866911 lastclock:0 2633:20190130:204754.015 data_expected_from:1548866873 2633:20190130:204754.015 history:1 2633:20190130:204754.015 poller_type:0 location:1 2633:20190130:204754.015 inventory_link:0 2633:20190130:204754.015 priority:1 schedulable:1 2633:20190130:204754.015 units:'' trends:1 2633:20190130:204754.016 itemid:54272 hostid:10564 key:'system.cpu.util[,softirq]' 2633:20190130:204754.016 type:0 value_type:0 2633:20190130:204754.016 interfaceid:408 port:'' 2633:20190130:204754.016 state:0 error:'' 2633:20190130:204754.016 flags:0 status:0 2633:20190130:204754.016 valuemapid:0 2633:20190130:204754.016 lastlogsize:0 mtime:0 2633:20190130:204754.016 delay:'1m' nextcheck:1548866912 lastclock:0 2633:20190130:204754.016 data_expected_from:1548866873 2633:20190130:204754.016 history:1 2633:20190130:204754.016 poller_type:0 location:1 2633:20190130:204754.016 inventory_link:0 2633:20190130:204754.016 priority:1 schedulable:1 2633:20190130:204754.016 units:'' trends:1 2633:20190130:204754.016 itemid:54273 hostid:10564 key:'system.cpu.util[,steal]' 2633:20190130:204754.016 type:0 value_type:0 2633:20190130:204754.016 interfaceid:408 port:'' 2633:20190130:204754.016 state:0 error:'' 2633:20190130:204754.016 flags:0 status:0 2633:20190130:204754.016 valuemapid:0 2633:20190130:204754.016 lastlogsize:0 mtime:0 2633:20190130:204754.016 delay:'1m' nextcheck:1548866913 lastclock:0 2633:20190130:204754.016 data_expected_from:1548866873 2633:20190130:204754.016 history:1 2633:20190130:204754.016 poller_type:0 location:1 2633:20190130:204754.016 inventory_link:0 2633:20190130:204754.016 priority:1 schedulable:1 2633:20190130:204754.016 units:'' trends:1 2633:20190130:204754.016 itemid:54274 hostid:10564 key:'system.cpu.util[,system]' 2633:20190130:204754.016 type:0 value_type:0 2633:20190130:204754.016 interfaceid:408 port:'' 2633:20190130:204754.016 state:0 error:'' 2633:20190130:204754.016 flags:0 status:0 2633:20190130:204754.016 valuemapid:0 2633:20190130:204754.016 lastlogsize:0 mtime:0 2633:20190130:204754.016 delay:'1m' nextcheck:1548866914 lastclock:0 2633:20190130:204754.016 data_expected_from:1548866873 2633:20190130:204754.016 history:1 2633:20190130:204754.016 poller_type:0 location:1 2633:20190130:204754.016 inventory_link:0 2633:20190130:204754.016 priority:1 schedulable:1 2633:20190130:204754.016 units:'' trends:1 2633:20190130:204754.016 itemid:54275 hostid:10564 key:'system.cpu.util[,user]' 2633:20190130:204754.016 type:0 value_type:0 2633:20190130:204754.016 interfaceid:408 port:'' 2633:20190130:204754.016 state:0 error:'' 2633:20190130:204754.017 flags:0 status:0 2633:20190130:204754.017 valuemapid:0 2633:20190130:204754.017 lastlogsize:0 mtime:0 2633:20190130:204754.017 delay:'1m' nextcheck:1548866915 lastclock:0 2633:20190130:204754.017 data_expected_from:1548866873 2633:20190130:204754.017 history:1 2633:20190130:204754.017 poller_type:0 location:1 2633:20190130:204754.017 inventory_link:0 2633:20190130:204754.017 priority:1 schedulable:1 2633:20190130:204754.017 units:'' trends:1 2633:20190130:204754.017 itemid:54276 hostid:10564 key:'system.hostname' 2633:20190130:204754.017 type:0 value_type:1 2633:20190130:204754.017 interfaceid:408 port:'' 2633:20190130:204754.017 state:0 error:'' 2633:20190130:204754.017 flags:0 status:0 2633:20190130:204754.017 valuemapid:0 2633:20190130:204754.017 lastlogsize:0 mtime:0 2633:20190130:204754.017 delay:'1h' nextcheck:1548867876 lastclock:0 2633:20190130:204754.017 data_expected_from:1548866873 2633:20190130:204754.017 history:1 2633:20190130:204754.017 poller_type:0 location:1 2633:20190130:204754.017 inventory_link:0 2633:20190130:204754.017 priority:1 schedulable:1 2633:20190130:204754.017 itemid:54277 hostid:10564 key:'system.localtime' 2633:20190130:204754.017 type:0 value_type:3 2633:20190130:204754.017 interfaceid:408 port:'' 2633:20190130:204754.017 state:0 error:'' 2633:20190130:204754.017 flags:0 status:0 2633:20190130:204754.017 valuemapid:0 2633:20190130:204754.017 lastlogsize:0 mtime:0 2633:20190130:204754.017 delay:'1m' nextcheck:1548866917 lastclock:0 2633:20190130:204754.017 data_expected_from:1548866873 2633:20190130:204754.017 history:1 2633:20190130:204754.017 poller_type:0 location:1 2633:20190130:204754.017 inventory_link:0 2633:20190130:204754.017 priority:1 schedulable:1 2633:20190130:204754.017 units:'' trends:1 2633:20190130:204754.017 itemid:54278 hostid:10564 key:'system.swap.size[,free]' 2633:20190130:204754.017 type:0 value_type:3 2633:20190130:204754.017 interfaceid:408 port:'' 2633:20190130:204754.017 state:0 error:'' 2633:20190130:204754.017 flags:0 status:0 2633:20190130:204754.018 valuemapid:0 2633:20190130:204754.018 lastlogsize:0 mtime:0 2633:20190130:204754.018 delay:'1m' nextcheck:1548866918 lastclock:0 2633:20190130:204754.018 data_expected_from:1548866873 2633:20190130:204754.018 history:1 2633:20190130:204754.018 poller_type:0 location:1 2633:20190130:204754.018 inventory_link:0 2633:20190130:204754.018 priority:1 schedulable:1 2633:20190130:204754.018 units:'' trends:1 2633:20190130:204754.018 itemid:54279 hostid:10564 key:'system.swap.size[,pfree]' 2633:20190130:204754.018 type:0 value_type:0 2633:20190130:204754.018 interfaceid:408 port:'' 2633:20190130:204754.018 state:0 error:'' 2633:20190130:204754.018 flags:0 status:0 2633:20190130:204754.018 valuemapid:0 2633:20190130:204754.018 lastlogsize:0 mtime:0 2633:20190130:204754.018 delay:'1m' nextcheck:1548866919 lastclock:0 2633:20190130:204754.018 data_expected_from:1548866873 2633:20190130:204754.018 history:1 2633:20190130:204754.018 poller_type:0 location:1 2633:20190130:204754.018 inventory_link:0 2633:20190130:204754.018 priority:1 schedulable:1 2633:20190130:204754.018 units:'' trends:1 2633:20190130:204754.018 itemid:54280 hostid:10564 key:'system.swap.size[,total]' 2633:20190130:204754.018 type:0 value_type:3 2633:20190130:204754.018 interfaceid:408 port:'' 2633:20190130:204754.018 state:0 error:'' 2633:20190130:204754.018 flags:0 status:0 2633:20190130:204754.018 valuemapid:0 2633:20190130:204754.018 lastlogsize:0 mtime:0 2633:20190130:204754.018 delay:'1h' nextcheck:1548867880 lastclock:0 2633:20190130:204754.018 data_expected_from:1548866873 2633:20190130:204754.018 history:1 2633:20190130:204754.018 poller_type:0 location:1 2633:20190130:204754.018 inventory_link:0 2633:20190130:204754.018 priority:1 schedulable:1 2633:20190130:204754.018 units:'' trends:1 2633:20190130:204754.018 itemid:54281 hostid:10564 key:'system.uname' 2633:20190130:204754.018 type:0 value_type:1 2633:20190130:204754.018 interfaceid:408 port:'' 2633:20190130:204754.018 state:0 error:'' 2633:20190130:204754.018 flags:0 status:0 2633:20190130:204754.018 valuemapid:0 2633:20190130:204754.018 lastlogsize:0 mtime:0 2633:20190130:204754.018 delay:'1h' nextcheck:1548867881 lastclock:0 2633:20190130:204754.018 data_expected_from:1548866873 2633:20190130:204754.018 history:1 2633:20190130:204754.019 poller_type:0 location:1 2633:20190130:204754.019 inventory_link:0 2633:20190130:204754.019 priority:1 schedulable:1 2633:20190130:204754.019 itemid:54282 hostid:10564 key:'system.uptime' 2633:20190130:204754.019 type:0 value_type:3 2633:20190130:204754.019 interfaceid:408 port:'' 2633:20190130:204754.019 state:0 error:'' 2633:20190130:204754.019 flags:0 status:0 2633:20190130:204754.019 valuemapid:0 2633:20190130:204754.019 lastlogsize:0 mtime:0 2633:20190130:204754.019 delay:'10m' nextcheck:1548867282 lastclock:0 2633:20190130:204754.019 data_expected_from:1548866873 2633:20190130:204754.019 history:1 2633:20190130:204754.019 poller_type:0 location:1 2633:20190130:204754.019 inventory_link:0 2633:20190130:204754.019 priority:1 schedulable:1 2633:20190130:204754.019 units:'' trends:1 2633:20190130:204754.019 itemid:54283 hostid:10564 key:'system.users.num' 2633:20190130:204754.019 type:0 value_type:3 2633:20190130:204754.019 interfaceid:408 port:'' 2633:20190130:204754.019 state:0 error:'' 2633:20190130:204754.019 flags:0 status:0 2633:20190130:204754.019 valuemapid:0 2633:20190130:204754.019 lastlogsize:0 mtime:0 2633:20190130:204754.019 delay:'1m' nextcheck:1548866923 lastclock:0 2633:20190130:204754.019 data_expected_from:1548866873 2633:20190130:204754.019 history:1 2633:20190130:204754.019 poller_type:0 location:1 2633:20190130:204754.019 inventory_link:0 2633:20190130:204754.019 priority:1 schedulable:1 2633:20190130:204754.019 units:'' trends:1 2633:20190130:204754.019 itemid:54284 hostid:10564 key:'vfs.file.cksum[/config/config.boot]' 2633:20190130:204754.019 type:0 value_type:3 2633:20190130:204754.019 interfaceid:408 port:'' 2633:20190130:204754.019 state:0 error:'' 2633:20190130:204754.019 flags:0 status:0 2633:20190130:204754.019 valuemapid:0 2633:20190130:204754.019 lastlogsize:0 mtime:0 2633:20190130:204754.019 delay:'1h' nextcheck:1548867884 lastclock:0 2633:20190130:204754.019 data_expected_from:1548866873 2633:20190130:204754.019 history:1 2633:20190130:204754.019 poller_type:0 location:1 2633:20190130:204754.019 inventory_link:0 2633:20190130:204754.019 priority:1 schedulable:1 2633:20190130:204754.019 units:'' trends:1 2633:20190130:204754.019 itemid:54285 hostid:10564 key:'vfs.file.cksum[/etc/passwd]' 2633:20190130:204754.020 type:0 value_type:3 2633:20190130:204754.020 interfaceid:408 port:'' 2633:20190130:204754.020 state:0 error:'' 2633:20190130:204754.020 flags:0 status:0 2633:20190130:204754.020 valuemapid:0 2633:20190130:204754.020 lastlogsize:0 mtime:0 2633:20190130:204754.020 delay:'1h' nextcheck:1548867885 lastclock:0 2633:20190130:204754.020 data_expected_from:1548866873 2633:20190130:204754.020 history:1 2633:20190130:204754.020 poller_type:0 location:1 2633:20190130:204754.020 inventory_link:0 2633:20190130:204754.020 priority:1 schedulable:1 2633:20190130:204754.020 units:'' trends:1 2633:20190130:204754.020 itemid:54286 hostid:10564 key:'vm.memory.size[available]' 2633:20190130:204754.020 type:0 value_type:3 2633:20190130:204754.020 interfaceid:408 port:'' 2633:20190130:204754.020 state:0 error:'' 2633:20190130:204754.020 flags:0 status:0 2633:20190130:204754.020 valuemapid:0 2633:20190130:204754.020 lastlogsize:0 mtime:0 2633:20190130:204754.020 delay:'1m' nextcheck:1548866926 lastclock:0 2633:20190130:204754.020 data_expected_from:1548866873 2633:20190130:204754.020 history:1 2633:20190130:204754.020 poller_type:0 location:1 2633:20190130:204754.020 inventory_link:0 2633:20190130:204754.020 priority:1 schedulable:1 2633:20190130:204754.020 units:'' trends:1 2633:20190130:204754.020 itemid:54287 hostid:10564 key:'vm.memory.size[total]' 2633:20190130:204754.020 type:0 value_type:3 2633:20190130:204754.020 interfaceid:408 port:'' 2633:20190130:204754.020 state:0 error:'' 2633:20190130:204754.020 flags:0 status:0 2633:20190130:204754.020 valuemapid:0 2633:20190130:204754.020 lastlogsize:0 mtime:0 2633:20190130:204754.020 delay:'1h' nextcheck:1548867887 lastclock:0 2633:20190130:204754.020 data_expected_from:1548866873 2633:20190130:204754.020 history:1 2633:20190130:204754.020 poller_type:0 location:1 2633:20190130:204754.020 inventory_link:0 2633:20190130:204754.020 priority:1 schedulable:1 2633:20190130:204754.020 units:'' trends:1 2633:20190130:204754.020 itemid:54433 hostid:10564 key:'net.if.in[eth0]' 2633:20190130:204754.020 type:0 value_type:3 2633:20190130:204754.020 interfaceid:408 port:'' 2633:20190130:204754.020 state:0 error:'' 2633:20190130:204754.020 flags:4 status:0 2633:20190130:204754.020 valuemapid:0 2633:20190130:204754.020 lastlogsize:0 mtime:0 2633:20190130:204754.021 delay:'1m' nextcheck:1548866893 lastclock:0 2633:20190130:204754.021 data_expected_from:1548866873 2633:20190130:204754.021 history:1 2633:20190130:204754.021 poller_type:0 location:1 2633:20190130:204754.021 inventory_link:0 2633:20190130:204754.021 priority:1 schedulable:1 2633:20190130:204754.021 units:'' trends:1 2633:20190130:204754.021 itemid:54434 hostid:10564 key:'net.if.in[vtun1]' 2633:20190130:204754.021 type:0 value_type:3 2633:20190130:204754.021 interfaceid:408 port:'' 2633:20190130:204754.021 state:0 error:'' 2633:20190130:204754.021 flags:4 status:0 2633:20190130:204754.021 valuemapid:0 2633:20190130:204754.021 lastlogsize:0 mtime:0 2633:20190130:204754.021 delay:'1m' nextcheck:1548866894 lastclock:0 2633:20190130:204754.021 data_expected_from:1548866873 2633:20190130:204754.021 history:1 2633:20190130:204754.021 poller_type:0 location:1 2633:20190130:204754.021 inventory_link:0 2633:20190130:204754.021 priority:1 schedulable:1 2633:20190130:204754.021 units:'' trends:1 2633:20190130:204754.021 itemid:54435 hostid:10564 key:'net.if.in[eth1]' 2633:20190130:204754.021 type:0 value_type:3 2633:20190130:204754.021 interfaceid:408 port:'' 2633:20190130:204754.021 state:0 error:'' 2633:20190130:204754.021 flags:4 status:0 2633:20190130:204754.021 valuemapid:0 2633:20190130:204754.021 lastlogsize:0 mtime:0 2633:20190130:204754.021 delay:'1m' nextcheck:1548866895 lastclock:0 2633:20190130:204754.021 data_expected_from:1548866873 2633:20190130:204754.021 history:1 2633:20190130:204754.021 poller_type:0 location:1 2633:20190130:204754.021 inventory_link:0 2633:20190130:204754.021 priority:1 schedulable:1 2633:20190130:204754.021 units:'' trends:1 2633:20190130:204754.021 itemid:54436 hostid:10564 key:'net.if.out[eth0]' 2633:20190130:204754.021 type:0 value_type:3 2633:20190130:204754.021 interfaceid:408 port:'' 2633:20190130:204754.021 state:0 error:'' 2633:20190130:204754.021 flags:4 status:0 2633:20190130:204754.021 valuemapid:0 2633:20190130:204754.021 lastlogsize:0 mtime:0 2633:20190130:204754.021 delay:'1m' nextcheck:1548866896 lastclock:0 2633:20190130:204754.022 data_expected_from:1548866873 2633:20190130:204754.022 history:1 2633:20190130:204754.022 poller_type:0 location:1 2633:20190130:204754.022 inventory_link:0 2633:20190130:204754.022 priority:1 schedulable:1 2633:20190130:204754.022 units:'' trends:1 2633:20190130:204754.022 itemid:54437 hostid:10564 key:'net.if.out[vtun1]' 2633:20190130:204754.022 type:0 value_type:3 2633:20190130:204754.022 interfaceid:408 port:'' 2633:20190130:204754.022 state:0 error:'' 2633:20190130:204754.022 flags:4 status:0 2633:20190130:204754.022 valuemapid:0 2633:20190130:204754.022 lastlogsize:0 mtime:0 2633:20190130:204754.022 delay:'1m' nextcheck:1548866897 lastclock:0 2633:20190130:204754.022 data_expected_from:1548866873 2633:20190130:204754.022 history:1 2633:20190130:204754.022 poller_type:0 location:1 2633:20190130:204754.022 inventory_link:0 2633:20190130:204754.022 priority:1 schedulable:1 2633:20190130:204754.022 units:'' trends:1 2633:20190130:204754.022 itemid:54438 hostid:10564 key:'net.if.out[eth1]' 2633:20190130:204754.022 type:0 value_type:3 2633:20190130:204754.022 interfaceid:408 port:'' 2633:20190130:204754.022 state:0 error:'' 2633:20190130:204754.022 flags:4 status:0 2633:20190130:204754.022 valuemapid:0 2633:20190130:204754.022 lastlogsize:0 mtime:0 2633:20190130:204754.023 delay:'1m' nextcheck:1548866898 lastclock:0 2633:20190130:204754.023 data_expected_from:1548866873 2633:20190130:204754.023 history:1 2633:20190130:204754.023 poller_type:0 location:1 2633:20190130:204754.023 inventory_link:0 2633:20190130:204754.023 priority:1 schedulable:1 2633:20190130:204754.023 units:'' trends:1 2633:20190130:204754.023 itemid:54439 hostid:10564 key:'vfs.fs.inode[/lib/live/mount/persistence,pfree]' 2633:20190130:204754.023 type:0 value_type:0 2633:20190130:204754.023 interfaceid:408 port:'' 2633:20190130:204754.023 state:0 error:'' 2633:20190130:204754.023 flags:4 status:0 2633:20190130:204754.023 valuemapid:0 2633:20190130:204754.023 lastlogsize:0 mtime:0 2633:20190130:204754.023 delay:'1m' nextcheck:1548866899 lastclock:0 2633:20190130:204754.023 data_expected_from:1548866873 2633:20190130:204754.023 history:1 2633:20190130:204754.023 poller_type:0 location:1 2633:20190130:204754.023 inventory_link:0 2633:20190130:204754.023 priority:1 schedulable:1 2633:20190130:204754.023 units:'' trends:1 2633:20190130:204754.023 itemid:54440 hostid:10564 key:'vfs.fs.inode[/opt/vyatta/etc/config,pfree]' 2633:20190130:204754.023 type:0 value_type:0 2633:20190130:204754.023 interfaceid:408 port:'' 2633:20190130:204754.023 state:0 error:'' 2633:20190130:204754.023 flags:4 status:0 2633:20190130:204754.023 valuemapid:0 2633:20190130:204754.023 lastlogsize:0 mtime:0 2633:20190130:204754.023 delay:'1m' nextcheck:1548866900 lastclock:0 2633:20190130:204754.023 data_expected_from:1548866873 2633:20190130:204754.023 history:1 2633:20190130:204754.024 poller_type:0 location:1 2633:20190130:204754.024 inventory_link:0 2633:20190130:204754.024 priority:1 schedulable:1 2633:20190130:204754.024 units:'' trends:1 2633:20190130:204754.024 itemid:54441 hostid:10564 key:'vfs.fs.inode[/boot,pfree]' 2633:20190130:204754.024 type:0 value_type:0 2633:20190130:204754.024 interfaceid:408 port:'' 2633:20190130:204754.024 state:0 error:'' 2633:20190130:204754.024 flags:4 status:0 2633:20190130:204754.024 valuemapid:0 2633:20190130:204754.024 lastlogsize:0 mtime:0 2633:20190130:204754.024 delay:'1m' nextcheck:1548866901 lastclock:0 2633:20190130:204754.024 data_expected_from:1548866873 2633:20190130:204754.024 history:1 2633:20190130:204754.024 poller_type:0 location:1 2633:20190130:204754.024 inventory_link:0 2633:20190130:204754.024 priority:1 schedulable:1 2633:20190130:204754.024 units:'' trends:1 2633:20190130:204754.024 itemid:54442 hostid:10564 key:'vfs.fs.inode[/boot/grub,pfree]' 2633:20190130:204754.024 type:0 value_type:0 2633:20190130:204754.024 interfaceid:408 port:'' 2633:20190130:204754.024 state:0 error:'' 2633:20190130:204754.024 flags:4 status:0 2633:20190130:204754.024 valuemapid:0 2633:20190130:204754.024 lastlogsize:0 mtime:0 2633:20190130:204754.024 delay:'1m' nextcheck:1548866902 lastclock:0 2633:20190130:204754.024 data_expected_from:1548866873 2633:20190130:204754.024 history:1 2633:20190130:204754.024 poller_type:0 location:1 2633:20190130:204754.024 inventory_link:0 2633:20190130:204754.024 priority:1 schedulable:1 2633:20190130:204754.024 units:'' trends:1 2633:20190130:204754.024 itemid:54443 hostid:10564 key:'vfs.fs.inode[/lib/live/mount/persistence/boot/0.0.91/grub,pfree]' 2633:20190130:204754.024 type:0 value_type:0 2633:20190130:204754.024 interfaceid:408 port:'' 2633:20190130:204754.024 state:0 error:'' 2633:20190130:204754.024 flags:4 status:0 2633:20190130:204754.024 valuemapid:0 2633:20190130:204754.024 lastlogsize:0 mtime:0 2633:20190130:204754.024 delay:'1m' nextcheck:1548866903 lastclock:0 2633:20190130:204754.024 data_expected_from:1548866873 2633:20190130:204754.024 history:1 2633:20190130:204754.024 poller_type:0 location:1 2633:20190130:204754.024 inventory_link:0 2633:20190130:204754.024 priority:1 schedulable:1 2633:20190130:204754.025 units:'' trends:1 2633:20190130:204754.025 itemid:54444 hostid:10564 key:'vfs.fs.size[/lib/live/mount/persistence,free]' 2633:20190130:204754.025 type:0 value_type:3 2633:20190130:204754.025 interfaceid:408 port:'' 2633:20190130:204754.025 state:0 error:'' 2633:20190130:204754.025 flags:4 status:0 2633:20190130:204754.025 valuemapid:0 2633:20190130:204754.025 lastlogsize:0 mtime:0 2633:20190130:204754.025 delay:'1m' nextcheck:1548866904 lastclock:0 2633:20190130:204754.025 data_expected_from:1548866873 2633:20190130:204754.025 history:1 2633:20190130:204754.025 poller_type:0 location:1 2633:20190130:204754.025 inventory_link:0 2633:20190130:204754.025 priority:1 schedulable:1 2633:20190130:204754.025 units:'' trends:1 2633:20190130:204754.025 itemid:54445 hostid:10564 key:'vfs.fs.size[/opt/vyatta/etc/config,free]' 2633:20190130:204754.025 type:0 value_type:3 2633:20190130:204754.025 interfaceid:408 port:'' 2633:20190130:204754.025 state:0 error:'' 2633:20190130:204754.025 flags:4 status:0 2633:20190130:204754.025 valuemapid:0 2633:20190130:204754.025 lastlogsize:0 mtime:0 2633:20190130:204754.025 delay:'1m' nextcheck:1548866905 lastclock:0 2633:20190130:204754.025 data_expected_from:1548866873 2633:20190130:204754.025 history:1 2633:20190130:204754.025 poller_type:0 location:1 2633:20190130:204754.025 inventory_link:0 2633:20190130:204754.025 priority:1 schedulable:1 2633:20190130:204754.025 units:'' trends:1 2633:20190130:204754.025 itemid:54446 hostid:10564 key:'vfs.fs.size[/boot,free]' 2633:20190130:204754.025 type:0 value_type:3 2633:20190130:204754.025 interfaceid:408 port:'' 2633:20190130:204754.025 state:0 error:'' 2633:20190130:204754.025 flags:4 status:0 2633:20190130:204754.025 valuemapid:0 2633:20190130:204754.025 lastlogsize:0 mtime:0 2633:20190130:204754.025 delay:'1m' nextcheck:1548866906 lastclock:0 2633:20190130:204754.025 data_expected_from:1548866873 2633:20190130:204754.025 history:1 2633:20190130:204754.025 poller_type:0 location:1 2633:20190130:204754.025 inventory_link:0 2633:20190130:204754.025 priority:1 schedulable:1 2633:20190130:204754.026 units:'' trends:1 2633:20190130:204754.026 itemid:54447 hostid:10564 key:'vfs.fs.size[/boot/grub,free]' 2633:20190130:204754.026 type:0 value_type:3 2633:20190130:204754.026 interfaceid:408 port:'' 2633:20190130:204754.026 state:0 error:'' 2633:20190130:204754.026 flags:4 status:0 2633:20190130:204754.026 valuemapid:0 2633:20190130:204754.026 lastlogsize:0 mtime:0 2633:20190130:204754.026 delay:'1m' nextcheck:1548866907 lastclock:0 2633:20190130:204754.026 data_expected_from:1548866873 2633:20190130:204754.026 history:1 2633:20190130:204754.026 poller_type:0 location:1 2633:20190130:204754.026 inventory_link:0 2633:20190130:204754.026 priority:1 schedulable:1 2633:20190130:204754.026 units:'' trends:1 2633:20190130:204754.026 itemid:54448 hostid:10564 key:'vfs.fs.size[/lib/live/mount/persistence/boot/0.0.91/grub,free]' 2633:20190130:204754.026 type:0 value_type:3 2633:20190130:204754.026 interfaceid:408 port:'' 2633:20190130:204754.026 state:0 error:'' 2633:20190130:204754.026 flags:4 status:0 2633:20190130:204754.026 valuemapid:0 2633:20190130:204754.026 lastlogsize:0 mtime:0 2633:20190130:204754.026 delay:'1m' nextcheck:1548866908 lastclock:0 2633:20190130:204754.026 data_expected_from:1548866873 2633:20190130:204754.026 history:1 2633:20190130:204754.026 poller_type:0 location:1 2633:20190130:204754.026 inventory_link:0 2633:20190130:204754.026 priority:1 schedulable:1 2633:20190130:204754.026 units:'' trends:1 2633:20190130:204754.026 itemid:54449 hostid:10564 key:'vfs.fs.size[/lib/live/mount/persistence,pfree]' 2633:20190130:204754.026 type:0 value_type:0 2633:20190130:204754.026 interfaceid:408 port:'' 2633:20190130:204754.026 state:0 error:'' 2633:20190130:204754.026 flags:4 status:0 2633:20190130:204754.026 valuemapid:0 2633:20190130:204754.026 lastlogsize:0 mtime:0 2633:20190130:204754.026 delay:'1m' nextcheck:1548866909 lastclock:0 2633:20190130:204754.026 data_expected_from:1548866873 2633:20190130:204754.026 history:1 2633:20190130:204754.026 poller_type:0 location:1 2633:20190130:204754.026 inventory_link:0 2633:20190130:204754.027 priority:1 schedulable:1 2633:20190130:204754.027 units:'' trends:1 2633:20190130:204754.027 itemid:54450 hostid:10564 key:'vfs.fs.size[/opt/vyatta/etc/config,pfree]' 2633:20190130:204754.027 type:0 value_type:0 2633:20190130:204754.027 interfaceid:408 port:'' 2633:20190130:204754.027 state:0 error:'' 2633:20190130:204754.027 flags:4 status:0 2633:20190130:204754.027 valuemapid:0 2633:20190130:204754.027 lastlogsize:0 mtime:0 2633:20190130:204754.027 delay:'1m' nextcheck:1548866910 lastclock:0 2633:20190130:204754.027 data_expected_from:1548866873 2633:20190130:204754.027 history:1 2633:20190130:204754.027 poller_type:0 location:1 2633:20190130:204754.027 inventory_link:0 2633:20190130:204754.027 priority:1 schedulable:1 2633:20190130:204754.027 units:'' trends:1 2633:20190130:204754.027 itemid:54451 hostid:10564 key:'vfs.fs.size[/boot,pfree]' 2633:20190130:204754.027 type:0 value_type:0 2633:20190130:204754.027 interfaceid:408 port:'' 2633:20190130:204754.027 state:0 error:'' 2633:20190130:204754.027 flags:4 status:0 2633:20190130:204754.027 valuemapid:0 2633:20190130:204754.027 lastlogsize:0 mtime:0 2633:20190130:204754.027 delay:'1m' nextcheck:1548866911 lastclock:0 2633:20190130:204754.027 data_expected_from:1548866873 2633:20190130:204754.027 history:1 2633:20190130:204754.027 poller_type:0 location:1 2633:20190130:204754.027 inventory_link:0 2633:20190130:204754.027 priority:1 schedulable:1 2633:20190130:204754.027 units:'' trends:1 2633:20190130:204754.027 itemid:54452 hostid:10564 key:'vfs.fs.size[/boot/grub,pfree]' 2633:20190130:204754.027 type:0 value_type:0 2633:20190130:204754.027 interfaceid:408 port:'' 2633:20190130:204754.027 state:0 error:'' 2633:20190130:204754.027 flags:4 status:0 2633:20190130:204754.027 valuemapid:0 2633:20190130:204754.027 lastlogsize:0 mtime:0 2633:20190130:204754.027 delay:'1m' nextcheck:1548866912 lastclock:0 2633:20190130:204754.027 data_expected_from:1548866873 2633:20190130:204754.027 history:1 2633:20190130:204754.027 poller_type:0 location:1 2633:20190130:204754.027 inventory_link:0 2633:20190130:204754.027 priority:1 schedulable:1 2633:20190130:204754.027 units:'' trends:1 2633:20190130:204754.028 itemid:54453 hostid:10564 key:'vfs.fs.size[/lib/live/mount/persistence/boot/0.0.91/grub,pfree]' 2633:20190130:204754.028 type:0 value_type:0 2633:20190130:204754.028 interfaceid:408 port:'' 2633:20190130:204754.028 state:0 error:'' 2633:20190130:204754.028 flags:4 status:0 2633:20190130:204754.028 valuemapid:0 2633:20190130:204754.028 lastlogsize:0 mtime:0 2633:20190130:204754.028 delay:'1m' nextcheck:1548866913 lastclock:0 2633:20190130:204754.028 data_expected_from:1548866873 2633:20190130:204754.028 history:1 2633:20190130:204754.028 poller_type:0 location:1 2633:20190130:204754.028 inventory_link:0 2633:20190130:204754.028 priority:1 schedulable:1 2633:20190130:204754.028 units:'' trends:1 2633:20190130:204754.028 itemid:54454 hostid:10564 key:'vfs.fs.size[/lib/live/mount/persistence,total]' 2633:20190130:204754.028 type:0 value_type:3 2633:20190130:204754.028 interfaceid:408 port:'' 2633:20190130:204754.028 state:0 error:'' 2633:20190130:204754.028 flags:4 status:0 2633:20190130:204754.028 valuemapid:0 2633:20190130:204754.028 lastlogsize:0 mtime:0 2633:20190130:204754.028 delay:'1h' nextcheck:1548868054 lastclock:0 2633:20190130:204754.028 data_expected_from:1548866873 2633:20190130:204754.028 history:1 2633:20190130:204754.028 poller_type:0 location:1 2633:20190130:204754.028 inventory_link:0 2633:20190130:204754.028 priority:1 schedulable:1 2633:20190130:204754.028 units:'' trends:1 2633:20190130:204754.028 itemid:54455 hostid:10564 key:'vfs.fs.size[/opt/vyatta/etc/config,total]' 2633:20190130:204754.028 type:0 value_type:3 2633:20190130:204754.028 interfaceid:408 port:'' 2633:20190130:204754.028 state:0 error:'' 2633:20190130:204754.028 flags:4 status:0 2633:20190130:204754.028 valuemapid:0 2633:20190130:204754.028 lastlogsize:0 mtime:0 2633:20190130:204754.028 delay:'1h' nextcheck:1548868055 lastclock:0 2633:20190130:204754.028 data_expected_from:1548866873 2633:20190130:204754.028 history:1 2633:20190130:204754.028 poller_type:0 location:1 2633:20190130:204754.029 inventory_link:0 2633:20190130:204754.029 priority:1 schedulable:1 2633:20190130:204754.029 units:'' trends:1 2633:20190130:204754.029 itemid:54456 hostid:10564 key:'vfs.fs.size[/boot,total]' 2633:20190130:204754.029 type:0 value_type:3 2633:20190130:204754.029 interfaceid:408 port:'' 2633:20190130:204754.029 state:0 error:'' 2633:20190130:204754.029 flags:4 status:0 2633:20190130:204754.029 valuemapid:0 2633:20190130:204754.029 lastlogsize:0 mtime:0 2633:20190130:204754.029 delay:'1h' nextcheck:1548868056 lastclock:0 2633:20190130:204754.029 data_expected_from:1548866873 2633:20190130:204754.029 history:1 2633:20190130:204754.029 poller_type:0 location:1 2633:20190130:204754.029 inventory_link:0 2633:20190130:204754.029 priority:1 schedulable:1 2633:20190130:204754.029 units:'' trends:1 2633:20190130:204754.029 itemid:54457 hostid:10564 key:'vfs.fs.size[/boot/grub,total]' 2633:20190130:204754.029 type:0 value_type:3 2633:20190130:204754.029 interfaceid:408 port:'' 2633:20190130:204754.029 state:0 error:'' 2633:20190130:204754.029 flags:4 status:0 2633:20190130:204754.029 valuemapid:0 2633:20190130:204754.029 lastlogsize:0 mtime:0 2633:20190130:204754.029 delay:'1h' nextcheck:1548868057 lastclock:0 2633:20190130:204754.029 data_expected_from:1548866873 2633:20190130:204754.029 history:1 2633:20190130:204754.029 poller_type:0 location:1 2633:20190130:204754.029 inventory_link:0 2633:20190130:204754.029 priority:1 schedulable:1 2633:20190130:204754.029 units:'' trends:1 2633:20190130:204754.029 itemid:54458 hostid:10564 key:'vfs.fs.size[/lib/live/mount/persistence/boot/0.0.91/grub,total]' 2633:20190130:204754.029 type:0 value_type:3 2633:20190130:204754.029 interfaceid:408 port:'' 2633:20190130:204754.030 state:0 error:'' 2633:20190130:204754.031 flags:4 status:0 2633:20190130:204754.031 valuemapid:0 2633:20190130:204754.031 lastlogsize:0 mtime:0 2633:20190130:204754.031 delay:'1h' nextcheck:1548868058 lastclock:0 2633:20190130:204754.031 data_expected_from:1548866873 2633:20190130:204754.031 history:1 2633:20190130:204754.031 poller_type:0 location:1 2633:20190130:204754.031 inventory_link:0 2633:20190130:204754.031 priority:1 schedulable:1 2633:20190130:204754.031 units:'' trends:1 2633:20190130:204754.031 itemid:54459 hostid:10564 key:'vfs.fs.size[/lib/live/mount/persistence,used]' 2633:20190130:204754.031 type:0 value_type:3 2633:20190130:204754.031 interfaceid:408 port:'' 2633:20190130:204754.031 state:0 error:'' 2633:20190130:204754.031 flags:4 status:0 2633:20190130:204754.031 valuemapid:0 2633:20190130:204754.031 lastlogsize:0 mtime:0 2633:20190130:204754.031 delay:'1m' nextcheck:1548866919 lastclock:0 2633:20190130:204754.031 data_expected_from:1548866873 2633:20190130:204754.031 history:1 2633:20190130:204754.031 poller_type:0 location:1 2633:20190130:204754.031 inventory_link:0 2633:20190130:204754.031 priority:1 schedulable:1 2633:20190130:204754.031 units:'' trends:1 2633:20190130:204754.031 itemid:54460 hostid:10564 key:'vfs.fs.size[/opt/vyatta/etc/config,used]' 2633:20190130:204754.031 type:0 value_type:3 2633:20190130:204754.031 interfaceid:408 port:'' 2633:20190130:204754.031 state:0 error:'' 2633:20190130:204754.031 flags:4 status:0 2633:20190130:204754.031 valuemapid:0 2633:20190130:204754.031 lastlogsize:0 mtime:0 2633:20190130:204754.031 delay:'1m' nextcheck:1548866920 lastclock:0 2633:20190130:204754.031 data_expected_from:1548866873 2633:20190130:204754.031 history:1 2633:20190130:204754.031 poller_type:0 location:1 2633:20190130:204754.031 inventory_link:0 2633:20190130:204754.031 priority:1 schedulable:1 2633:20190130:204754.031 units:'' trends:1 2633:20190130:204754.031 itemid:54461 hostid:10564 key:'vfs.fs.size[/boot,used]' 2633:20190130:204754.031 type:0 value_type:3 2633:20190130:204754.031 interfaceid:408 port:'' 2633:20190130:204754.031 state:0 error:'' 2633:20190130:204754.031 flags:4 status:0 2633:20190130:204754.031 valuemapid:0 2633:20190130:204754.032 lastlogsize:0 mtime:0 2633:20190130:204754.032 delay:'1m' nextcheck:1548866921 lastclock:0 2633:20190130:204754.032 data_expected_from:1548866873 2633:20190130:204754.032 history:1 2633:20190130:204754.032 poller_type:0 location:1 2633:20190130:204754.032 inventory_link:0 2633:20190130:204754.032 priority:1 schedulable:1 2633:20190130:204754.032 units:'' trends:1 2633:20190130:204754.032 itemid:54462 hostid:10564 key:'vfs.fs.size[/boot/grub,used]' 2633:20190130:204754.032 type:0 value_type:3 2633:20190130:204754.032 interfaceid:408 port:'' 2633:20190130:204754.032 state:0 error:'' 2633:20190130:204754.032 flags:4 status:0 2633:20190130:204754.032 valuemapid:0 2633:20190130:204754.032 lastlogsize:0 mtime:0 2633:20190130:204754.032 delay:'1m' nextcheck:1548866922 lastclock:0 2633:20190130:204754.032 data_expected_from:1548866873 2633:20190130:204754.032 history:1 2633:20190130:204754.032 poller_type:0 location:1 2633:20190130:204754.032 inventory_link:0 2633:20190130:204754.032 priority:1 schedulable:1 2633:20190130:204754.032 units:'' trends:1 2633:20190130:204754.032 itemid:54463 hostid:10564 key:'vfs.fs.size[/lib/live/mount/persistence/boot/0.0.91/grub,used]' 2633:20190130:204754.032 type:0 value_type:3 2633:20190130:204754.032 interfaceid:408 port:'' 2633:20190130:204754.032 state:0 error:'' 2633:20190130:204754.032 flags:4 status:0 2633:20190130:204754.032 valuemapid:0 2633:20190130:204754.032 lastlogsize:0 mtime:0 2633:20190130:204754.032 delay:'1m' nextcheck:1548866923 lastclock:0 2633:20190130:204754.032 data_expected_from:1548866873 2633:20190130:204754.032 history:1 2633:20190130:204754.032 poller_type:0 location:1 2633:20190130:204754.032 inventory_link:0 2633:20190130:204754.032 priority:1 schedulable:1 2633:20190130:204754.032 units:'' trends:1 2633:20190130:204754.032 End of DCdump_items() 2633:20190130:204754.032 In DCdump_interface_snmpitems() 2633:20190130:204754.032 End of DCdump_interface_snmpitems() 2633:20190130:204754.032 In DCdump_triggers() 2633:20190130:204754.032 End of DCdump_triggers() 2633:20190130:204754.032 In DCdump_trigdeps() 2633:20190130:204754.032 End of DCdump_trigdeps() 2633:20190130:204754.032 In DCdump_functions() 2633:20190130:204754.032 End of DCdump_functions() 2633:20190130:204754.032 In DCdump_expressions() 2633:20190130:204754.032 expressionid:1 regexp:'File systems for discovery' expression:'^(btrfs|ext2|ext3|ext4|jfs|reiser|xfs|ffs|ufs|jfs|jfs2|vxfs|hfs|refs|ntfs|fat32|zfs)$ delimiter:44 type:3 case_sensitive:0 2633:20190130:204754.033 expressionid:2 regexp:'Network interfaces for discovery' expression:'^lo$ delimiter:44 type:4 case_sensitive:1 2633:20190130:204754.033 expressionid:3 regexp:'Storage devices for SNMP discovery' expression:'^(Physical memory|Virtual memory|Memory buffers|Cached memory|Swap space)$ delimiter:44 type:4 case_sensitive:1 2633:20190130:204754.033 expressionid:4 regexp:'Network interfaces for discovery' expression:'^Software Loopback Interface delimiter:44 type:4 case_sensitive:1 2633:20190130:204754.033 End of DCdump_expressions() 2633:20190130:204754.033 In DCdump_actions() 2633:20190130:204754.033 End of DCdump_actions() 2633:20190130:204754.033 In DCdump_correlations() 2633:20190130:204754.033 End of DCdump_correlations() 2633:20190130:204754.033 In DCdump_host_groups() 2633:20190130:204754.033 groupid:5 name:'' 2633:20190130:204754.033 End of DCdump_host_groups() 2633:20190130:204754.033 In DCdump_host_group_index() 2633:20190130:204754.033 group index: 2633:20190130:204754.033 2633:20190130:204754.033 End of DCdump_host_group_index() 2633:20190130:204754.033 In DCdump_maintenances() 2633:20190130:204754.033 End of DCdump_maintenances() 2633:20190130:204754.033 End of DCsync_configuration() 2633:20190130:204754.033 proxy #0 started [main process] 2640:20190130:204754.035 proxy #7 started [discoverer #2] 2641:20190130:204754.037 proxy #8 started [discoverer #3] 2639:20190130:204754.041 proxy #6 started [discoverer #1] 2642:20190130:204754.045 proxy #9 started [history syncer #1] 2642:20190130:204754.045 __zbx_zbx_setproctitle() title:'history syncer #1 [connecting to the database]' 2642:20190130:204754.045 In DBconnect() flag:0 2642:20190130:204754.045 query without transaction detected 2642:20190130:204754.045 query [txnlev:0] [pragma synchronous=0] 2643:20190130:204754.049 proxy #10 started [history syncer #2] 2643:20190130:204754.049 __zbx_zbx_setproctitle() title:'history syncer #2 [connecting to the database]' 2643:20190130:204754.049 In DBconnect() flag:0 2643:20190130:204754.049 query without transaction detected 2643:20190130:204754.049 query [txnlev:0] [pragma synchronous=0] 2638:20190130:204754.049 proxy #5 started [http poller #1] 2638:20190130:204754.049 __zbx_zbx_setproctitle() title:'http poller #1 [connecting to the database]' 2638:20190130:204754.049 In DBconnect() flag:0 2638:20190130:204754.049 query without transaction detected 2638:20190130:204754.049 query [txnlev:0] [pragma synchronous=0] 2644:20190130:204754.049 proxy #11 started [snmp trapper #1] 2644:20190130:204754.049 In main_snmptrapper_loop() trapfile:'/tmp/zabbix_traps.tmp' 2644:20190130:204754.049 __zbx_zbx_setproctitle() title:'snmp trapper [connecting to the database]' 2644:20190130:204754.049 In DBconnect() flag:0 2644:20190130:204754.050 query without transaction detected 2644:20190130:204754.050 query [txnlev:0] [pragma synchronous=0] 2645:20190130:204754.050 proxy #12 started [self-monitoring #1] 2645:20190130:204754.050 __zbx_zbx_setproctitle() title:'self-monitoring [processing data]' 2645:20190130:204754.050 In collect_selfmon_stats() 2645:20190130:204754.050 End of collect_selfmon_stats() 2645:20190130:204754.050 __zbx_zbx_setproctitle() title:'self-monitoring [processed data in 0.000118 sec, idle 1 sec]' 2646:20190130:204754.050 proxy #13 started [task manager #1] 2646:20190130:204754.050 __zbx_zbx_setproctitle() title:'task manager [connecting to the database]' 2646:20190130:204754.050 In DBconnect() flag:0 2646:20190130:204754.050 query without transaction detected 2646:20190130:204754.050 query [txnlev:0] [pragma synchronous=0] 2637:20190130:204754.050 proxy #4 started [housekeeper #1] 2637:20190130:204754.050 __zbx_zbx_setproctitle() title:'housekeeper [startup idle for 30 minutes]' 2647:20190130:204754.050 proxy #14 started [poller #1] 2648:20190130:204754.053 proxy #15 started [poller #2] 2649:20190130:204754.057 proxy #16 started [poller #3] 2650:20190130:204754.061 proxy #17 started [poller #4] 2651:20190130:204754.065 proxy #18 started [poller #5] 2636:20190130:204754.067 proxy #3 started [data sender #1] 2636:20190130:204754.067 __zbx_zbx_setproctitle() title:'data sender [connecting to the database]' 2636:20190130:204754.068 In DBconnect() flag:0 2636:20190130:204754.068 query without transaction detected 2636:20190130:204754.068 query [txnlev:0] [pragma synchronous=0] 2652:20190130:204754.068 proxy #19 started [unreachable poller #1] 2653:20190130:204754.069 proxy #20 started [trapper #1] 2653:20190130:204754.069 __zbx_zbx_setproctitle() title:'trapper #1 [connecting to the database]' 2653:20190130:204754.069 In DBconnect() flag:0 2653:20190130:204754.069 query without transaction detected 2653:20190130:204754.069 query [txnlev:0] [pragma synchronous=0] 2654:20190130:204754.069 proxy #21 started [icmp pinger #1] 2654:20190130:204754.069 __zbx_zbx_setproctitle() title:'icmp pinger #1 [getting values]' 2654:20190130:204754.069 In get_pinger_hosts() 2654:20190130:204754.069 In DCconfig_get_poller_items() poller_type:3 2654:20190130:204754.069 End of DCconfig_get_poller_items():0 2654:20190130:204754.069 End of get_pinger_hosts():0 2654:20190130:204754.069 In process_pinger_hosts() 2654:20190130:204754.069 End of process_pinger_hosts() 2654:20190130:204754.069 In DCconfig_get_poller_nextcheck() poller_type:3 2654:20190130:204754.069 End of DCconfig_get_poller_nextcheck():1548866928 2654:20190130:204754.069 __zbx_zbx_setproctitle() title:'icmp pinger #1 [got 0 values in 0.000217 sec, idle 5 sec]' 2656:20190130:204754.069 proxy #23 started [icmp pinger #3] 2656:20190130:204754.070 __zbx_zbx_setproctitle() title:'icmp pinger #3 [getting values]' 2656:20190130:204754.070 In get_pinger_hosts() 2656:20190130:204754.070 In DCconfig_get_poller_items() poller_type:3 2656:20190130:204754.070 End of DCconfig_get_poller_items():0 2656:20190130:204754.070 End of get_pinger_hosts():0 2656:20190130:204754.070 In process_pinger_hosts() 2656:20190130:204754.070 End of process_pinger_hosts() 2656:20190130:204754.070 In DCconfig_get_poller_nextcheck() poller_type:3 2656:20190130:204754.070 End of DCconfig_get_poller_nextcheck():1548866928 2656:20190130:204754.070 __zbx_zbx_setproctitle() title:'icmp pinger #3 [got 0 values in 0.000228 sec, idle 5 sec]' 2655:20190130:204754.070 proxy #22 started [icmp pinger #2] 2655:20190130:204754.070 __zbx_zbx_setproctitle() title:'icmp pinger #2 [getting values]' 2655:20190130:204754.070 In get_pinger_hosts() 2655:20190130:204754.070 In DCconfig_get_poller_items() poller_type:3 2655:20190130:204754.070 End of DCconfig_get_poller_items():0 2655:20190130:204754.070 End of get_pinger_hosts():0 2655:20190130:204754.070 In process_pinger_hosts() 2655:20190130:204754.070 End of process_pinger_hosts() 2655:20190130:204754.070 In DCconfig_get_poller_nextcheck() poller_type:3 2655:20190130:204754.070 End of DCconfig_get_poller_nextcheck():1548866928 2655:20190130:204754.070 __zbx_zbx_setproctitle() title:'icmp pinger #2 [got 0 values in 0.000222 sec, idle 5 sec]' 2635:20190130:204754.070 proxy #2 started [heartbeat sender #1] 2635:20190130:204754.070 __zbx_zbx_setproctitle() title:'heartbeat sender [sending heartbeat message]' 2635:20190130:204754.070 In send_heartbeat() 2635:20190130:204754.070 In connect_to_server() [10.255.0.1]:10051 [timeout:60] 2634:20190130:204754.077 proxy #1 started [configuration syncer #1] 2634:20190130:204754.077 __zbx_zbx_setproctitle() title:'configuration syncer [connecting to the database]' 2634:20190130:204754.077 In DBconnect() flag:0 2634:20190130:204754.077 query without transaction detected 2634:20190130:204754.077 query [txnlev:0] [pragma synchronous=0] 2642:20190130:204754.097 query without transaction detected 2642:20190130:204754.097 query [txnlev:0] [pragma temp_store=2] 2635:20190130:204754.123 In put_data_to_server() datalen:80 2635:20190130:204754.123 In zbx_recv_response() 2644:20190130:204754.133 query without transaction detected 2644:20190130:204754.133 query [txnlev:0] [pragma temp_store=2] 2646:20190130:204754.133 query without transaction detected 2646:20190130:204754.133 query [txnlev:0] [pragma temp_store=2] 2636:20190130:204754.141 query without transaction detected 2636:20190130:204754.141 query [txnlev:0] [pragma temp_store=2] 2638:20190130:204754.141 query without transaction detected 2638:20190130:204754.141 query [txnlev:0] [pragma temp_store=2] 2643:20190130:204754.141 query without transaction detected 2643:20190130:204754.141 query [txnlev:0] [pragma temp_store=2] 2653:20190130:204754.149 query without transaction detected 2653:20190130:204754.149 query [txnlev:0] [pragma temp_store=2] 2642:20190130:204754.150 query without transaction detected 2642:20190130:204754.150 query [txnlev:0] [pragma temp_store_directory='/config/user-data/zabbix/'] 2642:20190130:204754.150 End of DBconnect():0 2642:20190130:204754.150 __zbx_zbx_setproctitle() title:'history syncer #1 [started, syncing history]' 2642:20190130:204754.150 In zbx_sync_history_cache() history_num:0 2642:20190130:204754.150 End of zbx_sync_history_cache() 2642:20190130:204754.150 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000113 sec, idle 1 sec]' 2644:20190130:204754.150 query without transaction detected 2644:20190130:204754.150 query [txnlev:0] [pragma temp_store_directory='/config/user-data/zabbix/'] 2644:20190130:204754.150 End of DBconnect():0 2644:20190130:204754.150 query [txnlev:1] [begin;] 2644:20190130:204754.150 query [txnlev:1] [select snmp_lastsize from globalvars] 2644:20190130:204754.151 query [txnlev:1] [commit;] 2644:20190130:204754.151 __zbx_zbx_setproctitle() title:'snmp trapper [processing data]' 2644:20190130:204754.151 In read_traps() lastsize: 452861 2644:20190130:204754.151 query [txnlev:1] [begin;] 2644:20190130:204754.151 query [txnlev:1] [update globalvars set snmp_lastsize=453630] 2644:20190130:204754.151 query [txnlev:1] [commit;] 2644:20190130:204754.151 End of read_traps() 2644:20190130:204754.151 __zbx_zbx_setproctitle() title:'snmp trapper [processed data in 0.000368 sec, idle 1 sec]' 2646:20190130:204754.151 query without transaction detected 2646:20190130:204754.151 query [txnlev:0] [pragma temp_store_directory='/config/user-data/zabbix/'] 2646:20190130:204754.151 End of DBconnect():0 2646:20190130:204754.151 __zbx_zbx_setproctitle() title:'task manager [started, idle 1 sec]' 2636:20190130:204754.151 query without transaction detected 2636:20190130:204754.151 query [txnlev:0] [pragma temp_store_directory='/config/user-data/zabbix/'] 2636:20190130:204754.151 End of DBconnect():0 2636:20190130:204754.151 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.000000 sec, sending data]' 2636:20190130:204754.151 In proxy_data_sender() 2636:20190130:204754.151 In get_host_availability_data() 2636:20190130:204754.151 In DCget_hosts_availability() 2636:20190130:204754.151 End of DCget_hosts_availability() hosts:1 2636:20190130:204754.151 End of get_host_availability_data():SUCCEED 2636:20190130:204754.151 In proxy_get_lastid() field:'proxy_history.history_lastid' 2636:20190130:204754.151 query [txnlev:0] [select nextid from ids where table_name='proxy_history' and field_name='history_lastid'] 2636:20190130:204754.152 End of proxy_get_lastid():0 2636:20190130:204754.152 In proxy_get_history_data() 2636:20190130:204754.152 query [txnlev:0] [select id,itemid,clock,ns,timestamp,source,severity,value,logeventid,state,lastlogsize,mtime,flags from proxy_history where id>0 order by id limit 1000] 2636:20190130:204754.152 End of proxy_get_history_data():0 selected:0 lastid:0 more:0 size:268 2636:20190130:204754.152 In proxy_get_lastid() field:'proxy_dhistory.dhistory_lastid' 2636:20190130:204754.152 query [txnlev:0] [select nextid from ids where table_name='proxy_dhistory' and field_name='dhistory_lastid'] 2636:20190130:204754.152 End of proxy_get_lastid():0 2636:20190130:204754.152 In proxy_get_history_data_simple() table:'proxy_dhistory' 2636:20190130:204754.152 query [txnlev:0] [select id,clock,druleid,dcheckid,ip,dns,port,value,status from proxy_dhistory where id>0 order by id limit 1000] 2636:20190130:204754.152 End of proxy_get_history_data_simple():0 lastid:0 more:0 size:268 2636:20190130:204754.152 In proxy_get_lastid() field:'proxy_autoreg_host.autoreg_host_lastid' 2636:20190130:204754.152 query [txnlev:0] [select nextid from ids where table_name='proxy_autoreg_host' and field_name='autoreg_host_lastid'] 2636:20190130:204754.152 End of proxy_get_lastid():0 2636:20190130:204754.152 In proxy_get_history_data_simple() table:'proxy_autoreg_host' 2636:20190130:204754.152 query [txnlev:0] [select id,clock,host,listen_ip,listen_dns,listen_port,host_metadata from proxy_autoreg_host where id>0 order by id limit 1000] 2636:20190130:204754.152 End of proxy_get_history_data_simple():0 lastid:0 more:0 size:268 2636:20190130:204754.152 query [txnlev:0] [select t.taskid,t.type,t.clock,t.ttl,r.status,r.parent_taskid,r.info from task t,task_remote_command_result r where t.taskid=r.taskid and t.status=1 and t.type=3 order by t.taskid] 2636:20190130:204754.152 In connect_to_server() [10.255.0.1]:10051 [timeout:600] 2638:20190130:204754.153 query without transaction detected 2638:20190130:204754.153 query [txnlev:0] [pragma temp_store_directory='/config/user-data/zabbix/'] 2638:20190130:204754.153 End of DBconnect():0 2638:20190130:204754.153 __zbx_zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000000 sec, getting values]' 2638:20190130:204754.153 In process_httptests() 2638:20190130:204754.153 query [txnlev:0] [select h.hostid,h.host,h.name,t.httptestid,t.name,t.agent,t.authentication,t.http_user,t.http_password,t.http_proxy,t.retries,t.ssl_cert_file,t.ssl_key_file,t.ssl_key_password,t.verify_peer,t.verify_host,t.delay from httptest t,hosts h where t.hostid=h.hostid and t.nextcheck<=1548866874 and t.httptestid%1=0 and t.status=0 and h.proxy_hostid is null and h.status=0 and (h.maintenance_status=0 or h.maintenance_type=0)] 2638:20190130:204754.153 End of process_httptests() 2638:20190130:204754.153 query [txnlev:0] [select min(t.nextcheck) from httptest t,hosts h where t.hostid=h.hostid and t.httptestid%1=0 and t.status=0 and h.proxy_hostid is null and h.status=0 and (h.maintenance_status=0 or h.maintenance_type=0)] 2638:20190130:204754.153 No httptests to process in get_minnextcheck. 2638:20190130:204754.153 __zbx_zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000306 sec, idle 5 sec]' 2643:20190130:204754.153 query without transaction detected 2643:20190130:204754.153 query [txnlev:0] [pragma temp_store_directory='/config/user-data/zabbix/'] 2643:20190130:204754.153 End of DBconnect():0 2643:20190130:204754.153 __zbx_zbx_setproctitle() title:'history syncer #2 [started, syncing history]' 2643:20190130:204754.153 In zbx_sync_history_cache() history_num:0 2643:20190130:204754.154 End of zbx_sync_history_cache() 2643:20190130:204754.154 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000106 sec, idle 1 sec]' 2653:20190130:204754.161 query without transaction detected 2653:20190130:204754.161 query [txnlev:0] [pragma temp_store_directory='/config/user-data/zabbix/'] 2653:20190130:204754.161 End of DBconnect():0 2653:20190130:204754.161 __zbx_zbx_setproctitle() title:'trapper #1 [processed data in 0.000000 sec, waiting for connection]' 2634:20190130:204754.173 query without transaction detected 2634:20190130:204754.173 query [txnlev:0] [pragma temp_store=2] 2634:20190130:204754.173 query without transaction detected 2634:20190130:204754.173 query [txnlev:0] [pragma temp_store_directory='/config/user-data/zabbix/'] 2634:20190130:204754.173 End of DBconnect():0 2634:20190130:204754.173 __zbx_zbx_setproctitle() title:'configuration syncer [loading configuration]' 2634:20190130:204754.173 In process_configuration_sync() 2634:20190130:204754.173 In connect_to_server() [10.255.0.1]:10051 [timeout:600] 2635:20190130:204754.174 zbx_tcp_recv_ext(): received 30 bytes with compression ratio 0.7 2635:20190130:204754.174 zbx_recv_response() '{"response":"success"}' 2635:20190130:204754.174 End of zbx_recv_response():SUCCEED 2635:20190130:204754.174 End of put_data_to_server():SUCCEED 2635:20190130:204754.174 __zbx_zbx_setproctitle() title:'heartbeat sender [sending heartbeat message success in 0.104137 sec, idle 60 sec]' 2636:20190130:204754.204 In put_data_to_server() datalen:321 2636:20190130:204754.204 In zbx_recv_response() 2634:20190130:204754.225 In get_data_from_server() request:'proxy config' 2636:20190130:204754.259 zbx_tcp_recv_ext(): received 30 bytes with compression ratio 0.7 2636:20190130:204754.259 zbx_recv_response() '{"response":"success"}' 2636:20190130:204754.259 End of zbx_recv_response():SUCCEED 2636:20190130:204754.260 End of put_data_to_server():SUCCEED 2636:20190130:204754.260 End of proxy_data_sender():SUCCEED more:0 flags:0x8001 2636:20190130:204754.260 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.108339 sec, idle 30 sec]' 2640:20190130:204754.276 __zbx_zbx_setproctitle() title:'discoverer #2 [connecting to the database]' 2640:20190130:204754.276 In DBconnect() flag:0 2652:20190130:204754.293 __zbx_zbx_setproctitle() title:'unreachable poller #1 [connecting to the database]' 2652:20190130:204754.293 In DBconnect() flag:0 2652:20190130:204754.293 query without transaction detected 2652:20190130:204754.293 query [txnlev:0] [pragma synchronous=0] 2647:20190130:204754.297 __zbx_zbx_setproctitle() title:'poller #1 [connecting to the database]' 2647:20190130:204754.297 In DBconnect() flag:0 2647:20190130:204754.297 query without transaction detected 2647:20190130:204754.297 query [txnlev:0] [pragma synchronous=0] 2648:20190130:204754.297 __zbx_zbx_setproctitle() title:'poller #2 [connecting to the database]' 2634:20190130:204754.297 zbx_tcp_recv_ext(): received 2691 bytes with compression ratio 9.2 2634:20190130:204754.297 Received [{"globalmacro":{"fields":["globalmacroid","macro","value"],"data":[[2,"{$SNMP_COMMUNITY}","public"]]},"hosts":{"fields":["hostid","host","status","available","ipmi_authtype","ipmi_privilege","ipmi_username","ipmi_password","ipmi_available","snmp_available","jmx_available","name","tls_connect","tls_accept","tls_issuer","tls_subject","tls_psk_identity","tls_psk"],"data":[[10001,"Template OS Linux",3,0,0,2,"","",0,0,0,"Template OS Linux",1,1,"","","",""],[10050,"Template App Zabbix Agent",3,0,0,2,"","",0,0,0,"Template App Zabbix Agent",1,1,"","","",""],[10104,"Template ICMP Ping",3,0,0,2,"","",0,0,0,"Template ICMP Ping",1,1,"","","",""],[10111,"Template OS Vyatta",3,0,0,2,"","",0,0,0,"Template OS Vyatta",1,1,"","","",""],[10115,"Template VPN-Router",3,0,0,2,"","",0,0,0,"Template VPN-Router",1,1,"","","",""],[10564,"agent-hostname",0,1,-1,2,"","",0,0,0,"agent-hostname",1,1,"","","",""]]},"interface":{"fields":["interfaceid","hostid","main","type","useip","ip","dns","port","bulk"],"data":[[408,10564,1,1,1,"10.255.30.5","","10050",1]]},"hosts_templates":{"fields":["hosttemplateid","hostid","templateid"],"data":[[4,10001,10050],[46,10115,10001],[48,10115,10111],[52,10115,10104],[482,10564,10115]]},"hostmacro":{"fields":["hostmacroid","hostid","macro","value"],"data":[]},"items":{"fields":["itemid","type","snmp_community","snmp_oid","hostid","key_","delay","status","value_type","trapper_hosts","snmpv3_securityname","snmpv3_securitylevel","snmpv3_authpassphrase","snmpv3_privpassphrase","lastlogsize","logtimefmt","params","ipmi_sensor","authtype","username","password","publickey","privatekey","mtime","flags","interfaceid","port","snmpv3_authprotocol","snmpv3_privprotocol","snmpv3_contextname","jmx_endpoint","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"],"data":[[54202,0,"","",10564,"net.if.discovery","1h",0,4,"","",0,"","",0,"","","",0,"","","","",0,1,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54203,0,"","",10564,"vfs.fs.discovery","1h",0,4,"","",0,"","",0,"","","",0,"","","","",0,1,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54204,0,"","",10564,"agent.hostname","1h",0,1,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54205,0,"","",10564,"agent.ping","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54206,0,"","",10564,"agent.version","1h",0,1,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54207,3,"","",10564,"icmpping","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54208,3,"","",10564,"icmppingloss","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54209,3,"","",10564,"icmppingsec","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54210,0,"","",10564,"kernel.maxfiles","1h",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54211,0,"","",10564,"kernel.maxproc","1h",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54212,0,"","",10564,"net.if.in[eth0,bytes]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54213,0,"","",10564,"net.if.in[eth0,dropped]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54214,0,"","",10564,"net.if.in[eth0,errors]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54215,0,"","",10564,"net.if.in[eth0,packets]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54216,0,"","",10564,"net.if.in[eth1,bytes]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54217,0,"","",10564,"net.if.in[eth1,dropped]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54218,0,"","",10564,"net.if.in[eth1,errors]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54219,0,"","",10564,"net.if.in[eth1,packets]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54220,0,"","",10564,"net.if.in[eth2,bytes]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54221,0,"","",10564,"net.if.in[eth2,dropped]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54222,0,"","",10564,"net.if.in[eth2,errors]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54223,0,"","",10564,"net.if.in[eth2,packets]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54224,0,"","",10564,"net.if.out[eth0,bytes]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54225,0,"","",10564,"net.if.out[eth0,dropped]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54226,0,"","",10564,"net.if.out[eth0,errors]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54227,0,"","",10564,"net.if.out[eth0,packets]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54228,0,"","",10564,"net.if.out[eth1,bytes]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54229,0,"","",10564,"net.if.out[eth1,dropped]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54230,0,"","",10564,"net.if.out[eth1,errors]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54231,0,"","",10564,"net.if.out[eth1,packets]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54232,0,"","",10564,"net.if.out[eth2,bytes]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54233,0,"","",10564,"net.if.out[eth2,dropped]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54234,0,"","",10564,"net.if.out[eth2,errors]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54235,0,"","",10564,"net.if.out[eth2,packets]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54236,0,"","",10564,"net.tcp.service[tcp,,3128]","10m",1,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54237,0,"","",10564,"net.udp.listen[123]","10m",1,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54238,0,"","",10564,"net.udp.listen[161]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54239,0,"","",10564,"net.udp.listen[67]","10m",1,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54240,0,"","",10564,"net.udp.listen[9000]","10m",1,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54241,0,"","",10564,"proc.mem[bgpd,quagga]","10m",1,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54242,0,"","",10564,"proc.mem[dhcpd3]","10m",1,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54243,0,"","",10564,"proc.mem[hostapd]","10m",1,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54244,0,"","",10564,"proc.mem[netplugd]","10m",1,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54245,0,"","",10564,"proc.mem[openvpn]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54246,0,"","",10564,"proc.mem[ospf6d,quagga]","10m",1,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54247,0,"","",10564,"proc.mem[ospfd,quagga]","10m",1,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54248,0,"","",10564,"proc.mem[ripngd,quagga]","10m",1,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54249,0,"","",10564,"proc.mem[snmpd]","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54250,0,"","",10564,"proc.mem[squid3]","10m",1,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54251,0,"","",10564,"proc.mem[zebra,quagga]","10m",1,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54252,0,"","",10564,"proc.num[,,run]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54253,0,"","",10564,"proc.num[]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54254,0,"","",10564,"proc.num[bgpd,quagga]","10m",1,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54255,0,"","",10564,"proc.num[hostapd]","10m",1,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54256,0,"","",10564,"proc.num[netplugd]","10m",1,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54257,0,"","",10564,"proc.num[ospf6d,quagga]","10m",1,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54258,0,"","",10564,"proc.num[ospfd,quagga]","10m",1,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54259,0,"","",10564,"proc.num[ripd,quagga]","10m",1,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54260,0,"","",10564,"proc.num[ripngd,quagga]","10m",1,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54261,0,"","",10564,"proc.num[zebra,quagga]","10m",1,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54262,0,"","",10564,"system.boottime","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54263,0,"","",10564,"system.cpu.intr","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54264,0,"","",10564,"system.cpu.load[percpu,avg15]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54265,0,"","",10564,"system.cpu.load[percpu,avg1]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54266,0,"","",10564,"system.cpu.load[percpu,avg5]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54267,0,"","",10564,"system.cpu.switches","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54268,0,"","",10564,"system.cpu.util[,idle]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54269,0,"","",10564,"system.cpu.util[,interrupt]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54270,0,"","",10564,"system.cpu.util[,iowait]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54271,0,"","",10564,"system.cpu.util[,nice]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54272,0,"","",10564,"system.cpu.util[,softirq]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54273,0,"","",10564,"system.cpu.util[,steal]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54274,0,"","",10564,"system.cpu.util[,system]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54275,0,"","",10564,"system.cpu.util[,user]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54276,0,"","",10564,"system.hostname","1h",0,1,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54277,0,"","",10564,"system.localtime","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54278,0,"","",10564,"system.swap.size[,free]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54279,0,"","",10564,"system.swap.size[,pfree]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54280,0,"","",10564,"system.swap.size[,total]","1h",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54281,0,"","",10564,"system.uname","1h",0,1,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54282,0,"","",10564,"system.uptime","10m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54283,0,"","",10564,"system.users.num","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54284,0,"","",10564,"vfs.file.cksum[/config/config.boot]","1h",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54285,0,"","",10564,"vfs.file.cksum[/etc/passwd]","1h",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54286,0,"","",10564,"vm.memory.size[available]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54287,0,"","",10564,"vm.memory.size[total]","1h",0,3,"","",0,"","",0,"","","",0,"","","","",0,0,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54288,0,"","",10564,"net.if.in[{#IFNAME}]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,2,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54289,0,"","",10564,"net.if.out[{#IFNAME}]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,2,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54290,0,"","",10564,"vfs.fs.inode[{#FSNAME},pfree]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,2,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54291,0,"","",10564,"vfs.fs.size[{#FSNAME},free]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,2,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54292,0,"","",10564,"vfs.fs.size[{#FSNAME},pfree]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,2,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54293,0,"","",10564,"vfs.fs.size[{#FSNAME},total]","1h",0,3,"","",0,"","",0,"","","",0,"","","","",0,2,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54294,0,"","",10564,"vfs.fs.size[{#FSNAME},used]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,2,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54433,0,"","",10564,"net.if.in[eth0]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54434,0,"","",10564,"net.if.in[vtun1]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54435,0,"","",10564,"net.if.in[eth1]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54436,0,"","",10564,"net.if.out[eth0]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54437,0,"","",10564,"net.if.out[vtun1]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54438,0,"","",10564,"net.if.out[eth1]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54439,0,"","",10564,"vfs.fs.inode[/lib/live/mount/persistence,pfree]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54440,0,"","",10564,"vfs.fs.inode[/opt/vyatta/etc/config,pfree]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54441,0,"","",10564,"vfs.fs.inode[/boot,pfree]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54442,0,"","",10564,"vfs.fs.inode[/boot/grub,pfree]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54443,0,"","",10564,"vfs.fs.inode[/lib/live/mount/persistence/boot/0.0.91/grub,pfree]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54444,0,"","",10564,"vfs.fs.size[/lib/live/mount/persistence,free]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54445,0,"","",10564,"vfs.fs.size[/opt/vyatta/etc/config,free]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54446,0,"","",10564,"vfs.fs.size[/boot,free]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54447,0,"","",10564,"vfs.fs.size[/boot/grub,free]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54448,0,"","",10564,"vfs.fs.size[/lib/live/mount/persistence/boot/0.0.91/grub,free]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54449,0,"","",10564,"vfs.fs.size[/lib/live/mount/persistence,pfree]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54450,0,"","",10564,"vfs.fs.size[/opt/vyatta/etc/config,pfree]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54451,0,"","",10564,"vfs.fs.size[/boot,pfree]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54452,0,"","",10564,"vfs.fs.size[/boot/grub,pfree]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54453,0,"","",10564,"vfs.fs.size[/lib/live/mount/persistence/boot/0.0.91/grub,pfree]","1m",0,0,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54454,0,"","",10564,"vfs.fs.size[/lib/live/mount/persistence,total]","1h",0,3,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54455,0,"","",10564,"vfs.fs.size[/opt/vyatta/etc/config,total]","1h",0,3,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54456,0,"","",10564,"vfs.fs.size[/boot,total]","1h",0,3,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54457,0,"","",10564,"vfs.fs.size[/boot/grub,total]","1h",0,3,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54458,0,"","",10564,"vfs.fs.size[/lib/live/mount/persistence/boot/0.0.91/grub,total]","1h",0,3,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54459,0,"","",10564,"vfs.fs.size[/lib/live/mount/persistence,used]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54460,0,"","",10564,"vfs.fs.size[/opt/vyatta/etc/config,used]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54461,0,"","",10564,"vfs.fs.size[/boot,used]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54462,0,"","",10564,"vfs.fs.size[/boot/grub,used]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0],[54463,0,"","",10564,"vfs.fs.size[/lib/live/mount/persistence/boot/0.0.91/grub,used]","1m",0,3,"","",0,"","",0,"","","",0,"","","","",0,4,408,"",0,0,"","","3s","","","","200",1,0,"","",0,1,0,"","","",0,0,0]]},"drules":{"fields":["druleid","name","iprange","delay"],"data":[]},"dchecks":{"fields":["dcheckid","druleid","type","key_","snmp_community","ports","snmpv3_securityname","snmpv3_securitylevel","snmpv3_authpassphrase","snmpv3_privpassphrase","uniq","snmpv3_authprotocol","snmpv3_privprotocol","snmpv3_contextname"],"data":[]},"regexps":{"fields":["regexpid","name"],"data":[[1,"File systems for discovery"],[2,"Network interfaces for discovery"],[3,"Storage devices for SNMP discovery"]]},"expressions":{"fields":["expressionid","regexpid","expression","expression_type","exp_delimiter","case_sensitive"],"data":[[1,1,"^(btrfs|ext2|ext3|ext4|jfs|reiser|xfs|ffs|ufs|jfs|jfs2|vxfs|hfs|refs|ntfs|fat32|zfs)$",3,",",0],[2,2,"^lo$",4,",",1],[3,3,"^(Physical memory|Virtual memory|Memory buffers|Cached memory|Swap space)$",4,",",1],[4,2,"^Software Loopback Interface",4,",",1]]},"hstgrp":{"fields":["groupid"],"data":[[5]]},"config":{"fields":["configid","refresh_unsupported","discovery_groupid","snmptrap_logging"],"data":[[1,"10m",5,1]]},"httptest":{"fields":["httptestid","name","delay","agent","authentication","http_user","http_password","hostid","http_proxy","retries","ssl_cert_file","ssl_key_file","ssl_key_password","verify_peer","verify_host"],"data":[]},"httptestitem":{"fields":["httptestitemid","httptestid","itemid","type"],"data":[]},"httptest_field":{"fields":["httptest_fieldid","httptestid","type","name","value"],"data":[]},"httpstep":{"fields":["httpstepid","httptestid","name","no","url","timeout","posts","required","status_codes","follow_redirects","retrieve_mode","post_type"],"data":[]},"httpstepitem":{"fields":["httpstepitemid","httpstepid","itemid","type"],"data":[]},"httpstep_field":{"fields":["httpstep_fieldid","httpstepid","type","name","value"],"data":[]}}] from server 2634:20190130:204754.297 End of get_data_from_server():SUCCEED 2634:20190130:204754.297 received configuration data from server at "10.255.0.1", datalen 24882 2634:20190130:204754.298 In process_proxyconfig() 2641:20190130:204754.298 __zbx_zbx_setproctitle() title:'discoverer #3 [connecting to the database]' 2641:20190130:204754.298 In DBconnect() flag:0 2641:20190130:204754.298 query without transaction detected 2641:20190130:204754.298 query [txnlev:0] [pragma synchronous=0] 2649:20190130:204754.298 __zbx_zbx_setproctitle() title:'poller #3 [connecting to the database]' 2649:20190130:204754.298 In DBconnect() flag:0 2649:20190130:204754.298 query without transaction detected 2649:20190130:204754.298 query [txnlev:0] [pragma synchronous=0] 2648:20190130:204754.298 In DBconnect() flag:0 2648:20190130:204754.298 query without transaction detected 2648:20190130:204754.298 query [txnlev:0] [pragma synchronous=0] 2640:20190130:204754.298 query without transaction detected 2640:20190130:204754.298 query [txnlev:0] [pragma synchronous=0] 2639:20190130:204754.298 __zbx_zbx_setproctitle() title:'discoverer #1 [connecting to the database]' 2651:20190130:204754.298 __zbx_zbx_setproctitle() title:'poller #5 [connecting to the database]' 2651:20190130:204754.298 In DBconnect() flag:0 2651:20190130:204754.298 query without transaction detected 2651:20190130:204754.298 query [txnlev:0] [pragma synchronous=0] 2650:20190130:204754.298 __zbx_zbx_setproctitle() title:'poller #4 [connecting to the database]' 2650:20190130:204754.298 In DBconnect() flag:0 2650:20190130:204754.299 query without transaction detected 2650:20190130:204754.299 query [txnlev:0] [pragma synchronous=0] 2639:20190130:204754.299 In DBconnect() flag:0 2639:20190130:204754.299 query without transaction detected 2639:20190130:204754.299 query [txnlev:0] [pragma synchronous=0] 2634:20190130:204754.304 query [txnlev:1] [begin;] 2634:20190130:204754.304 In process_proxyconfig_table() table:'globalmacro' 2634:20190130:204754.305 query [txnlev:1] [select globalmacroid,macro,value from globalmacro] 2634:20190130:204754.305 End of process_proxyconfig_table():SUCCEED 2634:20190130:204754.305 In process_proxyconfig_table() table:'hosts' 2634:20190130:204754.305 query [txnlev:1] [select hostid,host,status,available,ipmi_authtype,ipmi_privilege,ipmi_username,ipmi_password,ipmi_available,snmp_available,jmx_available,name,tls_connect,tls_accept,tls_issuer,tls_subject,tls_psk_identity,tls_psk from hosts] 2634:20190130:204754.305 End of process_proxyconfig_table():SUCCEED 2634:20190130:204754.305 In process_proxyconfig_table() table:'interface' 2634:20190130:204754.305 query [txnlev:1] [select interfaceid,hostid,main,type,useip,ip,dns,port,bulk from interface] 2634:20190130:204754.305 End of process_proxyconfig_table():SUCCEED 2634:20190130:204754.305 In process_proxyconfig_table() table:'hosts_templates' 2634:20190130:204754.305 query [txnlev:1] [select hosttemplateid,hostid,templateid from hosts_templates] 2634:20190130:204754.305 End of process_proxyconfig_table():SUCCEED 2634:20190130:204754.305 In process_proxyconfig_table() table:'hostmacro' 2634:20190130:204754.306 query [txnlev:1] [select hostmacroid,hostid,macro,value from hostmacro] 2634:20190130:204754.306 End of process_proxyconfig_table():SUCCEED 2634:20190130:204754.306 In process_proxyconfig_table() table:'items' 2634:20190130:204754.306 query [txnlev:1] [select itemid,type,snmp_community,snmp_oid,hostid,key_,delay,status,value_type,trapper_hosts,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,lastlogsize,logtimefmt,params,ipmi_sensor,authtype,username,password,publickey,privatekey,mtime,flags,interfaceid,port,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname,jmx_endpoint,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 from items] 2634:20190130:204754.308 End of process_proxyconfig_table():SUCCEED 2634:20190130:204754.308 In process_proxyconfig_table() table:'drules' 2634:20190130:204754.308 query [txnlev:1] [select druleid,name,iprange,delay from drules] 2634:20190130:204754.308 End of process_proxyconfig_table():SUCCEED 2634:20190130:204754.309 In process_proxyconfig_table() table:'dchecks' 2634:20190130:204754.309 query [txnlev:1] [select dcheckid,druleid,type,key_,snmp_community,ports,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authpassphrase,snmpv3_privpassphrase,uniq,snmpv3_authprotocol,snmpv3_privprotocol,snmpv3_contextname from dchecks] 2652:20190130:204754.309 query without transaction detected 2652:20190130:204754.309 query [txnlev:0] [pragma temp_store=2] 2634:20190130:204754.309 End of process_proxyconfig_table():SUCCEED 2634:20190130:204754.309 In process_proxyconfig_table() table:'regexps' 2634:20190130:204754.309 query [txnlev:1] [select regexpid,name from regexps] 2634:20190130:204754.309 End of process_proxyconfig_table():SUCCEED 2634:20190130:204754.309 In process_proxyconfig_table() table:'expressions' 2634:20190130:204754.309 query [txnlev:1] [select expressionid,regexpid,expression,expression_type,exp_delimiter,case_sensitive from expressions] 2634:20190130:204754.309 End of process_proxyconfig_table():SUCCEED 2634:20190130:204754.309 In process_proxyconfig_table() table:'hstgrp' 2634:20190130:204754.309 query [txnlev:1] [select groupid from hstgrp] 2634:20190130:204754.309 End of process_proxyconfig_table():SUCCEED 2634:20190130:204754.309 In process_proxyconfig_table() table:'config' 2634:20190130:204754.309 query [txnlev:1] [select configid,refresh_unsupported,discovery_groupid,snmptrap_logging from config] 2634:20190130:204754.309 End of process_proxyconfig_table():SUCCEED 2634:20190130:204754.309 In process_proxyconfig_table() table:'httptest' 2634:20190130:204754.310 query [txnlev:1] [select httptestid,name,delay,agent,authentication,http_user,http_password,hostid,http_proxy,retries,ssl_cert_file,ssl_key_file,ssl_key_password,verify_peer,verify_host from httptest] 2634:20190130:204754.310 End of process_proxyconfig_table():SUCCEED 2634:20190130:204754.310 In process_proxyconfig_table() table:'httptestitem' 2634:20190130:204754.310 query [txnlev:1] [select httptestitemid,httptestid,itemid,type from httptestitem] 2634:20190130:204754.310 End of process_proxyconfig_table():SUCCEED 2634:20190130:204754.310 In process_proxyconfig_table() table:'httptest_field' 2634:20190130:204754.310 query [txnlev:1] [select httptest_fieldid,httptestid,type,name,value from httptest_field] 2634:20190130:204754.310 End of process_proxyconfig_table():SUCCEED 2634:20190130:204754.310 In process_proxyconfig_table() table:'httpstep' 2634:20190130:204754.310 query [txnlev:1] [select httpstepid,httptestid,name,no,url,timeout,posts,required,status_codes,follow_redirects,retrieve_mode,post_type from httpstep] 2634:20190130:204754.310 End of process_proxyconfig_table():SUCCEED 2634:20190130:204754.310 In process_proxyconfig_table() table:'httpstepitem' 2634:20190130:204754.310 query [txnlev:1] [select httpstepitemid,httpstepid,itemid,type from httpstepitem] 2634:20190130:204754.310 End of process_proxyconfig_table():SUCCEED 2634:20190130:204754.310 In process_proxyconfig_table() table:'httpstep_field' 2634:20190130:204754.310 query [txnlev:1] [select httpstep_fieldid,httpstepid,type,name,value from httpstep_field] 2634:20190130:204754.310 End of process_proxyconfig_table():SUCCEED 2634:20190130:204754.311 query [txnlev:1] [commit;] 2647:20190130:204754.311 query without transaction detected 2647:20190130:204754.311 query [txnlev:0] [pragma temp_store=2] 2634:20190130:204754.341 In DCsync_configuration() 2634:20190130:204754.341 query [txnlev:0] [select refresh_unsupported,discovery_groupid,snmptrap_logging,severity_name_0,severity_name_1,severity_name_2,severity_name_3,severity_name_4,severity_name_5,hk_events_mode,hk_events_trigger,hk_events_internal,hk_events_discovery,hk_events_autoreg,hk_services_mode,hk_services,hk_audit_mode,hk_audit,hk_sessions_mode,hk_sessions,hk_history_mode,hk_history_global,hk_history,hk_trends_mode,hk_trends_global,hk_trends,default_inventory_mode from config order by configid] 2650:20190130:204754.341 query without transaction detected 2650:20190130:204754.341 query [txnlev:0] [pragma temp_store=2] 2641:20190130:204754.341 query without transaction detected 2641:20190130:204754.341 query [txnlev:0] [pragma temp_store=2] 2649:20190130:204754.341 query without transaction detected 2649:20190130:204754.341 query [txnlev:0] [pragma temp_store=2] 2640:20190130:204754.341 query without transaction detected 2640:20190130:204754.341 query [txnlev:0] [pragma temp_store=2] 2648:20190130:204754.341 query without transaction detected 2648:20190130:204754.341 query [txnlev:0] [pragma temp_store=2] 2652:20190130:204754.341 query without transaction detected 2652:20190130:204754.341 query [txnlev:0] [pragma temp_store_directory='/config/user-data/zabbix/'] 2652:20190130:204754.342 End of DBconnect():0 2652:20190130:204754.342 __zbx_zbx_setproctitle() title:'unreachable poller #1 [got 0 values in 0.000000 sec, getting values]' 2652:20190130:204754.342 In get_values() 2652:20190130:204754.342 In DCconfig_get_poller_items() poller_type:1 2652:20190130:204754.342 End of DCconfig_get_poller_items():0 2652:20190130:204754.342 In DCconfig_get_poller_nextcheck() poller_type:1 2652:20190130:204754.342 End of DCconfig_get_poller_nextcheck():-1 2652:20190130:204754.342 End of get_values():0 2652:20190130:204754.342 __zbx_zbx_setproctitle() title:'unreachable poller #1 [got 0 values in 0.000229 sec, idle 5 sec]' 2647:20190130:204754.342 query without transaction detected 2647:20190130:204754.342 query [txnlev:0] [pragma temp_store_directory='/config/user-data/zabbix/'] 2647:20190130:204754.342 End of DBconnect():0 2647:20190130:204754.342 __zbx_zbx_setproctitle() title:'poller #1 [got 0 values in 0.000000 sec, getting values]' 2647:20190130:204754.342 In get_values() 2647:20190130:204754.342 In DCconfig_get_poller_items() poller_type:0 2647:20190130:204754.342 End of DCconfig_get_poller_items():0 2647:20190130:204754.342 In DCconfig_get_poller_nextcheck() poller_type:0 2647:20190130:204754.342 End of DCconfig_get_poller_nextcheck():1548866892 2647:20190130:204754.342 End of get_values():0 2647:20190130:204754.342 __zbx_zbx_setproctitle() title:'poller #1 [got 0 values in 0.000274 sec, idle 5 sec]' 2634:20190130:204754.342 In DCsync_config() 2634:20190130:204754.342 End of DCsync_config() 2634:20190130:204754.342 query [txnlev:0] [select hostid,templateid from hosts_templates order by hostid] 2634:20190130:204754.342 query [txnlev:0] [select globalmacroid,macro,value from globalmacro] 2634:20190130:204754.343 query [txnlev:0] [select hostmacroid,hostid,macro,value from hostmacro] 2634:20190130:204754.343 In DCsync_htmpls() 2634:20190130:204754.343 End of DCsync_htmpls() 2634:20190130:204754.343 In DCsync_gmacros() 2634:20190130:204754.343 End of DCsync_gmacros() 2634:20190130:204754.343 In DCsync_hmacros() 2634:20190130:204754.343 End of DCsync_hmacros() 2634:20190130:204754.343 query [txnlev:0] [select hostid,proxy_hostid,host,ipmi_authtype,ipmi_privilege,ipmi_username,ipmi_password,maintenance_status,maintenance_type,maintenance_from,errors_from,available,disable_until,snmp_errors_from,snmp_available,snmp_disable_until,ipmi_errors_from,ipmi_available,ipmi_disable_until,jmx_errors_from,jmx_available,jmx_disable_until,status,name,lastaccess,error,snmp_error,ipmi_error,jmx_error,tls_connect,tls_accept,proxy_address,auto_compress,maintenanceid from hosts where status in (0,1,5,6) and flags<>2] 2634:20190130:204754.343 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] 2634:20190130:204754.343 query [txnlev:0] [select groupid,name from hstgrp] 2634:20190130:204754.343 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 order by hg.groupid] 2634:20190130:204754.343 query [txnlev:0] [select maintenanceid,maintenance_type,active_since,active_till,tags_evaltype from maintenances] 2634:20190130:204754.343 query [txnlev:0] [select maintenancetagid,maintenanceid,operator,tag,value from maintenance_tag] 2634:20190130:204754.344 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] 2639:20190130:204754.344 query without transaction detected 2639:20190130:204754.344 query [txnlev:0] [pragma temp_store=2] 2634:20190130:204754.344 query [txnlev:0] [select maintenanceid,groupid from maintenances_groups order by maintenanceid] 2634:20190130:204754.344 query [txnlev:0] [select maintenanceid,hostid from maintenances_hosts order by maintenanceid] 2634:20190130:204754.344 In DCsync_hosts() 2634:20190130:204754.344 End of DCsync_hosts() 2634:20190130:204754.344 In DCsync_host_inventory() 2634:20190130:204754.344 End of DCsync_host_inventory() 2634:20190130:204754.344 In DCsync_hostgroups() 2634:20190130:204754.344 End of DCsync_hostgroups() 2634:20190130:204754.344 In DCsync_hostgroup_hosts() 2634:20190130:204754.344 End of DCsync_hostgroup_hosts() 2634:20190130:204754.344 In DCsync_maintenances() 2634:20190130:204754.344 End of DCsync_maintenances() 2634:20190130:204754.344 In DCsync_maintenance_tags() 2634:20190130:204754.344 End of DCsync_maintenance_tags() 2634:20190130:204754.344 In DCsync_maintenance_groups() 2634:20190130:204754.344 End of DCsync_maintenance_groups() 2634:20190130:204754.344 In DCsync_maintenance_hosts() 2634:20190130:204754.344 End of DCsync_maintenance_hosts() 2634:20190130:204754.344 In DCsync_maintenance_periods() 2634:20190130:204754.345 End of DCsync_maintenance_periods() 2634:20190130:204754.345 query [txnlev:0] [select interfaceid,hostid,type,main,useip,ip,dns,port,bulk from interface] 2651:20190130:204754.345 query without transaction detected 2651:20190130:204754.345 query [txnlev:0] [pragma temp_store=2] 2649:20190130:204754.345 query without transaction detected 2649:20190130:204754.345 query [txnlev:0] [pragma temp_store_directory='/config/user-data/zabbix/'] 2649:20190130:204754.345 End of DBconnect():0 2649:20190130:204754.345 __zbx_zbx_setproctitle() title:'poller #3 [got 0 values in 0.000000 sec, getting values]' 2649:20190130:204754.345 In get_values() 2649:20190130:204754.345 In DCconfig_get_poller_items() poller_type:0 2649:20190130:204754.345 End of DCconfig_get_poller_items():0 2649:20190130:204754.345 In DCconfig_get_poller_nextcheck() poller_type:0 2649:20190130:204754.345 End of DCconfig_get_poller_nextcheck():1548866892 2649:20190130:204754.345 End of get_values():0 2649:20190130:204754.345 __zbx_zbx_setproctitle() title:'poller #3 [got 0 values in 0.000191 sec, idle 5 sec]' 2640:20190130:204754.345 query without transaction detected 2640:20190130:204754.345 query [txnlev:0] [pragma temp_store_directory='/config/user-data/zabbix/'] 2640:20190130:204754.345 End of DBconnect():0 2640:20190130:204754.345 __zbx_zbx_setproctitle() title:'discoverer #2 [processed 0 rules in 0.000000 sec, performing discovery]' 2640:20190130:204754.345 query [txnlev:0] [select distinct r.druleid,r.iprange,r.name,c.dcheckid,r.proxy_hostid,r.delay from drules r left join dchecks c on c.druleid=r.druleid and c.uniq=1 where r.status=0 and r.nextcheck<=1548866874 and r.druleid%3=1] 2640:20190130:204754.345 query [txnlev:0] [select count(*),min(nextcheck) from drules where status=0 and druleid%3=1] 2640:20190130:204754.345 get_minnextcheck(): no items to update 2640:20190130:204754.345 __zbx_zbx_setproctitle() title:'discoverer #2 [processed 0 rules in 0.000172 sec, idle 60 sec]' 2648:20190130:204754.346 query without transaction detected 2648:20190130:204754.346 query [txnlev:0] [pragma temp_store_directory='/config/user-data/zabbix/'] 2648:20190130:204754.346 End of DBconnect():0 2648:20190130:204754.346 __zbx_zbx_setproctitle() title:'poller #2 [got 0 values in 0.000000 sec, getting values]' 2648:20190130:204754.346 In get_values() 2648:20190130:204754.346 In DCconfig_get_poller_items() poller_type:0 2648:20190130:204754.346 End of DCconfig_get_poller_items():0 2648:20190130:204754.346 In DCconfig_get_poller_nextcheck() poller_type:0 2648:20190130:204754.346 End of DCconfig_get_poller_nextcheck():1548866892 2648:20190130:204754.346 End of get_values():0 2648:20190130:204754.346 __zbx_zbx_setproctitle() title:'poller #2 [got 0 values in 0.000194 sec, idle 5 sec]' 2650:20190130:204754.346 query without transaction detected 2650:20190130:204754.346 query [txnlev:0] [pragma temp_store_directory='/config/user-data/zabbix/'] 2650:20190130:204754.346 End of DBconnect():0 2650:20190130:204754.346 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000000 sec, getting values]' 2650:20190130:204754.346 In get_values() 2650:20190130:204754.346 In DCconfig_get_poller_items() poller_type:0 2650:20190130:204754.346 End of DCconfig_get_poller_items():0 2650:20190130:204754.346 In DCconfig_get_poller_nextcheck() poller_type:0 2650:20190130:204754.346 End of DCconfig_get_poller_nextcheck():1548866892 2650:20190130:204754.346 End of get_values():0 2650:20190130:204754.346 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000209 sec, idle 5 sec]' 2639:20190130:204754.346 query without transaction detected 2639:20190130:204754.346 query [txnlev:0] [pragma temp_store_directory='/config/user-data/zabbix/'] 2639:20190130:204754.346 End of DBconnect():0 2639:20190130:204754.346 __zbx_zbx_setproctitle() title:'discoverer #1 [processed 0 rules in 0.000000 sec, performing discovery]' 2639:20190130:204754.346 query [txnlev:0] [select distinct r.druleid,r.iprange,r.name,c.dcheckid,r.proxy_hostid,r.delay from drules r left join dchecks c on c.druleid=r.druleid and c.uniq=1 where r.status=0 and r.nextcheck<=1548866874 and r.druleid%3=0] 2639:20190130:204754.346 query [txnlev:0] [select count(*),min(nextcheck) from drules where status=0 and druleid%3=0] 2639:20190130:204754.347 get_minnextcheck(): no items to update 2639:20190130:204754.347 __zbx_zbx_setproctitle() title:'discoverer #1 [processed 0 rules in 0.000189 sec, idle 60 sec]' 2641:20190130:204754.347 query without transaction detected 2641:20190130:204754.347 query [txnlev:0] [pragma temp_store_directory='/config/user-data/zabbix/'] 2641:20190130:204754.347 End of DBconnect():0 2641:20190130:204754.347 __zbx_zbx_setproctitle() title:'discoverer #3 [processed 0 rules in 0.000000 sec, performing discovery]' 2641:20190130:204754.347 query [txnlev:0] [select distinct r.druleid,r.iprange,r.name,c.dcheckid,r.proxy_hostid,r.delay from drules r left join dchecks c on c.druleid=r.druleid and c.uniq=1 where r.status=0 and r.nextcheck<=1548866874 and r.druleid%3=2] 2641:20190130:204754.347 query [txnlev:0] [select count(*),min(nextcheck) from drules where status=0 and druleid%3=2] 2641:20190130:204754.347 get_minnextcheck(): no items to update 2641:20190130:204754.347 __zbx_zbx_setproctitle() title:'discoverer #3 [processed 0 rules in 0.000170 sec, idle 60 sec]' 2651:20190130:204754.347 query without transaction detected 2651:20190130:204754.347 query [txnlev:0] [pragma temp_store_directory='/config/user-data/zabbix/'] 2651:20190130:204754.347 End of DBconnect():0 2651:20190130:204754.347 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000000 sec, getting values]' 2651:20190130:204754.347 In get_values() 2651:20190130:204754.347 In DCconfig_get_poller_items() poller_type:0 2651:20190130:204754.347 End of DCconfig_get_poller_items():0 2651:20190130:204754.347 In DCconfig_get_poller_nextcheck() poller_type:0 2651:20190130:204754.347 End of DCconfig_get_poller_nextcheck():1548866892 2651:20190130:204754.347 End of get_values():0 2651:20190130:204754.347 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000187 sec, idle 5 sec]' 2634:20190130:204754.347 query [txnlev:0] [select i.itemid,i.hostid,i.status,i.type,i.value_type,i.key_,i.snmp_community,i.snmp_oid,i.port,i.snmpv3_securityname,i.snmpv3_securitylevel,i.snmpv3_authpassphrase,i.snmpv3_privpassphrase,i.ipmi_sensor,i.delay,i.trapper_hosts,i.logtimefmt,i.params,i.state,i.authtype,i.username,i.password,i.publickey,i.privatekey,i.flags,i.interfaceid,i.snmpv3_authprotocol,i.snmpv3_privprotocol,i.snmpv3_contextname,i.lastlogsize,i.mtime,i.history,i.trends,i.inventory_link,i.valuemapid,i.units,i.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 from items i,hosts h where i.hostid=h.hostid and h.status in (0,1) and i.flags<>2] 2634:20190130:204754.349 query [txnlev:0] [select pp.item_preprocid,pp.itemid,pp.type,pp.params,pp.step,i.hostid from item_preproc pp,items i,hosts h where pp.itemid=i.itemid and i.hostid=h.hostid and h.status in (0,1) and i.flags<>2 order by pp.itemid] 2634:20190130:204754.349 In DCsync_interfaces() 2634:20190130:204754.349 End of DCsync_interfaces() 2634:20190130:204754.349 In DCsync_items() 2634:20190130:204754.349 End of DCsync_items() 2634:20190130:204754.349 In DCsync_item_preproc() 2634:20190130:204754.349 End of DCsync_item_preproc() 2634:20190130:204754.349 query [txnlev:0] [select i.itemid,f.functionid,f.name,f.parameter,t.triggerid from hosts h,items i,functions f,triggers t where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=t.triggerid and h.status in (0,1) and t.flags<>2] 2634:20190130:204754.350 In DCsync_functions() 2634:20190130:204754.350 End of DCsync_functions() 2634:20190130:204754.350 query [txnlev:0] [select distinct t.triggerid,t.description,t.expression,t.error,t.priority,t.type,t.value,t.state,t.lastchange,t.status,t.recovery_mode,t.recovery_expression,t.correlation_mode,t.correlation_tag from hosts h,items i,functions f,triggers t where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=t.triggerid and h.status in (0,1) and t.flags<>2] 2634:20190130:204754.350 query [txnlev:0] [select distinct d.triggerid_down,d.triggerid_up from trigger_depends d,triggers t,hosts h,items i,functions f where t.triggerid=d.triggerid_down and t.flags<>2 and h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=d.triggerid_down and h.status in (0,1)] 2634:20190130:204754.350 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] 2634:20190130:204754.350 query [txnlev:0] [select actionid,eventsource,evaltype,formula from actions where status=0] 2634:20190130:204754.350 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] 2634:20190130:204754.350 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] 2634:20190130:204754.350 query [txnlev:0] [select distinct tt.triggertagid,tt.triggerid,tt.tag,tt.value from trigger_tag tt,triggers t,hosts h,items i,functions f where t.triggerid=tt.triggerid and t.flags<>2 and h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=tt.triggerid and h.status in (0,1)] 2634:20190130:204754.351 query [txnlev:0] [select correlationid,name,evaltype,formula from correlation where status=0] 2634:20190130:204754.351 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] 2634:20190130:204754.351 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] 2634:20190130:204754.351 In DCsync_triggers() 2634:20190130:204754.351 End of DCsync_triggers() 2634:20190130:204754.351 In DCsync_trigdeps() 2634:20190130:204754.351 End of DCsync_trigdeps() 2634:20190130:204754.351 In DCsync_expressions() 2634:20190130:204754.351 End of DCsync_expressions() 2634:20190130:204754.351 In DCsync_actions() 2634:20190130:204754.351 End of DCsync_actions() 2634:20190130:204754.351 In DCsync_action_opss() 2634:20190130:204754.351 End of DCsync_action_opss() 2634:20190130:204754.351 In DCsync_action_conditions() 2634:20190130:204754.351 End of DCsync_action_conditions() 2634:20190130:204754.351 In DCsync_trigger_tags() 2634:20190130:204754.351 End of DCsync_trigger_tags() 2634:20190130:204754.351 In DCsync_correlations() 2634:20190130:204754.351 End of DCsync_correlations() 2634:20190130:204754.351 In DCsync_corr_conditions() 2634:20190130:204754.351 End of DCsync_corr_conditions() 2634:20190130:204754.351 In DCsync_corr_operations() 2634:20190130:204754.351 End of DCsync_corr_operations() 2634:20190130:204754.351 DCsync_configuration() config : sql:0.001440 sync:0.000060 sec (1/0/0). 2634:20190130:204754.352 DCsync_configuration() hosts : sql:0.000179 sync:0.000054 sec (0/0/0). 2634:20190130:204754.352 DCsync_configuration() host_invent: sql:0.000218 sync:0.000044 sec (0/0/0). 2634:20190130:204754.352 DCsync_configuration() templates : sql:0.000086 sync:0.000050 sec (0/0/0). 2634:20190130:204754.352 DCsync_configuration() globmacros : sql:0.000073 sync:0.000043 sec (0/0/0). 2634:20190130:204754.352 DCsync_configuration() hostmacros : sql:0.000089 sync:0.000042 sec (0/0/0). 2634:20190130:204754.352 DCsync_configuration() interfaces : sql:0.002882 sync:0.000058 sec (0/0/0). 2634:20190130:204754.352 DCsync_configuration() items : sql:0.001634 sync:0.000050 sec (0/0/0). 2634:20190130:204754.352 DCsync_configuration() triggers : sql:0.000200 sync:0.000049 sec (0/0/0). 2634:20190130:204754.352 DCsync_configuration() trigdeps : sql:0.000202 sync:0.000067 sec (0/0/0). 2634:20190130:204754.352 DCsync_configuration() trig. tags : sql:0.000240 sync:0.000041 sec (0/0/0). 2634:20190130:204754.352 DCsync_configuration() functions : sql:0.000170 sync:0.000071 sec (0/0/0). 2634:20190130:204754.352 DCsync_configuration() expressions: sql:0.000131 sync:0.000067 sec (0/0/0). 2634:20190130:204754.352 DCsync_configuration() actions : sql:0.000080 sync:0.000042 sec (0/0/0). 2634:20190130:204754.352 DCsync_configuration() operations : sql:0.000100 sync:0.000041 sec (0/0/0). 2634:20190130:204754.352 DCsync_configuration() conditions : sql:0.000093 sync:0.000041 sec (0/0/0). 2634:20190130:204754.352 DCsync_configuration() corr : sql:0.000079 sync:0.000041 sec (0/0/0). 2634:20190130:204754.352 DCsync_configuration() corr_cond : sql:0.000134 sync:0.000045 sec (0/0/0). 2634:20190130:204754.352 DCsync_configuration() corr_op : sql:0.000081 sync:0.000042 sec (0/0/0). 2634:20190130:204754.352 DCsync_configuration() hgroups : sql:0.000186 sync:0.000089 sec (0/0/0). 2634:20190130:204754.352 DCsync_configuration() item pproc : sql:0.000222 sync:0.000044 sec (0/0/0). 2634:20190130:204754.352 DCsync_configuration() maintenance: sql:0.000750 sync:0.000207 sec (0/0/0). 2634:20190130:204754.352 DCsync_configuration() reindex : 0.000000 sec. 2634:20190130:204754.352 DCsync_configuration() total sql : 0.009266 sec. 2634:20190130:204754.352 DCsync_configuration() total sync : 0.001287 sec. 2634:20190130:204754.352 DCsync_configuration() proxies : 0 (0 slots) 2634:20190130:204754.352 DCsync_configuration() hosts : 1 (11 slots) 2634:20190130:204754.352 DCsync_configuration() hosts_h : 1 (11 slots) 2634:20190130:204754.352 DCsync_configuration() hosts_p : 0 (0 slots) 2634:20190130:204754.352 DCsync_configuration() ipmihosts : 0 (0 slots) 2634:20190130:204754.352 DCsync_configuration() host_invent: 0 (0 slots) 2634:20190130:204754.352 DCsync_configuration() htmpls : 3 (11 slots) 2634:20190130:204754.352 DCsync_configuration() gmacros : 1 (11 slots) 2634:20190130:204754.352 DCsync_configuration() gmacros_m : 1 (11 slots) 2634:20190130:204754.352 DCsync_configuration() hmacros : 0 (0 slots) 2634:20190130:204754.352 DCsync_configuration() hmacros_hm : 0 (0 slots) 2634:20190130:204754.352 DCsync_configuration() interfaces : 1 (11 slots) 2634:20190130:204754.352 DCsync_configuration() interfac_ht: 1 (11 slots) 2634:20190130:204754.352 DCsync_configuration() if_snmpitms: 0 (0 slots) 2634:20190130:204754.352 DCsync_configuration() if_snmpaddr: 0 (0 slots) 2634:20190130:204754.352 DCsync_configuration() items : 117 (151 slots) 2634:20190130:204754.352 DCsync_configuration() items_hk : 117 (151 slots) 2634:20190130:204754.352 DCsync_configuration() numitems : 111 (151 slots) 2634:20190130:204754.352 DCsync_configuration() snmpitems : 0 (0 slots) 2634:20190130:204754.353 DCsync_configuration() ipmiitems : 0 (0 slots) 2634:20190130:204754.353 DCsync_configuration() trapitems : 0 (0 slots) 2634:20190130:204754.353 DCsync_configuration() dependentitems : 0 (0 slots) 2634:20190130:204754.353 DCsync_configuration() logitems : 0 (0 slots) 2634:20190130:204754.353 DCsync_configuration() dbitems : 0 (0 slots) 2634:20190130:204754.353 DCsync_configuration() sshitems : 0 (0 slots) 2634:20190130:204754.353 DCsync_configuration() telnetitems: 0 (0 slots) 2634:20190130:204754.353 DCsync_configuration() simpleitems: 3 (11 slots) 2634:20190130:204754.353 DCsync_configuration() jmxitems : 0 (0 slots) 2634:20190130:204754.353 DCsync_configuration() calcitems : 0 (0 slots) 2634:20190130:204754.353 DCsync_configuration() httpitems : 0 (0 slots) 2634:20190130:204754.353 DCsync_configuration() functions : 0 (101 slots) 2634:20190130:204754.353 DCsync_configuration() triggers : 0 (101 slots) 2634:20190130:204754.353 DCsync_configuration() trigdeps : 0 (0 slots) 2634:20190130:204754.353 DCsync_configuration() trig. tags : 0 (0 slots) 2634:20190130:204754.353 DCsync_configuration() expressions: 4 (11 slots) 2634:20190130:204754.353 DCsync_configuration() actions : 0 (0 slots) 2634:20190130:204754.353 DCsync_configuration() conditions : 0 (0 slots) 2634:20190130:204754.353 DCsync_configuration() corr. : 0 (0 slots) 2634:20190130:204754.353 DCsync_configuration() corr. conds: 0 (0 slots) 2634:20190130:204754.353 DCsync_configuration() corr. ops : 0 (0 slots) 2634:20190130:204754.353 DCsync_configuration() hgroups : 1 (11 slots) 2634:20190130:204754.353 DCsync_configuration() item procs : 0 (0 slots) 2634:20190130:204754.353 DCsync_configuration() maintenance: 0 (0 slots) 2634:20190130:204754.353 DCsync_configuration() maint tags : 0 (0 slots) 2634:20190130:204754.353 DCsync_configuration() maint time : 0 (0 slots) 2634:20190130:204754.353 DCsync_configuration() queue[0] : 93 (108 allocated) 2634:20190130:204754.353 DCsync_configuration() queue[1] : 0 (0 allocated) 2634:20190130:204754.353 DCsync_configuration() queue[2] : 0 (0 allocated) 2634:20190130:204754.353 DCsync_configuration() queue[3] : 3 (32 allocated) 2634:20190130:204754.353 DCsync_configuration() queue[4] : 0 (0 allocated) 2634:20190130:204754.353 DCsync_configuration() pqueue : 0 (0 allocated) 2634:20190130:204754.353 DCsync_configuration() timer queue: 0 (0 allocated) 2634:20190130:204754.353 DCsync_configuration() configfree : 98.484993% 2634:20190130:204754.353 DCsync_configuration() strings : 139 (227 slots) 2634:20190130:204754.353 === memory statistics for configuration cache === 2634:20190130:204754.353 free chunks of size 24 bytes: 2 2634:20190130:204754.353 free chunks of size >= 256 bytes: 2 2634:20190130:204754.353 min chunk size: 24 bytes 2634:20190130:204754.353 max chunk size: 8260872 bytes 2634:20190130:204754.353 memory of total size 8388232 bytes fragmented into 643 chunks 2634:20190130:204754.354 of those, 8261520 bytes are in 4 free chunks 2634:20190130:204754.354 of those, 116440 bytes are in 639 used chunks 2634:20190130:204754.354 ================================ 2634:20190130:204754.354 In DCdump_config() 2634:20190130:204754.354 refresh_unsupported:600 2634:20190130:204754.354 discovery_groupid:5 2634:20190130:204754.354 snmptrap_logging:1 2634:20190130:204754.354 default_inventory_mode:-1 2634:20190130:204754.354 severity names: 2634:20190130:204754.354 Not classified 2634:20190130:204754.354 Information 2634:20190130:204754.354 Warning 2634:20190130:204754.354 Average 2634:20190130:204754.354 High 2634:20190130:204754.354 Disaster 2634:20190130:204754.354 housekeeping: 2634:20190130:204754.354 events, mode:1 period:[trigger:31536000 internal:86400 autoreg:86400 discovery:86400] 2634:20190130:204754.354 audit, mode:1 period:31536000 2634:20190130:204754.354 it services, mode:1 period:31536000 2634:20190130:204754.354 user sessions, mode:1 period:31536000 2634:20190130:204754.354 history, mode:1 global:0 period:0 2634:20190130:204754.354 trends, mode:1 global:0 period:0 2634:20190130:204754.354 End of DCdump_config() 2634:20190130:204754.354 In DCdump_hosts() 2634:20190130:204754.354 hostid:10564 host:'agent-hostname' name:'agent-hostname' status:0 2634:20190130:204754.354 proxy_hostid:0 2634:20190130:204754.354 data_expected_from:1548866873 2634:20190130:204754.354 zabbix:[available:1, errors_from:1548866840 disable_until:1548866855 error:''] 2634:20190130:204754.354 snmp:[available:0, errors_from:0 disable_until:0 error:''] 2634:20190130:204754.354 ipmi:[available:0, errors_from:0 disable_until:0 error:''] 2634:20190130:204754.354 jmx:[available:0, errors_from:0 disable_until:0 error:''] 2634:20190130:204754.354 availability_ts:1548866873 2634:20190130:204754.354 maintenanceid:0 maintenance_status:0 maintenance_type:0 maintenance_from:0 2634:20190130:204754.354 number of items: zabbix:93 snmp:0 ipmi:0 jmx:0 2634:20190130:204754.354 tls:[connect:1 accept:1] 2634:20190130:204754.354 interfaceid:408 2634:20190130:204754.354 End of DCdump_hosts() 2634:20190130:204754.354 In DCdump_proxies() 2634:20190130:204754.354 End of DCdump_proxies() 2634:20190130:204754.354 In DCdump_ipmihosts() 2634:20190130:204754.354 End of DCdump_ipmihosts() 2634:20190130:204754.354 In DCdump_host_inventories() 2634:20190130:204754.354 End of DCdump_host_inventories() 2634:20190130:204754.354 In DCdump_htmpls() 2634:20190130:204754.354 hostid:10001 2634:20190130:204754.354 templateid:10050 2634:20190130:204754.355 hostid:10115 2634:20190130:204754.355 templateid:10001 2634:20190130:204754.355 templateid:10104 2634:20190130:204754.355 templateid:10111 2634:20190130:204754.355 hostid:10564 2634:20190130:204754.355 templateid:10115 2634:20190130:204754.355 End of DCdump_htmpls() 2634:20190130:204754.355 In DCdump_gmacro() 2634:20190130:204754.355 globalmacroid:2 macro:'{$SNMP_COMMUNITY}' value:'public' context:'' 2634:20190130:204754.355 End of DCdump_gmacro() 2634:20190130:204754.355 In DCdump_hmacros() 2634:20190130:204754.355 End of DCdump_hmacros() 2634:20190130:204754.355 In DCdump_interfaces() 2634:20190130:204754.355 interfaceid:408 hostid:10564 ip:'10.255.30.5' dns:'' port:'10050' type:1 main:1 useip:1 bulk:1 2634:20190130:204754.355 End of DCdump_interfaces() 2634:20190130:204754.355 In DCdump_items() 2634:20190130:204754.355 itemid:54202 hostid:10564 key:'net.if.discovery' 2634:20190130:204754.355 type:0 value_type:4 2634:20190130:204754.355 interfaceid:408 port:'' 2634:20190130:204754.355 state:0 error:'' 2634:20190130:204754.355 flags:1 status:0 2634:20190130:204754.355 valuemapid:0 2634:20190130:204754.355 lastlogsize:0 mtime:0 2634:20190130:204754.355 delay:'1h' nextcheck:1548867802 lastclock:0 2634:20190130:204754.355 data_expected_from:1548866873 2634:20190130:204754.355 history:1 2634:20190130:204754.355 poller_type:0 location:1 2634:20190130:204754.355 inventory_link:0 2634:20190130:204754.355 priority:1 schedulable:1 2634:20190130:204754.355 itemid:54203 hostid:10564 key:'vfs.fs.discovery' 2634:20190130:204754.355 type:0 value_type:4 2634:20190130:204754.355 interfaceid:408 port:'' 2634:20190130:204754.355 state:0 error:'' 2634:20190130:204754.355 flags:1 status:0 2634:20190130:204754.355 valuemapid:0 2634:20190130:204754.355 lastlogsize:0 mtime:0 2634:20190130:204754.355 delay:'1h' nextcheck:1548867803 lastclock:0 2634:20190130:204754.355 data_expected_from:1548866873 2634:20190130:204754.355 history:1 2634:20190130:204754.355 poller_type:0 location:1 2634:20190130:204754.355 inventory_link:0 2634:20190130:204754.355 priority:1 schedulable:1 2634:20190130:204754.355 itemid:54204 hostid:10564 key:'agent.hostname' 2634:20190130:204754.355 type:0 value_type:1 2634:20190130:204754.355 interfaceid:408 port:'' 2634:20190130:204754.356 state:0 error:'' 2634:20190130:204754.356 flags:0 status:0 2634:20190130:204754.356 valuemapid:0 2634:20190130:204754.356 lastlogsize:0 mtime:0 2634:20190130:204754.356 delay:'1h' nextcheck:1548867804 lastclock:0 2634:20190130:204754.356 data_expected_from:1548866873 2634:20190130:204754.356 history:1 2634:20190130:204754.356 poller_type:0 location:1 2634:20190130:204754.356 inventory_link:0 2634:20190130:204754.356 priority:1 schedulable:1 2634:20190130:204754.356 itemid:54205 hostid:10564 key:'agent.ping' 2634:20190130:204754.356 type:0 value_type:3 2634:20190130:204754.356 interfaceid:408 port:'' 2634:20190130:204754.356 state:0 error:'' 2634:20190130:204754.356 flags:0 status:0 2634:20190130:204754.356 valuemapid:0 2634:20190130:204754.356 lastlogsize:0 mtime:0 2634:20190130:204754.356 delay:'1m' nextcheck:1548866905 lastclock:0 2634:20190130:204754.356 data_expected_from:1548866873 2634:20190130:204754.356 history:1 2634:20190130:204754.356 poller_type:0 location:1 2634:20190130:204754.356 inventory_link:0 2634:20190130:204754.356 priority:1 schedulable:1 2634:20190130:204754.356 units:'' trends:1 2634:20190130:204754.356 itemid:54206 hostid:10564 key:'agent.version' 2634:20190130:204754.356 type:0 value_type:1 2634:20190130:204754.356 interfaceid:408 port:'' 2634:20190130:204754.356 state:0 error:'' 2634:20190130:204754.356 flags:0 status:0 2634:20190130:204754.356 valuemapid:0 2634:20190130:204754.356 lastlogsize:0 mtime:0 2634:20190130:204754.356 delay:'1h' nextcheck:1548867806 lastclock:0 2634:20190130:204754.356 data_expected_from:1548866873 2634:20190130:204754.356 history:1 2634:20190130:204754.356 poller_type:0 location:1 2634:20190130:204754.356 inventory_link:0 2634:20190130:204754.356 priority:1 schedulable:1 2634:20190130:204754.357 itemid:54207 hostid:10564 key:'icmpping' 2634:20190130:204754.357 type:3 value_type:3 2634:20190130:204754.357 interfaceid:408 port:'' 2634:20190130:204754.357 state:0 error:'' 2634:20190130:204754.357 flags:0 status:0 2634:20190130:204754.357 valuemapid:0 2634:20190130:204754.357 lastlogsize:0 mtime:0 2634:20190130:204754.357 delay:'1m' nextcheck:1548866928 lastclock:0 2634:20190130:204754.357 data_expected_from:1548866873 2634:20190130:204754.357 history:1 2634:20190130:204754.357 poller_type:3 location:1 2634:20190130:204754.357 inventory_link:0 2634:20190130:204754.357 priority:1 schedulable:1 2634:20190130:204754.357 units:'' trends:1 2634:20190130:204754.357 simple:[username:'' password:''] 2634:20190130:204754.357 itemid:54208 hostid:10564 key:'icmppingloss' 2634:20190130:204754.357 type:3 value_type:0 2634:20190130:204754.357 interfaceid:408 port:'' 2634:20190130:204754.357 state:0 error:'' 2634:20190130:204754.357 flags:0 status:0 2634:20190130:204754.357 valuemapid:0 2634:20190130:204754.357 lastlogsize:0 mtime:0 2634:20190130:204754.357 delay:'1m' nextcheck:1548866928 lastclock:0 2634:20190130:204754.357 data_expected_from:1548866873 2634:20190130:204754.357 history:1 2634:20190130:204754.357 poller_type:3 location:1 2634:20190130:204754.357 inventory_link:0 2634:20190130:204754.357 priority:1 schedulable:1 2634:20190130:204754.357 units:'' trends:1 2634:20190130:204754.357 simple:[username:'' password:''] 2634:20190130:204754.357 itemid:54209 hostid:10564 key:'icmppingsec' 2634:20190130:204754.357 type:3 value_type:0 2634:20190130:204754.357 interfaceid:408 port:'' 2634:20190130:204754.357 state:0 error:'' 2634:20190130:204754.357 flags:0 status:0 2634:20190130:204754.357 valuemapid:0 2634:20190130:204754.357 lastlogsize:0 mtime:0 2634:20190130:204754.357 delay:'1m' nextcheck:1548866928 lastclock:0 2634:20190130:204754.358 data_expected_from:1548866873 2634:20190130:204754.358 history:1 2634:20190130:204754.358 poller_type:3 location:1 2634:20190130:204754.358 inventory_link:0 2634:20190130:204754.358 priority:1 schedulable:1 2634:20190130:204754.358 units:'' trends:1 2634:20190130:204754.358 simple:[username:'' password:''] 2634:20190130:204754.358 itemid:54210 hostid:10564 key:'kernel.maxfiles' 2634:20190130:204754.358 type:0 value_type:3 2634:20190130:204754.358 interfaceid:408 port:'' 2634:20190130:204754.358 state:0 error:'' 2634:20190130:204754.358 flags:0 status:0 2634:20190130:204754.358 valuemapid:0 2634:20190130:204754.358 lastlogsize:0 mtime:0 2634:20190130:204754.358 delay:'1h' nextcheck:1548867810 lastclock:0 2634:20190130:204754.358 data_expected_from:1548866873 2634:20190130:204754.358 history:1 2634:20190130:204754.358 poller_type:0 location:1 2634:20190130:204754.358 inventory_link:0 2634:20190130:204754.358 priority:1 schedulable:1 2634:20190130:204754.358 units:'' trends:1 2634:20190130:204754.358 itemid:54211 hostid:10564 key:'kernel.maxproc' 2634:20190130:204754.358 type:0 value_type:3 2634:20190130:204754.358 interfaceid:408 port:'' 2634:20190130:204754.358 state:0 error:'' 2634:20190130:204754.358 flags:0 status:0 2634:20190130:204754.358 valuemapid:0 2634:20190130:204754.358 lastlogsize:0 mtime:0 2634:20190130:204754.358 delay:'1h' nextcheck:1548867811 lastclock:0 2634:20190130:204754.358 data_expected_from:1548866873 2634:20190130:204754.358 history:1 2634:20190130:204754.358 poller_type:0 location:1 2634:20190130:204754.358 inventory_link:0 2634:20190130:204754.358 priority:1 schedulable:1 2634:20190130:204754.358 units:'' trends:1 2634:20190130:204754.358 itemid:54212 hostid:10564 key:'net.if.in[eth0,bytes]' 2634:20190130:204754.358 type:0 value_type:3 2634:20190130:204754.358 interfaceid:408 port:'' 2634:20190130:204754.358 state:0 error:'' 2634:20190130:204754.358 flags:0 status:0 2634:20190130:204754.358 valuemapid:0 2634:20190130:204754.358 lastlogsize:0 mtime:0 2634:20190130:204754.358 delay:'10m' nextcheck:1548867212 lastclock:0 2634:20190130:204754.358 data_expected_from:1548866873 2634:20190130:204754.358 history:1 2634:20190130:204754.358 poller_type:0 location:1 2634:20190130:204754.359 inventory_link:0 2634:20190130:204754.359 priority:1 schedulable:1 2634:20190130:204754.359 units:'' trends:1 2634:20190130:204754.359 itemid:54213 hostid:10564 key:'net.if.in[eth0,dropped]' 2634:20190130:204754.359 type:0 value_type:3 2634:20190130:204754.359 interfaceid:408 port:'' 2634:20190130:204754.359 state:0 error:'' 2634:20190130:204754.359 flags:0 status:0 2634:20190130:204754.359 valuemapid:0 2634:20190130:204754.359 lastlogsize:0 mtime:0 2634:20190130:204754.359 delay:'10m' nextcheck:1548867213 lastclock:0 2634:20190130:204754.359 data_expected_from:1548866873 2634:20190130:204754.359 history:1 2634:20190130:204754.359 poller_type:0 location:1 2634:20190130:204754.359 inventory_link:0 2634:20190130:204754.359 priority:1 schedulable:1 2634:20190130:204754.359 units:'' trends:1 2634:20190130:204754.359 itemid:54214 hostid:10564 key:'net.if.in[eth0,errors]' 2634:20190130:204754.359 type:0 value_type:3 2634:20190130:204754.359 interfaceid:408 port:'' 2634:20190130:204754.359 state:0 error:'' 2634:20190130:204754.359 flags:0 status:0 2634:20190130:204754.359 valuemapid:0 2634:20190130:204754.359 lastlogsize:0 mtime:0 2634:20190130:204754.359 delay:'10m' nextcheck:1548867214 lastclock:0 2634:20190130:204754.359 data_expected_from:1548866873 2634:20190130:204754.359 history:1 2634:20190130:204754.359 poller_type:0 location:1 2634:20190130:204754.359 inventory_link:0 2634:20190130:204754.359 priority:1 schedulable:1 2634:20190130:204754.359 units:'' trends:1 2634:20190130:204754.359 itemid:54215 hostid:10564 key:'net.if.in[eth0,packets]' 2634:20190130:204754.359 type:0 value_type:3 2634:20190130:204754.359 interfaceid:408 port:'' 2634:20190130:204754.359 state:0 error:'' 2634:20190130:204754.359 flags:0 status:0 2634:20190130:204754.359 valuemapid:0 2634:20190130:204754.359 lastlogsize:0 mtime:0 2634:20190130:204754.359 delay:'10m' nextcheck:1548867215 lastclock:0 2634:20190130:204754.359 data_expected_from:1548866873 2634:20190130:204754.359 history:1 2634:20190130:204754.359 poller_type:0 location:1 2634:20190130:204754.359 inventory_link:0 2634:20190130:204754.359 priority:1 schedulable:1 2634:20190130:204754.359 units:'' trends:1 2634:20190130:204754.360 itemid:54216 hostid:10564 key:'net.if.in[eth1,bytes]' 2634:20190130:204754.360 type:0 value_type:3 2634:20190130:204754.360 interfaceid:408 port:'' 2634:20190130:204754.360 state:0 error:'' 2634:20190130:204754.360 flags:0 status:0 2634:20190130:204754.360 valuemapid:0 2634:20190130:204754.360 lastlogsize:0 mtime:0 2634:20190130:204754.360 delay:'10m' nextcheck:1548867216 lastclock:0 2634:20190130:204754.360 data_expected_from:1548866873 2634:20190130:204754.360 history:1 2634:20190130:204754.360 poller_type:0 location:1 2634:20190130:204754.360 inventory_link:0 2634:20190130:204754.360 priority:1 schedulable:1 2634:20190130:204754.360 units:'' trends:1 2634:20190130:204754.360 itemid:54217 hostid:10564 key:'net.if.in[eth1,dropped]' 2634:20190130:204754.360 type:0 value_type:3 2634:20190130:204754.360 interfaceid:408 port:'' 2634:20190130:204754.360 state:0 error:'' 2634:20190130:204754.360 flags:0 status:0 2634:20190130:204754.360 valuemapid:0 2634:20190130:204754.360 lastlogsize:0 mtime:0 2634:20190130:204754.360 delay:'10m' nextcheck:1548867217 lastclock:0 2634:20190130:204754.360 data_expected_from:1548866873 2634:20190130:204754.360 history:1 2634:20190130:204754.360 poller_type:0 location:1 2634:20190130:204754.360 inventory_link:0 2634:20190130:204754.360 priority:1 schedulable:1 2634:20190130:204754.360 units:'' trends:1 2634:20190130:204754.360 itemid:54218 hostid:10564 key:'net.if.in[eth1,errors]' 2634:20190130:204754.360 type:0 value_type:3 2634:20190130:204754.360 interfaceid:408 port:'' 2634:20190130:204754.360 state:0 error:'' 2634:20190130:204754.360 flags:0 status:0 2634:20190130:204754.360 valuemapid:0 2634:20190130:204754.360 lastlogsize:0 mtime:0 2634:20190130:204754.360 delay:'10m' nextcheck:1548867218 lastclock:0 2634:20190130:204754.360 data_expected_from:1548866873 2634:20190130:204754.360 history:1 2634:20190130:204754.360 poller_type:0 location:1 2634:20190130:204754.360 inventory_link:0 2634:20190130:204754.360 priority:1 schedulable:1 2634:20190130:204754.360 units:'' trends:1 2634:20190130:204754.360 itemid:54219 hostid:10564 key:'net.if.in[eth1,packets]' 2634:20190130:204754.360 type:0 value_type:3 2634:20190130:204754.360 interfaceid:408 port:'' 2634:20190130:204754.360 state:0 error:'' 2634:20190130:204754.360 flags:0 status:0 2634:20190130:204754.361 valuemapid:0 2634:20190130:204754.361 lastlogsize:0 mtime:0 2634:20190130:204754.361 delay:'10m' nextcheck:1548867219 lastclock:0 2634:20190130:204754.361 data_expected_from:1548866873 2634:20190130:204754.361 history:1 2634:20190130:204754.361 poller_type:0 location:1 2634:20190130:204754.361 inventory_link:0 2634:20190130:204754.361 priority:1 schedulable:1 2634:20190130:204754.361 units:'' trends:1 2634:20190130:204754.361 itemid:54220 hostid:10564 key:'net.if.in[eth2,bytes]' 2634:20190130:204754.361 type:0 value_type:3 2634:20190130:204754.361 interfaceid:408 port:'' 2634:20190130:204754.361 state:0 error:'' 2634:20190130:204754.361 flags:0 status:0 2634:20190130:204754.361 valuemapid:0 2634:20190130:204754.361 lastlogsize:0 mtime:0 2634:20190130:204754.361 delay:'10m' nextcheck:1548867220 lastclock:0 2634:20190130:204754.361 data_expected_from:1548866873 2634:20190130:204754.361 history:1 2634:20190130:204754.361 poller_type:0 location:1 2634:20190130:204754.361 inventory_link:0 2634:20190130:204754.361 priority:1 schedulable:1 2634:20190130:204754.361 units:'' trends:1 2634:20190130:204754.361 itemid:54221 hostid:10564 key:'net.if.in[eth2,dropped]' 2634:20190130:204754.361 type:0 value_type:3 2634:20190130:204754.361 interfaceid:408 port:'' 2634:20190130:204754.361 state:0 error:'' 2634:20190130:204754.361 flags:0 status:0 2634:20190130:204754.361 valuemapid:0 2634:20190130:204754.361 lastlogsize:0 mtime:0 2634:20190130:204754.361 delay:'10m' nextcheck:1548867221 lastclock:0 2634:20190130:204754.361 data_expected_from:1548866873 2634:20190130:204754.361 history:1 2634:20190130:204754.361 poller_type:0 location:1 2634:20190130:204754.361 inventory_link:0 2634:20190130:204754.361 priority:1 schedulable:1 2634:20190130:204754.362 units:'' trends:1 2634:20190130:204754.362 itemid:54222 hostid:10564 key:'net.if.in[eth2,errors]' 2634:20190130:204754.362 type:0 value_type:3 2634:20190130:204754.362 interfaceid:408 port:'' 2634:20190130:204754.362 state:0 error:'' 2634:20190130:204754.362 flags:0 status:0 2634:20190130:204754.362 valuemapid:0 2634:20190130:204754.362 lastlogsize:0 mtime:0 2634:20190130:204754.362 delay:'10m' nextcheck:1548867222 lastclock:0 2634:20190130:204754.362 data_expected_from:1548866873 2634:20190130:204754.362 history:1 2634:20190130:204754.362 poller_type:0 location:1 2634:20190130:204754.362 inventory_link:0 2634:20190130:204754.362 priority:1 schedulable:1 2634:20190130:204754.362 units:'' trends:1 2634:20190130:204754.362 itemid:54223 hostid:10564 key:'net.if.in[eth2,packets]' 2634:20190130:204754.362 type:0 value_type:3 2634:20190130:204754.362 interfaceid:408 port:'' 2634:20190130:204754.362 state:0 error:'' 2634:20190130:204754.362 flags:0 status:0 2634:20190130:204754.362 valuemapid:0 2634:20190130:204754.362 lastlogsize:0 mtime:0 2634:20190130:204754.362 delay:'10m' nextcheck:1548867223 lastclock:0 2634:20190130:204754.362 data_expected_from:1548866873 2634:20190130:204754.362 history:1 2634:20190130:204754.362 poller_type:0 location:1 2634:20190130:204754.362 inventory_link:0 2634:20190130:204754.362 priority:1 schedulable:1 2634:20190130:204754.362 units:'' trends:1 2634:20190130:204754.362 itemid:54224 hostid:10564 key:'net.if.out[eth0,bytes]' 2634:20190130:204754.362 type:0 value_type:3 2634:20190130:204754.362 interfaceid:408 port:'' 2634:20190130:204754.362 state:0 error:'' 2634:20190130:204754.362 flags:0 status:0 2634:20190130:204754.362 valuemapid:0 2634:20190130:204754.362 lastlogsize:0 mtime:0 2634:20190130:204754.362 delay:'10m' nextcheck:1548867224 lastclock:0 2634:20190130:204754.362 data_expected_from:1548866873 2634:20190130:204754.362 history:1 2634:20190130:204754.362 poller_type:0 location:1 2634:20190130:204754.362 inventory_link:0 2634:20190130:204754.362 priority:1 schedulable:1 2634:20190130:204754.362 units:'' trends:1 2634:20190130:204754.362 itemid:54225 hostid:10564 key:'net.if.out[eth0,dropped]' 2634:20190130:204754.362 type:0 value_type:3 2634:20190130:204754.362 interfaceid:408 port:'' 2634:20190130:204754.363 state:0 error:'' 2634:20190130:204754.363 flags:0 status:0 2634:20190130:204754.363 valuemapid:0 2634:20190130:204754.363 lastlogsize:0 mtime:0 2634:20190130:204754.363 delay:'10m' nextcheck:1548867225 lastclock:0 2634:20190130:204754.363 data_expected_from:1548866873 2634:20190130:204754.363 history:1 2634:20190130:204754.363 poller_type:0 location:1 2634:20190130:204754.363 inventory_link:0 2634:20190130:204754.363 priority:1 schedulable:1 2634:20190130:204754.363 units:'' trends:1 2634:20190130:204754.363 itemid:54226 hostid:10564 key:'net.if.out[eth0,errors]' 2634:20190130:204754.363 type:0 value_type:3 2634:20190130:204754.363 interfaceid:408 port:'' 2634:20190130:204754.363 state:0 error:'' 2634:20190130:204754.363 flags:0 status:0 2634:20190130:204754.363 valuemapid:0 2634:20190130:204754.363 lastlogsize:0 mtime:0 2634:20190130:204754.363 delay:'10m' nextcheck:1548867226 lastclock:0 2634:20190130:204754.363 data_expected_from:1548866873 2634:20190130:204754.363 history:1 2634:20190130:204754.363 poller_type:0 location:1 2634:20190130:204754.363 inventory_link:0 2634:20190130:204754.363 priority:1 schedulable:1 2634:20190130:204754.363 units:'' trends:1 2634:20190130:204754.363 itemid:54227 hostid:10564 key:'net.if.out[eth0,packets]' 2634:20190130:204754.363 type:0 value_type:3 2634:20190130:204754.363 interfaceid:408 port:'' 2634:20190130:204754.363 state:0 error:'' 2634:20190130:204754.363 flags:0 status:0 2634:20190130:204754.363 valuemapid:0 2634:20190130:204754.363 lastlogsize:0 mtime:0 2634:20190130:204754.363 delay:'10m' nextcheck:1548867227 lastclock:0 2634:20190130:204754.363 data_expected_from:1548866873 2634:20190130:204754.363 history:1 2634:20190130:204754.363 poller_type:0 location:1 2634:20190130:204754.363 inventory_link:0 2634:20190130:204754.363 priority:1 schedulable:1 2634:20190130:204754.363 units:'' trends:1 2634:20190130:204754.363 itemid:54228 hostid:10564 key:'net.if.out[eth1,bytes]' 2634:20190130:204754.364 type:0 value_type:3 2634:20190130:204754.364 interfaceid:408 port:'' 2634:20190130:204754.364 state:0 error:'' 2634:20190130:204754.364 flags:0 status:0 2634:20190130:204754.364 valuemapid:0 2634:20190130:204754.364 lastlogsize:0 mtime:0 2634:20190130:204754.364 delay:'10m' nextcheck:1548867228 lastclock:0 2634:20190130:204754.364 data_expected_from:1548866873 2634:20190130:204754.364 history:1 2634:20190130:204754.364 poller_type:0 location:1 2634:20190130:204754.364 inventory_link:0 2634:20190130:204754.364 priority:1 schedulable:1 2634:20190130:204754.364 units:'' trends:1 2634:20190130:204754.364 itemid:54229 hostid:10564 key:'net.if.out[eth1,dropped]' 2634:20190130:204754.364 type:0 value_type:3 2634:20190130:204754.364 interfaceid:408 port:'' 2634:20190130:204754.364 state:0 error:'' 2634:20190130:204754.364 flags:0 status:0 2634:20190130:204754.364 valuemapid:0 2634:20190130:204754.364 lastlogsize:0 mtime:0 2634:20190130:204754.364 delay:'10m' nextcheck:1548867229 lastclock:0 2634:20190130:204754.364 data_expected_from:1548866873 2634:20190130:204754.364 history:1 2634:20190130:204754.364 poller_type:0 location:1 2634:20190130:204754.364 inventory_link:0 2634:20190130:204754.364 priority:1 schedulable:1 2634:20190130:204754.364 units:'' trends:1 2634:20190130:204754.364 itemid:54230 hostid:10564 key:'net.if.out[eth1,errors]' 2634:20190130:204754.364 type:0 value_type:3 2634:20190130:204754.364 interfaceid:408 port:'' 2634:20190130:204754.364 state:0 error:'' 2634:20190130:204754.364 flags:0 status:0 2634:20190130:204754.364 valuemapid:0 2634:20190130:204754.364 lastlogsize:0 mtime:0 2634:20190130:204754.364 delay:'10m' nextcheck:1548867230 lastclock:0 2634:20190130:204754.364 data_expected_from:1548866873 2634:20190130:204754.364 history:1 2634:20190130:204754.364 poller_type:0 location:1 2634:20190130:204754.364 inventory_link:0 2634:20190130:204754.364 priority:1 schedulable:1 2634:20190130:204754.364 units:'' trends:1 2634:20190130:204754.364 itemid:54231 hostid:10564 key:'net.if.out[eth1,packets]' 2634:20190130:204754.364 type:0 value_type:3 2634:20190130:204754.364 interfaceid:408 port:'' 2634:20190130:204754.364 state:0 error:'' 2634:20190130:204754.364 flags:0 status:0 2634:20190130:204754.364 valuemapid:0 2634:20190130:204754.365 lastlogsize:0 mtime:0 2634:20190130:204754.365 delay:'10m' nextcheck:1548867231 lastclock:0 2634:20190130:204754.365 data_expected_from:1548866873 2634:20190130:204754.365 history:1 2634:20190130:204754.365 poller_type:0 location:1 2634:20190130:204754.365 inventory_link:0 2634:20190130:204754.365 priority:1 schedulable:1 2634:20190130:204754.365 units:'' trends:1 2634:20190130:204754.365 itemid:54232 hostid:10564 key:'net.if.out[eth2,bytes]' 2634:20190130:204754.365 type:0 value_type:3 2634:20190130:204754.365 interfaceid:408 port:'' 2634:20190130:204754.365 state:0 error:'' 2634:20190130:204754.365 flags:0 status:0 2634:20190130:204754.365 valuemapid:0 2634:20190130:204754.365 lastlogsize:0 mtime:0 2634:20190130:204754.365 delay:'10m' nextcheck:1548867232 lastclock:0 2634:20190130:204754.365 data_expected_from:1548866873 2634:20190130:204754.365 history:1 2634:20190130:204754.365 poller_type:0 location:1 2634:20190130:204754.365 inventory_link:0 2634:20190130:204754.365 priority:1 schedulable:1 2634:20190130:204754.365 units:'' trends:1 2634:20190130:204754.365 itemid:54233 hostid:10564 key:'net.if.out[eth2,dropped]' 2634:20190130:204754.365 type:0 value_type:3 2634:20190130:204754.365 interfaceid:408 port:'' 2634:20190130:204754.365 state:0 error:'' 2634:20190130:204754.365 flags:0 status:0 2634:20190130:204754.365 valuemapid:0 2634:20190130:204754.365 lastlogsize:0 mtime:0 2634:20190130:204754.365 delay:'10m' nextcheck:1548867233 lastclock:0 2634:20190130:204754.365 data_expected_from:1548866873 2634:20190130:204754.365 history:1 2634:20190130:204754.365 poller_type:0 location:1 2634:20190130:204754.365 inventory_link:0 2634:20190130:204754.365 priority:1 schedulable:1 2634:20190130:204754.365 units:'' trends:1 2634:20190130:204754.365 itemid:54234 hostid:10564 key:'net.if.out[eth2,errors]' 2634:20190130:204754.365 type:0 value_type:3 2634:20190130:204754.365 interfaceid:408 port:'' 2634:20190130:204754.365 state:0 error:'' 2634:20190130:204754.366 flags:0 status:0 2634:20190130:204754.366 valuemapid:0 2634:20190130:204754.366 lastlogsize:0 mtime:0 2634:20190130:204754.366 delay:'10m' nextcheck:1548867234 lastclock:0 2634:20190130:204754.366 data_expected_from:1548866873 2634:20190130:204754.366 history:1 2634:20190130:204754.366 poller_type:0 location:1 2634:20190130:204754.366 inventory_link:0 2634:20190130:204754.366 priority:1 schedulable:1 2634:20190130:204754.366 units:'' trends:1 2634:20190130:204754.366 itemid:54235 hostid:10564 key:'net.if.out[eth2,packets]' 2634:20190130:204754.366 type:0 value_type:3 2634:20190130:204754.366 interfaceid:408 port:'' 2634:20190130:204754.366 state:0 error:'' 2634:20190130:204754.366 flags:0 status:0 2634:20190130:204754.366 valuemapid:0 2634:20190130:204754.366 lastlogsize:0 mtime:0 2634:20190130:204754.366 delay:'10m' nextcheck:1548867235 lastclock:0 2634:20190130:204754.366 data_expected_from:1548866873 2634:20190130:204754.366 history:1 2634:20190130:204754.366 poller_type:0 location:1 2634:20190130:204754.366 inventory_link:0 2634:20190130:204754.366 priority:1 schedulable:1 2634:20190130:204754.366 units:'' trends:1 2634:20190130:204754.366 itemid:54236 hostid:10564 key:'net.tcp.service[tcp,,3128]' 2634:20190130:204754.366 type:0 value_type:3 2634:20190130:204754.366 interfaceid:408 port:'' 2634:20190130:204754.366 state:0 error:'' 2634:20190130:204754.366 flags:0 status:1 2634:20190130:204754.366 valuemapid:0 2634:20190130:204754.366 lastlogsize:0 mtime:0 2634:20190130:204754.366 delay:'10m' nextcheck:0 lastclock:0 2634:20190130:204754.366 data_expected_from:1548866873 2634:20190130:204754.366 history:1 2634:20190130:204754.366 poller_type:255 location:0 2634:20190130:204754.366 inventory_link:0 2634:20190130:204754.366 priority:1 schedulable:1 2634:20190130:204754.366 units:'' trends:1 2634:20190130:204754.366 itemid:54237 hostid:10564 key:'net.udp.listen[123]' 2634:20190130:204754.366 type:0 value_type:3 2634:20190130:204754.366 interfaceid:408 port:'' 2634:20190130:204754.366 state:0 error:'' 2634:20190130:204754.366 flags:0 status:1 2634:20190130:204754.366 valuemapid:0 2634:20190130:204754.366 lastlogsize:0 mtime:0 2634:20190130:204754.366 delay:'10m' nextcheck:0 lastclock:0 2634:20190130:204754.366 data_expected_from:1548866873 2634:20190130:204754.366 history:1 2634:20190130:204754.367 poller_type:255 location:0 2634:20190130:204754.367 inventory_link:0 2634:20190130:204754.367 priority:1 schedulable:1 2634:20190130:204754.367 units:'' trends:1 2634:20190130:204754.367 itemid:54238 hostid:10564 key:'net.udp.listen[161]' 2634:20190130:204754.367 type:0 value_type:3 2634:20190130:204754.367 interfaceid:408 port:'' 2634:20190130:204754.367 state:0 error:'' 2634:20190130:204754.367 flags:0 status:0 2634:20190130:204754.367 valuemapid:0 2634:20190130:204754.367 lastlogsize:0 mtime:0 2634:20190130:204754.367 delay:'10m' nextcheck:1548867238 lastclock:0 2634:20190130:204754.367 data_expected_from:1548866873 2634:20190130:204754.367 history:1 2634:20190130:204754.367 poller_type:0 location:1 2634:20190130:204754.367 inventory_link:0 2634:20190130:204754.367 priority:1 schedulable:1 2634:20190130:204754.367 units:'' trends:1 2634:20190130:204754.367 itemid:54239 hostid:10564 key:'net.udp.listen[67]' 2634:20190130:204754.367 type:0 value_type:3 2634:20190130:204754.367 interfaceid:408 port:'' 2634:20190130:204754.367 state:0 error:'' 2634:20190130:204754.367 flags:0 status:1 2634:20190130:204754.367 valuemapid:0 2634:20190130:204754.367 lastlogsize:0 mtime:0 2634:20190130:204754.367 delay:'10m' nextcheck:0 lastclock:0 2634:20190130:204754.367 data_expected_from:1548866873 2634:20190130:204754.367 history:1 2634:20190130:204754.367 poller_type:255 location:0 2634:20190130:204754.367 inventory_link:0 2634:20190130:204754.367 priority:1 schedulable:1 2634:20190130:204754.367 units:'' trends:1 2634:20190130:204754.367 itemid:54240 hostid:10564 key:'net.udp.listen[9000]' 2634:20190130:204754.367 type:0 value_type:3 2634:20190130:204754.367 interfaceid:408 port:'' 2634:20190130:204754.367 state:0 error:'' 2634:20190130:204754.367 flags:0 status:1 2634:20190130:204754.367 valuemapid:0 2634:20190130:204754.367 lastlogsize:0 mtime:0 2634:20190130:204754.367 delay:'10m' nextcheck:0 lastclock:0 2634:20190130:204754.367 data_expected_from:1548866873 2634:20190130:204754.367 history:1 2634:20190130:204754.367 poller_type:255 location:0 2634:20190130:204754.367 inventory_link:0 2634:20190130:204754.367 priority:1 schedulable:1 2634:20190130:204754.367 units:'' trends:1 2634:20190130:204754.368 itemid:54241 hostid:10564 key:'proc.mem[bgpd,quagga]' 2634:20190130:204754.368 type:0 value_type:3 2634:20190130:204754.368 interfaceid:408 port:'' 2634:20190130:204754.368 state:0 error:'' 2634:20190130:204754.368 flags:0 status:1 2634:20190130:204754.368 valuemapid:0 2634:20190130:204754.368 lastlogsize:0 mtime:0 2634:20190130:204754.368 delay:'10m' nextcheck:0 lastclock:0 2634:20190130:204754.368 data_expected_from:1548866873 2634:20190130:204754.368 history:1 2634:20190130:204754.368 poller_type:255 location:0 2634:20190130:204754.368 inventory_link:0 2634:20190130:204754.368 priority:1 schedulable:1 2634:20190130:204754.368 units:'' trends:1 2634:20190130:204754.368 itemid:54242 hostid:10564 key:'proc.mem[dhcpd3]' 2634:20190130:204754.368 type:0 value_type:3 2634:20190130:204754.368 interfaceid:408 port:'' 2634:20190130:204754.368 state:0 error:'' 2634:20190130:204754.368 flags:0 status:1 2634:20190130:204754.368 valuemapid:0 2634:20190130:204754.368 lastlogsize:0 mtime:0 2634:20190130:204754.368 delay:'10m' nextcheck:0 lastclock:0 2634:20190130:204754.368 data_expected_from:1548866873 2634:20190130:204754.368 history:1 2634:20190130:204754.368 poller_type:255 location:0 2634:20190130:204754.368 inventory_link:0 2634:20190130:204754.368 priority:1 schedulable:1 2634:20190130:204754.368 units:'' trends:1 2634:20190130:204754.368 itemid:54243 hostid:10564 key:'proc.mem[hostapd]' 2634:20190130:204754.368 type:0 value_type:3 2634:20190130:204754.368 interfaceid:408 port:'' 2634:20190130:204754.368 state:0 error:'' 2634:20190130:204754.368 flags:0 status:1 2634:20190130:204754.368 valuemapid:0 2634:20190130:204754.368 lastlogsize:0 mtime:0 2634:20190130:204754.368 delay:'10m' nextcheck:0 lastclock:0 2634:20190130:204754.368 data_expected_from:1548866873 2634:20190130:204754.368 history:1 2634:20190130:204754.368 poller_type:255 location:0 2634:20190130:204754.368 inventory_link:0 2634:20190130:204754.368 priority:1 schedulable:1 2634:20190130:204754.368 units:'' trends:1 2634:20190130:204754.368 itemid:54244 hostid:10564 key:'proc.mem[netplugd]' 2634:20190130:204754.368 type:0 value_type:3 2634:20190130:204754.368 interfaceid:408 port:'' 2634:20190130:204754.368 state:0 error:'' 2634:20190130:204754.368 flags:0 status:1 2634:20190130:204754.368 valuemapid:0 2634:20190130:204754.369 lastlogsize:0 mtime:0 2634:20190130:204754.369 delay:'10m' nextcheck:0 lastclock:0 2634:20190130:204754.369 data_expected_from:1548866873 2634:20190130:204754.369 history:1 2634:20190130:204754.369 poller_type:255 location:0 2634:20190130:204754.369 inventory_link:0 2634:20190130:204754.369 priority:1 schedulable:1 2634:20190130:204754.369 units:'' trends:1 2634:20190130:204754.369 itemid:54245 hostid:10564 key:'proc.mem[openvpn]' 2634:20190130:204754.369 type:0 value_type:3 2634:20190130:204754.369 interfaceid:408 port:'' 2634:20190130:204754.369 state:0 error:'' 2634:20190130:204754.369 flags:0 status:0 2634:20190130:204754.369 valuemapid:0 2634:20190130:204754.369 lastlogsize:0 mtime:0 2634:20190130:204754.369 delay:'10m' nextcheck:1548867245 lastclock:0 2634:20190130:204754.369 data_expected_from:1548866873 2634:20190130:204754.369 history:1 2634:20190130:204754.369 poller_type:0 location:1 2634:20190130:204754.369 inventory_link:0 2634:20190130:204754.369 priority:1 schedulable:1 2634:20190130:204754.369 units:'' trends:1 2634:20190130:204754.369 itemid:54246 hostid:10564 key:'proc.mem[ospf6d,quagga]' 2634:20190130:204754.369 type:0 value_type:3 2634:20190130:204754.369 interfaceid:408 port:'' 2634:20190130:204754.369 state:0 error:'' 2634:20190130:204754.369 flags:0 status:1 2634:20190130:204754.369 valuemapid:0 2634:20190130:204754.369 lastlogsize:0 mtime:0 2634:20190130:204754.369 delay:'10m' nextcheck:0 lastclock:0 2634:20190130:204754.369 data_expected_from:1548866873 2634:20190130:204754.369 history:1 2634:20190130:204754.369 poller_type:255 location:0 2634:20190130:204754.369 inventory_link:0 2634:20190130:204754.369 priority:1 schedulable:1 2634:20190130:204754.369 units:'' trends:1 2634:20190130:204754.369 itemid:54247 hostid:10564 key:'proc.mem[ospfd,quagga]' 2634:20190130:204754.369 type:0 value_type:3 2634:20190130:204754.369 interfaceid:408 port:'' 2634:20190130:204754.369 state:0 error:'' 2634:20190130:204754.369 flags:0 status:1 2634:20190130:204754.369 valuemapid:0 2634:20190130:204754.369 lastlogsize:0 mtime:0 2634:20190130:204754.370 delay:'10m' nextcheck:0 lastclock:0 2634:20190130:204754.370 data_expected_from:1548866873 2634:20190130:204754.370 history:1 2634:20190130:204754.370 poller_type:255 location:0 2634:20190130:204754.370 inventory_link:0 2634:20190130:204754.370 priority:1 schedulable:1 2634:20190130:204754.370 units:'' trends:1 2634:20190130:204754.370 itemid:54248 hostid:10564 key:'proc.mem[ripngd,quagga]' 2634:20190130:204754.370 type:0 value_type:3 2634:20190130:204754.370 interfaceid:408 port:'' 2634:20190130:204754.370 state:0 error:'' 2634:20190130:204754.370 flags:0 status:1 2634:20190130:204754.370 valuemapid:0 2634:20190130:204754.370 lastlogsize:0 mtime:0 2634:20190130:204754.370 delay:'10m' nextcheck:0 lastclock:0 2634:20190130:204754.370 data_expected_from:1548866873 2634:20190130:204754.370 history:1 2634:20190130:204754.370 poller_type:255 location:0 2634:20190130:204754.370 inventory_link:0 2634:20190130:204754.370 priority:1 schedulable:1 2634:20190130:204754.370 units:'' trends:1 2634:20190130:204754.370 itemid:54249 hostid:10564 key:'proc.mem[snmpd]' 2634:20190130:204754.370 type:0 value_type:3 2634:20190130:204754.370 interfaceid:408 port:'' 2634:20190130:204754.370 state:0 error:'' 2634:20190130:204754.370 flags:0 status:0 2634:20190130:204754.370 valuemapid:0 2634:20190130:204754.370 lastlogsize:0 mtime:0 2634:20190130:204754.370 delay:'10m' nextcheck:1548867249 lastclock:0 2634:20190130:204754.370 data_expected_from:1548866873 2634:20190130:204754.370 history:1 2634:20190130:204754.370 poller_type:0 location:1 2634:20190130:204754.370 inventory_link:0 2634:20190130:204754.370 priority:1 schedulable:1 2634:20190130:204754.370 units:'' trends:1 2634:20190130:204754.370 itemid:54250 hostid:10564 key:'proc.mem[squid3]' 2634:20190130:204754.370 type:0 value_type:3 2634:20190130:204754.370 interfaceid:408 port:'' 2634:20190130:204754.370 state:0 error:'' 2634:20190130:204754.370 flags:0 status:1 2634:20190130:204754.370 valuemapid:0 2634:20190130:204754.370 lastlogsize:0 mtime:0 2634:20190130:204754.370 delay:'10m' nextcheck:0 lastclock:0 2634:20190130:204754.370 data_expected_from:1548866873 2634:20190130:204754.370 history:1 2634:20190130:204754.370 poller_type:255 location:0 2634:20190130:204754.371 inventory_link:0 2634:20190130:204754.371 priority:1 schedulable:1 2634:20190130:204754.371 units:'' trends:1 2634:20190130:204754.371 itemid:54251 hostid:10564 key:'proc.mem[zebra,quagga]' 2634:20190130:204754.371 type:0 value_type:3 2634:20190130:204754.371 interfaceid:408 port:'' 2634:20190130:204754.371 state:0 error:'' 2634:20190130:204754.371 flags:0 status:1 2634:20190130:204754.371 valuemapid:0 2634:20190130:204754.371 lastlogsize:0 mtime:0 2634:20190130:204754.371 delay:'10m' nextcheck:0 lastclock:0 2634:20190130:204754.371 data_expected_from:1548866873 2634:20190130:204754.371 history:1 2634:20190130:204754.371 poller_type:255 location:0 2634:20190130:204754.371 inventory_link:0 2634:20190130:204754.371 priority:1 schedulable:1 2634:20190130:204754.371 units:'' trends:1 2634:20190130:204754.371 itemid:54252 hostid:10564 key:'proc.num[,,run]' 2634:20190130:204754.371 type:0 value_type:3 2634:20190130:204754.371 interfaceid:408 port:'' 2634:20190130:204754.371 state:0 error:'' 2634:20190130:204754.371 flags:0 status:0 2634:20190130:204754.371 valuemapid:0 2634:20190130:204754.371 lastlogsize:0 mtime:0 2634:20190130:204754.371 delay:'1m' nextcheck:1548866892 lastclock:0 2634:20190130:204754.371 data_expected_from:1548866873 2634:20190130:204754.371 history:1 2634:20190130:204754.371 poller_type:0 location:1 2634:20190130:204754.371 inventory_link:0 2634:20190130:204754.371 priority:1 schedulable:1 2634:20190130:204754.371 units:'' trends:1 2634:20190130:204754.371 itemid:54253 hostid:10564 key:'proc.num[]' 2634:20190130:204754.371 type:0 value_type:3 2634:20190130:204754.371 interfaceid:408 port:'' 2634:20190130:204754.371 state:0 error:'' 2634:20190130:204754.371 flags:0 status:0 2634:20190130:204754.371 valuemapid:0 2634:20190130:204754.371 lastlogsize:0 mtime:0 2634:20190130:204754.371 delay:'1m' nextcheck:1548866893 lastclock:0 2634:20190130:204754.371 data_expected_from:1548866873 2634:20190130:204754.371 history:1 2634:20190130:204754.371 poller_type:0 location:1 2634:20190130:204754.371 inventory_link:0 2634:20190130:204754.371 priority:1 schedulable:1 2634:20190130:204754.371 units:'' trends:1 2634:20190130:204754.371 itemid:54254 hostid:10564 key:'proc.num[bgpd,quagga]' 2634:20190130:204754.371 type:0 value_type:3 2634:20190130:204754.372 interfaceid:408 port:'' 2634:20190130:204754.372 state:0 error:'' 2634:20190130:204754.372 flags:0 status:1 2634:20190130:204754.372 valuemapid:0 2634:20190130:204754.372 lastlogsize:0 mtime:0 2634:20190130:204754.372 delay:'10m' nextcheck:0 lastclock:0 2634:20190130:204754.372 data_expected_from:1548866873 2634:20190130:204754.372 history:1 2634:20190130:204754.372 poller_type:255 location:0 2634:20190130:204754.372 inventory_link:0 2634:20190130:204754.372 priority:1 schedulable:1 2634:20190130:204754.372 units:'' trends:1 2634:20190130:204754.372 itemid:54255 hostid:10564 key:'proc.num[hostapd]' 2634:20190130:204754.372 type:0 value_type:3 2634:20190130:204754.372 interfaceid:408 port:'' 2634:20190130:204754.372 state:0 error:'' 2634:20190130:204754.372 flags:0 status:1 2634:20190130:204754.372 valuemapid:0 2634:20190130:204754.372 lastlogsize:0 mtime:0 2634:20190130:204754.372 delay:'10m' nextcheck:0 lastclock:0 2634:20190130:204754.372 data_expected_from:1548866873 2634:20190130:204754.372 history:1 2634:20190130:204754.372 poller_type:255 location:0 2634:20190130:204754.372 inventory_link:0 2634:20190130:204754.372 priority:1 schedulable:1 2634:20190130:204754.372 units:'' trends:1 2634:20190130:204754.372 itemid:54256 hostid:10564 key:'proc.num[netplugd]' 2634:20190130:204754.372 type:0 value_type:3 2634:20190130:204754.372 interfaceid:408 port:'' 2634:20190130:204754.372 state:0 error:'' 2634:20190130:204754.372 flags:0 status:1 2634:20190130:204754.372 valuemapid:0 2634:20190130:204754.372 lastlogsize:0 mtime:0 2634:20190130:204754.372 delay:'10m' nextcheck:0 lastclock:0 2634:20190130:204754.372 data_expected_from:1548866873 2634:20190130:204754.372 history:1 2634:20190130:204754.372 poller_type:255 location:0 2634:20190130:204754.372 inventory_link:0 2634:20190130:204754.372 priority:1 schedulable:1 2634:20190130:204754.372 units:'' trends:1 2634:20190130:204754.372 itemid:54257 hostid:10564 key:'proc.num[ospf6d,quagga]' 2634:20190130:204754.372 type:0 value_type:3 2634:20190130:204754.372 interfaceid:408 port:'' 2634:20190130:204754.373 state:0 error:'' 2634:20190130:204754.373 flags:0 status:1 2634:20190130:204754.373 valuemapid:0 2634:20190130:204754.373 lastlogsize:0 mtime:0 2634:20190130:204754.373 delay:'10m' nextcheck:0 lastclock:0 2634:20190130:204754.373 data_expected_from:1548866873 2634:20190130:204754.373 history:1 2634:20190130:204754.373 poller_type:255 location:0 2634:20190130:204754.373 inventory_link:0 2634:20190130:204754.373 priority:1 schedulable:1 2634:20190130:204754.373 units:'' trends:1 2634:20190130:204754.373 itemid:54258 hostid:10564 key:'proc.num[ospfd,quagga]' 2634:20190130:204754.373 type:0 value_type:3 2634:20190130:204754.373 interfaceid:408 port:'' 2634:20190130:204754.373 state:0 error:'' 2634:20190130:204754.373 flags:0 status:1 2634:20190130:204754.373 valuemapid:0 2634:20190130:204754.373 lastlogsize:0 mtime:0 2634:20190130:204754.373 delay:'10m' nextcheck:0 lastclock:0 2634:20190130:204754.373 data_expected_from:1548866873 2634:20190130:204754.373 history:1 2634:20190130:204754.373 poller_type:255 location:0 2634:20190130:204754.373 inventory_link:0 2634:20190130:204754.373 priority:1 schedulable:1 2634:20190130:204754.373 units:'' trends:1 2634:20190130:204754.373 itemid:54259 hostid:10564 key:'proc.num[ripd,quagga]' 2634:20190130:204754.373 type:0 value_type:3 2634:20190130:204754.373 interfaceid:408 port:'' 2634:20190130:204754.373 state:0 error:'' 2634:20190130:204754.373 flags:0 status:1 2634:20190130:204754.373 valuemapid:0 2634:20190130:204754.373 lastlogsize:0 mtime:0 2634:20190130:204754.373 delay:'10m' nextcheck:0 lastclock:0 2634:20190130:204754.373 data_expected_from:1548866873 2634:20190130:204754.373 history:1 2634:20190130:204754.373 poller_type:255 location:0 2634:20190130:204754.373 inventory_link:0 2634:20190130:204754.373 priority:1 schedulable:1 2634:20190130:204754.373 units:'' trends:1 2634:20190130:204754.373 itemid:54260 hostid:10564 key:'proc.num[ripngd,quagga]' 2634:20190130:204754.373 type:0 value_type:3 2634:20190130:204754.374 interfaceid:408 port:'' 2634:20190130:204754.374 state:0 error:'' 2634:20190130:204754.374 flags:0 status:1 2634:20190130:204754.374 valuemapid:0 2634:20190130:204754.374 lastlogsize:0 mtime:0 2634:20190130:204754.374 delay:'10m' nextcheck:0 lastclock:0 2634:20190130:204754.374 data_expected_from:1548866873 2634:20190130:204754.374 history:1 2634:20190130:204754.374 poller_type:255 location:0 2634:20190130:204754.374 inventory_link:0 2634:20190130:204754.374 priority:1 schedulable:1 2634:20190130:204754.374 units:'' trends:1 2634:20190130:204754.374 itemid:54261 hostid:10564 key:'proc.num[zebra,quagga]' 2634:20190130:204754.374 type:0 value_type:3 2634:20190130:204754.374 interfaceid:408 port:'' 2634:20190130:204754.374 state:0 error:'' 2634:20190130:204754.374 flags:0 status:1 2634:20190130:204754.374 valuemapid:0 2634:20190130:204754.374 lastlogsize:0 mtime:0 2634:20190130:204754.374 delay:'10m' nextcheck:0 lastclock:0 2634:20190130:204754.374 data_expected_from:1548866873 2634:20190130:204754.374 history:1 2634:20190130:204754.374 poller_type:255 location:0 2634:20190130:204754.374 inventory_link:0 2634:20190130:204754.374 priority:1 schedulable:1 2634:20190130:204754.374 units:'' trends:1 2634:20190130:204754.374 itemid:54262 hostid:10564 key:'system.boottime' 2634:20190130:204754.374 type:0 value_type:3 2634:20190130:204754.374 interfaceid:408 port:'' 2634:20190130:204754.374 state:0 error:'' 2634:20190130:204754.374 flags:0 status:0 2634:20190130:204754.374 valuemapid:0 2634:20190130:204754.374 lastlogsize:0 mtime:0 2634:20190130:204754.374 delay:'10m' nextcheck:1548867262 lastclock:0 2634:20190130:204754.374 data_expected_from:1548866873 2634:20190130:204754.374 history:1 2634:20190130:204754.374 poller_type:0 location:1 2634:20190130:204754.374 inventory_link:0 2634:20190130:204754.374 priority:1 schedulable:1 2634:20190130:204754.374 units:'' trends:1 2634:20190130:204754.374 itemid:54263 hostid:10564 key:'system.cpu.intr' 2634:20190130:204754.374 type:0 value_type:3 2634:20190130:204754.374 interfaceid:408 port:'' 2634:20190130:204754.374 state:0 error:'' 2634:20190130:204754.374 flags:0 status:0 2634:20190130:204754.374 valuemapid:0 2634:20190130:204754.374 lastlogsize:0 mtime:0 2634:20190130:204754.375 delay:'1m' nextcheck:1548866903 lastclock:0 2634:20190130:204754.375 data_expected_from:1548866873 2634:20190130:204754.375 history:1 2634:20190130:204754.375 poller_type:0 location:1 2634:20190130:204754.375 inventory_link:0 2634:20190130:204754.375 priority:1 schedulable:1 2634:20190130:204754.375 units:'' trends:1 2634:20190130:204754.375 itemid:54264 hostid:10564 key:'system.cpu.load[percpu,avg15]' 2634:20190130:204754.375 type:0 value_type:0 2634:20190130:204754.375 interfaceid:408 port:'' 2634:20190130:204754.375 state:0 error:'' 2634:20190130:204754.375 flags:0 status:0 2634:20190130:204754.375 valuemapid:0 2634:20190130:204754.375 lastlogsize:0 mtime:0 2634:20190130:204754.375 delay:'1m' nextcheck:1548866904 lastclock:0 2634:20190130:204754.375 data_expected_from:1548866873 2634:20190130:204754.375 history:1 2634:20190130:204754.375 poller_type:0 location:1 2634:20190130:204754.375 inventory_link:0 2634:20190130:204754.375 priority:1 schedulable:1 2634:20190130:204754.375 units:'' trends:1 2634:20190130:204754.375 itemid:54265 hostid:10564 key:'system.cpu.load[percpu,avg1]' 2634:20190130:204754.375 type:0 value_type:0 2634:20190130:204754.375 interfaceid:408 port:'' 2634:20190130:204754.375 state:0 error:'' 2634:20190130:204754.375 flags:0 status:0 2634:20190130:204754.375 valuemapid:0 2634:20190130:204754.375 lastlogsize:0 mtime:0 2634:20190130:204754.375 delay:'1m' nextcheck:1548866905 lastclock:0 2634:20190130:204754.375 data_expected_from:1548866873 2634:20190130:204754.375 history:1 2634:20190130:204754.375 poller_type:0 location:1 2634:20190130:204754.375 inventory_link:0 2634:20190130:204754.375 priority:1 schedulable:1 2634:20190130:204754.375 units:'' trends:1 2634:20190130:204754.375 itemid:54266 hostid:10564 key:'system.cpu.load[percpu,avg5]' 2634:20190130:204754.375 type:0 value_type:0 2634:20190130:204754.375 interfaceid:408 port:'' 2634:20190130:204754.375 state:0 error:'' 2634:20190130:204754.375 flags:0 status:0 2634:20190130:204754.375 valuemapid:0 2634:20190130:204754.375 lastlogsize:0 mtime:0 2634:20190130:204754.375 delay:'1m' nextcheck:1548866906 lastclock:0 2634:20190130:204754.375 data_expected_from:1548866873 2634:20190130:204754.375 history:1 2634:20190130:204754.375 poller_type:0 location:1 2634:20190130:204754.376 inventory_link:0 2634:20190130:204754.376 priority:1 schedulable:1 2634:20190130:204754.376 units:'' trends:1 2634:20190130:204754.376 itemid:54267 hostid:10564 key:'system.cpu.switches' 2634:20190130:204754.376 type:0 value_type:3 2634:20190130:204754.376 interfaceid:408 port:'' 2634:20190130:204754.376 state:0 error:'' 2634:20190130:204754.376 flags:0 status:0 2634:20190130:204754.376 valuemapid:0 2634:20190130:204754.376 lastlogsize:0 mtime:0 2634:20190130:204754.376 delay:'1m' nextcheck:1548866907 lastclock:0 2634:20190130:204754.376 data_expected_from:1548866873 2634:20190130:204754.376 history:1 2634:20190130:204754.376 poller_type:0 location:1 2634:20190130:204754.376 inventory_link:0 2634:20190130:204754.376 priority:1 schedulable:1 2634:20190130:204754.376 units:'' trends:1 2634:20190130:204754.376 itemid:54268 hostid:10564 key:'system.cpu.util[,idle]' 2634:20190130:204754.376 type:0 value_type:0 2634:20190130:204754.376 interfaceid:408 port:'' 2634:20190130:204754.376 state:0 error:'' 2634:20190130:204754.376 flags:0 status:0 2634:20190130:204754.376 valuemapid:0 2634:20190130:204754.376 lastlogsize:0 mtime:0 2634:20190130:204754.376 delay:'1m' nextcheck:1548866908 lastclock:0 2634:20190130:204754.376 data_expected_from:1548866873 2634:20190130:204754.376 history:1 2634:20190130:204754.376 poller_type:0 location:1 2634:20190130:204754.376 inventory_link:0 2634:20190130:204754.376 priority:1 schedulable:1 2634:20190130:204754.376 units:'' trends:1 2634:20190130:204754.376 itemid:54269 hostid:10564 key:'system.cpu.util[,interrupt]' 2634:20190130:204754.376 type:0 value_type:0 2634:20190130:204754.376 interfaceid:408 port:'' 2634:20190130:204754.376 state:0 error:'' 2634:20190130:204754.376 flags:0 status:0 2634:20190130:204754.376 valuemapid:0 2634:20190130:204754.376 lastlogsize:0 mtime:0 2634:20190130:204754.376 delay:'1m' nextcheck:1548866909 lastclock:0 2634:20190130:204754.376 data_expected_from:1548866873 2634:20190130:204754.376 history:1 2634:20190130:204754.376 poller_type:0 location:1 2634:20190130:204754.376 inventory_link:0 2634:20190130:204754.376 priority:1 schedulable:1 2634:20190130:204754.376 units:'' trends:1 2634:20190130:204754.376 itemid:54270 hostid:10564 key:'system.cpu.util[,iowait]' 2634:20190130:204754.376 type:0 value_type:0 2634:20190130:204754.377 interfaceid:408 port:'' 2634:20190130:204754.377 state:0 error:'' 2634:20190130:204754.377 flags:0 status:0 2634:20190130:204754.377 valuemapid:0 2634:20190130:204754.377 lastlogsize:0 mtime:0 2634:20190130:204754.377 delay:'1m' nextcheck:1548866910 lastclock:0 2634:20190130:204754.377 data_expected_from:1548866873 2634:20190130:204754.377 history:1 2634:20190130:204754.377 poller_type:0 location:1 2634:20190130:204754.377 inventory_link:0 2634:20190130:204754.377 priority:1 schedulable:1 2634:20190130:204754.377 units:'' trends:1 2634:20190130:204754.377 itemid:54271 hostid:10564 key:'system.cpu.util[,nice]' 2634:20190130:204754.377 type:0 value_type:0 2634:20190130:204754.377 interfaceid:408 port:'' 2634:20190130:204754.377 state:0 error:'' 2634:20190130:204754.377 flags:0 status:0 2634:20190130:204754.377 valuemapid:0 2634:20190130:204754.377 lastlogsize:0 mtime:0 2634:20190130:204754.377 delay:'1m' nextcheck:1548866911 lastclock:0 2634:20190130:204754.377 data_expected_from:1548866873 2634:20190130:204754.377 history:1 2634:20190130:204754.377 poller_type:0 location:1 2634:20190130:204754.377 inventory_link:0 2634:20190130:204754.377 priority:1 schedulable:1 2634:20190130:204754.377 units:'' trends:1 2634:20190130:204754.377 itemid:54272 hostid:10564 key:'system.cpu.util[,softirq]' 2634:20190130:204754.377 type:0 value_type:0 2634:20190130:204754.377 interfaceid:408 port:'' 2634:20190130:204754.377 state:0 error:'' 2634:20190130:204754.377 flags:0 status:0 2634:20190130:204754.377 valuemapid:0 2634:20190130:204754.377 lastlogsize:0 mtime:0 2634:20190130:204754.377 delay:'1m' nextcheck:1548866912 lastclock:0 2634:20190130:204754.377 data_expected_from:1548866873 2634:20190130:204754.377 history:1 2634:20190130:204754.377 poller_type:0 location:1 2634:20190130:204754.377 inventory_link:0 2634:20190130:204754.377 priority:1 schedulable:1 2634:20190130:204754.377 units:'' trends:1 2634:20190130:204754.377 itemid:54273 hostid:10564 key:'system.cpu.util[,steal]' 2634:20190130:204754.378 type:0 value_type:0 2634:20190130:204754.378 interfaceid:408 port:'' 2634:20190130:204754.378 state:0 error:'' 2634:20190130:204754.378 flags:0 status:0 2634:20190130:204754.378 valuemapid:0 2634:20190130:204754.378 lastlogsize:0 mtime:0 2634:20190130:204754.378 delay:'1m' nextcheck:1548866913 lastclock:0 2634:20190130:204754.378 data_expected_from:1548866873 2634:20190130:204754.378 history:1 2634:20190130:204754.378 poller_type:0 location:1 2634:20190130:204754.378 inventory_link:0 2634:20190130:204754.378 priority:1 schedulable:1 2634:20190130:204754.378 units:'' trends:1 2634:20190130:204754.378 itemid:54274 hostid:10564 key:'system.cpu.util[,system]' 2634:20190130:204754.378 type:0 value_type:0 2634:20190130:204754.378 interfaceid:408 port:'' 2634:20190130:204754.378 state:0 error:'' 2634:20190130:204754.378 flags:0 status:0 2634:20190130:204754.378 valuemapid:0 2634:20190130:204754.378 lastlogsize:0 mtime:0 2634:20190130:204754.378 delay:'1m' nextcheck:1548866914 lastclock:0 2634:20190130:204754.378 data_expected_from:1548866873 2634:20190130:204754.378 history:1 2634:20190130:204754.378 poller_type:0 location:1 2634:20190130:204754.378 inventory_link:0 2634:20190130:204754.378 priority:1 schedulable:1 2634:20190130:204754.378 units:'' trends:1 2634:20190130:204754.378 itemid:54275 hostid:10564 key:'system.cpu.util[,user]' 2634:20190130:204754.378 type:0 value_type:0 2634:20190130:204754.378 interfaceid:408 port:'' 2634:20190130:204754.378 state:0 error:'' 2634:20190130:204754.378 flags:0 status:0 2634:20190130:204754.378 valuemapid:0 2634:20190130:204754.378 lastlogsize:0 mtime:0 2634:20190130:204754.378 delay:'1m' nextcheck:1548866915 lastclock:0 2634:20190130:204754.378 data_expected_from:1548866873 2634:20190130:204754.378 history:1 2634:20190130:204754.378 poller_type:0 location:1 2634:20190130:204754.378 inventory_link:0 2634:20190130:204754.378 priority:1 schedulable:1 2634:20190130:204754.378 units:'' trends:1 2634:20190130:204754.378 itemid:54276 hostid:10564 key:'system.hostname' 2634:20190130:204754.378 type:0 value_type:1 2634:20190130:204754.378 interfaceid:408 port:'' 2634:20190130:204754.378 state:0 error:'' 2634:20190130:204754.378 flags:0 status:0 2634:20190130:204754.378 valuemapid:0 2634:20190130:204754.378 lastlogsize:0 mtime:0 2634:20190130:204754.379 delay:'1h' nextcheck:1548867876 lastclock:0 2634:20190130:204754.379 data_expected_from:1548866873 2634:20190130:204754.379 history:1 2634:20190130:204754.379 poller_type:0 location:1 2634:20190130:204754.379 inventory_link:0 2634:20190130:204754.379 priority:1 schedulable:1 2634:20190130:204754.379 itemid:54277 hostid:10564 key:'system.localtime' 2634:20190130:204754.379 type:0 value_type:3 2634:20190130:204754.379 interfaceid:408 port:'' 2634:20190130:204754.379 state:0 error:'' 2634:20190130:204754.379 flags:0 status:0 2634:20190130:204754.379 valuemapid:0 2634:20190130:204754.379 lastlogsize:0 mtime:0 2634:20190130:204754.379 delay:'1m' nextcheck:1548866917 lastclock:0 2634:20190130:204754.379 data_expected_from:1548866873 2634:20190130:204754.379 history:1 2634:20190130:204754.379 poller_type:0 location:1 2634:20190130:204754.379 inventory_link:0 2634:20190130:204754.379 priority:1 schedulable:1 2634:20190130:204754.379 units:'' trends:1 2634:20190130:204754.379 itemid:54278 hostid:10564 key:'system.swap.size[,free]' 2634:20190130:204754.379 type:0 value_type:3 2634:20190130:204754.379 interfaceid:408 port:'' 2634:20190130:204754.379 state:0 error:'' 2634:20190130:204754.379 flags:0 status:0 2634:20190130:204754.379 valuemapid:0 2634:20190130:204754.379 lastlogsize:0 mtime:0 2634:20190130:204754.379 delay:'1m' nextcheck:1548866918 lastclock:0 2634:20190130:204754.379 data_expected_from:1548866873 2634:20190130:204754.379 history:1 2634:20190130:204754.379 poller_type:0 location:1 2634:20190130:204754.379 inventory_link:0 2634:20190130:204754.379 priority:1 schedulable:1 2634:20190130:204754.379 units:'' trends:1 2634:20190130:204754.379 itemid:54279 hostid:10564 key:'system.swap.size[,pfree]' 2634:20190130:204754.379 type:0 value_type:0 2634:20190130:204754.379 interfaceid:408 port:'' 2634:20190130:204754.379 state:0 error:'' 2634:20190130:204754.379 flags:0 status:0 2634:20190130:204754.379 valuemapid:0 2634:20190130:204754.379 lastlogsize:0 mtime:0 2634:20190130:204754.379 delay:'1m' nextcheck:1548866919 lastclock:0 2634:20190130:204754.379 data_expected_from:1548866873 2634:20190130:204754.379 history:1 2634:20190130:204754.379 poller_type:0 location:1 2634:20190130:204754.379 inventory_link:0 2634:20190130:204754.379 priority:1 schedulable:1 2634:20190130:204754.380 units:'' trends:1 2634:20190130:204754.380 itemid:54280 hostid:10564 key:'system.swap.size[,total]' 2634:20190130:204754.380 type:0 value_type:3 2634:20190130:204754.380 interfaceid:408 port:'' 2634:20190130:204754.380 state:0 error:'' 2634:20190130:204754.380 flags:0 status:0 2634:20190130:204754.380 valuemapid:0 2634:20190130:204754.380 lastlogsize:0 mtime:0 2634:20190130:204754.380 delay:'1h' nextcheck:1548867880 lastclock:0 2634:20190130:204754.380 data_expected_from:1548866873 2634:20190130:204754.380 history:1 2634:20190130:204754.380 poller_type:0 location:1 2634:20190130:204754.380 inventory_link:0 2634:20190130:204754.380 priority:1 schedulable:1 2634:20190130:204754.380 units:'' trends:1 2634:20190130:204754.380 itemid:54281 hostid:10564 key:'system.uname' 2634:20190130:204754.380 type:0 value_type:1 2634:20190130:204754.380 interfaceid:408 port:'' 2634:20190130:204754.380 state:0 error:'' 2634:20190130:204754.380 flags:0 status:0 2634:20190130:204754.380 valuemapid:0 2634:20190130:204754.380 lastlogsize:0 mtime:0 2634:20190130:204754.380 delay:'1h' nextcheck:1548867881 lastclock:0 2634:20190130:204754.380 data_expected_from:1548866873 2634:20190130:204754.380 history:1 2634:20190130:204754.380 poller_type:0 location:1 2634:20190130:204754.380 inventory_link:0 2634:20190130:204754.380 priority:1 schedulable:1 2634:20190130:204754.380 itemid:54282 hostid:10564 key:'system.uptime' 2634:20190130:204754.380 type:0 value_type:3 2634:20190130:204754.380 interfaceid:408 port:'' 2634:20190130:204754.380 state:0 error:'' 2634:20190130:204754.380 flags:0 status:0 2634:20190130:204754.380 valuemapid:0 2634:20190130:204754.380 lastlogsize:0 mtime:0 2634:20190130:204754.380 delay:'10m' nextcheck:1548867282 lastclock:0 2634:20190130:204754.380 data_expected_from:1548866873 2634:20190130:204754.380 history:1 2634:20190130:204754.380 poller_type:0 location:1 2634:20190130:204754.380 inventory_link:0 2634:20190130:204754.380 priority:1 schedulable:1 2634:20190130:204754.380 units:'' trends:1 2634:20190130:204754.380 itemid:54283 hostid:10564 key:'system.users.num' 2634:20190130:204754.380 type:0 value_type:3 2634:20190130:204754.380 interfaceid:408 port:'' 2634:20190130:204754.380 state:0 error:'' 2634:20190130:204754.381 flags:0 status:0 2634:20190130:204754.381 valuemapid:0 2634:20190130:204754.381 lastlogsize:0 mtime:0 2634:20190130:204754.381 delay:'1m' nextcheck:1548866923 lastclock:0 2634:20190130:204754.381 data_expected_from:1548866873 2634:20190130:204754.381 history:1 2634:20190130:204754.381 poller_type:0 location:1 2634:20190130:204754.381 inventory_link:0 2634:20190130:204754.381 priority:1 schedulable:1 2634:20190130:204754.381 units:'' trends:1 2634:20190130:204754.381 itemid:54284 hostid:10564 key:'vfs.file.cksum[/config/config.boot]' 2634:20190130:204754.381 type:0 value_type:3 2634:20190130:204754.381 interfaceid:408 port:'' 2634:20190130:204754.381 state:0 error:'' 2634:20190130:204754.381 flags:0 status:0 2634:20190130:204754.381 valuemapid:0 2634:20190130:204754.381 lastlogsize:0 mtime:0 2634:20190130:204754.381 delay:'1h' nextcheck:1548867884 lastclock:0 2634:20190130:204754.381 data_expected_from:1548866873 2634:20190130:204754.381 history:1 2634:20190130:204754.381 poller_type:0 location:1 2634:20190130:204754.381 inventory_link:0 2634:20190130:204754.381 priority:1 schedulable:1 2634:20190130:204754.381 units:'' trends:1 2634:20190130:204754.381 itemid:54285 hostid:10564 key:'vfs.file.cksum[/etc/passwd]' 2634:20190130:204754.381 type:0 value_type:3 2634:20190130:204754.381 interfaceid:408 port:'' 2634:20190130:204754.381 state:0 error:'' 2634:20190130:204754.381 flags:0 status:0 2634:20190130:204754.381 valuemapid:0 2634:20190130:204754.381 lastlogsize:0 mtime:0 2634:20190130:204754.381 delay:'1h' nextcheck:1548867885 lastclock:0 2634:20190130:204754.381 data_expected_from:1548866873 2634:20190130:204754.381 history:1 2634:20190130:204754.381 poller_type:0 location:1 2634:20190130:204754.381 inventory_link:0 2634:20190130:204754.381 priority:1 schedulable:1 2634:20190130:204754.381 units:'' trends:1 2634:20190130:204754.382 itemid:54286 hostid:10564 key:'vm.memory.size[available]' 2634:20190130:204754.382 type:0 value_type:3 2634:20190130:204754.382 interfaceid:408 port:'' 2634:20190130:204754.382 state:0 error:'' 2634:20190130:204754.382 flags:0 status:0 2634:20190130:204754.382 valuemapid:0 2634:20190130:204754.382 lastlogsize:0 mtime:0 2634:20190130:204754.382 delay:'1m' nextcheck:1548866926 lastclock:0 2634:20190130:204754.382 data_expected_from:1548866873 2634:20190130:204754.382 history:1 2634:20190130:204754.382 poller_type:0 location:1 2634:20190130:204754.382 inventory_link:0 2634:20190130:204754.382 priority:1 schedulable:1 2634:20190130:204754.382 units:'' trends:1 2634:20190130:204754.382 itemid:54287 hostid:10564 key:'vm.memory.size[total]' 2634:20190130:204754.382 type:0 value_type:3 2634:20190130:204754.382 interfaceid:408 port:'' 2634:20190130:204754.382 state:0 error:'' 2634:20190130:204754.382 flags:0 status:0 2634:20190130:204754.382 valuemapid:0 2634:20190130:204754.382 lastlogsize:0 mtime:0 2634:20190130:204754.382 delay:'1h' nextcheck:1548867887 lastclock:0 2634:20190130:204754.382 data_expected_from:1548866873 2634:20190130:204754.382 history:1 2634:20190130:204754.382 poller_type:0 location:1 2634:20190130:204754.382 inventory_link:0 2634:20190130:204754.382 priority:1 schedulable:1 2634:20190130:204754.382 units:'' trends:1 2634:20190130:204754.382 itemid:54433 hostid:10564 key:'net.if.in[eth0]' 2634:20190130:204754.382 type:0 value_type:3 2634:20190130:204754.382 interfaceid:408 port:'' 2634:20190130:204754.382 state:0 error:'' 2634:20190130:204754.382 flags:4 status:0 2634:20190130:204754.382 valuemapid:0 2634:20190130:204754.382 lastlogsize:0 mtime:0 2634:20190130:204754.382 delay:'1m' nextcheck:1548866893 lastclock:0 2634:20190130:204754.382 data_expected_from:1548866873 2634:20190130:204754.382 history:1 2634:20190130:204754.383 poller_type:0 location:1 2634:20190130:204754.383 inventory_link:0 2634:20190130:204754.383 priority:1 schedulable:1 2634:20190130:204754.383 units:'' trends:1 2634:20190130:204754.383 itemid:54434 hostid:10564 key:'net.if.in[vtun1]' 2634:20190130:204754.383 type:0 value_type:3 2634:20190130:204754.383 interfaceid:408 port:'' 2634:20190130:204754.383 state:0 error:'' 2634:20190130:204754.383 flags:4 status:0 2634:20190130:204754.383 valuemapid:0 2634:20190130:204754.383 lastlogsize:0 mtime:0 2634:20190130:204754.383 delay:'1m' nextcheck:1548866894 lastclock:0 2634:20190130:204754.383 data_expected_from:1548866873 2634:20190130:204754.383 history:1 2634:20190130:204754.383 poller_type:0 location:1 2634:20190130:204754.383 inventory_link:0 2634:20190130:204754.383 priority:1 schedulable:1 2634:20190130:204754.383 units:'' trends:1 2634:20190130:204754.383 itemid:54435 hostid:10564 key:'net.if.in[eth1]' 2634:20190130:204754.383 type:0 value_type:3 2634:20190130:204754.383 interfaceid:408 port:'' 2634:20190130:204754.383 state:0 error:'' 2634:20190130:204754.383 flags:4 status:0 2634:20190130:204754.383 valuemapid:0 2634:20190130:204754.383 lastlogsize:0 mtime:0 2634:20190130:204754.383 delay:'1m' nextcheck:1548866895 lastclock:0 2634:20190130:204754.383 data_expected_from:1548866873 2634:20190130:204754.383 history:1 2634:20190130:204754.383 poller_type:0 location:1 2634:20190130:204754.383 inventory_link:0 2634:20190130:204754.383 priority:1 schedulable:1 2634:20190130:204754.383 units:'' trends:1 2634:20190130:204754.383 itemid:54436 hostid:10564 key:'net.if.out[eth0]' 2634:20190130:204754.383 type:0 value_type:3 2634:20190130:204754.383 interfaceid:408 port:'' 2634:20190130:204754.383 state:0 error:'' 2634:20190130:204754.383 flags:4 status:0 2634:20190130:204754.383 valuemapid:0 2634:20190130:204754.383 lastlogsize:0 mtime:0 2634:20190130:204754.383 delay:'1m' nextcheck:1548866896 lastclock:0 2634:20190130:204754.383 data_expected_from:1548866873 2634:20190130:204754.383 history:1 2634:20190130:204754.383 poller_type:0 location:1 2634:20190130:204754.383 inventory_link:0 2634:20190130:204754.383 priority:1 schedulable:1 2634:20190130:204754.383 units:'' trends:1 2634:20190130:204754.384 itemid:54437 hostid:10564 key:'net.if.out[vtun1]' 2634:20190130:204754.384 type:0 value_type:3 2634:20190130:204754.384 interfaceid:408 port:'' 2634:20190130:204754.384 state:0 error:'' 2634:20190130:204754.384 flags:4 status:0 2634:20190130:204754.384 valuemapid:0 2634:20190130:204754.384 lastlogsize:0 mtime:0 2634:20190130:204754.384 delay:'1m' nextcheck:1548866897 lastclock:0 2634:20190130:204754.384 data_expected_from:1548866873 2634:20190130:204754.384 history:1 2634:20190130:204754.384 poller_type:0 location:1 2634:20190130:204754.384 inventory_link:0 2634:20190130:204754.384 priority:1 schedulable:1 2634:20190130:204754.384 units:'' trends:1 2634:20190130:204754.384 itemid:54438 hostid:10564 key:'net.if.out[eth1]' 2634:20190130:204754.384 type:0 value_type:3 2634:20190130:204754.384 interfaceid:408 port:'' 2634:20190130:204754.384 state:0 error:'' 2634:20190130:204754.384 flags:4 status:0 2634:20190130:204754.384 valuemapid:0 2634:20190130:204754.384 lastlogsize:0 mtime:0 2634:20190130:204754.384 delay:'1m' nextcheck:1548866898 lastclock:0 2634:20190130:204754.384 data_expected_from:1548866873 2634:20190130:204754.384 history:1 2634:20190130:204754.384 poller_type:0 location:1 2634:20190130:204754.384 inventory_link:0 2634:20190130:204754.384 priority:1 schedulable:1 2634:20190130:204754.384 units:'' trends:1 2634:20190130:204754.384 itemid:54439 hostid:10564 key:'vfs.fs.inode[/lib/live/mount/persistence,pfree]' 2634:20190130:204754.384 type:0 value_type:0 2634:20190130:204754.384 interfaceid:408 port:'' 2634:20190130:204754.384 state:0 error:'' 2634:20190130:204754.384 flags:4 status:0 2634:20190130:204754.384 valuemapid:0 2634:20190130:204754.384 lastlogsize:0 mtime:0 2634:20190130:204754.384 delay:'1m' nextcheck:1548866899 lastclock:0 2634:20190130:204754.384 data_expected_from:1548866873 2634:20190130:204754.384 history:1 2634:20190130:204754.384 poller_type:0 location:1 2634:20190130:204754.384 inventory_link:0 2634:20190130:204754.384 priority:1 schedulable:1 2634:20190130:204754.384 units:'' trends:1 2634:20190130:204754.384 itemid:54440 hostid:10564 key:'vfs.fs.inode[/opt/vyatta/etc/config,pfree]' 2634:20190130:204754.385 type:0 value_type:0 2634:20190130:204754.385 interfaceid:408 port:'' 2634:20190130:204754.385 state:0 error:'' 2634:20190130:204754.385 flags:4 status:0 2634:20190130:204754.385 valuemapid:0 2634:20190130:204754.385 lastlogsize:0 mtime:0 2634:20190130:204754.385 delay:'1m' nextcheck:1548866900 lastclock:0 2634:20190130:204754.385 data_expected_from:1548866873 2634:20190130:204754.385 history:1 2634:20190130:204754.385 poller_type:0 location:1 2634:20190130:204754.385 inventory_link:0 2634:20190130:204754.385 priority:1 schedulable:1 2634:20190130:204754.385 units:'' trends:1 2634:20190130:204754.385 itemid:54441 hostid:10564 key:'vfs.fs.inode[/boot,pfree]' 2634:20190130:204754.385 type:0 value_type:0 2634:20190130:204754.385 interfaceid:408 port:'' 2634:20190130:204754.385 state:0 error:'' 2634:20190130:204754.385 flags:4 status:0 2634:20190130:204754.385 valuemapid:0 2634:20190130:204754.385 lastlogsize:0 mtime:0 2634:20190130:204754.385 delay:'1m' nextcheck:1548866901 lastclock:0 2634:20190130:204754.385 data_expected_from:1548866873 2634:20190130:204754.385 history:1 2634:20190130:204754.385 poller_type:0 location:1 2634:20190130:204754.385 inventory_link:0 2634:20190130:204754.385 priority:1 schedulable:1 2634:20190130:204754.385 units:'' trends:1 2634:20190130:204754.385 itemid:54442 hostid:10564 key:'vfs.fs.inode[/boot/grub,pfree]' 2634:20190130:204754.385 type:0 value_type:0 2634:20190130:204754.385 interfaceid:408 port:'' 2634:20190130:204754.385 state:0 error:'' 2634:20190130:204754.385 flags:4 status:0 2634:20190130:204754.385 valuemapid:0 2634:20190130:204754.385 lastlogsize:0 mtime:0 2634:20190130:204754.385 delay:'1m' nextcheck:1548866902 lastclock:0 2634:20190130:204754.385 data_expected_from:1548866873 2634:20190130:204754.385 history:1 2634:20190130:204754.385 poller_type:0 location:1 2634:20190130:204754.385 inventory_link:0 2634:20190130:204754.385 priority:1 schedulable:1 2634:20190130:204754.385 units:'' trends:1 2634:20190130:204754.385 itemid:54443 hostid:10564 key:'vfs.fs.inode[/lib/live/mount/persistence/boot/0.0.91/grub,pfree]' 2634:20190130:204754.386 type:0 value_type:0 2634:20190130:204754.386 interfaceid:408 port:'' 2634:20190130:204754.386 state:0 error:'' 2634:20190130:204754.386 flags:4 status:0 2634:20190130:204754.386 valuemapid:0 2634:20190130:204754.386 lastlogsize:0 mtime:0 2634:20190130:204754.386 delay:'1m' nextcheck:1548866903 lastclock:0 2634:20190130:204754.386 data_expected_from:1548866873 2634:20190130:204754.386 history:1 2634:20190130:204754.386 poller_type:0 location:1 2634:20190130:204754.386 inventory_link:0 2634:20190130:204754.386 priority:1 schedulable:1 2634:20190130:204754.386 units:'' trends:1 2634:20190130:204754.386 itemid:54444 hostid:10564 key:'vfs.fs.size[/lib/live/mount/persistence,free]' 2634:20190130:204754.386 type:0 value_type:3 2634:20190130:204754.386 interfaceid:408 port:'' 2634:20190130:204754.386 state:0 error:'' 2634:20190130:204754.386 flags:4 status:0 2634:20190130:204754.386 valuemapid:0 2634:20190130:204754.386 lastlogsize:0 mtime:0 2634:20190130:204754.386 delay:'1m' nextcheck:1548866904 lastclock:0 2634:20190130:204754.386 data_expected_from:1548866873 2634:20190130:204754.386 history:1 2634:20190130:204754.386 poller_type:0 location:1 2634:20190130:204754.386 inventory_link:0 2634:20190130:204754.386 priority:1 schedulable:1 2634:20190130:204754.386 units:'' trends:1 2634:20190130:204754.386 itemid:54445 hostid:10564 key:'vfs.fs.size[/opt/vyatta/etc/config,free]' 2634:20190130:204754.386 type:0 value_type:3 2634:20190130:204754.386 interfaceid:408 port:'' 2634:20190130:204754.386 state:0 error:'' 2634:20190130:204754.386 flags:4 status:0 2634:20190130:204754.386 valuemapid:0 2634:20190130:204754.386 lastlogsize:0 mtime:0 2634:20190130:204754.386 delay:'1m' nextcheck:1548866905 lastclock:0 2634:20190130:204754.386 data_expected_from:1548866873 2634:20190130:204754.386 history:1 2634:20190130:204754.386 poller_type:0 location:1 2634:20190130:204754.386 inventory_link:0 2634:20190130:204754.386 priority:1 schedulable:1 2634:20190130:204754.386 units:'' trends:1 2634:20190130:204754.386 itemid:54446 hostid:10564 key:'vfs.fs.size[/boot,free]' 2634:20190130:204754.386 type:0 value_type:3 2634:20190130:204754.386 interfaceid:408 port:'' 2634:20190130:204754.386 state:0 error:'' 2634:20190130:204754.386 flags:4 status:0 2634:20190130:204754.387 valuemapid:0 2634:20190130:204754.387 lastlogsize:0 mtime:0 2634:20190130:204754.387 delay:'1m' nextcheck:1548866906 lastclock:0 2634:20190130:204754.387 data_expected_from:1548866873 2634:20190130:204754.387 history:1 2634:20190130:204754.387 poller_type:0 location:1 2634:20190130:204754.387 inventory_link:0 2634:20190130:204754.387 priority:1 schedulable:1 2634:20190130:204754.387 units:'' trends:1 2634:20190130:204754.387 itemid:54447 hostid:10564 key:'vfs.fs.size[/boot/grub,free]' 2634:20190130:204754.387 type:0 value_type:3 2634:20190130:204754.387 interfaceid:408 port:'' 2634:20190130:204754.387 state:0 error:'' 2634:20190130:204754.387 flags:4 status:0 2634:20190130:204754.387 valuemapid:0 2634:20190130:204754.387 lastlogsize:0 mtime:0 2634:20190130:204754.387 delay:'1m' nextcheck:1548866907 lastclock:0 2634:20190130:204754.387 data_expected_from:1548866873 2634:20190130:204754.387 history:1 2634:20190130:204754.387 poller_type:0 location:1 2634:20190130:204754.387 inventory_link:0 2634:20190130:204754.387 priority:1 schedulable:1 2634:20190130:204754.387 units:'' trends:1 2634:20190130:204754.387 itemid:54448 hostid:10564 key:'vfs.fs.size[/lib/live/mount/persistence/boot/0.0.91/grub,free]' 2634:20190130:204754.387 type:0 value_type:3 2634:20190130:204754.387 interfaceid:408 port:'' 2634:20190130:204754.387 state:0 error:'' 2634:20190130:204754.387 flags:4 status:0 2634:20190130:204754.387 valuemapid:0 2634:20190130:204754.387 lastlogsize:0 mtime:0 2634:20190130:204754.387 delay:'1m' nextcheck:1548866908 lastclock:0 2634:20190130:204754.387 data_expected_from:1548866873 2634:20190130:204754.387 history:1 2634:20190130:204754.387 poller_type:0 location:1 2634:20190130:204754.387 inventory_link:0 2634:20190130:204754.387 priority:1 schedulable:1 2634:20190130:204754.387 units:'' trends:1 2634:20190130:204754.387 itemid:54449 hostid:10564 key:'vfs.fs.size[/lib/live/mount/persistence,pfree]' 2634:20190130:204754.387 type:0 value_type:0 2634:20190130:204754.387 interfaceid:408 port:'' 2634:20190130:204754.387 state:0 error:'' 2634:20190130:204754.387 flags:4 status:0 2634:20190130:204754.387 valuemapid:0 2634:20190130:204754.387 lastlogsize:0 mtime:0 2634:20190130:204754.388 delay:'1m' nextcheck:1548866909 lastclock:0 2634:20190130:204754.388 data_expected_from:1548866873 2634:20190130:204754.388 history:1 2634:20190130:204754.388 poller_type:0 location:1 2634:20190130:204754.388 inventory_link:0 2634:20190130:204754.388 priority:1 schedulable:1 2634:20190130:204754.388 units:'' trends:1 2634:20190130:204754.388 itemid:54450 hostid:10564 key:'vfs.fs.size[/opt/vyatta/etc/config,pfree]' 2634:20190130:204754.388 type:0 value_type:0 2634:20190130:204754.388 interfaceid:408 port:'' 2634:20190130:204754.388 state:0 error:'' 2634:20190130:204754.388 flags:4 status:0 2634:20190130:204754.388 valuemapid:0 2634:20190130:204754.388 lastlogsize:0 mtime:0 2634:20190130:204754.388 delay:'1m' nextcheck:1548866910 lastclock:0 2634:20190130:204754.388 data_expected_from:1548866873 2634:20190130:204754.388 history:1 2634:20190130:204754.388 poller_type:0 location:1 2634:20190130:204754.388 inventory_link:0 2634:20190130:204754.388 priority:1 schedulable:1 2634:20190130:204754.388 units:'' trends:1 2634:20190130:204754.388 itemid:54451 hostid:10564 key:'vfs.fs.size[/boot,pfree]' 2634:20190130:204754.388 type:0 value_type:0 2634:20190130:204754.388 interfaceid:408 port:'' 2634:20190130:204754.388 state:0 error:'' 2634:20190130:204754.388 flags:4 status:0 2634:20190130:204754.388 valuemapid:0 2634:20190130:204754.388 lastlogsize:0 mtime:0 2634:20190130:204754.388 delay:'1m' nextcheck:1548866911 lastclock:0 2634:20190130:204754.388 data_expected_from:1548866873 2634:20190130:204754.388 history:1 2634:20190130:204754.388 poller_type:0 location:1 2634:20190130:204754.388 inventory_link:0 2634:20190130:204754.388 priority:1 schedulable:1 2634:20190130:204754.388 units:'' trends:1 2634:20190130:204754.388 itemid:54452 hostid:10564 key:'vfs.fs.size[/boot/grub,pfree]' 2634:20190130:204754.388 type:0 value_type:0 2634:20190130:204754.388 interfaceid:408 port:'' 2634:20190130:204754.388 state:0 error:'' 2634:20190130:204754.389 flags:4 status:0 2634:20190130:204754.389 valuemapid:0 2634:20190130:204754.389 lastlogsize:0 mtime:0 2634:20190130:204754.389 delay:'1m' nextcheck:1548866912 lastclock:0 2634:20190130:204754.389 data_expected_from:1548866873 2634:20190130:204754.389 history:1 2634:20190130:204754.389 poller_type:0 location:1 2634:20190130:204754.389 inventory_link:0 2634:20190130:204754.389 priority:1 schedulable:1 2634:20190130:204754.389 units:'' trends:1 2634:20190130:204754.389 itemid:54453 hostid:10564 key:'vfs.fs.size[/lib/live/mount/persistence/boot/0.0.91/grub,pfree]' 2634:20190130:204754.389 type:0 value_type:0 2634:20190130:204754.389 interfaceid:408 port:'' 2634:20190130:204754.389 state:0 error:'' 2634:20190130:204754.389 flags:4 status:0 2634:20190130:204754.389 valuemapid:0 2634:20190130:204754.389 lastlogsize:0 mtime:0 2634:20190130:204754.389 delay:'1m' nextcheck:1548866913 lastclock:0 2634:20190130:204754.389 data_expected_from:1548866873 2634:20190130:204754.389 history:1 2634:20190130:204754.389 poller_type:0 location:1 2634:20190130:204754.389 inventory_link:0 2634:20190130:204754.389 priority:1 schedulable:1 2634:20190130:204754.389 units:'' trends:1 2634:20190130:204754.389 itemid:54454 hostid:10564 key:'vfs.fs.size[/lib/live/mount/persistence,total]' 2634:20190130:204754.389 type:0 value_type:3 2634:20190130:204754.389 interfaceid:408 port:'' 2634:20190130:204754.389 state:0 error:'' 2634:20190130:204754.389 flags:4 status:0 2634:20190130:204754.389 valuemapid:0 2634:20190130:204754.389 lastlogsize:0 mtime:0 2634:20190130:204754.389 delay:'1h' nextcheck:1548868054 lastclock:0 2634:20190130:204754.389 data_expected_from:1548866873 2634:20190130:204754.389 history:1 2634:20190130:204754.389 poller_type:0 location:1 2634:20190130:204754.389 inventory_link:0 2634:20190130:204754.389 priority:1 schedulable:1 2634:20190130:204754.389 units:'' trends:1 2634:20190130:204754.389 itemid:54455 hostid:10564 key:'vfs.fs.size[/opt/vyatta/etc/config,total]' 2634:20190130:204754.390 type:0 value_type:3 2634:20190130:204754.390 interfaceid:408 port:'' 2634:20190130:204754.390 state:0 error:'' 2634:20190130:204754.390 flags:4 status:0 2634:20190130:204754.390 valuemapid:0 2634:20190130:204754.390 lastlogsize:0 mtime:0 2634:20190130:204754.390 delay:'1h' nextcheck:1548868055 lastclock:0 2634:20190130:204754.390 data_expected_from:1548866873 2634:20190130:204754.390 history:1 2634:20190130:204754.390 poller_type:0 location:1 2634:20190130:204754.390 inventory_link:0 2634:20190130:204754.390 priority:1 schedulable:1 2634:20190130:204754.390 units:'' trends:1 2634:20190130:204754.390 itemid:54456 hostid:10564 key:'vfs.fs.size[/boot,total]' 2634:20190130:204754.390 type:0 value_type:3 2634:20190130:204754.390 interfaceid:408 port:'' 2634:20190130:204754.390 state:0 error:'' 2634:20190130:204754.390 flags:4 status:0 2634:20190130:204754.390 valuemapid:0 2634:20190130:204754.390 lastlogsize:0 mtime:0 2634:20190130:204754.390 delay:'1h' nextcheck:1548868056 lastclock:0 2634:20190130:204754.390 data_expected_from:1548866873 2634:20190130:204754.390 history:1 2634:20190130:204754.390 poller_type:0 location:1 2634:20190130:204754.390 inventory_link:0 2634:20190130:204754.390 priority:1 schedulable:1 2634:20190130:204754.390 units:'' trends:1 2634:20190130:204754.390 itemid:54457 hostid:10564 key:'vfs.fs.size[/boot/grub,total]' 2634:20190130:204754.390 type:0 value_type:3 2634:20190130:204754.390 interfaceid:408 port:'' 2634:20190130:204754.390 state:0 error:'' 2634:20190130:204754.390 flags:4 status:0 2634:20190130:204754.390 valuemapid:0 2634:20190130:204754.390 lastlogsize:0 mtime:0 2634:20190130:204754.390 delay:'1h' nextcheck:1548868057 lastclock:0 2634:20190130:204754.390 data_expected_from:1548866873 2634:20190130:204754.390 history:1 2634:20190130:204754.390 poller_type:0 location:1 2634:20190130:204754.390 inventory_link:0 2634:20190130:204754.390 priority:1 schedulable:1 2634:20190130:204754.390 units:'' trends:1 2634:20190130:204754.390 itemid:54458 hostid:10564 key:'vfs.fs.size[/lib/live/mount/persistence/boot/0.0.91/grub,total]' 2634:20190130:204754.391 type:0 value_type:3 2634:20190130:204754.391 interfaceid:408 port:'' 2634:20190130:204754.391 state:0 error:'' 2634:20190130:204754.391 flags:4 status:0 2634:20190130:204754.391 valuemapid:0 2634:20190130:204754.391 lastlogsize:0 mtime:0 2634:20190130:204754.391 delay:'1h' nextcheck:1548868058 lastclock:0 2634:20190130:204754.391 data_expected_from:1548866873 2634:20190130:204754.391 history:1 2634:20190130:204754.391 poller_type:0 location:1 2634:20190130:204754.391 inventory_link:0 2634:20190130:204754.391 priority:1 schedulable:1 2634:20190130:204754.391 units:'' trends:1 2634:20190130:204754.391 itemid:54459 hostid:10564 key:'vfs.fs.size[/lib/live/mount/persistence,used]' 2634:20190130:204754.391 type:0 value_type:3 2634:20190130:204754.391 interfaceid:408 port:'' 2634:20190130:204754.391 state:0 error:'' 2634:20190130:204754.391 flags:4 status:0 2634:20190130:204754.391 valuemapid:0 2634:20190130:204754.391 lastlogsize:0 mtime:0 2634:20190130:204754.391 delay:'1m' nextcheck:1548866919 lastclock:0 2634:20190130:204754.391 data_expected_from:1548866873 2634:20190130:204754.391 history:1 2634:20190130:204754.391 poller_type:0 location:1 2634:20190130:204754.391 inventory_link:0 2634:20190130:204754.391 priority:1 schedulable:1 2634:20190130:204754.391 units:'' trends:1 2634:20190130:204754.391 itemid:54460 hostid:10564 key:'vfs.fs.size[/opt/vyatta/etc/config,used]' 2634:20190130:204754.391 type:0 value_type:3 2634:20190130:204754.391 interfaceid:408 port:'' 2634:20190130:204754.391 state:0 error:'' 2634:20190130:204754.391 flags:4 status:0 2634:20190130:204754.391 valuemapid:0 2634:20190130:204754.391 lastlogsize:0 mtime:0 2634:20190130:204754.391 delay:'1m' nextcheck:1548866920 lastclock:0 2634:20190130:204754.391 data_expected_from:1548866873 2634:20190130:204754.391 history:1 2634:20190130:204754.391 poller_type:0 location:1 2634:20190130:204754.391 inventory_link:0 2634:20190130:204754.391 priority:1 schedulable:1 2634:20190130:204754.391 units:'' trends:1 2634:20190130:204754.391 itemid:54461 hostid:10564 key:'vfs.fs.size[/boot,used]' 2634:20190130:204754.391 type:0 value_type:3 2634:20190130:204754.392 interfaceid:408 port:'' 2634:20190130:204754.392 state:0 error:'' 2634:20190130:204754.392 flags:4 status:0 2634:20190130:204754.392 valuemapid:0 2634:20190130:204754.392 lastlogsize:0 mtime:0 2634:20190130:204754.392 delay:'1m' nextcheck:1548866921 lastclock:0 2634:20190130:204754.392 data_expected_from:1548866873 2634:20190130:204754.392 history:1 2634:20190130:204754.392 poller_type:0 location:1 2634:20190130:204754.392 inventory_link:0 2634:20190130:204754.392 priority:1 schedulable:1 2634:20190130:204754.392 units:'' trends:1 2634:20190130:204754.392 itemid:54462 hostid:10564 key:'vfs.fs.size[/boot/grub,used]' 2634:20190130:204754.392 type:0 value_type:3 2634:20190130:204754.392 interfaceid:408 port:'' 2634:20190130:204754.392 state:0 error:'' 2634:20190130:204754.392 flags:4 status:0 2634:20190130:204754.392 valuemapid:0 2634:20190130:204754.392 lastlogsize:0 mtime:0 2634:20190130:204754.392 delay:'1m' nextcheck:1548866922 lastclock:0 2634:20190130:204754.392 data_expected_from:1548866873 2634:20190130:204754.392 history:1 2634:20190130:204754.392 poller_type:0 location:1 2634:20190130:204754.392 inventory_link:0 2634:20190130:204754.392 priority:1 schedulable:1 2634:20190130:204754.392 units:'' trends:1 2634:20190130:204754.392 itemid:54463 hostid:10564 key:'vfs.fs.size[/lib/live/mount/persistence/boot/0.0.91/grub,used]' 2634:20190130:204754.392 type:0 value_type:3 2634:20190130:204754.392 interfaceid:408 port:'' 2634:20190130:204754.392 state:0 error:'' 2634:20190130:204754.392 flags:4 status:0 2634:20190130:204754.392 valuemapid:0 2634:20190130:204754.392 lastlogsize:0 mtime:0 2634:20190130:204754.392 delay:'1m' nextcheck:1548866923 lastclock:0 2634:20190130:204754.392 data_expected_from:1548866873 2634:20190130:204754.392 history:1 2634:20190130:204754.392 poller_type:0 location:1 2634:20190130:204754.392 inventory_link:0 2634:20190130:204754.392 priority:1 schedulable:1 2634:20190130:204754.392 units:'' trends:1 2634:20190130:204754.392 End of DCdump_items() 2634:20190130:204754.392 In DCdump_interface_snmpitems() 2634:20190130:204754.392 End of DCdump_interface_snmpitems() 2634:20190130:204754.392 In DCdump_triggers() 2634:20190130:204754.392 End of DCdump_triggers() 2634:20190130:204754.393 In DCdump_trigdeps() 2634:20190130:204754.393 End of DCdump_trigdeps() 2634:20190130:204754.393 In DCdump_functions() 2634:20190130:204754.393 End of DCdump_functions() 2634:20190130:204754.393 In DCdump_expressions() 2634:20190130:204754.393 expressionid:1 regexp:'File systems for discovery' expression:'^(btrfs|ext2|ext3|ext4|jfs|reiser|xfs|ffs|ufs|jfs|jfs2|vxfs|hfs|refs|ntfs|fat32|zfs)$ delimiter:44 type:3 case_sensitive:0 2634:20190130:204754.393 expressionid:2 regexp:'Network interfaces for discovery' expression:'^lo$ delimiter:44 type:4 case_sensitive:1 2634:20190130:204754.393 expressionid:3 regexp:'Storage devices for SNMP discovery' expression:'^(Physical memory|Virtual memory|Memory buffers|Cached memory|Swap space)$ delimiter:44 type:4 case_sensitive:1 2634:20190130:204754.393 expressionid:4 regexp:'Network interfaces for discovery' expression:'^Software Loopback Interface delimiter:44 type:4 case_sensitive:1 2634:20190130:204754.393 End of DCdump_expressions() 2634:20190130:204754.393 In DCdump_actions() 2634:20190130:204754.393 End of DCdump_actions() 2634:20190130:204754.393 In DCdump_correlations() 2634:20190130:204754.393 End of DCdump_correlations() 2634:20190130:204754.393 In DCdump_host_groups() 2634:20190130:204754.393 groupid:5 name:'' 2634:20190130:204754.393 End of DCdump_host_groups() 2634:20190130:204754.393 In DCdump_host_group_index() 2634:20190130:204754.393 group index: 2634:20190130:204754.393 2634:20190130:204754.393 End of DCdump_host_group_index() 2634:20190130:204754.393 In DCdump_maintenances() 2634:20190130:204754.393 End of DCdump_maintenances() 2634:20190130:204754.393 End of DCsync_configuration() 2634:20190130:204754.393 In DCupdate_hosts_availability() 2634:20190130:204754.393 In DCreset_hosts_availability() 2634:20190130:204754.393 End of DCreset_hosts_availability() hosts:0 2634:20190130:204754.393 End of DCupdate_hosts_availability() 2634:20190130:204754.393 End of process_proxyconfig() 2634:20190130:204754.393 End of process_configuration_sync() 2634:20190130:204754.393 __zbx_zbx_setproctitle() title:'configuration syncer [synced config 24882 bytes in 0.220264 sec, idle 3600 sec]' 2645:20190130:204755.050 __zbx_zbx_setproctitle() title:'self-monitoring [processing data]' 2645:20190130:204755.050 In collect_selfmon_stats() 2645:20190130:204755.050 End of collect_selfmon_stats() 2645:20190130:204755.050 __zbx_zbx_setproctitle() title:'self-monitoring [processed data in 0.000152 sec, idle 1 sec]' 2642:20190130:204755.151 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000113 sec, syncing history]' 2642:20190130:204755.151 In zbx_sync_history_cache() history_num:0 2642:20190130:204755.151 End of zbx_sync_history_cache() 2642:20190130:204755.151 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000124 sec, idle 1 sec]' 2644:20190130:204755.151 __zbx_zbx_setproctitle() title:'snmp trapper [processing data]' 2644:20190130:204755.151 In DCconfig_get_snmp_interfaceids_by_addr() addr:'192.168.1.129' 2644:20190130:204755.151 End of DCconfig_get_snmp_interfaceids_by_addr():0 2644:20190130:204755.151 unmatched trap received from "192.168.1.129": 20:47:52 2019/01/30 PDU INFO: receivedfrom UDP: [192.168.1.129]:39483->[192.168.1.234]:162 messageid 0 transactionid 591 notificationtype TRAP errorstatus 0 errorindex 0 version 1 community public requestid 1023550153 VARBINDS: DISMAN-EVENT-MIB::sysUpTimeInstance type=67 value=Timeticks: (4437787) 12:19:37.87 SNMPv2-MIB::snmpTrapOID.0 type=6 value=OID: SNMPv2-SMI::enterprises.28713.1.8.5 SNMPv2-SMI::enterprises.28713.3.1.1 type=2 value=INTEGER: 1 SNMPv2-SMI::enterprises.28713.3.1.2 type=4 value=STRING: "Disk device /dev/sdd missing" 2644:20190130:204755.151 __zbx_zbx_setproctitle() title:'snmp trapper [processed data in 0.000150 sec, idle 1 sec]' 2646:20190130:204755.151 __zbx_zbx_setproctitle() title:'task manager [processing tasks]' 2646:20190130:204755.152 query [txnlev:0] [select taskid,type,clock,ttl from task where status=1 and type in (2, 6) order by taskid] 2646:20190130:204755.152 query [txnlev:1] [begin;] 2646:20190130:204755.152 query [txnlev:1] [delete from task where status in (3,4) and clock<=1548780475] 2646:20190130:204755.152 query [txnlev:1] [commit;] 2646:20190130:204755.152 __zbx_zbx_setproctitle() title:'task manager [processed 0 task(s) in 0.000413 sec, idle 5 sec]' 2643:20190130:204755.154 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000106 sec, syncing history]' 2643:20190130:204755.154 In zbx_sync_history_cache() history_num:0 2643:20190130:204755.154 End of zbx_sync_history_cache() 2643:20190130:204755.154 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000102 sec, idle 1 sec]' 2636:20190130:204755.260 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.108339 sec, sending data]' 2636:20190130:204755.260 In proxy_data_sender() 2636:20190130:204755.260 query [txnlev:0] [select t.taskid,t.type,t.clock,t.ttl,r.status,r.parent_taskid,r.info from task t,task_remote_command_result r where t.taskid=r.taskid and t.status=1 and t.type=3 order by t.taskid] 2636:20190130:204755.260 In connect_to_server() [10.255.0.1]:10051 [timeout:600] 2636:20190130:204755.312 In put_data_to_server() datalen:154 2636:20190130:204755.312 In zbx_recv_response() 2636:20190130:204755.364 zbx_tcp_recv_ext(): received 30 bytes with compression ratio 0.7 2636:20190130:204755.364 zbx_recv_response() '{"response":"success"}' 2636:20190130:204755.364 End of zbx_recv_response():SUCCEED 2636:20190130:204755.364 End of put_data_to_server():SUCCEED 2636:20190130:204755.364 End of proxy_data_sender():SUCCEED more:0 flags:0x8000 2636:20190130:204755.364 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.104661 sec, idle 30 sec]' 2645:20190130:204756.051 __zbx_zbx_setproctitle() title:'self-monitoring [processing data]' 2645:20190130:204756.051 In collect_selfmon_stats() 2645:20190130:204756.051 End of collect_selfmon_stats() 2645:20190130:204756.051 __zbx_zbx_setproctitle() title:'self-monitoring [processed data in 0.000219 sec, idle 1 sec]' 2642:20190130:204756.151 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000124 sec, syncing history]' 2642:20190130:204756.152 In zbx_sync_history_cache() history_num:0 2642:20190130:204756.152 End of zbx_sync_history_cache() 2642:20190130:204756.152 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000163 sec, idle 1 sec]' 2644:20190130:204756.152 __zbx_zbx_setproctitle() title:'snmp trapper [processing data]' 2644:20190130:204756.152 __zbx_zbx_setproctitle() title:'snmp trapper [processed data in 0.000048 sec, idle 1 sec]' 2643:20190130:204756.155 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000102 sec, syncing history]' 2643:20190130:204756.155 In zbx_sync_history_cache() history_num:0 2643:20190130:204756.155 End of zbx_sync_history_cache() 2643:20190130:204756.155 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000100 sec, idle 1 sec]' 2636:20190130:204756.365 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.104661 sec, sending data]' 2636:20190130:204756.365 In proxy_data_sender() 2636:20190130:204756.365 query [txnlev:0] [select t.taskid,t.type,t.clock,t.ttl,r.status,r.parent_taskid,r.info from task t,task_remote_command_result r where t.taskid=r.taskid and t.status=1 and t.type=3 order by t.taskid] 2636:20190130:204756.365 In connect_to_server() [10.255.0.1]:10051 [timeout:600] 2636:20190130:204756.417 In put_data_to_server() datalen:154 2636:20190130:204756.417 In zbx_recv_response() 2636:20190130:204756.471 zbx_tcp_recv_ext(): received 30 bytes with compression ratio 0.7 2636:20190130:204756.471 zbx_recv_response() '{"response":"success"}' 2636:20190130:204756.471 End of zbx_recv_response():SUCCEED 2636:20190130:204756.471 End of put_data_to_server():SUCCEED 2636:20190130:204756.471 End of proxy_data_sender():SUCCEED more:0 flags:0x8000 2636:20190130:204756.471 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.106453 sec, idle 30 sec]' 2645:20190130:204757.052 __zbx_zbx_setproctitle() title:'self-monitoring [processing data]' 2645:20190130:204757.052 In collect_selfmon_stats() 2645:20190130:204757.052 End of collect_selfmon_stats() 2645:20190130:204757.052 __zbx_zbx_setproctitle() title:'self-monitoring [processed data in 0.000164 sec, idle 1 sec]' 2642:20190130:204757.152 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000163 sec, syncing history]' 2642:20190130:204757.152 In zbx_sync_history_cache() history_num:0 2642:20190130:204757.152 End of zbx_sync_history_cache() 2642:20190130:204757.152 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000159 sec, idle 1 sec]' 2644:20190130:204757.152 __zbx_zbx_setproctitle() title:'snmp trapper [processing data]' 2644:20190130:204757.152 __zbx_zbx_setproctitle() title:'snmp trapper [processed data in 0.000041 sec, idle 1 sec]' 2643:20190130:204757.155 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000100 sec, syncing history]' 2643:20190130:204757.155 In zbx_sync_history_cache() history_num:0 2643:20190130:204757.155 End of zbx_sync_history_cache() 2643:20190130:204757.155 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000101 sec, idle 1 sec]' 2636:20190130:204757.471 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.106453 sec, sending data]' 2636:20190130:204757.471 In proxy_data_sender() 2636:20190130:204757.471 query [txnlev:0] [select t.taskid,t.type,t.clock,t.ttl,r.status,r.parent_taskid,r.info from task t,task_remote_command_result r where t.taskid=r.taskid and t.status=1 and t.type=3 order by t.taskid] 2636:20190130:204757.471 In connect_to_server() [10.255.0.1]:10051 [timeout:600] 2636:20190130:204757.523 In put_data_to_server() datalen:154 2636:20190130:204757.524 In zbx_recv_response() 2636:20190130:204757.576 zbx_tcp_recv_ext(): received 30 bytes with compression ratio 0.7 2636:20190130:204757.576 zbx_recv_response() '{"response":"success"}' 2636:20190130:204757.576 End of zbx_recv_response():SUCCEED 2636:20190130:204757.576 End of put_data_to_server():SUCCEED 2636:20190130:204757.576 End of proxy_data_sender():SUCCEED more:0 flags:0x8000 2636:20190130:204757.576 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.105001 sec, idle 30 sec]' 2645:20190130:204758.052 __zbx_zbx_setproctitle() title:'self-monitoring [processing data]' 2645:20190130:204758.052 In collect_selfmon_stats() 2645:20190130:204758.052 End of collect_selfmon_stats() 2645:20190130:204758.052 __zbx_zbx_setproctitle() title:'self-monitoring [processed data in 0.000161 sec, idle 1 sec]' 2642:20190130:204758.153 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000159 sec, syncing history]' 2642:20190130:204758.153 In zbx_sync_history_cache() history_num:0 2642:20190130:204758.153 End of zbx_sync_history_cache() 2642:20190130:204758.153 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000159 sec, idle 1 sec]' 2644:20190130:204758.153 __zbx_zbx_setproctitle() title:'snmp trapper [processing data]' 2644:20190130:204758.153 __zbx_zbx_setproctitle() title:'snmp trapper [processed data in 0.000041 sec, idle 1 sec]' 2643:20190130:204758.155 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000101 sec, syncing history]' 2643:20190130:204758.155 In zbx_sync_history_cache() history_num:0 2643:20190130:204758.155 End of zbx_sync_history_cache() 2643:20190130:204758.155 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000105 sec, idle 1 sec]' 2636:20190130:204758.576 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.105001 sec, sending data]' 2636:20190130:204758.576 In proxy_data_sender() 2636:20190130:204758.576 query [txnlev:0] [select t.taskid,t.type,t.clock,t.ttl,r.status,r.parent_taskid,r.info from task t,task_remote_command_result r where t.taskid=r.taskid and t.status=1 and t.type=3 order by t.taskid] 2636:20190130:204758.577 In connect_to_server() [10.255.0.1]:10051 [timeout:600] 2636:20190130:204758.628 In put_data_to_server() datalen:154 2636:20190130:204758.629 In zbx_recv_response() 2636:20190130:204758.681 zbx_tcp_recv_ext(): received 30 bytes with compression ratio 0.7 2636:20190130:204758.681 zbx_recv_response() '{"response":"success"}' 2636:20190130:204758.681 End of zbx_recv_response():SUCCEED 2636:20190130:204758.681 End of put_data_to_server():SUCCEED 2636:20190130:204758.681 End of proxy_data_sender():SUCCEED more:0 flags:0x8000 2636:20190130:204758.681 __zbx_zbx_setproctitle() title:'data sender [sent 0 values in 0.104830 sec, idle 30 sec]' 2645:20190130:204759.053 __zbx_zbx_setproctitle() title:'self-monitoring [processing data]' 2645:20190130:204759.053 In collect_selfmon_stats() 2645:20190130:204759.053 End of collect_selfmon_stats() 2645:20190130:204759.053 __zbx_zbx_setproctitle() title:'self-monitoring [processed data in 0.000162 sec, idle 1 sec]' 2654:20190130:204759.070 __zbx_zbx_setproctitle() title:'icmp pinger #1 [getting values]' 2654:20190130:204759.070 In get_pinger_hosts() 2654:20190130:204759.070 In DCconfig_get_poller_items() poller_type:3 2654:20190130:204759.070 End of DCconfig_get_poller_items():0 2654:20190130:204759.070 End of get_pinger_hosts():0 2654:20190130:204759.070 In process_pinger_hosts() 2654:20190130:204759.070 End of process_pinger_hosts() 2654:20190130:204759.070 In DCconfig_get_poller_nextcheck() poller_type:3 2654:20190130:204759.070 End of DCconfig_get_poller_nextcheck():1548866928 2654:20190130:204759.070 __zbx_zbx_setproctitle() title:'icmp pinger #1 [got 0 values in 0.000247 sec, idle 5 sec]' 2656:20190130:204759.070 __zbx_zbx_setproctitle() title:'icmp pinger #3 [getting values]' 2656:20190130:204759.070 In get_pinger_hosts() 2656:20190130:204759.070 In DCconfig_get_poller_items() poller_type:3 2656:20190130:204759.070 End of DCconfig_get_poller_items():0 2656:20190130:204759.070 End of get_pinger_hosts():0 2656:20190130:204759.070 In process_pinger_hosts() 2656:20190130:204759.070 End of process_pinger_hosts() 2656:20190130:204759.070 In DCconfig_get_poller_nextcheck() poller_type:3 2656:20190130:204759.071 End of DCconfig_get_poller_nextcheck():1548866928 2656:20190130:204759.071 __zbx_zbx_setproctitle() title:'icmp pinger #3 [got 0 values in 0.000207 sec, idle 5 sec]' 2655:20190130:204759.071 __zbx_zbx_setproctitle() title:'icmp pinger #2 [getting values]' 2655:20190130:204759.071 In get_pinger_hosts() 2655:20190130:204759.071 In DCconfig_get_poller_items() poller_type:3 2655:20190130:204759.071 End of DCconfig_get_poller_items():0 2655:20190130:204759.071 End of get_pinger_hosts():0 2655:20190130:204759.071 In process_pinger_hosts() 2655:20190130:204759.071 End of process_pinger_hosts() 2655:20190130:204759.071 In DCconfig_get_poller_nextcheck() poller_type:3 2655:20190130:204759.071 End of DCconfig_get_poller_nextcheck():1548866928 2655:20190130:204759.071 __zbx_zbx_setproctitle() title:'icmp pinger #2 [got 0 values in 0.000166 sec, idle 5 sec]' 2642:20190130:204759.153 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000159 sec, syncing history]' 2642:20190130:204759.153 In zbx_sync_history_cache() history_num:0 2642:20190130:204759.153 End of zbx_sync_history_cache() 2642:20190130:204759.153 __zbx_zbx_setproctitle() title:'history syncer #1 [processed 0 values in 0.000161 sec, idle 1 sec]' 2644:20190130:204759.153 __zbx_zbx_setproctitle() title:'snmp trapper [processing data]' 2644:20190130:204759.153 __zbx_zbx_setproctitle() title:'snmp trapper [processed data in 0.000045 sec, idle 1 sec]' 2638:20190130:204759.155 __zbx_zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000306 sec, getting values]' 2638:20190130:204759.155 In process_httptests() 2638:20190130:204759.155 query [txnlev:0] [select h.hostid,h.host,h.name,t.httptestid,t.name,t.agent,t.authentication,t.http_user,t.http_password,t.http_proxy,t.retries,t.ssl_cert_file,t.ssl_key_file,t.ssl_key_password,t.verify_peer,t.verify_host,t.delay from httptest t,hosts h where t.hostid=h.hostid and t.nextcheck<=1548866879 and t.httptestid%1=0 and t.status=0 and h.proxy_hostid is null and h.status=0 and (h.maintenance_status=0 or h.maintenance_type=0)] 2638:20190130:204759.156 End of process_httptests() 2638:20190130:204759.156 query [txnlev:0] [select min(t.nextcheck) from httptest t,hosts h where t.hostid=h.hostid and t.httptestid%1=0 and t.status=0 and h.proxy_hostid is null and h.status=0 and (h.maintenance_status=0 or h.maintenance_type=0)] 2638:20190130:204759.156 No httptests to process in get_minnextcheck. 2638:20190130:204759.156 __zbx_zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000321 sec, idle 5 sec]' 2643:20190130:204759.156 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000105 sec, syncing history]' 2643:20190130:204759.156 In zbx_sync_history_cache() history_num:0 2643:20190130:204759.156 End of zbx_sync_history_cache() 2643:20190130:204759.156 __zbx_zbx_setproctitle() title:'history syncer #2 [processed 0 values in 0.000177 sec, idle 1 sec]' 2647:20190130:204759.343 __zbx_zbx_setproctitle() title:'poller #1 [got 0 values in 0.000274 sec, getting values]' 2647:20190130:204759.343 In get_values() 2647:20190130:204759.343 In DCconfig_get_poller_items() poller_type:0 2647:20190130:204759.343 End of DCconfig_get_poller_items():0 2647:20190130:204759.343 In DCconfig_get_poller_nextcheck() poller_type:0 2647:20190130:204759.343 End of DCconfig_get_poller_nextcheck():1548866892 2647:20190130:204759.343 End of get_values():0 2647:20190130:204759.343 __zbx_zbx_setproctitle() title:'poller #1 [got 0 values in 0.000253 sec, idle 5 sec]' 2652:20190130:204759.343 __zbx_zbx_setproctitle() title:'unreachable poller #1 [got 0 values in 0.000229 sec, getting values]' 2652:20190130:204759.343 In get_values() 2652:20190130:204759.343 In DCconfig_get_poller_items() poller_type:1 2652:20190130:204759.343 End of DCconfig_get_poller_items():0 2652:20190130:204759.343 In DCconfig_get_poller_nextcheck() poller_type:1 2652:20190130:204759.343 End of DCconfig_get_poller_nextcheck():-1 2652:20190130:204759.343 End of get_values():0 2652:20190130:204759.343 __zbx_zbx_setproctitle() title:'unreachable poller #1 [got 0 values in 0.000227 sec, idle 5 sec]' 2649:20190130:204759.345 __zbx_zbx_setproctitle() title:'poller #3 [got 0 values in 0.000191 sec, getting values]' 2649:20190130:204759.345 In get_values() 2649:20190130:204759.345 In DCconfig_get_poller_items() poller_type:0 2649:20190130:204759.345 End of DCconfig_get_poller_items():0 2649:20190130:204759.345 In DCconfig_get_poller_nextcheck() poller_type:0 2649:20190130:204759.346 End of DCconfig_get_poller_nextcheck():1548866892 2649:20190130:204759.346 End of get_values():0 2649:20190130:204759.346 __zbx_zbx_setproctitle() title:'poller #3 [got 0 values in 0.000180 sec, idle 5 sec]' 2648:20190130:204759.346 __zbx_zbx_setproctitle() title:'poller #2 [got 0 values in 0.000194 sec, getting values]' 2648:20190130:204759.346 In get_values() 2648:20190130:204759.346 In DCconfig_get_poller_items() poller_type:0 2648:20190130:204759.346 End of DCconfig_get_poller_items():0 2648:20190130:204759.346 In DCconfig_get_poller_nextcheck() poller_type:0 2648:20190130:204759.346 End of DCconfig_get_poller_nextcheck():1548866892 2648:20190130:204759.346 End of get_values():0 2648:20190130:204759.346 __zbx_zbx_setproctitle() title:'poller #2 [got 0 values in 0.000181 sec, idle 5 sec]' 2650:20190130:204759.347 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000209 sec, getting values]' 2650:20190130:204759.347 In get_values() 2650:20190130:204759.347 In DCconfig_get_poller_items() poller_type:0 2650:20190130:204759.347 End of DCconfig_get_poller_items():0 2650:20190130:204759.347 In DCconfig_get_poller_nextcheck() poller_type:0 2650:20190130:204759.347 End of DCconfig_get_poller_nextcheck():1548866892 2650:20190130:204759.347 End of get_values():0 2650:20190130:204759.347 __zbx_zbx_setproctitle() title:'poller #4 [got 0 values in 0.000173 sec, idle 5 sec]' 2651:20190130:204759.348 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000187 sec, getting values]' 2651:20190130:204759.348 In get_values() 2651:20190130:204759.348 In DCconfig_get_poller_items() poller_type:0 2651:20190130:204759.348 End of DCconfig_get_poller_items():0 2651:20190130:204759.348 In DCconfig_get_poller_nextcheck() poller_type:0 2651:20190130:204759.348 End of DCconfig_get_poller_nextcheck():1548866892 2651:20190130:204759.348 End of get_values():0 2651:20190130:204759.348 __zbx_zbx_setproctitle() title:'poller #5 [got 0 values in 0.000190 sec, idle 5 sec]' 2633:20190130:204759.596 Got signal [signal:15(SIGTERM),sender_pid:2701,sender_uid:0,reason:0]. Exiting ... 2633:20190130:204759.596 zbx_on_exit() called 2634:20190130:204759.596 Got signal [signal:15(SIGTERM),sender_pid:2633,sender_uid:117,reason:0]. Exiting ... 2635:20190130:204759.597 Got signal [signal:15(SIGTERM),sender_pid:2633,sender_uid:117,reason:0]. Exiting ... 2636:20190130:204759.597 Got signal [signal:15(SIGTERM),sender_pid:2633,sender_uid:117,reason:0]. Exiting ... 2637:20190130:204759.597 Got signal [signal:15(SIGTERM),sender_pid:2633,sender_uid:117,reason:0]. Exiting ... 2638:20190130:204759.597 Got signal [signal:15(SIGTERM),sender_pid:2633,sender_uid:117,reason:0]. Exiting ... 2639:20190130:204759.597 Got signal [signal:15(SIGTERM),sender_pid:2633,sender_uid:117,reason:0]. Exiting ... 2640:20190130:204759.597 Got signal [signal:15(SIGTERM),sender_pid:2633,sender_uid:117,reason:0]. Exiting ... 2641:20190130:204759.598 Got signal [signal:15(SIGTERM),sender_pid:2633,sender_uid:117,reason:0]. Exiting ... 2642:20190130:204759.598 Got signal [signal:15(SIGTERM),sender_pid:2633,sender_uid:117,reason:0]. Exiting ... 2643:20190130:204759.598 Got signal [signal:15(SIGTERM),sender_pid:2633,sender_uid:117,reason:0]. Exiting ... 2644:20190130:204759.598 Got signal [signal:15(SIGTERM),sender_pid:2633,sender_uid:117,reason:0]. Exiting ... 2645:20190130:204759.598 Got signal [signal:15(SIGTERM),sender_pid:2633,sender_uid:117,reason:0]. Exiting ... 2646:20190130:204759.598 Got signal [signal:15(SIGTERM),sender_pid:2633,sender_uid:117,reason:0]. Exiting ... 2647:20190130:204759.598 Got signal [signal:15(SIGTERM),sender_pid:2633,sender_uid:117,reason:0]. Exiting ... 2648:20190130:204759.599 Got signal [signal:15(SIGTERM),sender_pid:2633,sender_uid:117,reason:0]. Exiting ... 2649:20190130:204759.599 Got signal [signal:15(SIGTERM),sender_pid:2633,sender_uid:117,reason:0]. Exiting ... 2650:20190130:204759.599 Got signal [signal:15(SIGTERM),sender_pid:2633,sender_uid:117,reason:0]. Exiting ... 2651:20190130:204759.599 Got signal [signal:15(SIGTERM),sender_pid:2633,sender_uid:117,reason:0]. Exiting ... 2652:20190130:204759.599 Got signal [signal:15(SIGTERM),sender_pid:2633,sender_uid:117,reason:0]. Exiting ... 2653:20190130:204759.599 Got signal [signal:15(SIGTERM),sender_pid:2633,sender_uid:117,reason:0]. Exiting ... 2654:20190130:204759.600 Got signal [signal:15(SIGTERM),sender_pid:2633,sender_uid:117,reason:0]. Exiting ... 2655:20190130:204759.600 Got signal [signal:15(SIGTERM),sender_pid:2633,sender_uid:117,reason:0]. Exiting ... 2656:20190130:204759.600 Got signal [signal:15(SIGTERM),sender_pid:2633,sender_uid:117,reason:0]. Exiting ... 2633:20190130:204759.600 In DBconnect() flag:1 2633:20190130:204759.600 query without transaction detected 2633:20190130:204759.600 query [txnlev:0] [pragma synchronous=0] 2633:20190130:204759.607 query without transaction detected 2633:20190130:204759.607 query [txnlev:0] [pragma temp_store=2] 2633:20190130:204759.607 query without transaction detected 2633:20190130:204759.607 query [txnlev:0] [pragma temp_store_directory='/config/user-data/zabbix/'] 2633:20190130:204759.607 End of DBconnect():0 2633:20190130:204759.607 In free_database_cache() 2633:20190130:204759.607 In DCsync_all() 2633:20190130:204759.607 In sync_history_cache_full() history_num:0 2633:20190130:204759.607 syncing history data... 2633:20190130:204759.607 syncing history data done 2633:20190130:204759.607 End of sync_history_cache_full() 2633:20190130:204759.607 End of DCsync_all() 2633:20190130:204759.607 End of free_database_cache() 2633:20190130:204759.607 In free_configuration_cache() 2633:20190130:204759.607 End of free_configuration_cache() 2633:20190130:204759.607 In free_selfmon_collector() collector:0x7f6d92fee000 2633:20190130:204759.607 End of free_selfmon_collector() 2633:20190130:204759.607 In zbx_unload_modules() 2633:20190130:204759.607 End of zbx_unload_modules() 2633:20190130:204759.607 Zabbix Proxy stopped. Zabbix 4.0.3 (revision 87993).