Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
328 changes: 240 additions & 88 deletions docs/Collecting Metrics/Cloud and DevOps/Azure API Management.mdx

Large diffs are not rendered by default.

330 changes: 242 additions & 88 deletions docs/Collecting Metrics/Cloud and DevOps/Azure App Service.mdx

Large diffs are not rendered by default.

328 changes: 240 additions & 88 deletions docs/Collecting Metrics/Cloud and DevOps/Azure Application Gateway.mdx

Large diffs are not rendered by default.

329 changes: 241 additions & 88 deletions docs/Collecting Metrics/Cloud and DevOps/Azure Application Insights.mdx

Large diffs are not rendered by default.

330 changes: 242 additions & 88 deletions docs/Collecting Metrics/Cloud and DevOps/Azure Cache for Redis.mdx

Large diffs are not rendered by default.

333 changes: 245 additions & 88 deletions docs/Collecting Metrics/Cloud and DevOps/Azure Cognitive Services.mdx

Large diffs are not rendered by default.

328 changes: 240 additions & 88 deletions docs/Collecting Metrics/Cloud and DevOps/Azure Container Apps.mdx

Large diffs are not rendered by default.

324 changes: 236 additions & 88 deletions docs/Collecting Metrics/Cloud and DevOps/Azure Container Instances.mdx

Large diffs are not rendered by default.

324 changes: 236 additions & 88 deletions docs/Collecting Metrics/Cloud and DevOps/Azure Container Registry.mdx

Large diffs are not rendered by default.

327 changes: 239 additions & 88 deletions docs/Collecting Metrics/Cloud and DevOps/Azure Cosmos DB Account.mdx

Large diffs are not rendered by default.

331 changes: 243 additions & 88 deletions docs/Collecting Metrics/Cloud and DevOps/Azure Data Explorer Cluster.mdx

Large diffs are not rendered by default.

329 changes: 241 additions & 88 deletions docs/Collecting Metrics/Cloud and DevOps/Azure Data Factory.mdx

Large diffs are not rendered by default.

325 changes: 237 additions & 88 deletions docs/Collecting Metrics/Cloud and DevOps/Azure Event Grid Topic.mdx

Large diffs are not rendered by default.

328 changes: 240 additions & 88 deletions docs/Collecting Metrics/Cloud and DevOps/Azure Event Hubs Namespace.mdx

Large diffs are not rendered by default.

326 changes: 238 additions & 88 deletions docs/Collecting Metrics/Cloud and DevOps/Azure ExpressRoute Circuit.mdx

Large diffs are not rendered by default.

326 changes: 238 additions & 88 deletions docs/Collecting Metrics/Cloud and DevOps/Azure ExpressRoute Gateway.mdx

Large diffs are not rendered by default.

327 changes: 239 additions & 88 deletions docs/Collecting Metrics/Cloud and DevOps/Azure Firewall.mdx

Large diffs are not rendered by default.

328 changes: 240 additions & 88 deletions docs/Collecting Metrics/Cloud and DevOps/Azure Front Door.mdx

Large diffs are not rendered by default.

328 changes: 240 additions & 88 deletions docs/Collecting Metrics/Cloud and DevOps/Azure Functions.mdx

Large diffs are not rendered by default.

330 changes: 242 additions & 88 deletions docs/Collecting Metrics/Cloud and DevOps/Azure IoT Hub.mdx

Large diffs are not rendered by default.

324 changes: 236 additions & 88 deletions docs/Collecting Metrics/Cloud and DevOps/Azure Key Vault.mdx

Large diffs are not rendered by default.

Large diffs are not rendered by default.

325 changes: 237 additions & 88 deletions docs/Collecting Metrics/Cloud and DevOps/Azure Load Balancer.mdx

Large diffs are not rendered by default.

Large diffs are not rendered by default.

327 changes: 239 additions & 88 deletions docs/Collecting Metrics/Cloud and DevOps/Azure Logic Apps Workflow.mdx

Large diffs are not rendered by default.

Large diffs are not rendered by default.

330 changes: 236 additions & 94 deletions docs/Collecting Metrics/Cloud and DevOps/Azure Monitor.mdx

Large diffs are not rendered by default.

330 changes: 242 additions & 88 deletions docs/Collecting Metrics/Cloud and DevOps/Azure MySQL Flexible Server.mdx

Large diffs are not rendered by default.

325 changes: 237 additions & 88 deletions docs/Collecting Metrics/Cloud and DevOps/Azure NAT Gateway.mdx

Large diffs are not rendered by default.

Large diffs are not rendered by default.

328 changes: 240 additions & 88 deletions docs/Collecting Metrics/Cloud and DevOps/Azure SQL Database.mdx

