@cryptotaxi247 / netdata-1 / commits / 02bc2cc3f

Fix tiny issues in docs (#11320)

* memcached makes more sense under "data store". * will allowed -> will be allowed * use markdown bold format. * include/ is not inside lib/ for libwebsockets.

Uman Shahzad committed Jul 8, 2021 at 12:56 UTC 02bc2cc3f21eb6dc95afb602b1c9c3f339224216
3 files changed +4 -4
collectors/COLLECTORS.md
+2 -2
@@ -135,6 +135,7 @@ configure any of these collectors according to your setup and infrastructure.
135 - [Riak KV](/collectors/python.d.plugin/riakkv/README.md): Collect database stats from the `/stats` endpoint.
136 - [Zookeeper](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/zookeeper/): Monitor application
137 health metrics reading the server's response to the `mntr` command.
138 +- [Memcached](/collectors/python.d.plugin/memcached/README.md): Collect memory-caching system performance metrics.
139
140 ### Distributed computing
141
@@ -417,7 +418,6 @@ The Netdata Agent can collect these system- and hardware-level metrics using a v
418 `proc.plugin` collector.
419 - [KSM](/collectors/proc.plugin/README.md): Measure the amount of merging, savings, and effectiveness using the
420 `proc.plugin` collector.
420 -- [Memcached](/collectors/python.d.plugin/memcached/README.md): Collect memory-caching system performance metrics.
421 - [Numa](/collectors/proc.plugin/README.md): Gather metrics on the number of non-uniform memory access (NUMA) events
422 every second using the `proc.plugin` collector.
423 - [Page faults](/collectors/proc.plugin/README.md): Collect the number of memory page faults per second using the
@@ -496,7 +496,7 @@ collectors are described only in code and associated charts in Netdata dashboard
496 - [ACLK (code only)](https://github.com/netdata/netdata/blob/master/aclk/legacy/aclk_stats.c): View whether a Netdata
497 Agent is connected to Netdata Cloud via the [ACLK](/aclk/README.md), the volume of queries, process times, and more.
498 - [Alarms](https://learn.netdata.cloud/docs/agent/collectors/python.d.plugin/alarms): This collector creates an
499 - <strong>Alarms</strong> menu with one line plot showing the alarm states of a Netdata Agent over time.
499 + **Alarms** menu with one line plot showing the alarm states of a Netdata Agent over time.
500 - [Anomalies](https://learn.netdata.cloud/docs/agent/collectors/python.d.plugin/anomalies): This collector uses the
501 Python PyOD library to perform unsupervised anomaly detection on your Netdata charts and/or dimensions.
502 - [Exporting (code only)](https://github.com/netdata/netdata/blob/master/exporting/send_internal_metrics.c): Gather
docs/netdata-security.md
+1 -1
@@ -133,7 +133,7 @@ to IP addresses within the `160.1.x.x` range and that reverse DNS is setup for t
133
134 Use one web server to provide authentication in front of **all your Netdata servers**. So, you will be accessing all your Netdata with URLs like `http://{HOST}/netdata/{NETDATA_HOSTNAME}/` and authentication will be shared among all of them (you will sign-in once for all your servers). Instructions are provided on how to set the proxy configuration to have Netdata run behind [nginx](Running-behind-nginx.md), [Apache](Running-behind-apache.md), [lighttpd](Running-behind-lighttpd.md) and [Caddy](Running-behind-caddy.md).
135
136 -To use this method, you should firewall protect all your Netdata servers, so that only the web server IP will allowed to directly access Netdata. To do this, run this on each of your servers (or use your firewall manager):
136 +To use this method, you should firewall protect all your Netdata servers, so that only the web server IP will be allowed to directly access Netdata. To do this, run this on each of your servers (or use your firewall manager):
137
138 ```sh
139 PROXY_IP="1.2.3.4"
packaging/installer/methods/source.md
+1 -1
@@ -99,7 +99,7 @@ library for the build system:
99 `externaldeps/libwebsockets`.
100 6. Copy `lib/libwebsockets.a` from the libwebsockets source directory to
101 `externaldeps/libwebsockets/libwebsockets.a` in the Netdata source tree.
102 -7. Copy the entire contents of `lib/include` from the libwebsockets source
102 +7. Copy the entire contents of `include/` from the libwebsockets source
103 directory to `externaldeps/libwebsockets/include` in the Netdata source tree.
104
105 #### JSON-C