Skip to content

Commit d1434d5

Browse files
committed
Disable grafana to check for update and reporting
1 parent 75209fa commit d1434d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/grafana/grafana.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
# No ip addresses are being tracked, only simple counters to track
245245
# running instances, dashboard and error counts. It is very helpful to us.
246246
# Change this option to false to disable reporting.
247-
;reporting_enabled = true
247+
reporting_enabled = false
248248

249249
# The name of the distributor of the Grafana instance. Ex hosted-grafana, grafana-labs
250250
;reporting_distributor = grafana-labs
@@ -254,14 +254,14 @@
254254
# in some UI views to notify that a grafana update exists.
255255
# This option does not cause any auto updates, nor send any information
256256
# only a GET request to https://raw.githubusercontent.com/grafana/grafana/main/latest.json to get the latest version.
257-
;check_for_updates = true
257+
check_for_updates = false
258258

259259
# Set to false to disable all checks to https://grafana.com
260260
# for new versions of plugins. The check is used
261261
# in some UI views to notify that a plugin update exists.
262262
# This option does not cause any auto updates, nor send any information
263263
# only a GET request to https://grafana.com to get the latest versions.
264-
;check_for_plugin_updates = true
264+
check_for_plugin_updates = false
265265

266266
# Google Analytics universal tracking code, only enabled if you specify an id here
267267
;google_analytics_ua_id =
@@ -1425,7 +1425,7 @@ level = error
14251425
# Log all backend requests for core and external plugins.
14261426
;log_backend_requests = false
14271427
# Disable download of the public key for verifying plugin signature.
1428-
public_key_retrieval_disabled = true
1428+
; public_key_retrieval_disabled = false
14291429
# Force download of the public key for verifying plugin signature on startup. If disabled, the public key will be retrieved every 10 days.
14301430
# Requires public_key_retrieval_disabled to be false to have any effect.
14311431
; public_key_retrieval_on_startup = false

0 commit comments

Comments
 (0)