Skip to content

Commit

Permalink
Merge pull request #1611 from amnonh/add-alertmanger-unsigned-plugin
Browse files Browse the repository at this point in the history
start-grafana.sh: Grafana does not accept the alertmanager self signing
  • Loading branch information
amnonh authored Nov 30, 2021
2 parents 6c29cc9 + b0aee14 commit dcc9622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start-grafana.sh
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ docker run -d $DOCKER_PARAM ${DOCKER_LIMITS["grafana"]} -i $USER_PERMISSIONS $PO
-e "GF_PATHS_PROVISIONING=/var/lib/grafana/provisioning" \
-e "GF_SECURITY_ADMIN_PASSWORD=$GRAFANA_ADMIN_PASSWORD" \
-e "GF_ANALYTICS_GOOGLE_ANALYTICS_UA_ID=$UA_ANALTYICS" \
-e "GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=scylladb-scylla-datasource" \
-e "GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=scylladb-scylla-datasource,camptocamp-prometheus-alertmanager-datasource" \
-e "GF_DASHBOARDS_DEFAULT_HOME_DASHBOARD_PATH=/var/lib/grafana/dashboards/ver_$VERSION/scylla-overview.$VERSION.json" \
$GRAFANA_ENV_COMMAND \
"${proxy_args[@]}" \
Expand Down

0 comments on commit dcc9622

Please sign in to comment.