Home
last modified time | relevance | path

Searched refs:CLUSTER_SERVERS (Results 1 – 7 of 7) sorted by relevance

/dports/www/py-graphite-web/graphite-web-1.1.8/docs/
H A Dconfig-local-settings.rst408 …ed use. When ``CLUSTER_SERVERS`` is set, metric browse and render requests will cause the webapp t…
410 CLUSTER_SERVERS
424 …hich tasks can be dispatched. This makes sense if there are multiple CLUSTER_SERVERS and/or STORAG…
469 …ant forwarded on from this host when making a request to a remote webapp server in CLUSTER_SERVERS.
484 …which uses this setting either through shared local storage or via ``CLUSTER_SERVERS``. Ex: ["10.0…
/dports/www/py-graphite-web/graphite-web-1.1.8/webapp/graphite/
H A Dsettings.py66 CLUSTER_SERVERS = [] variable
H A Dlocal_settings.py.example291 #CLUSTER_SERVERS = ["10.0.2.2:80", "10.0.2.3:80"]
332 # when making a request to a remote webapp server in CLUSTER_SERVERS
340 # access to metric data or should have CLUSTER_SERVERS configured
/dports/www/py-graphite-web/graphite-web-1.1.8/webapp/graphite/finders/
H A Dremote.py26 for host in settings.CLUSTER_SERVERS:
/dports/www/py-graphite-web/graphite-web-1.1.8/webapp/tests/
H A Dtest_finders_remote.py24 @override_settings(CLUSTER_SERVERS=['127.0.0.1', '8.8.8.8'])
/dports/www/py-graphite-web/graphite-web-1.1.8/docs/releases/
H A D0_9_14.rst114 * Fix for ``CLUSTER_SERVERS`` when ``ip_nonlocal_bind`` is enabled (PrFalken)
H A D1_1_1.rst53 * New ``CLUSTER_SERVERS`` format (proto, format and local parameters (PR#2123, @DanCech)