We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9592862 + 43d0330 commit 738ebbcCopy full SHA for 738ebbc
src/wazuh_testing/modules/remoted/patterns.py
@@ -18,7 +18,7 @@
18
WARNING_SYSLOG_TCP_UDP = r".*WARNING:.*Only secure connection supports TCP and UDP at the same time. " \
19
r"Default value \(TCP\) will be used.*"
20
21
-ERROR_BIND_PORT = r".*CRITICAL: \(\d+\): Unable to Bind port '1514' due to \[\(\d+\)\-\(Cannot assign requested address\)\]"
+ERROR_BIND_PORT = r".*CRITICAL: \(\d+\): Unable to Bind port '1514' due to \[\(\d+\)\-\(Transport endpoint is not connected\)\]"
22
23
ERROR_QUEUE_SIZE_SYSLOG = r".*ERROR: Invalid option \<queue_size\> for Syslog remote connection."
24
0 commit comments