Trigger for a web check is triggered although the website is accessible with Curl from the Zabbix server and other servers and the website content can be loaded.
The problem was detected on two Zabbix instances. (Same installation as described below)
Zabbix Template:
Specifically, the third web check fails (www.smow.de/warenkorb), where the Zabbix reports an error.
I also tried to increase the timeout, but this resulted in the same error message. However, the check is possible with Curl.
Zabbix Server Log:
Zabbix Server Information:
- Debian Bookworm (12)
- Kernel-Version 6.1.0-28amd64
- Zabbix Server Version: 6.0.36
- Zabbix Agent 2 Version: 6.0.13
- MariaDB Version: 10.11.6-MariaDB
- PHP Version: 8.2.26
- Nginx Version: 1.22.1
Screenshots:
Latest Data:

Problems:

Thanks for your help!
The problem was detected on two Zabbix instances. (Same installation as described below)
Zabbix Template:
Code:
{
"zabbix_export": {
"version": "6.0",
"date": "2024-12-11T10:05:52Z",
"groups": [
{
"uuid": "ee1888123ac94c4eae4f661333607580",
"name": "labelfarm/templates"
},
{
"uuid": "e16e213868d04ee7bfe02ba8b25d08d2",
"name": "labelfarm/templates/modules"
}
],
"templates": [
{
"uuid": "9042637fdc344d0581932a6b7330fa1c",
"template": "www.smow.de",
"name": "www.smow.de",
"description": "This template executes HTTP Checks on www.smow.de.",
"groups": [
{
"name": "labelfarm/templates"
},
{
"name": "labelfarm/templates/modules"
}
],
"httptests": [
{
"uuid": "af13698a6197481896fa25d5d2bfe3cd",
"name": "www.smow.de",
"steps": [
{
"name": "Check www.smow.de",
"url": "https://{HOST.DNS}",
"headers": [
{
"name": "Host",
"value": "www.smow.de"
}
],
"follow_redirects": "NO",
"timeout": "{$WEB.SEC.TIMEOUT}",
"required": "Viele Varianten sofort lieferbar",
"status_codes": "200"
},
{
"name": "Check www.smow.de/favicon.ico",
"url": "https://{HOST.DNS}/favicon.ico",
"headers": [
{
"name": "host",
"value": "www.smow.de"
}
],
"follow_redirects": "NO",
"retrieve_mode": "HEADERS",
"timeout": "{$WEB.SEC.TIMEOUT}",
"status_codes": "200"
},
{
"name": "Check www.smow.de/warenkorb",
"url": "https://{HOST.DNS}/warenkorb",
"headers": [
{
"name": "host",
"value": "www.smow.de"
}
],
"follow_redirects": "NO",
"timeout": "{$WEB.SEC.TIMEOUT}",
"required": "In Ihrem Warenkorb befinden sich keine Artikel.",
"status_codes": "200"
},
{
"name": "Check www.smow.de/kasse",
"url": "https://{HOST.DNS}/kasse/test",
"headers": [
{
"name": "host",
"value": "www.smow.de"
}
],
"follow_redirects": "NO",
"timeout": "{$WEB.SEC.TIMEOUT}",
"required": "^[0-9]+\\.[0-9]+\\.[0-9]+",
"status_codes": "200"
}
],
"tags": [
{
"tag": "website",
"value": "www.smow.de"
}
]
}
],
"tags": [
{
"tag": "module",
"value": "website"
},
{
"tag": "os",
"value": "any"
}
]
}
],
"triggers": [
{
"uuid": "120d2edad9224f838b9d655ca42d8da6",
"expression": "length(last(/www.smow.de/web.test.error[www.smow.de]))>0 and last(/www.smow.de/web.test.fail[www.smow.de])>0",
"name": "Check for Website www.smow.de on Host {HOST.DNS}",
"opdata": "Web scenario www.smow.de failed; {ITEM.VALUE}",
"priority": "DISASTER"
},
{
"uuid": "40fcb5ff557f442aa01e81730efbb263",
"expression": "last(/www.smow.de/web.test.in[www.smow.de,,bps])<{$WEB.SEC.MIN.SPEED}",
"name": "Website www.smow.de is slow",
"opdata": "Latest Value: {ITEM.VALUE}",
"priority": "HIGH"
}
]
}
}
Code:
Operation timed out after 25001 milliseconds with 13994 bytes received
Zabbix Server Log:
Code:
663838:20241211:113412.147 zbx_setproctitle() title:'http poller #4 [got 0 values in 0.000669 sec, getting values]'
663838:20241211:113412.147 In process_httptests()
663838:20241211:113412.147 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<=1733913252 and mod(t.httptestid,5)=3 and t.status=0 and h.proxy_hostid is null and h.status=0 and (h.maintenance_status=0 or h.maintenance_type=0)]
663838:20241211:113412.147 query [txnlev:0] [select name,value,type from httptest_field where httptestid=33 order by httptest_fieldid]
663838:20241211:113412.147 In substitute_simple_macros_impl() data:'Zabbix'
663838:20241211:113412.147 In substitute_simple_macros_impl() data:EMPTY
663838:20241211:113412.147 In substitute_simple_macros_impl() data:EMPTY
663838:20241211:113412.147 In substitute_simple_macros_impl() data:EMPTY
663838:20241211:113412.147 In http_process_variables() 0 variables
663838:20241211:113412.147 End of http_process_variables():SUCCEED
663838:20241211:113412.147 In process_httptest() httptestid:33 name:'www.smow.de'
663838:20241211:113412.147 query [txnlev:0] [select httpstepid,no,name,url,timeout,posts,required,status_codes,post_type,follow_redirects,retrieve_mode from httpstep where httptestid=33 order by no]
663838:20241211:113412.147 In substitute_simple_macros_impl() data:'1m'
663838:20241211:113412.147 In substitute_simple_macros_impl() data:'https://{HOST.DNS}'
663838:20241211:113412.147 End substitute_simple_macros_impl() data:'https://palme3.lf'
663838:20241211:113412.147 In http_substitute_variables() data:'https://palme3.lf'
663838:20241211:113412.147 End of http_substitute_variables() data:'https://palme3.lf'
663838:20241211:113412.147 In substitute_simple_macros_impl() data:'Viele Varianten sofort lieferbar'
663838:20241211:113412.147 In substitute_simple_macros_impl() data:'200'
663838:20241211:113412.147 query [txnlev:0] [select name,value,type from httpstep_field where httpstepid=46 order by httpstep_fieldid]
663838:20241211:113412.147 In substitute_simple_macros_impl() data:'www.smow.de'
663838:20241211:113412.147 In substitute_simple_macros_impl() data:'Host'
663838:20241211:113412.147 In http_substitute_variables() data:'Host'
663838:20241211:113412.147 End of http_substitute_variables() data:'Host'
663838:20241211:113412.147 In http_substitute_variables() data:'www.smow.de'
663838:20241211:113412.147 End of http_substitute_variables() data:'www.smow.de'
663838:20241211:113412.148 In substitute_simple_macros_impl() data:'{$WEB.SEC.TIMEOUT}'
663838:20241211:113412.148 In DCget_user_macro() macro:'{$WEB.SEC.TIMEOUT}'
663838:20241211:113412.148 End of DCget_user_macro()
663838:20241211:113412.148 End substitute_simple_macros_impl() data:'25s'
663838:20241211:113412.148 process_httptest() use step "Check www.smow.de"
663838:20241211:113412.148 process_httptest() use post ""
663838:20241211:113412.148 process_httptest() go to URL "https://palme3.lf"
663838:20241211:113412.314 name 'content-type' value 'text/html; charset=UTF-8' amount:1 index:0 origin:134217729
663838:20241211:113412.315 In int_in_list() list:'200' value:200
663838:20241211:113412.315 End of int_in_list():SUCCEED
663838:20241211:113412.315 In http_process_variables() 0 variables
663838:20241211:113412.315 End of http_process_variables():SUCCEED
663838:20241211:113412.315 In http_process_variables() 0 variables
663838:20241211:113412.315 End of http_process_variables():SUCCEED
663838:20241211:113412.315 In process_step_data() rspcode:200 time:0.166871 speed:104104
663838:20241211:113412.315 query [txnlev:0] [select type,itemid from httpstepitem where httpstepid=46]
663838:20241211:113412.315 In zbx_preprocess_item_value()
663838:20241211:113412.315 End of zbx_preprocess_item_value()
663838:20241211:113412.315 In zbx_preprocess_item_value()
663838:20241211:113412.315 End of zbx_preprocess_item_value()
663838:20241211:113412.315 In zbx_preprocess_item_value()
663838:20241211:113412.315 End of zbx_preprocess_item_value()
663838:20241211:113412.315 End of process_step_data()
663838:20241211:113412.315 In substitute_simple_macros_impl() data:'https://{HOST.DNS}/favicon.ico'
663838:20241211:113412.315 End substitute_simple_macros_impl() data:'https://palme3.lf/favicon.ico'
663838:20241211:113412.315 In http_substitute_variables() data:'https://palme3.lf/favicon.ico'
663838:20241211:113412.315 End of http_substitute_variables() data:'https://palme3.lf/favicon.ico'
663838:20241211:113412.315 In substitute_simple_macros_impl() data:EMPTY
663838:20241211:113412.315 In substitute_simple_macros_impl() data:'200'
663838:20241211:113412.315 query [txnlev:0] [select name,value,type from httpstep_field where httpstepid=47 order by httpstep_fieldid]
663838:20241211:113412.315 In substitute_simple_macros_impl() data:'www.smow.de'
663838:20241211:113412.315 In substitute_simple_macros_impl() data:'host'
663838:20241211:113412.315 In http_substitute_variables() data:'host'
663838:20241211:113412.315 End of http_substitute_variables() data:'host'
663838:20241211:113412.315 In http_substitute_variables() data:'www.smow.de'
663838:20241211:113412.315 End of http_substitute_variables() data:'www.smow.de'
663838:20241211:113412.315 In substitute_simple_macros_impl() data:'{$WEB.SEC.TIMEOUT}'
663838:20241211:113412.315 In DCget_user_macro() macro:'{$WEB.SEC.TIMEOUT}'
663838:20241211:113412.315 End of DCget_user_macro()
663838:20241211:113412.315 End substitute_simple_macros_impl() data:'25s'
663838:20241211:113412.315 process_httptest() use step "Check www.smow.de/favicon.ico"
663838:20241211:113412.315 process_httptest() use post ""
663838:20241211:113412.315 process_httptest() go to URL "https://palme3.lf/favicon.ico"
663838:20241211:113412.352 In int_in_list() list:'200' value:200
663838:20241211:113412.352 End of int_in_list():SUCCEED
663838:20241211:113412.352 In http_process_variables() 0 variables
663838:20241211:113412.352 End of http_process_variables():SUCCEED
663838:20241211:113412.352 In http_process_variables() 0 variables
663838:20241211:113412.352 End of http_process_variables():SUCCEED
663838:20241211:113412.352 In process_step_data() rspcode:200 time:0.036969 speed:0
663838:20241211:113412.352 query [txnlev:0] [select type,itemid from httpstepitem where httpstepid=47]
663838:20241211:113412.353 In zbx_preprocess_item_value()
663838:20241211:113412.353 End of zbx_preprocess_item_value()
663838:20241211:113412.353 In zbx_preprocess_item_value()
663838:20241211:113412.353 End of zbx_preprocess_item_value()
663838:20241211:113412.353 In zbx_preprocess_item_value()
663838:20241211:113412.353 End of zbx_preprocess_item_value()
663838:20241211:113412.353 End of process_step_data()
663838:20241211:113412.353 In substitute_simple_macros_impl() data:'https://{HOST.DNS}/warenkorb'
663838:20241211:113412.353 End substitute_simple_macros_impl() data:'https://palme3.lf/warenkorb'
663838:20241211:113412.353 In http_substitute_variables() data:'https://palme3.lf/warenkorb'
663838:20241211:113412.353 End of http_substitute_variables() data:'https://palme3.lf/warenkorb'
663838:20241211:113412.353 In substitute_simple_macros_impl() data:'In Ihrem Warenkorb befinden sich keine Artikel.'
663838:20241211:113412.353 In substitute_simple_macros_impl() data:'200'
663838:20241211:113412.353 query [txnlev:0] [select name,value,type from httpstep_field where httpstepid=48 order by httpstep_fieldid]
663838:20241211:113412.353 In substitute_simple_macros_impl() data:'www.smow.de'
663838:20241211:113412.353 In substitute_simple_macros_impl() data:'host'
663838:20241211:113412.353 In http_substitute_variables() data:'host'
663838:20241211:113412.353 End of http_substitute_variables() data:'host'
663838:20241211:113412.353 In http_substitute_variables() data:'www.smow.de'
663838:20241211:113412.353 End of http_substitute_variables() data:'www.smow.de'
663838:20241211:113412.353 In substitute_simple_macros_impl() data:'{$WEB.SEC.TIMEOUT}'
663838:20241211:113412.353 In DCget_user_macro() macro:'{$WEB.SEC.TIMEOUT}'
663838:20241211:113412.353 End of DCget_user_macro()
663838:20241211:113412.353 End substitute_simple_macros_impl() data:'25s'
663838:20241211:113412.353 process_httptest() use step "Check www.smow.de/warenkorb"
663838:20241211:113412.353 process_httptest() use post ""
663838:20241211:113412.353 process_httptest() go to URL "https://palme3.lf/warenkorb"
663837:20241211:113413.146 zbx_setproctitle() title:'http poller #3 [got 0 values in 0.000443 sec, getting values]'
663837:20241211:113413.146 In process_httptests()
663837:20241211:113413.146 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<=1733913253 and mod(t.httptestid,5)=2 and t.status=0 and h.proxy_hostid is null and h.status=0 and (h.maintenance_status=0 or h.maintenance_type=0)]
663839:20241211:113413.146 zbx_setproctitle() title:'http poller #5 [got 0 values in 0.000393 sec, getting values]'
663839:20241211:113413.146 In process_httptests()
663839:20241211:113413.146 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<=1733913253 and mod(t.httptestid,5)=4 and t.status=0 and h.proxy_hostid is null and h.status=0 and (h.maintenance_status=0 or h.maintenance_type=0)]
663837:20241211:113413.146 End of process_httptests()
663837:20241211:113413.146 query [txnlev:0] [select min(t.nextcheck) from httptest t,hosts h where t.hostid=h.hostid and mod(t.httptestid,5)=2 and t.status=0 and h.proxy_hostid is null and h.status=0 and (h.maintenance_status=0 or h.maintenance_type=0)]
663839:20241211:113413.146 End of process_httptests()
663839:20241211:113413.146 query [txnlev:0] [select min(t.nextcheck) from httptest t,hosts h where t.hostid=h.hostid and mod(t.httptestid,5)=4 and t.status=0 and h.proxy_hostid is null and h.status=0 and (h.maintenance_status=0 or h.maintenance_type=0)]
663839:20241211:113413.147 No httptests to process in get_minnextcheck.
663839:20241211:113413.147 zbx_setproctitle() title:'http poller #5 [got 0 values in 0.000551 sec, idle 5 sec]'
663837:20241211:113413.147 No httptests to process in get_minnextcheck.
663837:20241211:113413.147 zbx_setproctitle() title:'http poller #3 [got 0 values in 0.000722 sec, idle 5 sec]'
663835:20241211:113414.146 zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000438 sec, getting values]'
663835:20241211:113414.146 In process_httptests()
663835:20241211:113414.146 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<=1733913254 and mod(t.httptestid,5)=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)]
663835:20241211:113414.146 End of process_httptests()
663835:20241211:113414.146 query [txnlev:0] [select min(t.nextcheck) from httptest t,hosts h where t.hostid=h.hostid and mod(t.httptestid,5)=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)]
663835:20241211:113414.146 No httptests to process in get_minnextcheck.
663835:20241211:113414.146 zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000388 sec, idle 5 sec]'
663836:20241211:113415.146 zbx_setproctitle() title:'http poller #2 [got 0 values in 0.000492 sec, getting values]'
663836:20241211:113415.146 In process_httptests()
663836:20241211:113415.146 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<=1733913255 and mod(t.httptestid,5)=1 and t.status=0 and h.proxy_hostid is null and h.status=0 and (h.maintenance_status=0 or h.maintenance_type=0)]
663836:20241211:113415.147 End of process_httptests()
663836:20241211:113415.147 query [txnlev:0] [select min(t.nextcheck) from httptest t,hosts h where t.hostid=h.hostid and mod(t.httptestid,5)=1 and t.status=0 and h.proxy_hostid is null and h.status=0 and (h.maintenance_status=0 or h.maintenance_type=0)]
663836:20241211:113415.147 No httptests to process in get_minnextcheck.
663836:20241211:113415.147 zbx_setproctitle() title:'http poller #2 [got 0 values in 0.000814 sec, idle 5 sec]'
663839:20241211:113418.147 zbx_setproctitle() title:'http poller #5 [got 0 values in 0.000551 sec, getting values]'
663839:20241211:113418.147 In process_httptests()
663839:20241211:113418.147 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<=1733913258 and mod(t.httptestid,5)=4 and t.status=0 and h.proxy_hostid is null and h.status=0 and (h.maintenance_status=0 or h.maintenance_type=0)]
663837:20241211:113418.147 zbx_setproctitle() title:'http poller #3 [got 0 values in 0.000722 sec, getting values]'
663837:20241211:113418.147 In process_httptests()
663837:20241211:113418.147 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<=1733913258 and mod(t.httptestid,5)=2 and t.status=0 and h.proxy_hostid is null and h.status=0 and (h.maintenance_status=0 or h.maintenance_type=0)]
663839:20241211:113418.148 End of process_httptests()
663839:20241211:113418.148 query [txnlev:0] [select min(t.nextcheck) from httptest t,hosts h where t.hostid=h.hostid and mod(t.httptestid,5)=4 and t.status=0 and h.proxy_hostid is null and h.status=0 and (h.maintenance_status=0 or h.maintenance_type=0)]
663837:20241211:113418.148 End of process_httptests()
663837:20241211:113418.148 query [txnlev:0] [select min(t.nextcheck) from httptest t,hosts h where t.hostid=h.hostid and mod(t.httptestid,5)=2 and t.status=0 and h.proxy_hostid is null and h.status=0 and (h.maintenance_status=0 or h.maintenance_type=0)]
663839:20241211:113418.148 No httptests to process in get_minnextcheck.
663839:20241211:113418.148 zbx_setproctitle() title:'http poller #5 [got 0 values in 0.000648 sec, idle 5 sec]'
663837:20241211:113418.148 No httptests to process in get_minnextcheck.
663837:20241211:113418.148 zbx_setproctitle() title:'http poller #3 [got 0 values in 0.000553 sec, idle 5 sec]'
663863:20241211:113418.790 cannot send list of active checks to "10.24.33.107": host [kafka-node-palme5-2.lf] not found
663835:20241211:113419.147 zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000388 sec, getting values]'
663835:20241211:113419.147 In process_httptests()
663835:20241211:113419.147 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<=1733913259 and mod(t.httptestid,5)=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)]
663835:20241211:113419.147 End of process_httptests()
663835:20241211:113419.147 query [txnlev:0] [select min(t.nextcheck) from httptest t,hosts h where t.hostid=h.hostid and mod(t.httptestid,5)=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)]
663835:20241211:113419.148 No httptests to process in get_minnextcheck.
663835:20241211:113419.148 zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000541 sec, idle 5 sec]'
663836:20241211:113420.148 zbx_setproctitle() title:'http poller #2 [got 0 values in 0.000814 sec, getting values]'
663836:20241211:113420.148 In process_httptests()
663836:20241211:113420.148 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<=1733913260 and mod(t.httptestid,5)=1 and t.status=0 and h.proxy_hostid is null and h.status=0 and (h.maintenance_status=0 or h.maintenance_type=0)]
663836:20241211:113420.148 End of process_httptests()
663836:20241211:113420.148 query [txnlev:0] [select min(t.nextcheck) from httptest t,hosts h where t.hostid=h.hostid and mod(t.httptestid,5)=1 and t.status=0 and h.proxy_hostid is null and h.status=0 and (h.maintenance_status=0 or h.maintenance_type=0)]
663836:20241211:113420.149 No httptests to process in get_minnextcheck.
663836:20241211:113420.149 zbx_setproctitle() title:'http poller #2 [got 0 values in 0.000698 sec, idle 5 sec]'
663863:20241211:113421.256 cannot send list of active checks to "10.24.33.106": host [kafka-node-palme5.lf] not found
663839:20241211:113423.148 zbx_setproctitle() title:'http poller #5 [got 0 values in 0.000648 sec, getting values]'
663839:20241211:113423.148 In process_httptests()
663839:20241211:113423.148 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<=1733913263 and mod(t.httptestid,5)=4 and t.status=0 and h.proxy_hostid is null and h.status=0 and (h.maintenance_status=0 or h.maintenance_type=0)]
663837:20241211:113423.149 zbx_setproctitle() title:'http poller #3 [got 0 values in 0.000553 sec, getting values]'
663837:20241211:113423.149 In process_httptests()
663837:20241211:113423.149 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<=1733913263 and mod(t.httptestid,5)=2 and t.status=0 and h.proxy_hostid is null and h.status=0 and (h.maintenance_status=0 or h.maintenance_type=0)]
663839:20241211:113423.149 End of process_httptests()
663839:20241211:113423.149 query [txnlev:0] [select min(t.nextcheck) from httptest t,hosts h where t.hostid=h.hostid and mod(t.httptestid,5)=4 and t.status=0 and h.proxy_hostid is null and h.status=0 and (h.maintenance_status=0 or h.maintenance_type=0)]
663839:20241211:113423.149 No httptests to process in get_minnextcheck.
663839:20241211:113423.149 zbx_setproctitle() title:'http poller #5 [got 0 values in 0.000664 sec, idle 5 sec]'
663837:20241211:113423.149 End of process_httptests()
663837:20241211:113423.149 query [txnlev:0] [select min(t.nextcheck) from httptest t,hosts h where t.hostid=h.hostid and mod(t.httptestid,5)=2 and t.status=0 and h.proxy_hostid is null and h.status=0 and (h.maintenance_status=0 or h.maintenance_type=0)]
663837:20241211:113423.150 No httptests to process in get_minnextcheck.
663837:20241211:113423.150 zbx_setproctitle() title:'http poller #3 [got 0 values in 0.000943 sec, idle 5 sec]'
663835:20241211:113424.148 zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000541 sec, getting values]'
663835:20241211:113424.148 In process_httptests()
663835:20241211:113424.148 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<=1733913264 and mod(t.httptestid,5)=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)]
663835:20241211:113424.149 End of process_httptests()
663835:20241211:113424.149 query [txnlev:0] [select min(t.nextcheck) from httptest t,hosts h where t.hostid=h.hostid and mod(t.httptestid,5)=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)]
663835:20241211:113424.149 No httptests to process in get_minnextcheck.
663835:20241211:113424.149 zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000571 sec, idle 5 sec]'
663836:20241211:113425.149 zbx_setproctitle() title:'http poller #2 [got 0 values in 0.000698 sec, getting values]'
663836:20241211:113425.149 In process_httptests()
663836:20241211:113425.149 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<=1733913265 and mod(t.httptestid,5)=1 and t.status=0 and h.proxy_hostid is null and h.status=0 and (h.maintenance_status=0 or h.maintenance_type=0)]
663836:20241211:113425.150 End of process_httptests()
663836:20241211:113425.150 query [txnlev:0] [select min(t.nextcheck) from httptest t,hosts h where t.hostid=h.hostid and mod(t.httptestid,5)=1 and t.status=0 and h.proxy_hostid is null and h.status=0 and (h.maintenance_status=0 or h.maintenance_type=0)]
663836:20241211:113425.150 No httptests to process in get_minnextcheck.
663836:20241211:113425.150 zbx_setproctitle() title:'http poller #2 [got 0 values in 0.000400 sec, idle 5 sec]'
663839:20241211:113428.150 zbx_setproctitle() title:'http poller #5 [got 0 values in 0.000664 sec, getting values]'
663839:20241211:113428.150 In process_httptests()
663839:20241211:113428.150 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<=1733913268 and mod(t.httptestid,5)=4 and t.status=0 and h.proxy_hostid is null and h.status=0 and (h.maintenance_status=0 or h.maintenance_type=0)]
663837:20241211:113428.150 zbx_setproctitle() title:'http poller #3 [got 0 values in 0.000943 sec, getting values]'
663837:20241211:113428.150 In process_httptests()
663837:20241211:113428.150 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<=1733913268 and mod(t.httptestid,5)=2 and t.status=0 and h.proxy_hostid is null and h.status=0 and (h.maintenance_status=0 or h.maintenance_type=0)]
663839:20241211:113428.150 End of process_httptests()
663839:20241211:113428.150 query [txnlev:0] [select min(t.nextcheck) from httptest t,hosts h where t.hostid=h.hostid and mod(t.httptestid,5)=4 and t.status=0 and h.proxy_hostid is null and h.status=0 and (h.maintenance_status=0 or h.maintenance_type=0)]
663837:20241211:113428.150 End of process_httptests()
663837:20241211:113428.150 query [txnlev:0] [select min(t.nextcheck) from httptest t,hosts h where t.hostid=h.hostid and mod(t.httptestid,5)=2 and t.status=0 and h.proxy_hostid is null and h.status=0 and (h.maintenance_status=0 or h.maintenance_type=0)]
663839:20241211:113428.150 No httptests to process in get_minnextcheck.
663839:20241211:113428.150 zbx_setproctitle() title:'http poller #5 [got 0 values in 0.000635 sec, idle 5 sec]'
663837:20241211:113428.151 No httptests to process in get_minnextcheck.
663837:20241211:113428.151 zbx_setproctitle() title:'http poller #3 [got 0 values in 0.000404 sec, idle 5 sec]'
663835:20241211:113429.150 zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000571 sec, getting values]'
663835:20241211:113429.150 In process_httptests()
663835:20241211:113429.150 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<=1733913269 and mod(t.httptestid,5)=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)]
663835:20241211:113429.150 End of process_httptests()
663835:20241211:113429.150 query [txnlev:0] [select min(t.nextcheck) from httptest t,hosts h where t.hostid=h.hostid and mod(t.httptestid,5)=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)]
663835:20241211:113429.150 No httptests to process in get_minnextcheck.
663835:20241211:113429.150 zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000485 sec, idle 5 sec]'
663836:20241211:113430.150 zbx_setproctitle() title:'http poller #2 [got 0 values in 0.000400 sec, getting values]'
663836:20241211:113430.150 In process_httptests()
663836:20241211:113430.150 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<=1733913270 and mod(t.httptestid,5)=1 and t.status=0 and h.proxy_hostid is null and h.status=0 and (h.maintenance_status=0 or h.maintenance_type=0)]
663836:20241211:113430.151 End of process_httptests()
663836:20241211:113430.151 query [txnlev:0] [select min(t.nextcheck) from httptest t,hosts h where t.hostid=h.hostid and mod(t.httptestid,5)=1 and t.status=0 and h.proxy_hostid is null and h.status=0 and (h.maintenance_status=0 or h.maintenance_type=0)]
663836:20241211:113430.151 No httptests to process in get_minnextcheck.
663836:20241211:113430.151 zbx_setproctitle() title:'http poller #2 [got 0 values in 0.000496 sec, idle 5 sec]'
663837:20241211:113433.151 zbx_setproctitle() title:'http poller #3 [got 0 values in 0.000404 sec, getting values]'
663837:20241211:113433.151 In process_httptests()
663837:20241211:113433.151 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<=1733913273 and mod(t.httptestid,5)=2 and t.status=0 and h.proxy_hostid is null and h.status=0 and (h.maintenance_status=0 or h.maintenance_type=0)]
663839:20241211:113433.151 zbx_setproctitle() title:'http poller #5 [got 0 values in 0.000635 sec, getting values]'
663839:20241211:113433.151 In process_httptests()
663839:20241211:113433.151 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<=1733913273 and mod(t.httptestid,5)=4 and t.status=0 and h.proxy_hostid is null and h.status=0 and (h.maintenance_status=0 or h.maintenance_type=0)]
663839:20241211:113433.152 End of process_httptests()
663839:20241211:113433.152 query [txnlev:0] [select min(t.nextcheck) from httptest t,hosts h where t.hostid=h.hostid and mod(t.httptestid,5)=4 and t.status=0 and h.proxy_hostid is null and h.status=0 and (h.maintenance_status=0 or h.maintenance_type=0)]
663837:20241211:113433.152 End of process_httptests()
663837:20241211:113433.152 query [txnlev:0] [select min(t.nextcheck) from httptest t,hosts h where t.hostid=h.hostid and mod(t.httptestid,5)=2 and t.status=0 and h.proxy_hostid is null and h.status=0 and (h.maintenance_status=0 or h.maintenance_type=0)]
663839:20241211:113433.152 No httptests to process in get_minnextcheck.
663839:20241211:113433.152 zbx_setproctitle() title:'http poller #5 [got 0 values in 0.000586 sec, idle 5 sec]'
663837:20241211:113433.152 No httptests to process in get_minnextcheck.
663837:20241211:113433.152 zbx_setproctitle() title:'http poller #3 [got 0 values in 0.000782 sec, idle 5 sec]'
663835:20241211:113434.151 zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000485 sec, getting values]'
663835:20241211:113434.151 In process_httptests()
663835:20241211:113434.151 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<=1733913274 and mod(t.httptestid,5)=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)]
663835:20241211:113434.152 End of process_httptests()
663835:20241211:113434.152 query [txnlev:0] [select min(t.nextcheck) from httptest t,hosts h where t.hostid=h.hostid and mod(t.httptestid,5)=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)]
663835:20241211:113434.152 No httptests to process in get_minnextcheck.
663835:20241211:113434.152 zbx_setproctitle() title:'http poller #1 [got 0 values in 0.000425 sec, idle 5 sec]'
663836:20241211:113435.152 zbx_setproctitle() title:'http poller #2 [got 0 values in 0.000496 sec, getting values]'
663836:20241211:113435.152 In process_httptests()
663836:20241211:113435.152 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<=1733913275 and mod(t.httptestid,5)=1 and t.status=0 and h.proxy_hostid is null and h.status=0 and (h.maintenance_status=0 or h.maintenance_type=0)]
663836:20241211:113435.152 End of process_httptests()
663836:20241211:113435.152 query [txnlev:0] [select min(t.nextcheck) from httptest t,hosts h where t.hostid=h.hostid and mod(t.httptestid,5)=1 and t.status=0 and h.proxy_hostid is null and h.status=0 and (h.maintenance_status=0 or h.maintenance_type=0)]
663836:20241211:113435.152 No httptests to process in get_minnextcheck.
663836:20241211:113435.152 zbx_setproctitle() title:'http poller #2 [got 0 values in 0.000385 sec, idle 5 sec]'
663838:20241211:113437.354 query without transaction detected
663838:20241211:113437.354 query [txnlev:0] [update httptest set nextcheck=1733913337 where httptestid=33]
663838:20241211:113437.357 cannot process step "Check www.smow.de/warenkorb" of web scenario "www.smow.de" on host "palme3.lf": Operation timed out after 25000 milliseconds with 13994 bytes received
- Debian Bookworm (12)
- Kernel-Version 6.1.0-28amd64
- Zabbix Server Version: 6.0.36
- Zabbix Agent 2 Version: 6.0.13
- MariaDB Version: 10.11.6-MariaDB
- PHP Version: 8.2.26
- Nginx Version: 1.22.1
Screenshots:
Latest Data:
Problems:
Thanks for your help!
Comment