Ad Widget

Collapse

Configurable timeout for net.tcp.service?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jdm2110
    Junior Member
    • Nov 2021
    • 12

    #1

    Configurable timeout for net.tcp.service?

    We have had some instances where a net.tcp.service["https"] check will fail when the service is up, but takes a long time to respond. What is the default timeout for this check, and is it possible to adjust it? There does not appear to be a way to configure this in the template and I cannot find any information in the documentation on making this change.

    Thanks!
  • splitek
    Senior Member
    • Dec 2018
    • 101

    #2
    From: https://www.zabbix.com/documentation.../simple_checks

    Timeout processing

    Zabbix will not process a simple check longer than the Timeout seconds defined in the Zabbix server/proxy configuration file.

    And proxy config default is 3 seconds: https://www.zabbix.com/documentation...g/zabbix_proxy

    Comment

    Working...