summaryrefslogtreecommitdiffstats
path: root/collectors
diff options
context:
space:
mode:
authorJoel Hans <joel@netdata.cloud>2020-04-06 07:35:27 -0700
committerGitHub <noreply@github.com>2020-04-06 07:35:27 -0700
commit23f9bd56913f63f4e116d950bd787d5d23419153 (patch)
tree03a8931595ba720ef575bdd8a7b78db752bdd8f0 /collectors
parent582d98780d68288821ed63f5b1ff3464095d9190 (diff)
Docs: Change MacOS to macOS (#8562)
* Change MacOS to macOS * Change Mac as noun to macOS system
Diffstat (limited to 'collectors')
-rw-r--r--collectors/COLLECTORS.md3
-rw-r--r--collectors/macos.plugin/README.md2
2 files changed, 3 insertions, 2 deletions
diff --git a/collectors/COLLECTORS.md b/collectors/COLLECTORS.md
index 190f45f8fd..e62d9f9d00 100644
--- a/collectors/COLLECTORS.md
+++ b/collectors/COLLECTORS.md
@@ -1,6 +1,7 @@
<!--
---
title: "Supported collectors list"
+date: 2020-03-31
custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/COLLECTORS.md
---
-->
@@ -37,7 +38,7 @@ collector—we may be looking for contributions from users such as yourself!
| [diskspace.plugin](diskspace.plugin/README.md) | Linux | Collects disk space usage metrics on Linux mount points. |
| [freebsd.plugin](freebsd.plugin/README.md) | FreeBSD | Collects resource usage and performance data on FreeBSD systems. |
| [idlejitter.plugin](idlejitter.plugin/README.md) | any | Measures CPU latency and jitter on all operating systems. |
-| [macos.plugin](macos.plugin/README.md) | macos | Collects resource usage and performance data on MacOS systems. |
+| [macos.plugin](macos.plugin/README.md) | macos | Collects resource usage and performance data on macOS systems. |
| [proc.plugin](proc.plugin/README.md) | Linux | Collects resource usage and performance data on Linux systems. |
| [slabinfo.plugin](slabinfo.plugin/README.md) | Linux | Collects kernel SLAB details on Linux systems. |
| [statsd.plugin](statsd.plugin/README.md) | any | Implements a high performance `statsd` server for Netdata. |
diff --git a/collectors/macos.plugin/README.md b/collectors/macos.plugin/README.md
index 6655ab2317..7e61efcd04 100644
--- a/collectors/macos.plugin/README.md
+++ b/collectors/macos.plugin/README.md
@@ -7,7 +7,7 @@ custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/macos
# macos.plugin
-Collects resource usage and performance data on MacOS systems
+Collects resource usage and performance data on macOS systems
By default, Netdata will enable monitoring metrics for disks, memory, and network only when they are not zero. If they are constantly zero they are ignored. Metrics that will start having values, after Netdata is started, will be detected and charts will be automatically added to the dashboard (a refresh of the dashboard is needed for them to appear though). Use `yes` instead of `auto` in plugin configuration sections to enable these charts permanently. You can also set the `enable zero metrics` option to `yes` in the `[global]` section which enables charts with zero metrics for all internal Netdata plugins.