diff --git a/doc/06-distributed-monitoring.md b/doc/06-distributed-monitoring.md
index 491d2b5f7..fe3e04c51 100644
--- a/doc/06-distributed-monitoring.md
+++ b/doc/06-distributed-monitoring.md
@@ -2296,6 +2296,12 @@ Open Icinga Web 2 and check your newly added Windows NSClient++ check :)
![Icinga 2 Distributed Monitoring Windows Client with NSClient++ nscp-local](images/distributed-monitoring/icinga2_distributed_windows_nscp_counter_icingaweb2.png)
+> **Tip**
+>
+> In order to measure CPU load, you'll need a running NSClient++ service.
+> Therefore it is advised to use a local [nscp-api](06-distributed-monitoring.md#distributed-monitoring-windows-nscp-check-api)
+> check against its REST API.
+
## Advanced Hints
You can find additional hints in this section if you prefer to go your own route
diff --git a/doc/10-icinga-template-library.md b/doc/10-icinga-template-library.md
index 65446e5f4..0da925058 100644
--- a/doc/10-icinga-template-library.md
+++ b/doc/10-icinga-template-library.md
@@ -1786,6 +1786,12 @@ nscp_query | **Required.** The NSClient++ query. Try `nscp client -q x` for
nscp_arguments | **Optional.** An array of query arguments.
nscp_showall | **Optional.** Shows more details in plugin output, default to false.
+> **Tip**
+>
+> In order to measure CPU load, you'll need a running NSClient++ service.
+> Therefore it is advised to use a local [nscp-api](06-distributed-monitoring.md#distributed-monitoring-windows-nscp-check-api)
+> check against its REST API.
+
### nscp-local-cpu
Check command object for the `check_cpu` NSClient++ plugin.