Large diffs are not rendered by default.

329 changes: 241 additions & 88 deletions docs/Collecting Metrics/Cloud and DevOps/Azure SQL Elastic Pool.mdx

Large diffs are not rendered by default.

324 changes: 236 additions & 88 deletions docs/Collecting Metrics/Cloud and DevOps/Azure SQL Managed Instance.mdx

Large diffs are not rendered by default.

329 changes: 241 additions & 88 deletions docs/Collecting Metrics/Cloud and DevOps/Azure Service Bus Namespace.mdx

Large diffs are not rendered by default.

326 changes: 238 additions & 88 deletions docs/Collecting Metrics/Cloud and DevOps/Azure Storage Account.mdx

Large diffs are not rendered by default.

327 changes: 239 additions & 88 deletions docs/Collecting Metrics/Cloud and DevOps/Azure Stream Analytics Job.mdx

Large diffs are not rendered by default.

Large diffs are not rendered by default.

329 changes: 241 additions & 88 deletions docs/Collecting Metrics/Cloud and DevOps/Azure VPN Gateway.mdx

Large diffs are not rendered by default.

Large diffs are not rendered by default.

329 changes: 241 additions & 88 deletions docs/Collecting Metrics/Cloud and DevOps/Azure Virtual Machine.mdx

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ If you publish your Netdata web server to the internet, you may want to apply so
<details>
<summary><strong>Disable the Web Server</strong></summary>

Edit `netdata.conf` using the [`edit-config` script](/docs/netdata-agent/configuration#edit-configuration-files)
Edit the `[web]` section in `netdata.conf` (see [Configure Basic Settings](#configure-basic-settings) for edit-config usage):

```text
[web]
Expand All @@ -172,6 +172,21 @@ Control the number of threads and sockets with the following settings:

</details>

<details>
<summary><strong>Change the Default Port</strong></summary>

By default, the Netdata web server listens on port `19999`. To change the default port, edit the `[web]` section in `netdata.conf` (see [Configure Basic Settings](#configure-basic-settings) for edit-config usage):

```text
[web]
default port = 8000
```

If you have configured `[web].bind to` with explicit ports, you must also update those explicit port numbers, or remove the port portion so the entries fall back to using `default port`.
After modifying the configuration, restart the Netdata service to apply changes. See the [service control documentation](/docs/netdata-agent/maintenance/service-control) for instructions.

</details>

<details>
<summary><strong>Binding Netdata to Multiple Ports</strong></summary>

Expand Down
81 changes: 41 additions & 40 deletions docs/Welcome to Netdata/Monitor Anything.mdx

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions ingest/generated_map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4561,6 +4561,15 @@
meta_yaml: https://github.com/netdata/netdata/edit/master/src/collectors/freebsd.plugin/metadata.yaml
message: DO NOT EDIT THIS FILE DIRECTLY, IT IS GENERATED BY THE COLLECTOR'S metadata.yaml
FILE
- custom_edit_url: https://github.com/netdata/netdata/edit/master/src/collectors/apps.plugin/integrations/windows_services.md
sidebar_label: Windows Services
learn_status: Published
learn_rel_path: Collecting Metrics/Operating Systems
keywords: '[''windows'', ''services'', ''processes'', ''os'', ''host monitoring'']'
description: .nan
meta_yaml: https://github.com/netdata/netdata/edit/master/src/collectors/apps.plugin/metadata.yaml
message: DO NOT EDIT THIS FILE DIRECTLY, IT IS GENERATED BY THE COLLECTOR'S metadata.yaml
FILE
- custom_edit_url: https://github.com/netdata/netdata/edit/master/src/collectors/windows.plugin/integrations/windows_services.md
sidebar_label: Windows Services
learn_status: Published
Expand Down
2 changes: 2 additions & 0 deletions ingest/one_commit_back_file-dict.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1062,6 +1062,8 @@
learn_path: /docs/collecting-metrics/applications/cups
- custom_edit_url: https://github.com/netdata/netdata/edit/master/src/collectors/apps.plugin/integrations/user_groups.md
learn_path: /docs/collecting-metrics/operating-systems/user-groups
- custom_edit_url: https://github.com/netdata/netdata/edit/master/src/collectors/apps.plugin/integrations/windows_services.md
learn_path: /docs/collecting-metrics/operating-systems/windows-services
- custom_edit_url: https://github.com/netdata/netdata/edit/master/src/collectors/apps.plugin/integrations/users.md
learn_path: /docs/collecting-metrics/operating-systems/users
- custom_edit_url: https://github.com/netdata/netdata/edit/master/src/collectors/apps.plugin/integrations/applications.md
Expand Down