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
+6-29Lines changed: 6 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,8 @@ Once you have added your API token to Netdata data source plugin you’re ready
46
46
47
47
## How to install the plugin?
48
48
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:
49
+
To start using the Netdata data source plugin on your Grafana environment, local or Cloud. Here are some tips to get through this depending on your setup:
50
+
* Directly through the Grafana UI
50
51
* Docker
51
52
* Linux (local)
52
53
* Windows (local - powershell)
@@ -76,10 +77,10 @@ This script will:
76
77
77
78
#### Manual step-by-step
78
79
79
-
1. Setup your grafana docker container with the the permissions to load netdata plugin as unsinged
80
+
1. Setup your grafana docker container with the the permissions to load netdata plugin
80
81
81
82
```
82
-
docker run -d --env GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=netdata-datasource --name=grafana grafana/grafana
83
+
docker run -d --name=grafana grafana/grafana
83
84
```
84
85
85
86
2. Ensure you have the desired version of the plugin you want to install, get it from github releases
0 commit comments