NEWS
Grafana Remote rendering service installation
-
Ich habe gestern versucht das Grafana Plugin Rendering zu installieren. Leider kam eine Fehlermeldung, weil linux-arm nicht unterstützt wird.
Wenn ich es richtig verstehe wird dieser Workaround angeboten: Run as standalone Node.js application
The following example describes how to build and run the remote HTTP rendering service as a standalone Node.js application and configure Grafana appropriately.
Clone the Grafana image renderer plugin Git repository.
Install dependencies and build:
yarn install --pure-lockfile
yarn run build
Run the server:node build/app.js server --port=8081
Update Grafana configuration:[rendering]
server_url = http://localhost:8081/render
callback_url = http://localhost:3000/
Restart Grafana.Habt ihr damit Erfahrungen bzw. funktioniert das so? Gibt es weitere Befehlszeilen zu beachten und wie Clone ich das Grafana image renderer plugin Git repository. Bin da etwas vorsichtig und möchte mein laufendes System nicht abschießen.
Danke für Eure Unterstützung
-