Skip to content

Commit

Permalink
Merge pull request #2303 from netdata/ingest
Browse files Browse the repository at this point in the history
Ingest New Documentation
  • Loading branch information
Ancairon authored Jan 7, 2025
2 parents ee90765 + f0c2d90 commit 6fc8990
Show file tree
Hide file tree
Showing 3 changed files with 735 additions and 720 deletions.
15 changes: 15 additions & 0 deletions docs/collecting-metrics/Message Brokers/NATS.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ Labels:

| Label | Description |
|:-----------|:----------------|
| cluster_name | The name of the NATS cluster this server belongs to. |
| server_id | A unique identifier for a server within the NATS cluster. |
| server_name | The configured name of the NATS server. |

Metrics:

Expand Down Expand Up @@ -103,7 +105,9 @@ Labels:

| Label | Description |
|:-----------|:----------------|
| cluster_name | The name of the NATS cluster this server belongs to. |
| server_id | A unique identifier for a server within the NATS cluster. |
| server_name | The configured name of the NATS server. |
| http_endpoint | HTTP endpoint path. |

Metrics:
Expand All @@ -120,7 +124,9 @@ Labels:

| Label | Description |
|:-----------|:----------------|
| cluster_name | The name of the NATS cluster this server belongs to. |
| server_id | A unique identifier for a server within the NATS cluster. |
| server_name | The configured name of the NATS server. |
| account | Account name. |

Metrics:
Expand All @@ -143,7 +149,9 @@ Labels:

| Label | Description |
|:-----------|:----------------|
| cluster_name | The name of the NATS cluster this server belongs to. |
| server_id | A unique identifier for a server within the NATS cluster. |
| server_name | The configured name of the NATS server. |
| route_id | A unique identifier for a route within the NATS cluster. |
| remote_id | he unique identifier of the remote server connected via the route. |

Expand All @@ -163,7 +171,9 @@ Labels:

| Label | Description |
|:-----------|:----------------|
| cluster_name | The name of the NATS cluster this server belongs to. |
| server_id | A unique identifier for a server within the NATS cluster. |
| server_name | The configured name of the NATS server. |
| gateway | The name of the local gateway. |
| remote_gateway | The name of the remote gateway. |
| cid | A unique identifier for the connection. |
Expand All @@ -185,7 +195,9 @@ Labels:

| Label | Description |
|:-----------|:----------------|
| cluster_name | The name of the NATS cluster this server belongs to. |
| server_id | A unique identifier for a server within the NATS cluster. |
| server_name | The configured name of the NATS server. |
| gateway | The name of the local gateway. |
| remote_gateway | The name of the remote gateway. |
| cid | A unique identifier for the connection. |
Expand All @@ -207,6 +219,9 @@ Labels:

| Label | Description |
|:-----------|:----------------|
| cluster_name | The name of the NATS cluster this server belongs to. |
| server_id | A unique identifier for a server within the NATS cluster. |
| server_name | The configured name of the NATS server. |
| remote_name | Unique identifier of the remote leaf node server, either its configured name or automatically assigned ID. |
| account | Name of the associated account. |
| ip | IP address of the remote server. |
Expand Down
2 changes: 1 addition & 1 deletion docs/netdata-agent/installation/linux/linux.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ To use `md5sum` to verify the integrity of the `kickstart.sh` script you will do
run the following:

```bash
[ "bceb480fa994ddbe7690e8f53912d678" = "$(curl -Ss https://get.netdata.cloud/kickstart.sh | md5sum | cut -d ' ' -f 1)" ] && echo "OK, VALID" || echo "FAILED, INVALID"
[ "6f1a870e8e6b4f3b36093c80acebccb0" = "$(curl -Ss https://get.netdata.cloud/kickstart.sh | md5sum | cut -d ' ' -f 1)" ] && echo "OK, VALID" || echo "FAILED, INVALID"
```

If the script is valid, this command will return `OK, VALID`.
Loading

0 comments on commit 6fc8990

Please sign in to comment.