0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-16 18:37:50 +00:00

Update deployment-strategies.md ()

This commit is contained in:
Chris Akritidis 2023-03-29 08:39:06 -07:00 committed by GitHub
parent ea5ad38a94
commit 1ac2261c97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,11 +33,12 @@ database, a query engine, health monitoring and alerts, machine learning and ano
To help our users have a complete experience of Netdata when they install it for the first time, a Netdata Agent with default configuration To help our users have a complete experience of Netdata when they install it for the first time, a Netdata Agent with default configuration
is a complete monitoring solution out of the box, having all these features enabled and available. is a complete monitoring solution out of the box, having all these features enabled and available.
We suggest to do the following configuration changes for production deployments: We strongly recommend the following configuration changes for production deployments:
1. [Downsize Netdata Agents running on weak IoT devices](https://github.com/netdata/netdata/edit/master/docs/guides/configure/performance.md) 1. Understand Netdata's [security and privacy design](https://github.com/netdata/netdata/blob/master/docs/netdata-security.md) and
[secure your nodes](https://github.com/netdata/netdata/blob/master/docs/category-overview-pages/secure-nodes.md)
To save valuable system resources.
To safeguard your infrastructure and comply with your organization's security policies.
2. Set up [streaming and replication](https://github.com/netdata/netdata/blob/master/streaming/README.md) to: 2. Set up [streaming and replication](https://github.com/netdata/netdata/blob/master/streaming/README.md) to:
@ -46,6 +47,20 @@ We suggest to do the following configuration changes for production deployments:
- Increase data retention. - Increase data retention.
- Make your data highly available. - Make your data highly available.
3. [Use Netdata Cloud to access the dashboards](https://github.com/netdata/netdata/blob/master/docs/quickstart/infrastructure.md) 3. [Optimize the Netdata Agents system utilization and performance](https://github.com/netdata/netdata/edit/master/docs/guides/configure/performance.md)
To save valuable system resources, especially when running on weak IoT devices.
We also suggest that you:
1. [Use Netdata Cloud to access the dashboards](https://github.com/netdata/netdata/blob/master/docs/quickstart/infrastructure.md)
For increased security, user management and access to our latest tools for advanced dashboarding and troubleshooting. For increased security, user management and access to our latest tools for advanced dashboarding and troubleshooting.
2. [Change how long Netdata stores metrics](https://github.com/netdata/netdata/blob/master/docs/store/change-metrics-storage.md)
To control Netdata's memory use, when you have a lot of ephemeral metrics.
3. [Use host labels](https://github.com/netdata/netdata/blob/master/docs/guides/using-host-labels.md)
To organize systems, metrics, and alarms.