Skip to content
Snippets Groups Projects
Commit f81b533d authored by Ismael Posada Trobo's avatar Ismael Posada Trobo
Browse files

Merge branch 'prometheus' into 'master'

Set prometheus GlobalSetting in order to allow trusted ips for monitoring

See merge request !21
parents d2df9baf c38820ce
No related branches found
No related tags found
1 merge request!21Set prometheus GlobalSetting in order to allow trusted ips for monitoring
......@@ -250,4 +250,9 @@ compress_anon_cache = false
#
# This ensures there are no pathological cases where we keep storing data in anonymous cache
# never to use it, set to 1 to store
anon_cache_store_threshold = 2
\ No newline at end of file
anon_cache_store_threshold = 2
# Set trusted ip's for prometheus.
# Check discourse-monitoring.web.cern.ch for ips.
# Go for openshift ones (nslookup openshift.cern.ch)
prometheus_trusted_ip_whitelist_regex = '(::ffff:188\.18[4-5])'
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment