summaryrefslogtreecommitdiffstats
path: root/docs/cloud/runtime-troubleshooting-with-functions.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-24 09:54:23 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-24 09:54:44 +0000
commit836b47cb7e99a977c5a23b059ca1d0b5065d310e (patch)
tree1604da8f482d02effa033c94a84be42bc0c848c3 /docs/cloud/runtime-troubleshooting-with-functions.md
parentReleasing debian version 1.44.3-2. (diff)
downloadnetdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.tar.xz
netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.zip
Merging upstream version 1.46.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'docs/cloud/runtime-troubleshooting-with-functions.md')
-rw-r--r--docs/cloud/runtime-troubleshooting-with-functions.md34
1 files changed, 0 insertions, 34 deletions
diff --git a/docs/cloud/runtime-troubleshooting-with-functions.md b/docs/cloud/runtime-troubleshooting-with-functions.md
deleted file mode 100644
index 839b8c9ed..000000000
--- a/docs/cloud/runtime-troubleshooting-with-functions.md
+++ /dev/null
@@ -1,34 +0,0 @@
-# Run-time troubleshooting with Functions
-
-Netdata Functions feature allows you to execute on-demand a pre-defined routine on a node where a Netdata Agent is running. These routines are exposed by a given collector.
-These routines can be used to retrieve additional information to help you troubleshoot or to trigger some action to happen on the node itself.
-
-
-### Prerequisites
-
-The following is required to be able to run Functions from Netdata Cloud.
-* 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 the Functions tab)
-
-1. From the right-hand bar select the **Function** you want to run
-2. Still on the right-hand bar select the **Node** where you want to run it
-3. Results will be displayed in the central area for you to interact with
-4. Additional filtering capabilities, depending on the function, should be available on right-hand bar
-
-### Execute a function (from the Nodes tab)
-
-1. Click on the functions icon for a node that has this active
-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/cloud/netdata-functions.md)
-
-#### Related References documentation
-- [External plugins overview](https://github.com/netdata/netdata/blob/master/collectors/plugins.d/README.md#function)