Browse Source

Regenerate integrations.js (#18576)

Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
Netdata bot 5 months ago
parent
commit
3906b4b542

File diff suppressed because it is too large
+ 0 - 0
integrations/integrations.js


File diff suppressed because it is too large
+ 0 - 0
integrations/integrations.json


+ 5 - 5
src/go/plugin/go.d/modules/portcheck/integrations/tcp-udp_endpoints.md

@@ -40,7 +40,7 @@ Possible TCP statuses:
 
 Possible UDP statuses:
 
-| TCP Status    | Description                                                                                                                                                           |
+| UDP Status    | Description                                                                                                                                                           |
 |---------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
 | open/filtered | No response received within the configured timeout. This status indicates the port is either open or filtered, but the exact state cannot be determined definitively. |
 | closed        | Received an ICMP Destination Unreachable message, indicating the port is closed.                                                                                      |
@@ -84,8 +84,8 @@ Labels:
 
 | Label      | Description     |
 |:-----------|:----------------|
-| host | host |
-| port | port |
+| host | The hostname or IP address of the target system, as specified in the configuration. |
+| port | The TCP port being monitored, as defined in the 'ports' configuration parameter. |
 
 Metrics:
 
@@ -103,8 +103,8 @@ Labels:
 
 | Label      | Description     |
 |:-----------|:----------------|
-| host | host |
-| port | port |
+| host | The hostname or IP address of the target system, as specified in the configuration. |
+| port | The UDP port being monitored, as defined in the 'udp_ports' configuration parameter. |
 
 Metrics:
 

Some files were not shown because too many files changed in this diff