summaryrefslogtreecommitdiffstats
path: root/backends/prometheus
diff options
context:
space:
mode:
authorAndrew Maguire <andrewm4894@gmail.com>2021-09-04 16:47:16 +0100
committerGitHub <noreply@github.com>2021-09-04 16:47:16 +0100
commit9f8dc123a2a702a3014ce559c199b9f0880f61c9 (patch)
treefccc80c0906ebf72564f4a8c63a9a5c14543dc0f /backends/prometheus
parent37d249544c8ac92cc3c9c91d90ffd30a59493859 (diff)
Clean netdata naming (#11484)
* replace "NetData" with "Netdata" * replace "NetData" with "Netdata"
Diffstat (limited to 'backends/prometheus')
-rw-r--r--backends/prometheus/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/prometheus/README.md b/backends/prometheus/README.md
index 28147b2ddd..a0460d1d8e 100644
--- a/backends/prometheus/README.md
+++ b/backends/prometheus/README.md
@@ -125,7 +125,7 @@ scrape_configs:
#### Install nodes.yml
-The following is completely optional, it will enable Prometheus to generate alerts from some NetData sources. Tweak the
+The following is completely optional, it will enable Prometheus to generate alerts from some Netdata sources. Tweak the
values to your own needs. We will use the following `nodes.yml` file below. Save it at `/opt/prometheus/nodes.yml`, and
add a _- "nodes.yml"_ entry under the _rule_files:_ section in the example prometheus.yml file above.