Ad Widget

Collapse

Zabbix Server cannot connect to Zabbix Agent.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Recox
    Junior Member
    • Dec 2020
    • 11

    #1

    Zabbix Server cannot connect to Zabbix Agent.

    I cannot see any data coming through the Agent.




    What am I doing wrong? The firewall is the server is off and the ports are open.

    Zabbix Agent Config
    C:\Program Files\Zabbix Agent\zabbix_agentd.conf
    Code:
    # This is a configuration file for Zabbix agent service (Windows)
    # To get more information about Zabbix, visit http://www.zabbix.com
    
    ############ GENERAL PARAMETERS #################
    
    ### Option: LogType
    # Specifies where log messages are written to:
    # system - Windows event log
    # file - file specified with LogFile parameter
    # console - standard output
    #
    # Mandatory: no
    # Default:
    # LogType=file
    
    
    ### Option: LogFile
    # Log file name for LogType 'file' parameter.
    #
    # Mandatory: no
    # Default:
    # LogFile=
    
    LogFile=C:\Program Files\Zabbix Agent\zabbix_agentd.log
    
    ### Option: LogFileSize
    # Maximum size of log file in MB.
    # 0 - disable automatic log rotation.
    #
    # Mandatory: no
    # Range: 0-1024
    # Default:
    # LogFileSize=1
    
    ### Option: DebugLevel
    # Specifies debug level:
    # 0 - basic information about starting and stopping of Zabbix processes
    # 1 - critical information
    # 2 - error information
    # 3 - warnings
    # 4 - for debugging (produces lots of information)
    # 5 - extended debugging (produces even more information)
    #
    # Mandatory: no
    # Range: 0-5
    # Default:
    # DebugLevel=3
    
    ### Option: SourceIP
    # Source IP address for outgoing connections.
    #
    # Mandatory: no
    # Default:
    # SourceIP=
    
    ### Option: AllowKey
    # Allow execution of item keys matching pattern.
    # Multiple keys matching rules may be defined in combination with DenyKey.
    # Key pattern is wildcard expression, which support "*" character to match any number of any characters in certain position. It might be used in both key name and key arguments.
    # Parameters are processed one by one according their appearance order.
    # If no AllowKey or DenyKey rules defined, all keys are allowed.
    #
    # Mandatory: no
    
    ### Option: DenyKey
    # Deny execution of items keys matching pattern.
    # Multiple keys matching rules may be defined in combination with AllowKey.
    # Key pattern is wildcard expression, which support "*" character to match any number of any characters in certain position. It might be used in both key name and key arguments.
    # Parameters are processed one by one according their appearance order.
    # If no AllowKey or DenyKey rules defined, all keys are allowed.
    # Unless another system.run[*] rule is specified DenyKey=system.run[*] is added by default.
    #
    # Mandatory: no
    # Default:
    # DenyKey=system.run[*]
    
    ### Option: EnableRemoteCommands - Deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead
    # Internal alias for AllowKey/DenyKey parameters depending on value:
    # 0 - DenyKey=system.run[*]
    # 1 - AllowKey=system.run[*]
    #
    # Mandatory: no
    
    ### Option: LogRemoteCommands
    # Enable logging of executed shell commands as warnings.
    # 0 - disabled
    # 1 - enabled
    #
    # Mandatory: no
    # Default:
    # LogRemoteCommands=0
    
    ##### Passive checks related
    
    ### Option: Server
    # List of comma delimited IP addresses, optionally in CIDR notation, or DNS names of Zabbix servers and Zabbix proxies.
    # Incoming connections will be accepted only from the hosts listed here.
    # If IPv6 support is enabled then '127.0.0.1', '::127.0.0.1', '::ffff:127.0.0.1' are treated equally and '::/0' will allow any IPv4 or IPv6 address.
    # '0.0.0.0/0' can be used to allow any IPv4 address.
    # Example: Server=127.0.0.1,192.168.1.0/24,::1,2001:db8::/32,zabbix.domain
    #
    # Mandatory: yes, if StartAgents is not explicitly set to 0
    # Default:
    # Server=
    
    Server=ao20-zabbix.duckdns.org,213.94.2.46
    
    ### Option: ListenPort
    # Agent will listen on this port for connections from the server.
    #
    # Mandatory: no
    # Range: 1024-32767
    # Default:
    # ListenPort=10050
    
    ### Option: ListenIP
    # List of comma delimited IP addresses that the agent should listen on.
    # First IP address is sent to Zabbix server if connecting to it to retrieve list of active checks.
    #
    # Mandatory: no
    # Default:
    # ListenIP=0.0.0.0
    
    
    ### Option: StartAgents
    # Number of pre-forked instances of zabbix_agentd that process passive checks.
    # If set to 0, disables passive checks and the agent will not listen on any TCP port.
    #
    # Mandatory: no
    # Range: 0-100
    # Default:
    # StartAgents=3
    
    ##### Active checks related
    
    ### Option: ServerActive
    # List of comma delimited IP:port (or DNS name:port) pairs of Zabbix servers and Zabbix proxies for active checks.
    # If port is not specified, default port is used.
    # IPv6 addresses must be enclosed in square brackets if port for that host is specified.
    # If port is not specified, square brackets for IPv6 addresses are optional.
    # If this parameter is not specified, active checks are disabled.
    # Example: ServerActive=127.0.0.1:20051,zabbix.domain,[::1]:30051,::1,[12fc::1]
    #
    # Mandatory: no
    # Default:
    # ServerActive=
    # ServerActive=127.0.0.1
    
    ### Option: Hostname
    # List of comma delimited unique, case sensitive hostnames.
    # Required for active checks and must match hostnames as configured on the server.
    # Value is acquired from HostnameItem if undefined.
    #
    # Mandatory: no
    # Default:
    # Hostname=
    
    ### Option: HostnameItem
    # Item used for generating Hostname if it is undefined. Ignored if Hostname is defined.
    # Does not support UserParameters or aliases.
    #
    # Mandatory: no
    # Default:
    # HostnameItem=system.hostname
    
    ### Option: HostMetadata
    # Optional parameter that defines host metadata.
    # Host metadata is used at host auto-registration process.
    # An agent will issue an error and not start if the value is over limit of 255 characters.
    # If not defined, value will be acquired from HostMetadataItem.
    #
    # Mandatory: no
    # Range: 0-255 characters
    # Default:
    # HostMetadata=
    
    
    ### Option: HostMetadataItem
    # Optional parameter that defines an item used for getting host metadata.
    # Host metadata is used at host auto-registration process.
    # During an auto-registration request an agent will log a warning message if
    # the value returned by specified item is over limit of 255 characters.
    # This option is only used when HostMetadata is not defined.
    #
    # Mandatory: no
    # Default:
    # HostMetadataItem=
    
    ### Option: HostInterface
    # Optional parameter that defines host interface.
    # Host interface is used at host auto-registration process.
    # An agent will issue an error and not start if the value is over limit of 255 characters.
    # If not defined, value will be acquired from HostInterfaceItem.
    #
    # Mandatory: no
    # Range: 0-255 characters
    # Default:
    # HostInterface=
    
    
    ### Option: HostInterfaceItem
    # Optional parameter that defines an item used for getting host interface.
    # Host interface is used at host auto-registration process.
    # During an auto-registration request an agent will log a warning message if
    # the value returned by specified item is over limit of 255 characters.
    # This option is only used when HostInterface is not defined.
    #
    # Mandatory: no
    # Default:
    # HostInterfaceItem=
    
    ### Option: RefreshActiveChecks
    # How often list of active checks is refreshed, in seconds.
    #
    # Mandatory: no
    # Range: 60-3600
    # Default:
    # RefreshActiveChecks=120
    
    ### Option: BufferSend
    # Do not keep data longer than N seconds in buffer.
    #
    # Mandatory: no
    # Range: 1-3600
    # Default:
    # BufferSend=5
    
    ### Option: BufferSize
    # Maximum number of values in a memory buffer. The agent will send
    # all collected data to Zabbix server or Proxy if the buffer is full.
    #
    # Mandatory: no
    # Range: 2-65535
    # Default:
    # BufferSize=100
    
    ### Option: MaxLinesPerSecond
    # Maximum number of new lines the agent will send per second to Zabbix Server
    # or Proxy processing 'log', 'logrt' and 'eventlog' active checks.
    # The provided value will be overridden by the parameter 'maxlines',
    # provided in 'log', 'logrt' or 'eventlog' item keys.
    #
    # Mandatory: no
    # Range: 1-1000
    # Default:
    # MaxLinesPerSecond=20
    
    ############ ADVANCED PARAMETERS #################
    
    ### Option: Alias
    # Sets an alias for an item key. It can be used to substitute long and complex item key with a smaller and simpler one.
    # Multiple Alias parameters may be present. Multiple parameters with the same Alias key are not allowed.
    # Different Alias keys may reference the same item key.
    # For example, to retrieve paging file usage in percents from the server:
    # Alias=pg_usage:perf_counter[\Paging File(_Total)\% Usage]
    # Now shorthand key pg_usage may be used to retrieve data.
    # Aliases can be used in HostMetadataItem but not in HostnameItem or PerfCounter parameters.
    #
    # Mandatory: no
    # Range:
    # Default:
    
    ### Option: Timeout
    # Spend no more than Timeout seconds on processing.
    #
    # Mandatory: no
    # Range: 1-30
    # Default:
    # Timeout=3
    
    
    ### Option: PerfCounter
    # Syntax: <parameter_name>,"<perf_counter_path>",<period>
    # Defines new parameter <parameter_name> which is an average value for system performance counter <perf_counter_path> for the specified time period <period> (in seconds).
    # For example, if you wish to receive average number of processor interrupts per second for last minute, you can define new parameter "interrupts" as following:
    # PerfCounter = interrupts,"\Processor(0)\Interrupts/sec",60
    # Please note double quotes around performance counter path.
    # Samples for calculating average value will be taken every second.
    # You may run "typeperf -qx" to get list of all performance counters available in Windows.
    #
    # Mandatory: no
    # Range:
    # Default:
    
    ### Option: Include
    # You may include individual files in the configuration file.
    #
    # Mandatory: no
    # Default:
    # Include=
    
    # Include=c:\zabbix\zabbix_agentd.userparams.conf
    # Include=c:\zabbix\zabbix_agentd.conf.d\
    # Include=c:\zabbix\zabbix_agentd.conf.d\*.conf
    
    Include=C:\Program Files\Zabbix Agent\zabbix_agentd.conf.d\
    
    ####### USER-DEFINED MONITORED PARAMETERS #######
    
    ### Option: UnsafeUserParameters
    # Allow all characters to be passed in arguments to user-defined parameters.
    # The following characters are not allowed:
    # \ ' " ` * ? [ ] { } ~ $ ! & ; ( ) < > | # @
    # Additionally, newline characters are not allowed.
    # 0 - do not allow
    # 1 - allow
    #
    # Mandatory: no
    # Range: 0-1
    # Default:
    # UnsafeUserParameters=0
    
    ### Option: UserParameter
    # User-defined parameter to monitor. There can be several user-defined parameters.
    # Format: UserParameter=<key>,<shell command>
    #
    # Mandatory: no
    # Default:
    # UserParameter=
    
    ### Option: UserParameterDir
    # Directory to execute UserParameter commands from. Only one entry is allowed.
    # When executing UserParameter commands the agent will change the working directory to the one
    # specified in the UserParameterDir option.
    # This way UserParameter commands can be specified using the relative ./ prefix.
    #
    # Mandatory: no
    # Default:
    # UserParameterDir=
    
    ####### TLS-RELATED PARAMETERS #######
    
    ### Option: TLSConnect
    # How the agent should connect to server or proxy. Used for active checks.
    # Only one value can be specified:
    # unencrypted - connect without encryption
    # psk - connect using TLS and a pre-shared key
    # cert - connect using TLS and a certificate
    #
    # Mandatory: yes, if TLS certificate or PSK parameters are defined (even for 'unencrypted' connection)
    # Default:
    # TLSConnect=unencrypted
    
    
    ### Option: TLSAccept
    # What incoming connections to accept.
    # Multiple values can be specified, separated by comma:
    # unencrypted - accept connections without encryption
    # psk - accept connections secured with TLS and a pre-shared key
    # cert - accept connections secured with TLS and a certificate
    #
    # Mandatory: yes, if TLS certificate or PSK parameters are defined (even for 'unencrypted' connection)
    # Default:
    # TLSAccept=unencrypted
    
    
    ### Option: TLSCAFile
    # Full pathname of a file containing the top-level CA(s) certificates for
    # peer certificate verification.
    #
    # Mandatory: no
    # Default:
    # TLSCAFile=
    
    
    ### Option: TLSCRLFile
    # Full pathname of a file containing revoked certificates.
    #
    # Mandatory: no
    # Default:
    # TLSCRLFile=
    
    
    ### Option: TLSServerCertIssuer
    # Allowed server certificate issuer.
    #
    # Mandatory: no
    # Default:
    # TLSServerCertIssuer=
    
    
    ### Option: TLSServerCertSubject
    # Allowed server certificate subject.
    #
    # Mandatory: no
    # Default:
    # TLSServerCertSubject=
    
    
    ### Option: TLSCertFile
    # Full pathname of a file containing the agent certificate or certificate chain.
    #
    # Mandatory: no
    # Default:
    # TLSCertFile=
    
    
    ### Option: TLSKeyFile
    # Full pathname of a file containing the agent private key.
    #
    # Mandatory: no
    # Default:
    # TLSKeyFile=
    
    
    ### Option: TLSPSKIdentity
    # Unique, case sensitive string used to identify the pre-shared key.
    #
    # Mandatory: no
    # Default:
    # TLSPSKIdentity=
    
    
    ### Option: TLSPSKFile
    # Full pathname of a file containing the pre-shared key.
    #
    # Mandatory: no
    # Default:
    # TLSPSKFile=
    
    
    ####### For advanced users - TLS ciphersuite selection criteria #######
    
    ### Option: TLSCipherCert13
    # Cipher string for OpenSSL 1.1.1 or newer in TLS 1.3.
    # Override the default ciphersuite selection criteria for certificate-based encryption.
    #
    # Mandatory: no
    # Default:
    # TLSCipherCert13=
    
    ### Option: TLSCipherCert
    # GnuTLS priority string or OpenSSL (TLS 1.2) cipher string.
    # Override the default ciphersuite selection criteria for certificate-based encryption.
    # Example for GnuTLS:
    # NONE:+VERS-TLS1.2:+ECDHE-RSA:+RSA:+AES-128-GCM:+AES-128-CBC:+AEAD:+SHA256:+SHA1:+CURVE-ALL:+COMP-NULL:+SIGN-ALL:+CTYPE-X.509
    # Example for OpenSSL:
    # EECDH+aRSA+AES128:RSA+aRSA+AES128
    #
    # Mandatory: no
    # Default:
    # TLSCipherCert=
    
    ### Option: TLSCipherPSK13
    # Cipher string for OpenSSL 1.1.1 or newer in TLS 1.3.
    # Override the default ciphersuite selection criteria for PSK-based encryption.
    # Example:
    # TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA25 6
    #
    # Mandatory: no
    # Default:
    # TLSCipherPSK13=
    
    ### Option: TLSCipherPSK
    # GnuTLS priority string or OpenSSL (TLS 1.2) cipher string.
    # Override the default ciphersuite selection criteria for PSK-based encryption.
    # Example for GnuTLS:
    # NONE:+VERS-TLS1.2:+ECDHE-PSK:+PSK:+AES-128-GCM:+AES-128-CBC:+AEAD:+SHA256:+SHA1:+CURVE-ALL:+COMP-NULL:+SIGN-ALL
    # Example for OpenSSL:
    # kECDHEPSK+AES128:kPSK+AES128
    #
    # Mandatory: no
    # Default:
    # TLSCipherPSK=
    
    ### Option: TLSCipherAll13
    # Cipher string for OpenSSL 1.1.1 or newer in TLS 1.3.
    # Override the default ciphersuite selection criteria for certificate- and PSK-based encryption.
    # Example:
    # TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA25 6:TLS_AES_128_GCM_SHA256
    #
    # Mandatory: no
    # Default:
    # TLSCipherAll13=
    
    ### Option: TLSCipherAll
    # GnuTLS priority string or OpenSSL (TLS 1.2) cipher string.
    # Override the default ciphersuite selection criteria for certificate- and PSK-based encryption.
    # Example for GnuTLS:
    # NONE:+VERS-TLS1.2:+ECDHE-RSA:+RSA:+ECDHE-PSK:+PSK:+AES-128-GCM:+AES-128-CBC:+AEAD:+SHA256:+SHA1:+CURVE-ALL:+COMP-NULL:+SIGN-ALL:+CTYPE-X.509
    # Example for OpenSSL:
    # EECDH+aRSA+AES128:RSA+aRSA+AES128:kECDHEPSK+AES128 :kPSK+AES128
    #
    # Mandatory: no
    # Default:
    # TLSCipherAll=


    Zabbix Server Config file:

    /etc/zabbix/zabbix_server.conf
    Code:
    # This is a configuration file for Zabbix server daemon
    # To get more information about Zabbix, visit http://www.zabbix.com
    
    ############ GENERAL PARAMETERS #################
    
    ### Option: ListenPort
    # Listen port for trapper.
    #
    # Mandatory: no
    # Range: 1024-32767
    # Default:
    # ListenPort=10051
    
    ### Option: SourceIP
    # Source IP address for outgoing connections.
    #
    # Mandatory: no
    # Default:
    # SourceIP=
    
    ### Option: LogType
    # Specifies where log messages are written to:
    # system - syslog
    # file - file specified with LogFile parameter
    # console - standard output
    #
    # Mandatory: no
    # Default:
    # LogType=file
    
    ### Option: LogFile
    # Log file name for LogType 'file' parameter.
    #
    # Mandatory: yes, if LogType is set to file, otherwise no
    # Default:
    # LogFile=
    
    LogFile=/var/log/zabbix/zabbix_server.log
    
    ### Option: LogFileSize
    # Maximum size of log file in MB.
    # 0 - disable automatic log rotation.
    #
    # Mandatory: no
    # Range: 0-1024
    # Default:
    # LogFileSize=1
    
    LogFileSize=0
    
    ### Option: DebugLevel
    # Specifies debug level:
    # 0 - basic information about starting and stopping of Zabbix processes
    # 1 - critical information
    # 2 - error information
    # 3 - warnings
    # 4 - for debugging (produces lots of information)
    # 5 - extended debugging (produces even more information)
    #
    # Mandatory: no
    # Range: 0-5
    # Default:
    # DebugLevel=3
    
    ### Option: PidFile
    # Name of PID file.
    #
    # Mandatory: no
    # Default:
    # PidFile=/tmp/zabbix_server.pid
    
    PidFile=/run/zabbix/zabbix_server.pid
    
    ### Option: SocketDir
    # IPC socket directory.
    # Directory to store IPC sockets used by internal Zabbix services.
    #
    # Mandatory: no
    # Default:
    # SocketDir=/tmp
    
    SocketDir=/run/zabbix
    
    ### Option: DBHost
    # Database host name.
    # If set to localhost, socket is used for MySQL.
    # If set to empty string, socket is used for PostgreSQL.
    #
    # Mandatory: no
    # Default:
    DBHost=localhost
    
    ### Option: DBName
    # Database name.
    #
    # Mandatory: yes
    # Default:
    # DBName=
    
    DBName=zabbix
    
    ### Option: DBSchema
    # Schema name. Used for PostgreSQL.
    #
    # Mandatory: no
    # Default:
    # DBSchema=
    
    ### Option: DBUser
    # Database user.
    #
    # Mandatory: no
    # Default:
    # DBUser=
    
    DBUser=zabbix
    
    ### Option: DBPassword
    # Database password.
    # Comment this line if no password is used.
    #
    # Mandatory: no
    # Default:
    #DBPassword=
    
    ### Option: DBSocket
    # Path to MySQL socket.
    #
    # Mandatory: no
    # Default:
    DBSocket=/opt/lampp/var/mysql/mysql.sock
    
    ### Option: DBPort
    # Database port when not using local socket.
    #
    # Mandatory: no
    # Range: 1024-65535
    # Default:
    #DBPort=3306
    
    ### Option: HistoryStorageURL
    # History storage HTTP[S] URL.
    #
    # Mandatory: no
    # Default:
    # HistoryStorageURL=
    
    ### Option: HistoryStorageTypes
    # Comma separated list of value types to be sent to the history storage.
    #
    # Mandatory: no
    # Default:
    # HistoryStorageTypes=uint,dbl,str,log,text
    
    ### Option: HistoryStorageDateIndex
    # Enable preprocessing of history values in history storage to store values in different indices based on date.
    # 0 - disable
    # 1 - enable
    #
    # Mandatory: no
    # Default:
    # HistoryStorageDateIndex=0
    
    ### Option: ExportDir
    # Directory for real time export of events, history and trends in newline delimited JSON format.
    # If set, enables real time export.
    #
    # Mandatory: no
    # Default:
    # ExportDir=
    
    ### Option: ExportFileSize
    # Maximum size per export file in bytes.
    # Only used for rotation if ExportDir is set.
    #
    # Mandatory: no
    # Range: 1M-1G
    # Default:
    # ExportFileSize=1G
    
    ############ ADVANCED PARAMETERS ################
    
    ### Option: StartPollers
    # Number of pre-forked instances of pollers.
    #
    # Mandatory: no
    # Range: 0-1000
    # Default:
    # StartPollers=5
    
    ### Option: StartIPMIPollers
    # Number of pre-forked instances of IPMI pollers.
    # The IPMI manager process is automatically started when at least one IPMI poller is started.
    #
    # Mandatory: no
    # Range: 0-1000
    # Default:
    # StartIPMIPollers=0
    
    ### Option: StartPreprocessors
    # Number of pre-forked instances of preprocessing workers.
    # The preprocessing manager process is automatically started when preprocessor worker is started.
    #
    # Mandatory: no
    # Range: 1-1000
    # Default:
    # StartPreprocessors=3
    
    ### Option: StartPollersUnreachable
    # Number of pre-forked instances of pollers for unreachable hosts (including IPMI and Java).
    # At least one poller for unreachable hosts must be running if regular, IPMI or Java pollers
    # are started.
    #
    # Mandatory: no
    # Range: 0-1000
    # Default:
    # StartPollersUnreachable=1
    
    ### Option: StartTrappers
    # Number of pre-forked instances of trappers.
    # Trappers accept incoming connections from Zabbix sender, active agents and active proxies.
    # At least one trapper process must be running to display server availability and view queue
    # in the frontend.
    #
    # Mandatory: no
    # Range: 0-1000
    # Default:
    # StartTrappers=5
    
    ### Option: StartPingers
    # Number of pre-forked instances of ICMP pingers.
    #
    # Mandatory: no
    # Range: 0-1000
    # Default:
    # StartPingers=1
    
    ### Option: StartDiscoverers
    # Number of pre-forked instances of discoverers.
    #
    # Mandatory: no
    # Range: 0-250
    # Default:
    # StartDiscoverers=1
    
    ### Option: StartHTTPPollers
    # Number of pre-forked instances of HTTP pollers.
    #
    # Mandatory: no
    # Range: 0-1000
    # Default:
    # StartHTTPPollers=1
    
    ### Option: StartTimers
    # Number of pre-forked instances of timers.
    # Timers process maintenance periods.
    # Only the first timer process handles host maintenance updates. Problem suppression updates are shared
    # between all timers.
    #
    # Mandatory: no
    # Range: 1-1000
    # Default:
    # StartTimers=1
    
    ### Option: StartEscalators
    # Number of pre-forked instances of escalators.
    #
    # Mandatory: no
    # Range: 0-100
    # Default:
    # StartEscalators=1
    
    ### Option: StartAlerters
    # Number of pre-forked instances of alerters.
    # Alerters send the notifications created by action operations.
    #
    # Mandatory: no
    # Range: 0-100
    # Default:
    # StartAlerters=3
    
    ### Option: JavaGateway
    # IP address (or hostname) of Zabbix Java gateway.
    # Only required if Java pollers are started.
    #
    # Mandatory: no
    # Default:
    # JavaGateway=
    
    ### Option: JavaGatewayPort
    # Port that Zabbix Java gateway listens on.
    #
    # Mandatory: no
    # Range: 1024-32767
    # Default:
    # JavaGatewayPort=10052
    
    ### Option: StartJavaPollers
    # Number of pre-forked instances of Java pollers.
    #
    # Mandatory: no
    # Range: 0-1000
    # Default:
    # StartJavaPollers=0
    
    ### Option: StartVMwareCollectors
    # Number of pre-forked vmware collector instances.
    #
    # Mandatory: no
    # Range: 0-250
    # Default:
    # StartVMwareCollectors=0
    
    ### Option: VMwareFrequency
    # How often Zabbix will connect to VMware service to obtain a new data.
    #
    # Mandatory: no
    # Range: 10-86400
    # Default:
    # VMwareFrequency=60
    
    ### Option: VMwarePerfFrequency
    # How often Zabbix will connect to VMware service to obtain performance data.
    #
    # Mandatory: no
    # Range: 10-86400
    # Default:
    # VMwarePerfFrequency=60
    
    ### Option: VMwareCacheSize
    # Size of VMware cache, in bytes.
    # Shared memory size for storing VMware data.
    # Only used if VMware collectors are started.
    #
    # Mandatory: no
    # Range: 256K-2G
    # Default:
    # VMwareCacheSize=8M
    
    ### Option: VMwareTimeout
    # Specifies how many seconds vmware collector waits for response from VMware service.
    #
    # Mandatory: no
    # Range: 1-300
    # Default:
    # VMwareTimeout=10
    
    ### Option: SNMPTrapperFile
    # Temporary file used for passing data from SNMP trap daemon to the server.
    # Must be the same as in zabbix_trap_receiver.pl or SNMPTT configuration file.
    #
    # Mandatory: no
    # Default:
    # SNMPTrapperFile=/tmp/zabbix_traps.tmp
    
    SNMPTrapperFile=/var/log/snmptrap/snmptrap.log
    
    ### Option: StartSNMPTrapper
    # If 1, SNMP trapper process is started.
    #
    # Mandatory: no
    # Range: 0-1
    # Default:
    # StartSNMPTrapper=0
    
    ### Option: ListenIP
    # List of comma delimited IP addresses that the trapper should listen on.
    # Trapper will listen on all network interfaces if this parameter is missing.
    #
    # Mandatory: no
    # Default:
    # ListenIP=0.0.0.0
    
    # ListenIP=127.0.0.1
    
    ### Option: HousekeepingFrequency
    # How often Zabbix will perform housekeeping procedure (in hours).
    # Housekeeping is removing outdated information from the database.
    # To prevent Housekeeper from being overloaded, no more than 4 times HousekeepingFrequency
    # hours of outdated information are deleted in one housekeeping cycle, for each item.
    # To lower load on server startup housekeeping is postponed for 30 minutes after server start.
    # With HousekeepingFrequency=0 the housekeeper can be only executed using the runtime control option.
    # In this case the period of outdated information deleted in one housekeeping cycle is 4 times the
    # period since the last housekeeping cycle, but not less than 4 hours and not greater than 4 days.
    #
    # Mandatory: no
    # Range: 0-24
    # Default:
    # HousekeepingFrequency=1
    
    ### Option: MaxHousekeeperDelete
    # The table "housekeeper" contains "tasks" for housekeeping procedure in the format:
    # [housekeeperid], [tablename], [field], [value].
    # No more than 'MaxHousekeeperDelete' rows (corresponding to [tablename], [field], [value])
    # will be deleted per one task in one housekeeping cycle.
    # If set to 0 then no limit is used at all. In this case you must know what you are doing!
    #
    # Mandatory: no
    # Range: 0-1000000
    # Default:
    # MaxHousekeeperDelete=5000
    
    ### Option: CacheSize
    # Size of configuration cache, in bytes.
    # Shared memory size for storing host, item and trigger data.
    #
    # Mandatory: no
    # Range: 128K-64G
    # Default:
    # CacheSize=8M
    
    ### Option: CacheUpdateFrequency
    # How often Zabbix will perform update of configuration cache, in seconds.
    #
    # Mandatory: no
    # Range: 1-3600
    # Default:
    # CacheUpdateFrequency=60
    
    ### Option: StartDBSyncers
    # Number of pre-forked instances of DB Syncers.
    #
    # Mandatory: no
    # Range: 1-100
    # Default:
    # StartDBSyncers=4
    
    ### Option: HistoryCacheSize
    # Size of history cache, in bytes.
    # Shared memory size for storing history data.
    #
    # Mandatory: no
    # Range: 128K-2G
    # Default:
    # HistoryCacheSize=16M
    
    ### Option: HistoryIndexCacheSize
    # Size of history index cache, in bytes.
    # Shared memory size for indexing history cache.
    #
    # Mandatory: no
    # Range: 128K-2G
    # Default:
    # HistoryIndexCacheSize=4M
    
    ### Option: TrendCacheSize
    # Size of trend cache, in bytes.
    # Shared memory size for storing trends data.
    #
    # Mandatory: no
    # Range: 128K-2G
    # Default:
    # TrendCacheSize=4M
    
    ### Option: ValueCacheSize
    # Size of history value cache, in bytes.
    # Shared memory size for caching item history data requests.
    # Setting to 0 disables value cache.
    #
    # Mandatory: no
    # Range: 0,128K-64G
    # Default:
    # ValueCacheSize=8M
    
    ### Option: Timeout
    # Specifies how long we wait for agent, SNMP device or external check (in seconds).
    #
    # Mandatory: no
    # Range: 1-30
    # Default:
    # Timeout=3
    
    Timeout=4
    
    ### Option: TrapperTimeout
    # Specifies how many seconds trapper may spend processing new data.
    #
    # Mandatory: no
    # Range: 1-300
    # Default:
    # TrapperTimeout=300
    
    ### Option: UnreachablePeriod
    # After how many seconds of unreachability treat a host as unavailable.
    #
    # Mandatory: no
    # Range: 1-3600
    # Default:
    # UnreachablePeriod=45
    
    ### Option: UnavailableDelay
    # How often host is checked for availability during the unavailability period, in seconds.
    #
    # Mandatory: no
    # Range: 1-3600
    # Default:
    # UnavailableDelay=60
    
    ### Option: UnreachableDelay
    # How often host is checked for availability during the unreachability period, in seconds.
    #
    # Mandatory: no
    # Range: 1-3600
    # Default:
    # UnreachableDelay=15
    
    ### Option: AlertScriptsPath
    # Full path to location of custom alert scripts.
    # Default depends on compilation options.
    # To see the default path run command "zabbix_server --help".
    #
    # Mandatory: no
    # Default:
    # AlertScriptsPath=/usr/lib/zabbix/alertscripts
    
    ### Option: ExternalScripts
    # Full path to location of external scripts.
    # Default depends on compilation options.
    # To see the default path run command "zabbix_server --help".
    #
    # Mandatory: no
    # Default:
    # ExternalScripts=/usr/lib/zabbix/externalscripts
    
    ### Option: FpingLocation
    # Location of fping.
    # Make sure that fping binary has root ownership and SUID flag set.
    #
    # Mandatory: no
    # Default:
    # FpingLocation=/usr/sbin/fping
    
    FpingLocation=/usr/bin/fping
    
    ### Option: Fping6Location
    # Location of fping6.
    # Make sure that fping6 binary has root ownership and SUID flag set.
    # Make empty if your fping utility is capable to process IPv6 addresses.
    #
    # Mandatory: no
    # Default:
    # Fping6Location=/usr/sbin/fping6
    
    Fping6Location=/usr/bin/fping6
    
    ### Option: SSHKeyLocation
    # Location of public and private keys for SSH checks and actions.
    #
    # Mandatory: no
    # Default:
    # SSHKeyLocation=
    
    ### Option: LogSlowQueries
    # How long a database query may take before being logged (in milliseconds).
    # Only works if DebugLevel set to 3, 4 or 5.
    # 0 - don't log slow queries.
    #
    # Mandatory: no
    # Range: 1-3600000
    # Default:
    # LogSlowQueries=0
    
    LogSlowQueries=3000
    
    ### Option: TmpDir
    # Temporary directory.
    #
    # Mandatory: no
    # Default:
    # TmpDir=/tmp
    
    ### Option: StartProxyPollers
    # Number of pre-forked instances of pollers for passive proxies.
    #
    # Mandatory: no
    # Range: 0-250
    # Default:
    # StartProxyPollers=1
    
    ### Option: ProxyConfigFrequency
    # How often Zabbix Server sends configuration data to a Zabbix Proxy in seconds.
    # This parameter is used only for proxies in the passive mode.
    #
    # Mandatory: no
    # Range: 1-3600*24*7
    # Default:
    # ProxyConfigFrequency=3600
    
    ### Option: ProxyDataFrequency
    # How often Zabbix Server requests history data from a Zabbix Proxy in seconds.
    # This parameter is used only for proxies in the passive mode.
    #
    # Mandatory: no
    # Range: 1-3600
    # Default:
    # ProxyDataFrequency=1
    
    ### Option: StartLLDProcessors
    # Number of pre-forked instances of low level discovery processors.
    #
    # Mandatory: no
    # Range: 1-100
    # Default:
    # StartLLDProcessors=2
    
    ### Option: AllowRoot
    # Allow the server to run as 'root'. If disabled and the server is started by 'root', the server
    # will try to switch to the user specified by the User configuration option instead.
    # Has no effect if started under a regular user.
    # 0 - do not allow
    # 1 - allow
    #
    # Mandatory: no
    # Default:
    # AllowRoot=0
    
    ### Option: User
    # Drop privileges to a specific, existing user on the system.
    # Only has effect if run as 'root' and AllowRoot is disabled.
    #
    # Mandatory: no
    # Default:
    # User=zabbix
    # NOTE: This option is overriden by settings in systemd service file!
    
    ### Option: Include
    # You may include individual files or all files in a directory in the configuration file.
    # Installing Zabbix will create include directory in /usr/local/etc, unless modified during the compile time.
    #
    # Mandatory: no
    # Default:
    # Include=
    
    # Include=/usr/local/etc/zabbix_server.general.conf
    # Include=/usr/local/etc/zabbix_server.conf.d/
    # Include=/usr/local/etc/zabbix_server.conf.d/*.conf
    
    ### Option: SSLCertLocation
    # Location of SSL client certificates.
    # This parameter is used only in web monitoring.
    # Default depends on compilation options.
    # To see the default path run command "zabbix_server --help".
    #
    # Mandatory: no
    # Default:
    # SSLCertLocation=${datadir}/zabbix/ssl/certs
    
    ### Option: SSLKeyLocation
    # Location of private keys for SSL client certificates.
    # This parameter is used only in web monitoring.
    # Default depends on compilation options.
    # To see the default path run command "zabbix_server --help".
    #
    # Mandatory: no
    # Default:
    # SSLKeyLocation=${datadir}/zabbix/ssl/keys
    
    ### Option: SSLCALocation
    # Override the location of certificate authority (CA) files for SSL server certificate verification.
    # If not set, system-wide directory will be used.
    # This parameter is used in web monitoring, SMTP authentication, HTTP agent items and for communication with Vault.
    #
    # Mandatory: no
    # Default:
    # SSLCALocation=
    
    ### Option: StatsAllowedIP
    # List of comma delimited IP addresses, optionally in CIDR notation, or DNS names of external Zabbix instances.
    # Stats request will be accepted only from the addresses listed here. If this parameter is not set no stats requests
    # will be accepted.
    # If IPv6 support is enabled then '127.0.0.1', '::127.0.0.1', '::ffff:127.0.0.1' are treated equally
    # and '::/0' will allow any IPv4 or IPv6 address.
    # '0.0.0.0/0' can be used to allow any IPv4 address.
    # Example: StatsAllowedIP=127.0.0.1,192.168.1.0/24,::1,2001:db8::/32,zabbix.example.com
    #
    # Mandatory: no
    # Default:
    # StatsAllowedIP=
    StatsAllowedIP=127.0.0.1
    
    ####### LOADABLE MODULES #######
    
    ### Option: LoadModulePath
    # Full path to location of server modules.
    # Default depends on compilation options.
    # To see the default path run command "zabbix_server --help".
    #
    # Mandatory: no
    # Default:
    # LoadModulePath=${libdir}/modules
    
    ### Option: LoadModule
    # Module to load at server startup. Modules are used to extend functionality of the server.
    # Formats:
    # LoadModule=<module.so>
    # LoadModule=<path/module.so>
    # LoadModule=</abs_path/module.so>
    # Either the module must be located in directory specified by LoadModulePath or the path must precede the module name.
    # If the preceding path is absolute (starts with '/') then LoadModulePath is ignored.
    # It is allowed to include multiple LoadModule parameters.
    #
    # Mandatory: no
    # Default:
    # LoadModule=
    
    ####### TLS-RELATED PARAMETERS #######
    
    ### Option: TLSCAFile
    # Full pathname of a file containing the top-level CA(s) certificates for
    # peer certificate verification.
    #
    # Mandatory: no
    # Default:
    # TLSCAFile=
    
    ### Option: TLSCRLFile
    # Full pathname of a file containing revoked certificates.
    #
    # Mandatory: no
    # Default:
    # TLSCRLFile=
    
    ### Option: TLSCertFile
    # Full pathname of a file containing the server certificate or certificate chain.
    #
    # Mandatory: no
    # Default:
    # TLSCertFile=
    
    ### Option: TLSKeyFile
    # Full pathname of a file containing the server private key.
    #
    # Mandatory: no
    # Default:
    # TLSKeyFile=
    
    ####### For advanced users - TLS ciphersuite selection criteria #######
    
    ### Option: TLSCipherCert13
    # Cipher string for OpenSSL 1.1.1 or newer in TLS 1.3.
    # Override the default ciphersuite selection criteria for certificate-based encryption.
    #
    # Mandatory: no
    # Default:
    # TLSCipherCert13=
    
    ### Option: TLSCipherCert
    # GnuTLS priority string or OpenSSL (TLS 1.2) cipher string.
    # Override the default ciphersuite selection criteria for certificate-based encryption.
    # Example for GnuTLS:
    # NONE:+VERS-TLS1.2:+ECDHE-RSA:+RSA:+AES-128-GCM:+AES-128-CBC:+AEAD:+SHA256:+SHA1:+CURVE-ALL:+COMP-NULL:+SIGN-ALL:+CTYPE-X.509
    # Example for OpenSSL:
    # EECDH+aRSA+AES128:RSA+aRSA+AES128
    #
    # Mandatory: no
    # Default:
    # TLSCipherCert=
    
    ### Option: TLSCipherPSK13
    # Cipher string for OpenSSL 1.1.1 or newer in TLS 1.3.
    # Override the default ciphersuite selection criteria for PSK-based encryption.
    # Example:
    # TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA25 6
    #
    # Mandatory: no
    # Default:
    # TLSCipherPSK13=
    
    ### Option: TLSCipherPSK
    # GnuTLS priority string or OpenSSL (TLS 1.2) cipher string.
    # Override the default ciphersuite selection criteria for PSK-based encryption.
    # Example for GnuTLS:
    # NONE:+VERS-TLS1.2:+ECDHE-PSK:+PSK:+AES-128-GCM:+AES-128-CBC:+AEAD:+SHA256:+SHA1:+CURVE-ALL:+COMP-NULL:+SIGN-ALL
    # Example for OpenSSL:
    # kECDHEPSK+AES128:kPSK+AES128
    #
    # Mandatory: no
    # Default:
    # TLSCipherPSK=
    
    ### Option: TLSCipherAll13
    # Cipher string for OpenSSL 1.1.1 or newer in TLS 1.3.
    # Override the default ciphersuite selection criteria for certificate- and PSK-based encryption.
    # Example:
    # TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA25 6:TLS_AES_128_GCM_SHA256
    #
    # Mandatory: no
    # Default:
    # TLSCipherAll13=
    
    ### Option: TLSCipherAll
    # GnuTLS priority string or OpenSSL (TLS 1.2) cipher string.
    # Override the default ciphersuite selection criteria for certificate- and PSK-based encryption.
    # Example for GnuTLS:
    # NONE:+VERS-TLS1.2:+ECDHE-RSA:+RSA:+ECDHE-PSK:+PSK:+AES-128-GCM:+AES-128-CBC:+AEAD:+SHA256:+SHA1:+CURVE-ALL:+COMP-NULL:+SIGN-ALL:+CTYPE-X.509
    # Example for OpenSSL:
    # EECDH+aRSA+AES128:RSA+aRSA+AES128:kECDHEPSK+AES128 :kPSK+AES128
    #
    # Mandatory: no
    # Default:
    # TLSCipherAll=
    
    ### Option: DBTLSConnect
    # Setting this option enforces to use TLS connection to database.
    # required - connect using TLS
    # verify_ca - connect using TLS and verify certificate
    # verify_full - connect using TLS, verify certificate and verify that database identity specified by DBHost
    # matches its certificate
    # On MySQL starting from 5.7.11 and PostgreSQL following values are supported: "required", "verify_ca" and
    # "verify_full".
    # On MariaDB starting from version 10.2.6 "required" and "verify_full" values are supported.
    # Default is not to set any option and behavior depends on database configuration
    #
    # Mandatory: no
    # Default:
    # DBTLSConnect=
    
    ### Option: DBTLSCAFile
    # Full pathname of a file containing the top-level CA(s) certificates for database certificate verification.
    # Supported only for MySQL and PostgreSQL
    #
    # Mandatory: no
    # (yes, if DBTLSConnect set to one of: verify_ca, verify_full)
    # Default:
    # DBTLSCAFile=
    
    ### Option: DBTLSCertFile
    # Full pathname of file containing Zabbix server certificate for authenticating to database.
    # Supported only for MySQL and PostgreSQL
    #
    # Mandatory: no
    # Default:
    # DBTLSCertFile=
    
    ### Option: DBTLSKeyFile
    # Full pathname of file containing the private key for authenticating to database.
    # Supported only for MySQL and PostgreSQL
    #
    # Mandatory: no
    # Default:
    # DBTLSKeyFile=
    
    ### Option: DBTLSCipher
    # The list of encryption ciphers that Zabbix server permits for TLS protocols up through TLSv1.2
    # Supported only for MySQL
    #
    # Mandatory no
    # Default:
    # DBTLSCipher=
    
    ### Option: DBTLSCipher13
    # The list of encryption ciphersuites that Zabbix server permits for TLSv1.3 protocol
    # Supported only for MySQL, starting from version 8.0.16
    #
    # Mandatory no
    # Default:
    # DBTLSCipher13=
    
    ### Option: VaultToken
    # Vault authentication token that should have been generated exclusively for Zabbix server with read only permission
    # to paths specified in Vault macros and read only permission to path specified in optional VaultDBPath
    # configuration parameter.
    # It is an error if VaultToken and VAULT_TOKEN environment variable are defined at the same time.
    #
    # Mandatory: no
    # Default:
    # VaultToken=
    
    ### Option: VaultURL
    # Vault server HTTP[S] URL. System-wide CA certificates directory will be used if SSLCALocation is not specified.
    #
    # Mandatory: no
    # Default:
    # VaultURL=https://127.0.0.1:8200
    
    ### Option: VaultDBPath
    # Vault path from where credentials for database will be retrieved by keys 'password' and 'username'.
    # Example: secret/zabbix/database
    # This option can only be used if DBUser and DBPassword are not specified.
    #
    # Mandatory: no
    # Default:
    # VaultDBPath=
    Last edited by Recox; 08-12-2020, 04:19.
  • Recox
    Junior Member
    • Dec 2020
    • 11

    #2
    I have some logs from the Agent.

    Code:
     4804:20201207:231120.829 Zabbix Agent stopped. Zabbix 5.2.2 (revision 84ebc7b59d).
    8416:20201207:231121.199 Starting Zabbix Agent [AO20-TEST-ARG]. Zabbix 5.2.2 (revision 84ebc7b59d).
    8416:20201207:231121.200 **** Enabled features ****
    8416:20201207:231121.202 IPv6 support: YES
    8416:20201207:231121.203 TLS support: YES
    8416:20201207:231121.204 **************************
    8416:20201207:231121.205 using configuration file: C:\Program Files\Zabbix Agent\zabbix_agentd.conf
    8416:20201207:231121.207 In init_collector_data()
    8416:20201207:231121.208 logical CPU count 2
    8416:20201207:231121.210 End of init_collector_data()
    8416:20201207:231121.212 In init_perf_collector()
    8416:20201207:231121.214 In init_builtin_counter_indexes()
    8416:20201207:231121.215 In get_all_counter_names()
    8416:20201207:231121.313 End of get_all_counter_names()
    8416:20201207:231121.661 PdhMakeCounterPath() failed: [0xC0000BBD] Un argumento requerido no se encuentra o es incorrecto.
    8416:20201207:231121.662 PdhMakeCounterPath() failed: [0xC0000BBD] Un argumento requerido no se encuentra o es incorrecto.
    8416:20201207:231121.663 PdhMakeCounterPath() failed: [0xC0000BBD] Un argumento requerido no se encuentra o es incorrecto.
    8416:20201207:231121.664 PdhMakeCounterPath() failed: [0xC0000BBD] Un argumento requerido no se encuentra o es incorrecto.
    8416:20201207:231121.665 Failed to initialize builtin counter: % Processor Time
    8416:20201207:231121.666 Failed to initialize builtin counter: Total Sessions
    8416:20201207:231121.668 End of init_builtin_counter_indexes():SUCCEED
    8416:20201207:231121.669 In set_object_names()
    8416:20201207:231122.482 In get_all_counter_names()
    8416:20201207:231122.489 End of get_all_counter_names()
    8416:20201207:231122.490 In get_all_counter_names()
    8416:20201207:231122.568 End of get_all_counter_names()
    8416:20201207:231122.655 End of set_object_names():SUCCEED
    8416:20201207:231122.656 End of init_perf_collector():SUCCEED
    8416:20201207:231122.659 OpenSSL library (version OpenSSL 1.1.1g 21 Apr 2020) initialized
    8416:20201207:231122.661 agent #0 started [main process]
    616:20201207:231122.663 agent #1 started [collector]
    5776:20201207:231122.665 agent #2 started[listener #1]
    6484:20201207:231122.666 agent #3 started[listener #2]
    6792:20201207:231122.667 agent #4 started[listener #3]
    616:20201207:231122.668 In init_cpu_collector()
    5776:20201207:231122.669 In zbx_tls_init_child()
    6484:20201207:231122.671 In zbx_tls_init_child()
    6792:20201207:231122.672 In zbx_tls_init_child()
    616:20201207:231122.673 In get_counter_name() pdhIndex:238
    5776:20201207:231122.674 End of zbx_tls_init_child()
    6484:20201207:231122.675 End of zbx_tls_init_child()
    6792:20201207:231122.676 End of zbx_tls_init_child()
    616:20201207:231122.678 End of get_counter_name():SUCCEED
    616:20201207:231122.679 In get_counter_name() pdhIndex:6
    616:20201207:231122.679 End of get_counter_name():SUCCEED
    616:20201207:231122.680 In add_perf_counter() counter:'\Procesador(_Total)\% de tiempo de procesador' interval:900
    616:20201207:231122.682 add_perf_counter(): PerfCounter '\Procesador(_Total)\% de tiempo de procesador' successfully added
    616:20201207:231122.682 End of add_perf_counter(): SUCCEED
    616:20201207:231122.683 In add_perf_counter() counter:'\Procesador(0)\% de tiempo de procesador' interval:900
    616:20201207:231122.684 add_perf_counter(): PerfCounter '\Procesador(0)\% de tiempo de procesador' successfully added
    616:20201207:231122.685 End of add_perf_counter(): SUCCEED
    616:20201207:231122.686 In add_perf_counter() counter:'\Procesador(1)\% de tiempo de procesador' interval:900
    616:20201207:231122.687 add_perf_counter(): PerfCounter '\Procesador(1)\% de tiempo de procesador' successfully added
    616:20201207:231122.688 End of add_perf_counter(): SUCCEED
    616:20201207:231122.689 In get_counter_name() pdhIndex:2
    616:20201207:231122.690 End of get_counter_name():SUCCEED
    616:20201207:231122.691 In get_counter_name() pdhIndex:44
    616:20201207:231122.692 End of get_counter_name():SUCCEED
    616:20201207:231122.693 In add_perf_counter() counter:'\Sistema\Longitud de la cola del procesador' interval:900
    616:20201207:231122.697 add_perf_counter(): PerfCounter '\Sistema\Longitud de la cola del procesador' successfully added
    616:20201207:231122.698 End of add_perf_counter(): SUCCEED
    616:20201207:231122.699 End of init_cpu_collector():SUCCEED
    616:20201207:231122.700 In collect_perfstat()
    616:20201207:231122.703 End of collect_perfstat()
    616:20201207:231123.721 In collect_perfstat()
    616:20201207:231123.733 End of collect_perfstat()
    616:20201207:231124.742 In collect_perfstat()
    616:20201207:231124.754 End of collect_perfstat()
    616:20201207:231125.765 In collect_perfstat()
    616:20201207:231125.774 End of collect_perfstat()
    616:20201207:231126.786 In collect_perfstat()
    616:20201207:231126.790 End of collect_perfstat()
    616:20201207:231127.805 In collect_perfstat()
    616:20201207:231127.815 End of collect_perfstat()
    616:20201207:231128.825 In collect_perfstat()
    616:20201207:231128.834 End of collect_perfstat()
    616:20201207:231129.848 In collect_perfstat()
    616:20201207:231129.861 End of collect_perfstat()
    616:20201207:231130.873 In collect_perfstat()
    616:20201207:231130.881 End of collect_perfstat()
    616:20201207:231131.892 In collect_perfstat()
    616:20201207:231131.896 End of collect_perfstat()
    616:20201207:231132.901 In collect_perfstat()
    616:20201207:231132.913 End of collect_perfstat()
    616:20201207:231133.924 In collect_perfstat()
    616:20201207:231133.933 End of collect_perfstat()
    616:20201207:231134.947 In collect_perfstat()
    616:20201207:231134.956 End of collect_perfstat()
    616:20201207:231135.970 In collect_perfstat()
    616:20201207:231135.980 End of collect_perfstat()
    616:20201207:231136.991 In collect_perfstat()
    616:20201207:231137.001 End of collect_perfstat()
    616:20201207:231138.007 In collect_perfstat()
    616:20201207:231138.016 End of collect_perfstat()
    616:20201207:231139.028 In collect_perfstat()
    616:20201207:231139.036 End of collect_perfstat()
    616:20201207:231140.050 In collect_perfstat()
    616:20201207:231140.058 End of collect_perfstat()
    616:20201207:231141.073 In collect_perfstat()
    616:20201207:231141.082 End of collect_perfstat()
    616:20201207:231142.093 In collect_perfstat()
    616:20201207:231142.106 End of collect_perfstat()
    616:20201207:231143.116 In collect_perfstat()
    616:20201207:231143.129 End of collect_perfstat()
    616:20201207:231144.137 In collect_perfstat()
    616:20201207:231144.146 End of collect_perfstat()
    616:20201207:231145.156 In collect_perfstat()
    616:20201207:231145.163 End of collect_perfstat()
    616:20201207:231146.170 In collect_perfstat()
    616:20201207:231146.179 End of collect_perfstat()
    616:20201207:231147.190 In collect_perfstat()
    616:20201207:231147.200 End of collect_perfstat()
    616:20201207:231148.212 In collect_perfstat()
    616:20201207:231148.221 End of collect_perfstat()
    616:20201207:231149.236 In collect_perfstat()
    616:20201207:231149.243 End of collect_perfstat()
    616:20201207:231150.250 In collect_perfstat()
    616:20201207:231150.259 End of collect_perfstat()
    616:20201207:231151.271 In collect_perfstat()
    616:20201207:231151.280 End of collect_perfstat()
    616:20201207:231152.295 In collect_perfstat()
    616:20201207:231152.304 End of collect_perfstat()
    616:20201207:231153.317 In collect_perfstat()
    616:20201207:231153.325 End of collect_perfstat()
    616:20201207:231154.336 In collect_perfstat()
    616:20201207:231154.340 End of collect_perfstat()
    616:20201207:231155.357 In collect_perfstat()
    616:20201207:231155.372 End of collect_perfstat()
    616:20201207:231156.388 In collect_perfstat()
    616:20201207:231156.392 End of collect_perfstat()
    616:20201207:231157.408 In collect_perfstat()
    616:20201207:231157.417 End of collect_perfstat()
    616:20201207:231158.428 In collect_perfstat()
    616:20201207:231158.437 End of collect_perfstat()
    616:20201207:231159.451 In collect_perfstat()
    616:20201207:231159.460 End of collect_perfstat()
    616:20201207:231200.469 In collect_perfstat()
    616:20201207:231200.478 End of collect_perfstat()
    616:20201207:231201.491 In collect_perfstat()
    616:20201207:231201.502 End of collect_perfstat()
    616:20201207:231202.511 In collect_perfstat()
    616:20201207:231202.520 End of collect_perfstat()
    616:20201207:231203.533 In collect_perfstat()
    616:20201207:231203.541 End of collect_perfstat()
    616:20201207:231204.555 In collect_perfstat()
    616:20201207:231204.564 End of collect_perfstat()
    616:20201207:231205.573 In collect_perfstat()
    616:20201207:231205.582 End of collect_perfstat()
    616:20201207:231206.593 In collect_perfstat()
    616:20201207:231206.597 End of collect_perfstat()
    616:20201207:231207.611 In collect_perfstat()
    616:20201207:231207.614 End of collect_perfstat()
    616:20201207:231208.631 In collect_perfstat()
    616:20201207:231208.639 End of collect_perfstat()
    616:20201207:231209.652 In collect_perfstat()
    616:20201207:231209.661 End of collect_perfstat()
    616:20201207:231210.672 In collect_perfstat()
    616:20201207:231210.681 End of collect_perfstat()
    616:20201207:231211.696 In collect_perfstat()
    616:20201207:231211.708 End of collect_perfstat()
    616:20201207:231212.736 In collect_perfstat()
    616:20201207:231212.745 End of collect_perfstat()
    616:20201207:231213.759 In collect_perfstat()
    616:20201207:231213.770 End of collect_perfstat()
    616:20201207:231214.801 In collect_perfstat()
    616:20201207:231214.810 End of collect_perfstat()
    616:20201207:231215.818 In collect_perfstat()
    616:20201207:231215.827 End of collect_perfstat()
    616:20201207:231216.840 In collect_perfstat()
    616:20201207:231216.849 End of collect_perfstat()
    616:20201207:231217.883 In collect_perfstat()
    616:20201207:231217.899 End of collect_perfstat()
    616:20201207:231218.918 In collect_perfstat()
    616:20201207:231218.927 End of collect_perfstat()
    616:20201207:231219.939 In collect_perfstat()
    616:20201207:231219.948 End of collect_perfstat()
    616:20201207:231220.960 In collect_perfstat()
    616:20201207:231220.971 End of collect_perfstat()
    616:20201207:231221.983 In collect_perfstat()
    616:20201207:231221.994 End of collect_perfstat()
    616:20201207:231223.006 In collect_perfstat()
    616:20201207:231223.015 End of collect_perfstat()
    616:20201207:231224.028 In collect_perfstat()
    616:20201207:231224.037 End of collect_perfstat()
    616:20201207:231225.050 In collect_perfstat()
    616:20201207:231225.060 End of collect_perfstat()
    616:20201207:231226.074 In collect_perfstat()
    616:20201207:231226.083 End of collect_perfstat()
    616:20201207:231227.100 In collect_perfstat()
    616:20201207:231227.109 End of collect_perfstat()
    616:20201207:231228.122 In collect_perfstat()
    616:20201207:231228.131 End of collect_perfstat()
    616:20201207:231229.145 In collect_perfstat()
    616:20201207:231229.154 End of collect_perfstat()
    616:20201207:231230.165 In collect_perfstat()
    616:20201207:231230.174 End of collect_perfstat()
    616:20201207:231231.188 In collect_perfstat()
    616:20201207:231231.197 End of collect_perfstat()
    616:20201207:231232.213 In collect_perfstat()
    616:20201207:231232.221 End of collect_perfstat()
    616:20201207:231233.236 In collect_perfstat()
    616:20201207:231233.245 End of collect_perfstat()
    616:20201207:231234.257 In collect_perfstat()
    616:20201207:231234.266 End of collect_perfstat()
    616:20201207:231235.279 In collect_perfstat()
    616:20201207:231235.289 End of collect_perfstat()
    616:20201207:231236.303 In collect_perfstat()
    616:20201207:231236.312 End of collect_perfstat()
    616:20201207:231237.326 In collect_perfstat()
    616:20201207:231237.330 End of collect_perfstat()
    616:20201207:231238.377 In collect_perfstat()
    616:20201207:231238.388 End of collect_perfstat()
    616:20201207:231239.402 In collect_perfstat()
    616:20201207:231239.413 End of collect_perfstat()
    616:20201207:231240.425 In collect_perfstat()
    616:20201207:231240.433 End of collect_perfstat()
    616:20201207:231241.449 In collect_perfstat()
    616:20201207:231241.462 End of collect_perfstat()
    616:20201207:231242.473 In collect_perfstat()
    616:20201207:231242.498 End of collect_perfstat()
    616:20201207:231243.512 In collect_perfstat()
    616:20201207:231243.522 End of collect_perfstat()
    616:20201207:231244.537 In collect_perfstat()
    616:20201207:231244.548 End of collect_perfstat()
    616:20201207:231245.557 In collect_perfstat()
    616:20201207:231245.565 End of collect_perfstat()
    616:20201207:231246.581 In collect_perfstat()
    616:20201207:231246.609 End of collect_perfstat()
    616:20201207:231247.621 In collect_perfstat()
    616:20201207:231247.630 End of collect_perfstat()
    616:20201207:231248.644 In collect_perfstat()
    616:20201207:231248.652 End of collect_perfstat()
    616:20201207:231249.667 In collect_perfstat()
    616:20201207:231249.676 End of collect_perfstat()
    616:20201207:231250.681 In collect_perfstat()
    616:20201207:231250.689 End of collect_perfstat()
    616:20201207:231251.704 In collect_perfstat()
    616:20201207:231251.713 End of collect_perfstat()
    616:20201207:231252.728 In collect_perfstat()
    616:20201207:231252.740 End of collect_perfstat()
    616:20201207:231253.753 In collect_perfstat()
    616:20201207:231253.765 End of collect_perfstat()
    616:20201207:231254.774 In collect_perfstat()
    616:20201207:231254.783 End of collect_perfstat()
    616:20201207:231255.792 In collect_perfstat()
    616:20201207:231255.801 End of collect_perfstat()
    616:20201207:231256.814 In collect_perfstat()
    616:20201207:231256.823 End of collect_perfstat()
    616:20201207:231257.834 In collect_perfstat()
    616:20201207:231257.842 End of collect_perfstat()
    616:20201207:231258.875 In collect_perfstat()
    616:20201207:231258.880 End of collect_perfstat()
    616:20201207:231259.896 In collect_perfstat()
    616:20201207:231259.904 End of collect_perfstat()
    616:20201207:231300.917 In collect_perfstat()
    616:20201207:231300.925 End of collect_perfstat()
    616:20201207:231301.939 In collect_perfstat()
    616:20201207:231301.947 End of collect_perfstat()
    616:20201207:231302.963 In collect_perfstat()
    616:20201207:231302.972 End of collect_perfstat()
    616:20201207:231303.987 In collect_perfstat()
    616:20201207:231303.995 End of collect_perfstat()
    616:20201207:231305.010 In collect_perfstat()
    616:20201207:231305.019 End of collect_perfstat()
    616:20201207:231306.032 In collect_perfstat()
    616:20201207:231306.041 End of collect_perfstat()
    616:20201207:231307.054 In collect_perfstat()
    616:20201207:231307.062 End of collect_perfstat()
    616:20201207:231308.077 In collect_perfstat()
    616:20201207:231308.088 End of collect_perfstat()
    616:20201207:231309.100 In collect_perfstat()
    616:20201207:231309.109 End of collect_perfstat()
    616:20201207:231310.124 In collect_perfstat()
    616:20201207:231310.133 End of collect_perfstat()
    616:20201207:231311.145 In collect_perfstat()
    616:20201207:231311.154 End of collect_perfstat()
    616:20201207:231312.170 In collect_perfstat()
    616:20201207:231312.181 End of collect_perfstat()
    616:20201207:231313.207 In collect_perfstat()
    616:20201207:231313.240 End of collect_perfstat()
    616:20201207:231314.258 In collect_perfstat()
    616:20201207:231314.267 End of collect_perfstat()
    616:20201207:231315.277 In collect_perfstat()
    616:20201207:231315.286 End of collect_perfstat()
    616:20201207:231316.300 In collect_perfstat()
    616:20201207:231316.309 End of collect_perfstat()
    616:20201207:231317.320 In collect_perfstat()
    616:20201207:231317.329 End of collect_perfstat()
    616:20201207:231318.340 In collect_perfstat()
    616:20201207:231318.348 End of collect_perfstat()
    616:20201207:231319.360 In collect_perfstat()
    616:20201207:231319.365 End of collect_perfstat()
    616:20201207:231320.380 In collect_perfstat()
    616:20201207:231320.388 End of collect_perfstat()
    616:20201207:231321.399 In collect_perfstat()
    616:20201207:231321.407 End of collect_perfstat()
    616:20201207:231322.420 In collect_perfstat()
    616:20201207:231322.536 End of collect_perfstat()
    616:20201207:231323.550 In collect_perfstat()
    616:20201207:231323.561 End of collect_perfstat()
    616:20201207:231324.567 In collect_perfstat()
    616:20201207:231324.575 End of collect_perfstat()
    616:20201207:231325.582 In collect_perfstat()
    616:20201207:231325.591 End of collect_perfstat()
    616:20201207:231326.603 In collect_perfstat()
    616:20201207:231326.612 End of collect_perfstat()
    616:20201207:231327.623 In collect_perfstat()
    616:20201207:231327.632 End of collect_perfstat()
    616:20201207:231328.649 In collect_perfstat()
    616:20201207:231328.660 End of collect_perfstat()
    616:20201207:231329.678 In collect_perfstat()
    616:20201207:231329.686 End of collect_perfstat()
    616:20201207:231330.693 In collect_perfstat()
    616:20201207:231330.702 End of collect_perfstat()
    616:20201207:231331.712 In collect_perfstat()
    616:20201207:231331.721 End of collect_perfstat()
    616:20201207:231332.727 In collect_perfstat()
    616:20201207:231332.731 End of collect_perfstat()
    616:20201207:231333.745 In collect_perfstat()
    616:20201207:231333.749 End of collect_perfstat()
    616:20201207:231334.762 In collect_perfstat()
    616:20201207:231334.770 End of collect_perfstat()
    616:20201207:231335.781 In collect_perfstat()
    616:20201207:231335.790 End of collect_perfstat()
    616:20201207:231336.801 In collect_perfstat()
    616:20201207:231336.810 End of collect_perfstat()
    616:20201207:231337.827 In collect_perfstat()
    616:20201207:231337.840 End of collect_perfstat()
    616:20201207:231338.857 In collect_perfstat()
    616:20201207:231338.865 End of collect_perfstat()
    616:20201207:231339.878 In collect_perfstat()
    616:20201207:231339.883 End of collect_perfstat()
    616:20201207:231340.894 In collect_perfstat()
    616:20201207:231340.898 End of collect_perfstat()
    616:20201207:231341.902 In collect_perfstat()
    616:20201207:231341.911 End of collect_perfstat()
    616:20201207:231342.921 In collect_perfstat()
    616:20201207:231342.929 End of collect_perfstat()
    616:20201207:231343.939 In collect_perfstat()
    616:20201207:231343.948 End of collect_perfstat()
    616:20201207:231344.959 In collect_perfstat()
    616:20201207:231344.968 End of collect_perfstat()
    616:20201207:231345.973 In collect_perfstat()
    616:20201207:231345.985 End of collect_perfstat()
    616:20201207:231347.004 In collect_perfstat()
    616:20201207:231347.028 End of collect_perfstat()
    616:20201207:231348.043 In collect_perfstat()
    616:20201207:231348.047 End of collect_perfstat()
    616:20201207:231349.067 In collect_perfstat()
    616:20201207:231349.076 End of collect_perfstat()
    616:20201207:231350.083 In collect_perfstat()
    616:20201207:231350.093 End of collect_perfstat()
    616:20201207:231351.110 In collect_perfstat()
    616:20201207:231351.117 End of collect_perfstat()
    616:20201207:231352.135 In collect_perfstat()
    616:20201207:231352.144 End of collect_perfstat()
    616:20201207:231353.149 In collect_perfstat()
    616:20201207:231353.153 End of collect_perfstat()
    616:20201207:231354.162 In collect_perfstat()
    616:20201207:231354.171 End of collect_perfstat()
    616:20201207:231355.177 In collect_perfstat()
    616:20201207:231355.188 End of collect_perfstat()
    616:20201207:231356.193 In collect_perfstat()
    616:20201207:231356.202 End of collect_perfstat()
    616:20201207:231357.222 In collect_perfstat()
    616:20201207:231357.233 End of collect_perfstat()
    616:20201207:231358.267 In collect_perfstat()
    616:20201207:231358.271 End of collect_perfstat()
    616:20201207:231359.279 In collect_perfstat()
    616:20201207:231359.291 End of collect_perfstat()
    616:20201207:231400.307 In collect_perfstat()
    616:20201207:231400.311 End of collect_perfstat()
    616:20201207:231401.321 In collect_perfstat()
    616:20201207:231401.325 End of collect_perfstat()
    616:20201207:231402.339 In collect_perfstat()
    616:20201207:231402.348 End of collect_perfstat()
    616:20201207:231403.353 In collect_perfstat()
    616:20201207:231403.356 End of collect_perfstat()
    616:20201207:231404.361 In collect_perfstat()
    616:20201207:231404.368 End of collect_perfstat()
    616:20201207:231405.383 In collect_perfstat()
    616:20201207:231405.396 End of collect_perfstat()
    616:20201207:231406.406 In collect_perfstat()
    616:20201207:231406.410 End of collect_perfstat()
    616:20201207:231407.425 In collect_perfstat()
    616:20201207:231407.435 End of collect_perfstat()
    616:20201207:231408.441 In collect_perfstat()
    616:20201207:231408.452 End of collect_perfstat()
    616:20201207:231409.460 In collect_perfstat()
    616:20201207:231409.469 End of collect_perfstat()
    616:20201207:231410.480 In collect_perfstat()
    616:20201207:231410.489 End of collect_perfstat()
    616:20201207:231411.497 In collect_perfstat()
    616:20201207:231411.507 End of collect_perfstat()
    616:20201207:231412.515 In collect_perfstat()
    616:20201207:231412.524 End of collect_perfstat()
    616:20201207:231413.539 In collect_perfstat()
    616:20201207:231413.549 End of collect_perfstat()
    616:20201207:231414.557 In collect_perfstat()
    616:20201207:231414.566 End of collect_perfstat()
    616:20201207:231415.586 In collect_perfstat()
    616:20201207:231415.612 End of collect_perfstat()
    616:20201207:231416.634 In collect_perfstat()
    616:20201207:231416.643 End of collect_perfstat()
    616:20201207:231417.653 In collect_perfstat()
    616:20201207:231417.662 End of collect_perfstat()
    616:20201207:231418.675 In collect_perfstat()
    616:20201207:231418.685 End of collect_perfstat()
    616:20201207:231419.705 In collect_perfstat()
    616:20201207:231419.730 End of collect_perfstat()
    616:20201207:231420.740 In collect_perfstat()
    616:20201207:231420.749 End of collect_perfstat()
    616:20201207:231421.760 In collect_perfstat()
    616:20201207:231421.769 End of collect_perfstat()
    616:20201207:231422.778 In collect_perfstat()
    616:20201207:231422.787 End of collect_perfstat()
    616:20201207:231423.835 In collect_perfstat()
    616:20201207:231423.844 End of collect_perfstat()
    616:20201207:231424.852 In collect_perfstat()
    616:20201207:231424.863 End of collect_perfstat()
    616:20201207:231425.895 In collect_perfstat()
    616:20201207:231425.904 End of collect_perfstat()
    616:20201207:231426.911 In collect_perfstat()
    616:20201207:231426.915 End of collect_perfstat()
    616:20201207:231427.932 In collect_perfstat()
    616:20201207:231427.941 End of collect_perfstat()
    616:20201207:231428.952 In collect_perfstat()
    616:20201207:231428.962 End of collect_perfstat()
    616:20201207:231429.972 In collect_perfstat()
    616:20201207:231429.980 End of collect_perfstat()
    616:20201207:231430.998 In collect_perfstat()
    616:20201207:231431.007 End of collect_perfstat()
    616:20201207:231432.018 In collect_perfstat()
    616:20201207:231432.028 End of collect_perfstat()
    616:20201207:231433.048 In collect_perfstat()
    616:20201207:231433.057 End of collect_perfstat()
    616:20201207:231434.069 In collect_perfstat()
    616:20201207:231434.081 End of collect_perfstat()
    616:20201207:231435.122 In collect_perfstat()
    616:20201207:231435.131 End of collect_perfstat()
    616:20201207:231436.142 In collect_perfstat()
    616:20201207:231436.151 End of collect_perfstat()
    616:20201207:231437.164 In collect_perfstat()
    616:20201207:231437.173 End of collect_perfstat()
    616:20201207:231438.192 In collect_perfstat()
    616:20201207:231438.202 End of collect_perfstat()
    616:20201207:231439.211 In collect_perfstat()
    616:20201207:231439.220 End of collect_perfstat()
    616:20201207:231440.234 In collect_perfstat()
    616:20201207:231440.242 End of collect_perfstat()
    616:20201207:231441.254 In collect_perfstat()
    616:20201207:231441.263 End of collect_perfstat()
    616:20201207:231442.273 In collect_perfstat()
    616:20201207:231442.282 End of collect_perfstat()
    616:20201207:231443.293 In collect_perfstat()
    616:20201207:231443.302 End of collect_perfstat()
    616:20201207:231444.312 In collect_perfstat()
    616:20201207:231444.321 End of collect_perfstat()
    616:20201207:231445.334 In collect_perfstat()
    616:20201207:231445.343 End of collect_perfstat()
    616:20201207:231446.356 In collect_perfstat()
    616:20201207:231446.365 End of collect_perfstat()
    616:20201207:231447.378 In collect_perfstat()
    616:20201207:231447.383 End of collect_perfstat()
    616:20201207:231448.401 In collect_perfstat()
    616:20201207:231448.406 End of collect_perfstat()
    616:20201207:231449.425 In collect_perfstat()
    616:20201207:231449.434 End of collect_perfstat()
    616:20201207:231450.447 In collect_perfstat()
    616:20201207:231450.456 End of collect_perfstat()
    616:20201207:231451.470 In collect_perfstat()
    616:20201207:231451.479 End of collect_perfstat()
    616:20201207:231452.493 In collect_perfstat()
    616:20201207:231452.504 End of collect_perfstat()
    616:20201207:231453.516 In collect_perfstat()
    616:20201207:231453.525 End of collect_perfstat()
    616:20201207:231454.539 In collect_perfstat()
    616:20201207:231454.548 End of collect_perfstat()
    616:20201207:231455.563 In collect_perfstat()
    616:20201207:231455.572 End of collect_perfstat()
    616:20201207:231456.583 In collect_perfstat()
    616:20201207:231456.591 End of collect_perfstat()
    616:20201207:231457.606 In collect_perfstat()
    616:20201207:231457.615 End of collect_perfstat()
    616:20201207:231458.629 In collect_perfstat()
    616:20201207:231458.638 End of collect_perfstat()
    616:20201207:231459.650 In collect_perfstat()
    616:20201207:231459.659 End of collect_perfstat()
    616:20201207:231500.671 In collect_perfstat()
    616:20201207:231500.680 End of collect_perfstat()
    616:20201207:231501.690 In collect_perfstat()
    616:20201207:231501.700 End of collect_perfstat()
    616:20201207:231502.712 In collect_perfstat()
    616:20201207:231502.721 End of collect_perfstat()
    616:20201207:231503.730 In collect_perfstat()
    616:20201207:231503.741 End of collect_perfstat()
    616:20201207:231504.754 In collect_perfstat()
    616:20201207:231504.763 End of collect_perfstat()
    616:20201207:231505.777 In collect_perfstat()
    616:20201207:231505.785 End of collect_perfstat()
    616:20201207:231506.798 In collect_perfstat()
    616:20201207:231506.807 End of collect_perfstat()
    616:20201207:231507.822 In collect_perfstat()
    616:20201207:231507.830 End of collect_perfstat()
    616:20201207:231508.845 In collect_perfstat()
    616:20201207:231508.856 End of collect_perfstat()
    616:20201207:231509.900 In collect_perfstat()
    616:20201207:231509.909 End of collect_perfstat()
    616:20201207:231510.922 In collect_perfstat()
    616:20201207:231510.931 End of collect_perfstat()
    616:20201207:231511.945 In collect_perfstat()
    616:20201207:231511.953 End of collect_perfstat()
    616:20201207:231512.969 In collect_perfstat()
    616:20201207:231512.978 End of collect_perfstat()
    616:20201207:231513.994 In collect_perfstat()
    616:20201207:231514.005 End of collect_perfstat()
    616:20201207:231515.032 In collect_perfstat()
    616:20201207:231515.041 End of collect_perfstat()
    616:20201207:231516.053 In collect_perfstat()
    616:20201207:231516.064 End of collect_perfstat()
    616:20201207:231517.076 In collect_perfstat()
    616:20201207:231517.084 End of collect_perfstat()
    616:20201207:231518.094 In collect_perfstat()
    616:20201207:231518.103 End of collect_perfstat()
    616:20201207:231519.115 In collect_perfstat()
    616:20201207:231519.124 End of collect_perfstat()
    616:20201207:231520.136 In collect_perfstat()
    616:20201207:231520.144 End of collect_perfstat()
    616:20201207:231521.162 In collect_perfstat()
    616:20201207:231521.197 End of collect_perfstat()
    616:20201207:231522.214 In collect_perfstat()
    616:20201207:231522.223 End of collect_perfstat()
    616:20201207:231523.233 In collect_perfstat()
    616:20201207:231523.242 End of collect_perfstat()
    616:20201207:231524.252 In collect_perfstat()
    616:20201207:231524.261 End of collect_perfstat()
    616:20201207:231525.271 In collect_perfstat()
    616:20201207:231525.281 End of collect_perfstat()
    616:20201207:231526.286 In collect_perfstat()
    616:20201207:231526.295 End of collect_perfstat()
    616:20201207:231527.306 In collect_perfstat()
    616:20201207:231527.315 End of collect_perfstat()
    616:20201207:231528.326 In collect_perfstat()
    616:20201207:231528.336 End of collect_perfstat()
    616:20201207:231529.343 In collect_perfstat()
    616:20201207:231529.354 End of collect_perfstat()
    616:20201207:231530.362 In collect_perfstat()
    616:20201207:231530.373 End of collect_perfstat()
    616:20201207:231531.392 In collect_perfstat()
    616:20201207:231531.396 End of collect_perfstat()
    616:20201207:231532.400 In collect_perfstat()
    616:20201207:231532.404 End of collect_perfstat()
    616:20201207:231533.414 In collect_perfstat()
    616:20201207:231533.417 End of collect_perfstat()
    616:20201207:231534.433 In collect_perfstat()
    616:20201207:231534.441 End of collect_perfstat()
    616:20201207:231535.452 In collect_perfstat()
    616:20201207:231535.461 End of collect_perfstat()
    616:20201207:231536.470 In collect_perfstat()
    616:20201207:231536.479 End of collect_perfstat()
    616:20201207:231537.489 In collect_perfstat()
    616:20201207:231537.497 End of collect_perfstat()
    616:20201207:231538.509 In collect_perfstat()
    616:20201207:231538.518 End of collect_perfstat()
    616:20201207:231539.527 In collect_perfstat()
    616:20201207:231539.535 End of collect_perfstat()
    616:20201207:231540.547 In collect_perfstat()
    616:20201207:231540.555 End of collect_perfstat()
    616:20201207:231541.566 In collect_perfstat()
    616:20201207:231541.575 End of collect_perfstat()
    616:20201207:231542.587 In collect_perfstat()
    616:20201207:231542.598 End of collect_perfstat()
    616:20201207:231543.606 In collect_perfstat()
    616:20201207:231543.616 End of collect_perfstat()
    616:20201207:231544.626 In collect_perfstat()
    616:20201207:231544.634 End of collect_perfstat()
    616:20201207:231545.646 In collect_perfstat()
    616:20201207:231545.654 End of collect_perfstat()
    616:20201207:231546.667 In collect_perfstat()
    616:20201207:231546.675 End of collect_perfstat()
    616:20201207:231547.687 In collect_perfstat()
    616:20201207:231547.695 End of collect_perfstat()
    616:20201207:231548.707 In collect_perfstat()
    616:20201207:231548.716 End of collect_perfstat()
    616:20201207:231549.726 In collect_perfstat()
    616:20201207:231549.734 End of collect_perfstat()
    616:20201207:231550.747 In collect_perfstat()
    616:20201207:231550.755 End of collect_perfstat()
    616:20201207:231551.764 In collect_perfstat()
    616:20201207:231551.772 End of collect_perfstat()
    616:20201207:231552.782 In collect_perfstat()
    616:20201207:231552.791 End of collect_perfstat()
    616:20201207:231553.804 In collect_perfstat()
    616:20201207:231553.813 End of collect_perfstat()
    616:20201207:231554.823 In collect_perfstat()
    616:20201207:231554.833 End of collect_perfstat()
    616:20201207:231555.841 In collect_perfstat()
    616:20201207:231555.850 End of collect_perfstat()
    616:20201207:231556.857 In collect_perfstat()
    616:20201207:231556.895 End of collect_perfstat()
    616:20201207:231557.906 In collect_perfstat()
    616:20201207:231557.912 End of collect_perfstat()
    616:20201207:231558.927 In collect_perfstat()
    616:20201207:231558.932 End of collect_perfstat()
    616:20201207:231559.945 In collect_perfstat()
    616:20201207:231559.954 End of collect_perfstat()
    616:20201207:231600.962 In collect_perfstat()
    616:20201207:231600.971 End of collect_perfstat()
    616:20201207:231601.982 In collect_perfstat()
    616:20201207:231601.990 End of collect_perfstat()
    616:20201207:231602.998 In collect_perfstat()
    616:20201207:231603.010 End of collect_perfstat()
    616:20201207:231604.015 In collect_perfstat()
    616:20201207:231604.027 End of collect_perfstat()
    616:20201207:231605.034 In collect_perfstat()
    616:20201207:231605.042 End of collect_perfstat()
    616:20201207:231606.053 In collect_perfstat()
    616:20201207:231606.062 End of collect_perfstat()
    616:20201207:231607.073 In collect_perfstat()
    616:20201207:231607.082 End of collect_perfstat()
    616:20201207:231608.093 In collect_perfstat()
    616:20201207:231608.101 End of collect_perfstat()
    616:20201207:231609.118 In collect_perfstat()
    616:20201207:231609.128 End of collect_perfstat()
    616:20201207:231610.141 In collect_perfstat()
    616:20201207:231610.150 End of collect_perfstat()
    616:20201207:231611.159 In collect_perfstat()
    616:20201207:231611.167 End of collect_perfstat()
    616:20201207:231612.183 In collect_perfstat()
    616:20201207:231612.192 End of collect_perfstat()
    616:20201207:231613.205 In collect_perfstat()
    616:20201207:231613.215 End of collect_perfstat()
    616:20201207:231614.227 In collect_perfstat()
    616:20201207:231614.235 End of collect_perfstat()
    616:20201207:231615.251 In collect_perfstat()
    616:20201207:231615.262 End of collect_perfstat()
    616:20201207:231616.271 In collect_perfstat()
    616:20201207:231616.280 End of collect_perfstat()
    616:20201207:231617.292 In collect_perfstat()
    616:20201207:231617.301 End of collect_perfstat()
    616:20201207:231618.313 In collect_perfstat()
    616:20201207:231618.321 End of collect_perfstat()
    616:20201207:231619.331 In collect_perfstat()
    616:20201207:231619.344 End of collect_perfstat()
    616:20201207:231620.351 In collect_perfstat()
    616:20201207:231620.359 End of collect_perfstat()
    616:20201207:231621.373 In collect_perfstat()
    616:20201207:231621.384 End of collect_perfstat()
    616:20201207:231622.395 In collect_perfstat()
    616:20201207:231622.398 End of collect_perfstat()
    616:20201207:231623.415 In collect_perfstat()
    616:20201207:231623.419 End of collect_perfstat()
    616:20201207:231624.425 In collect_perfstat()
    616:20201207:231624.430 End of collect_perfstat()
    616:20201207:231625.445 In collect_perfstat()
    616:20201207:231625.453 End of collect_perfstat()
    616:20201207:231626.467 In collect_perfstat()
    616:20201207:231626.478 End of collect_perfstat()
    616:20201207:231627.501 In collect_perfstat()
    616:20201207:231627.509 End of collect_perfstat()
    616:20201207:231628.520 In collect_perfstat()
    616:20201207:231628.528 End of collect_perfstat()
    616:20201207:231629.546 In collect_perfstat()
    616:20201207:231629.554 End of collect_perfstat()
    616:20201207:231630.565 In collect_perfstat()
    616:20201207:231630.573 End of collect_perfstat()
    616:20201207:231631.582 In collect_perfstat()
    616:20201207:231631.590 End of collect_perfstat()
    616:20201207:231632.604 In collect_perfstat()
    616:20201207:231632.612 End of collect_perfstat()
    616:20201207:231633.623 In collect_perfstat()
    616:20201207:231633.632 End of collect_perfstat()
    616:20201207:231634.643 In collect_perfstat()
    616:20201207:231634.652 End of collect_perfstat()
    616:20201207:231635.664 In collect_perfstat()
    616:20201207:231635.672 End of collect_perfstat()
    616:20201207:231636.683 In collect_perfstat()
    616:20201207:231636.692 End of collect_perfstat()
    616:20201207:231637.705 In collect_perfstat()
    616:20201207:231637.714 End of collect_perfstat()
    616:20201207:231638.728 In collect_perfstat()
    616:20201207:231638.738 End of collect_perfstat()
    616:20201207:231639.745 In collect_perfstat()
    616:20201207:231639.754 End of collect_perfstat()
    616:20201207:231640.766 In collect_perfstat()
    616:20201207:231640.774 End of collect_perfstat()
    616:20201207:231641.782 In collect_perfstat()
    616:20201207:231641.791 End of collect_perfstat()
    616:20201207:231642.801 In collect_perfstat()
    616:20201207:231642.810 End of collect_perfstat()
    616:20201207:231643.818 In collect_perfstat()
    616:20201207:231643.827 End of collect_perfstat()
    616:20201207:231644.837 In collect_perfstat()
    616:20201207:231644.846 End of collect_perfstat()
    616:20201207:231645.885 In collect_perfstat()
    616:20201207:231645.889 End of collect_perfstat()
    616:20201207:231646.900 In collect_perfstat()
    616:20201207:231646.904 End of collect_perfstat()
    616:20201207:231647.917 In collect_perfstat()
    616:20201207:231647.922 End of collect_perfstat()
    616:20201207:231648.935 In collect_perfstat()
    616:20201207:231648.942 End of collect_perfstat()
    616:20201207:231649.955 In collect_perfstat()
    616:20201207:231649.963 End of collect_perfstat()
    616:20201207:231650.975 In collect_perfstat()
    616:20201207:231650.983 End of collect_perfstat()
    616:20201207:231651.993 In collect_perfstat()
    616:20201207:231652.002 End of collect_perfstat()
    616:20201207:231653.015 In collect_perfstat()
    616:20201207:231653.022 End of collect_perfstat()
    616:20201207:231654.033 In collect_perfstat()
    616:20201207:231654.042 End of collect_perfstat()
    616:20201207:231655.052 In collect_perfstat()
    616:20201207:231655.061 End of collect_perfstat()
    616:20201207:231656.067 In collect_perfstat()
    616:20201207:231656.070 End of collect_perfstat()
    616:20201207:231657.085 In collect_perfstat()
    616:20201207:231657.096 End of collect_perfstat()
    616:20201207:231658.115 In collect_perfstat()
    616:20201207:231658.123 End of collect_perfstat()
    616:20201207:231659.131 In collect_perfstat()
    616:20201207:231659.139 End of collect_perfstat()
    616:20201207:231700.153 In collect_perfstat()
    616:20201207:231700.164 End of collect_perfstat()
    616:20201207:231701.184 In collect_perfstat()
    616:20201207:231701.215 End of collect_perfstat()
    616:20201207:231702.231 In collect_perfstat()
    616:20201207:231702.239 End of collect_perfstat()
    616:20201207:231703.250 In collect_perfstat()
    616:20201207:231703.255 End of collect_perfstat()
    616:20201207:231704.264 In collect_perfstat()
    616:20201207:231704.272 End of collect_perfstat()
    616:20201207:231705.289 In collect_perfstat()
    616:20201207:231705.298 End of collect_perfstat()
    616:20201207:231706.313 In collect_perfstat()
    616:20201207:231706.321 End of collect_perfstat()
    616:20201207:231707.332 In collect_perfstat()
    616:20201207:231707.341 End of collect_perfstat()
    616:20201207:231708.346 In collect_perfstat()
    616:20201207:231708.355 End of collect_perfstat()
    616:20201207:231709.366 In collect_perfstat()
    616:20201207:231709.371 End of collect_perfstat()
    616:20201207:231710.379 In collect_perfstat()
    616:20201207:231710.383 End of collect_perfstat()
    616:20201207:231711.399 In collect_perfstat()
    616:20201207:231711.403 End of collect_perfstat()
    616:20201207:231712.413 In collect_perfstat()
    616:20201207:231712.416 End of collect_perfstat()
    616:20201207:231713.426 In collect_perfstat()
    616:20201207:231713.430 End of collect_perfstat()
    616:20201207:231714.444 In collect_perfstat()
    616:20201207:231714.448 End of collect_perfstat()
    616:20201207:231715.460 In collect_perfstat()
    616:20201207:231715.464 End of collect_perfstat()
    616:20201207:231716.481 In collect_perfstat()
    616:20201207:231716.493 End of collect_perfstat()
    616:20201207:231717.501 In collect_perfstat()
    616:20201207:231717.510 End of collect_perfstat()
    616:20201207:231718.524 In collect_perfstat()
    616:20201207:231718.533 End of collect_perfstat()
    616:20201207:231719.547 In collect_perfstat()
    616:20201207:231719.556 End of collect_perfstat()
    616:20201207:231720.571 In collect_perfstat()
    616:20201207:231720.579 End of collect_perfstat()
    616:20201207:231721.595 In collect_perfstat()
    616:20201207:231721.603 End of collect_perfstat()
    616:20201207:231722.620 In collect_perfstat()
    616:20201207:231722.647 End of collect_perfstat()
    616:20201207:231723.669 In collect_perfstat()
    616:20201207:231723.678 End of collect_perfstat()
    616:20201207:231724.692 In collect_perfstat()
    616:20201207:231724.700 End of collect_perfstat()
    616:20201207:231725.716 In collect_perfstat()
    616:20201207:231725.728 End of collect_perfstat()
    616:20201207:231726.739 In collect_perfstat()
    616:20201207:231726.772 End of collect_perfstat()
    616:20201207:231727.793 In collect_perfstat()
    616:20201207:231727.801 End of collect_perfstat()
    616:20201207:231728.816 In collect_perfstat()
    616:20201207:231728.825 End of collect_perfstat()
    616:20201207:231729.840 In collect_perfstat()
    616:20201207:231729.850 End of collect_perfstat()
    616:20201207:231730.860 In collect_perfstat()
    616:20201207:231730.869 End of collect_perfstat()
    616:20201207:231731.883 In collect_perfstat()
    616:20201207:231731.893 End of collect_perfstat()
    616:20201207:231732.900 In collect_perfstat()
    616:20201207:231732.903 End of collect_perfstat()
    616:20201207:231733.907 In collect_perfstat()
    616:20201207:231733.915 End of collect_perfstat()
    616:20201207:231734.931 In collect_perfstat()
    616:20201207:231734.940 End of collect_perfstat()
    616:20201207:231735.954 In collect_perfstat()
    616:20201207:231735.963 End of collect_perfstat()
    616:20201207:231736.976 In collect_perfstat()
    616:20201207:231736.984 End of collect_perfstat()
    616:20201207:231737.995 In collect_perfstat()
    616:20201207:231738.007 End of collect_perfstat()
    616:20201207:231739.032 In collect_perfstat()
    616:20201207:231739.049 End of collect_perfstat()
    616:20201207:231740.056 In collect_perfstat()
    616:20201207:231740.067 End of collect_perfstat()
    616:20201207:231741.077 In collect_perfstat()
    616:20201207:231741.086 End of collect_perfstat()
    616:20201207:231742.093 In collect_perfstat()
    616:20201207:231742.101 End of collect_perfstat()
    616:20201207:231743.116 In collect_perfstat()
    616:20201207:231743.127 End of collect_perfstat()
    616:20201207:231744.140 In collect_perfstat()
    616:20201207:231744.149 End of collect_perfstat()
    616:20201207:231745.167 In collect_perfstat()
    616:20201207:231745.175 End of collect_perfstat()
    616:20201207:231746.183 In collect_perfstat()
    616:20201207:231746.195 End of collect_perfstat()
    616:20201207:231747.203 In collect_perfstat()
    616:20201207:231747.214 End of collect_perfstat()
    616:20201207:231748.222 In collect_perfstat()
    616:20201207:231748.232 End of collect_perfstat()
    616:20201207:231749.242 In collect_perfstat()
    616:20201207:231749.251 End of collect_perfstat()
    616:20201207:231750.265 In collect_perfstat()
    616:20201207:231750.307 End of collect_perfstat()
    616:20201207:231751.327 In collect_perfstat()
    616:20201207:231751.336 End of collect_perfstat()
    616:20201207:231752.347 In collect_perfstat()
    616:20201207:231752.356 End of collect_perfstat()
    616:20201207:231753.376 In collect_perfstat()
    616:20201207:231753.388 End of collect_perfstat()
    616:20201207:231754.399 In collect_perfstat()
    616:20201207:231754.404 End of collect_perfstat()
    616:20201207:231755.411 In collect_perfstat()
    616:20201207:231755.414 End of collect_perfstat()
    616:20201207:231756.430 In collect_perfstat()
    616:20201207:231756.441 End of collect_perfstat()
    616:20201207:231757.459 In collect_perfstat()
    616:20201207:231757.465 End of collect_perfstat()
    616:20201207:231758.474 In collect_perfstat()
    616:20201207:231758.483 End of collect_perfstat()
    616:20201207:231759.489 In collect_perfstat()
    616:20201207:231759.498 End of collect_perfstat()
    616:20201207:231800.506 In collect_perfstat()
    616:20201207:231800.517 End of collect_perfstat()
    616:20201207:231801.538 In collect_perfstat()
    616:20201207:231801.548 End of collect_perfstat()
    616:20201207:231802.557 In collect_perfstat()
    616:20201207:231802.563 End of collect_perfstat()
    616:20201207:231803.573 In collect_perfstat()
    616:20201207:231803.577 End of collect_perfstat()
    616:20201207:231804.590 In collect_perfstat()
    616:20201207:231804.599 End of collect_perfstat()
    616:20201207:231805.609 In collect_perfstat()
    616:20201207:231805.620 End of collect_perfstat()
    616:20201207:231806.642 In collect_perfstat()
    616:20201207:231806.670 End of collect_perfstat()
    616:20201207:231807.690 In collect_perfstat()
    616:20201207:231807.698 End of collect_perfstat()
    616:20201207:231808.709 In collect_perfstat()
    616:20201207:231808.720 End of collect_perfstat()
    616:20201207:231809.738 In collect_perfstat()
    616:20201207:231809.742 End of collect_perfstat()
    616:20201207:231810.759 In collect_perfstat()
    616:20201207:231810.768 End of collect_perfstat()
    616:20201207:231811.782 In collect_perfstat()
    616:20201207:231811.791 End of collect_perfstat()

    Comment

    • Recox
      Junior Member
      • Dec 2020
      • 11

      #3
      It worked, it was the Windows Firewall what was blocking the connection. Needed to open the port 10050

      I tried with telnet 111.222.444.6 10050 and it was blocking it.

      Comment

      Working...