Skip to content
Snippets Groups Projects
Commit 7677fcc3 authored by Jiří Ježek's avatar Jiří Ježek
Browse files

Update 2 files

- /custom-openstack-exporter.py
- /CHANGELOG.md
parent c0e1eeda
Branches
Tags
1 merge request!24Extend connection timeout for tcp ping to fix false positives unreachable ip addresses
Pipeline #620181 passed
......@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [1.6.4] - 2025-05-07
### Fix
- Extend connection timeout when trzing tcp ping
## [1.6.3] - 2025-05-05
### Fix
- Fix false positive unreachable ping on imcp security group rule
......
......@@ -45,7 +45,7 @@ class IPAddressStatus(enum.Enum):
class Constants:
''' Miscellaneous constant variables '''
PING_TIMEOUT = 0.5
CONNECTION_TIMEOUT = 1
CONNECTION_TIMEOUT = 2
PORTS_COMMON = [22, 3389, 80, 443]
PORTS_ADDITIONAL_NUM = 2
ICMP_PROTOCOLS = ['any', 'icmp', 'ipv6-icmp']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment