You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-42Lines changed: 22 additions & 42 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,9 +49,11 @@ Once you have added your API token to Netdata data source plugin you’re ready
49
49
To start using the Netdata data source plugin on your Grafana environment, local or Cloud, you need to install the plugin manually - it currently isn't signed. Here are some tips to get through this depending on your setup:
50
50
* Docker
51
51
* Linux (local)
52
-
* Windows (local)
52
+
* Windows (local - powershell)
53
53
* Building the plugin locally
54
54
55
+
The installations below will use different tools like: curl, docker, jq, wget, unzip and xcopy.
56
+
55
57
### Docker
56
58
57
59
#### Pre-buit script - setup-demo-environment
@@ -83,44 +85,35 @@ This script will:
83
85
2. Ensure you have the desired version of the plugin you want to install, get it from github releases
3. Grafana plugins, by default, should be under /var/lib/grafana/plugins. Create a folder for netdata inside the container. Enter in an interactive session
91
+
3.Copy the contents of the Netdata data source plugin to Grafana plugins directory, by default/var/lib/grafana/plugins
0 commit comments