summaryrefslogtreecommitdiffstats
path: root/docs/cloud/runtime-troubleshooting-with-functions.md
diff options
context:
space:
mode:
authorHugo Valente <82235632+hugovalente-pm@users.noreply.github.com>2023-01-30 15:14:23 +0000
committerGitHub <noreply@github.com>2023-01-30 17:14:23 +0200
commit3473e7fee86411e483f6bf2cb394abd8b5bd054e (patch)
tree15b022bae609638484eba74273a1cddf95b73c90 /docs/cloud/runtime-troubleshooting-with-functions.md
parent9cf9013dc4f4e301e12738742f383aee0300b609 (diff)
Update functions documents (#14331)
Reviewed the docs functions to: * fix broken links * add current available functions * callout for when user gets an error on Cloud Co-authored-by: Tasos Katsoulas <12612986+tkatsoulas@users.noreply.github.com> Co-authored-by: Shyam Sreevalsan <shyam@netdata.cloud>
Diffstat (limited to 'docs/cloud/runtime-troubleshooting-with-functions.md')
-rw-r--r--docs/cloud/runtime-troubleshooting-with-functions.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/cloud/runtime-troubleshooting-with-functions.md b/docs/cloud/runtime-troubleshooting-with-functions.md
index 3432308ab0..3800ea20db 100644
--- a/docs/cloud/runtime-troubleshooting-with-functions.md
+++ b/docs/cloud/runtime-troubleshooting-with-functions.md
@@ -16,8 +16,8 @@ These routines can be used to retrieve additional information to help you troubl
### Prerequisites
The following is required to be able to run Functions from Netdata Cloud.
-* Have at least one capable node claimed to one of your Spaces (node on a version higher than `v1.37`)
-* Ensure that node has the collector that exposes the function enabled
+* At least one of the nodes claimed to your Space should be on a Netdata agent version higher than `v1.37.1`
+* Ensure that the node has the collector that exposes the function you want enabled ([see current available functions](https://github.com/netdata/netdata/blob/master/docs/cloud/netdata-functions.md#what-functions-are-currently-available))
### Execute a function (from functions view)
@@ -32,10 +32,12 @@ The following is required to be able to run Functions from Netdata Cloud.
2. You are directed to the **Functions** tab
3. Follow the above instructions from step 3.
+> ⚠️ If you get an error saying that your node can't execute Functions please check the [prerequisites](#prerequisites).
+
## Related Topics
### **Related Concepts**
-- [Netdata Functions](https://github.com/netdata/netdata/blob/master/docs/concepts/guided-troubleshooting/netdata-functions.md)
+- [Netdata Functions](https://github.com/netdata/netdata/blob/master/docs/cloud/netdata-functions.md)
#### Related References documentation
-- [External plugins overview](https://github.com/netdata/netdata/tree/master/collectors/plugins.d#function)
+- [External plugins overview](https://github.com/netdata/netdata/blob/master/collectors/plugins.d/README.md#function)