Home
last modified time | relevance | path

Searched refs:graphite (Results 76 – 100 of 2791) sorted by relevance

12345678910>>...112

/dports/www/py-graphite-web/graphite-web-1.1.8/
H A Dsetup.cfg17 provides = graphite
18 obsoletes = graphite <= 0.9.9
24 webapp/graphite/util.py:E111,E114
25 webapp/graphite/browser/views.py:E111,E114
26 webapp/graphite/metrics/views.py:E111,E114
27 webapp/graphite/dashboard/views.py:E111,E114
28 webapp/graphite/render/evaluator.py:E111,E114
29 webapp/graphite/render/functions.py:E111,E114
30 webapp/graphite/render/datalib.py:E111,E114
31 webapp/graphite/render/glyph.py:E111,E114
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/layout/reftests/text/
H A Dreftest.list207 pref(gfx.font_rendering.graphite.enabled,true) == graphite-01.html graphite-01-ref.html
213 pref(gfx.font_rendering.graphite.enabled,false) != graphite-01.html graphite-01-ref.html
214 pref(gfx.font_rendering.graphite.enabled,false) != graphite-02.html graphite-02-ref.html
225 pref(gfx.font_rendering.graphite.enabled,true) != graphite-04-sd.html graphite-04-ur.html
228 == graphite-05-ot-only.html graphite-05-ref.html
229 != graphite-05-ot-only.html graphite-05-fail.html
230 == graphite-05-simple.html graphite-05-ref.html
232 == graphite-05-lang.html graphite-05-ref.html
233 == graphite-05-badlang.html graphite-05-ref.html
234 == graphite-05-feat.html graphite-05-ref.html
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/layout/reftests/text/
H A Dreftest.list211 pref(gfx.font_rendering.graphite.enabled,true) == graphite-01.html graphite-01-ref.html
217 pref(gfx.font_rendering.graphite.enabled,false) != graphite-01.html graphite-01-ref.html
218 pref(gfx.font_rendering.graphite.enabled,false) != graphite-02.html graphite-02-ref.html
229 pref(gfx.font_rendering.graphite.enabled,true) != graphite-04-sd.html graphite-04-ur.html
232 == graphite-05-ot-only.html graphite-05-ref.html
233 != graphite-05-ot-only.html graphite-05-fail.html
234 == graphite-05-simple.html graphite-05-ref.html
236 == graphite-05-lang.html graphite-05-ref.html
237 == graphite-05-badlang.html graphite-05-ref.html
238 == graphite-05-feat.html graphite-05-ref.html
[all …]
/dports/www/py-graphite-web/graphite-web-1.1.8/docs/releases/
H A D1_1_3.rst11 * https://github.com/graphite-project/graphite-web/archive/1.1.3.tar.gz
12 * https://github.com/graphite-project/carbon/archive/1.1.3.tar.gz
13 * https://github.com/graphite-project/whisper/archive/1.1.3.tar.gz
14 * https://github.com/graphite-project/carbonate/archive/1.1.3.tar.gz
19 * http://pypi.python.org/pypi/graphite-web/
26 Please upgrade carbon and graphite-web - they contain valuable bugfixes and improvements. Whisper p…
28graphite-web and carbon packages under some circumstances can delete your whisper directories duri…
35 …e-web will look for both variants so there isn't a need for a configuration option in graphite-web.
89 * graphite functions: handle max on empty sequences better (@JelleZijlstra, #2266)
H A D0_9_16.rst11 * https://github.com/graphite-project/graphite-web/archive/0.9.16.tar.gz
12 * https://github.com/graphite-project/carbon/archive/0.9.16.tar.gz
13 * https://github.com/graphite-project/whisper/archive/0.9.16.tar.gz
18 * http://pypi.python.org/pypi/graphite-web/0.9.16
24 …Django version of at least 1.4. Ensure this dependency is satisfied before updating *graphite-web*.
36 sudo cp /opt/graphite/storage/graphite.db \
37 /opt/graphite/storage/graphite.db.backup-`date +%Y%m%d_%H%M%S`
38 sudo PYTHONPATH=/opt/graphite/webapp django-admin.py syncdb \
39 --noinput --no-initial-data --settings=graphite.settings
H A D0_9_12.rst10 * Missing import in graphite.util breaks cache-queries
14 * https://github.com/graphite-project/graphite-web/archive/0.9.12.tar.gz
15 * https://github.com/graphite-project/carbon/archive/0.9.12.tar.gz
16 * https://github.com/graphite-project/whisper/archive/0.9.12.tar.gz
21 * http://pypi.python.org/pypi/graphite-web/
H A D1_0_1.rst11 * https://github.com/graphite-project/graphite-web/archive/1.0.1.tar.gz
12 * https://github.com/graphite-project/carbon/archive/1.0.1.tar.gz
13 * https://github.com/graphite-project/whisper/archive/1.0.1.tar.gz
14 * https://github.com/graphite-project/carbonate/archive/1.0.1.tar.gz
19 * http://pypi.python.org/pypi/graphite-web/
26 …1 is compatible with carbon 1.0.0 and whisper 1.0.0, so, you can upgrade only graphite-web package.
/dports/www/py-graphite-web/graphite-web-1.1.8/docs/
H A Dinstall-virtualenv.rst7 To install Graphite in the :ref:`default location <default-installation-layout>`, ``/opt/graphite/`…
8 create a virtualenv in ``/opt/graphite`` and activate it:
12 virtualenv /opt/graphite
13 source /opt/graphite/bin/activate
23 …ource activate the virtualenv and see the instructions for :ref:`graphite-web <graphite-web-custom…
34 /path/to/env/bin/django-admin.py <command> --settings=graphite.settings
44 … Apache `mod_wsgi`_ config, add the root of the virtualenv as ``WSGIPythonHome``, ``/opt/graphite``
49 WSGIPythonHome /opt/graphite
51 …add the virtualenv's python site-packages to the ``graphite.wsgi`` file, python 2.6 in ``/opt/grap…
56 site.addsitedir('/opt/graphite/lib/python2.6/site-packages')
H A Dconfig-database-setup.rst3 You must tell Django to create the database tables used by the graphite webapp. This is very straig…
5 …onality. Graphite uses an SQLite database file located at ``STORAGE_DIR/graphite.db`` by default. …
17 …ROOT/webapp/graphite/local_settings.py file that overrides the database related settings from sett…
23 PYTHONPATH=$GRAPHITE_ROOT/webapp django-admin.py migrate --settings=graphite.settings
28 If you are experiencing problems, uncomment the following line in /opt/graphite/webapp/graphite/loc…
34 … webapp logs. If you're using the default graphite-example-vhost.conf, your logs will be found in …
40 sudo chown nobody:nobody /opt/graphite/storage/graphite.db
/dports/www/firefox-esr/firefox-91.8.0/layout/reftests/text/
H A Dreftest.list217 pref(gfx.font_rendering.graphite.enabled,true) == graphite-01.html graphite-01-ref.html
223 pref(gfx.font_rendering.graphite.enabled,false) != graphite-01.html graphite-01-ref.html
224 pref(gfx.font_rendering.graphite.enabled,false) != graphite-02.html graphite-02-ref.html
235 pref(gfx.font_rendering.graphite.enabled,true) != graphite-04-sd.html graphite-04-ur.html
238 == graphite-05-ot-only.html graphite-05-ref.html
239 != graphite-05-ot-only.html graphite-05-fail.html
240 == graphite-05-simple.html graphite-05-ref.html
242 == graphite-05-lang.html graphite-05-ref.html
243 == graphite-05-badlang.html graphite-05-ref.html
244 == graphite-05-feat.html graphite-05-ref.html
[all …]
/dports/www/firefox/firefox-99.0/layout/reftests/text/
H A Dreftest.list217 pref(gfx.font_rendering.graphite.enabled,true) == graphite-01.html graphite-01-ref.html
223 pref(gfx.font_rendering.graphite.enabled,false) != graphite-01.html graphite-01-ref.html
224 pref(gfx.font_rendering.graphite.enabled,false) != graphite-02.html graphite-02-ref.html
235 pref(gfx.font_rendering.graphite.enabled,true) != graphite-04-sd.html graphite-04-ur.html
238 == graphite-05-ot-only.html graphite-05-ref.html
239 != graphite-05-ot-only.html graphite-05-fail.html
240 == graphite-05-simple.html graphite-05-ref.html
242 == graphite-05-lang.html graphite-05-ref.html
243 == graphite-05-badlang.html graphite-05-ref.html
244 == graphite-05-feat.html graphite-05-ref.html
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/layout/reftests/text/
H A Dreftest.list217 pref(gfx.font_rendering.graphite.enabled,true) == graphite-01.html graphite-01-ref.html
223 pref(gfx.font_rendering.graphite.enabled,false) != graphite-01.html graphite-01-ref.html
224 pref(gfx.font_rendering.graphite.enabled,false) != graphite-02.html graphite-02-ref.html
235 pref(gfx.font_rendering.graphite.enabled,true) != graphite-04-sd.html graphite-04-ur.html
238 == graphite-05-ot-only.html graphite-05-ref.html
239 != graphite-05-ot-only.html graphite-05-fail.html
240 == graphite-05-simple.html graphite-05-ref.html
242 == graphite-05-lang.html graphite-05-ref.html
243 == graphite-05-badlang.html graphite-05-ref.html
244 == graphite-05-feat.html graphite-05-ref.html
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/external/graphite/
H A DUnpackedTarball_graphite.mk10 $(eval $(call gb_UnpackedTarball_UnpackedTarball,graphite))
12 $(eval $(call gb_UnpackedTarball_set_tarball,graphite,$(GRAPHITE_TARBALL)))
14 $(eval $(call gb_UnpackedTarball_set_patchlevel,graphite,0))
16 $(eval $(call gb_UnpackedTarball_add_patches,graphite, \
17 external/graphite/ubsan.patch \
/dports/editors/libreoffice6/libreoffice-6.4.7.2/external/graphite/
H A DUnpackedTarball_graphite.mk10 $(eval $(call gb_UnpackedTarball_UnpackedTarball,graphite))
12 $(eval $(call gb_UnpackedTarball_set_tarball,graphite,$(GRAPHITE_TARBALL)))
14 $(eval $(call gb_UnpackedTarball_set_patchlevel,graphite,0))
16 $(eval $(call gb_UnpackedTarball_add_patches,graphite, \
17 external/graphite/ubsan.patch \
/dports/net-mgmt/carbonzipper/carbonzipper-0.74/
H A DREADME.md1 carbonzipper: carbonserver proxy for graphite-web
4 …Build Status](https://travis-ci.org/go-graphite/carbonzipper.svg?branch=master)](https://travis-ci…
8 CarbonZipper is the central part of a replacement graphite storage stack. It
9 proxies requests from graphite-web to a cluster of carbon storage backends.
12 …-carbon](https://github.com/lomik/go-carbon) or [graphite-clickhouse](https://github.com/lomik/gra…
18 Stable versions: [Stable repo](https://packagecloud.io/go-graphite/stable/install)
28 - [carbonapi](https://github.com/go-graphite/carbonapi)
29 - [carbonmem](https://github.com/go-graphite/carbonmem)
43 1. [carbonzipper](https://github.com/go-graphite/carbonzipper) >= 0.50
46 4. [graphite-clickhouse](https://github.com/lomik/graphite-clickhouse) any. That's alternative stor…
[all …]
/dports/www/carbonapi/carbonapi-0.14.1/cmd/carbonzipper/
H A DREADME.md1 carbonzipper: carbonserver proxy for graphite-web
4 …Build Status](https://travis-ci.org/go-graphite/carbonzipper.svg?branch=master)](https://travis-ci…
10 CarbonZipper is the central part of a replacement graphite storage stack. It
11 proxies requests from graphite-web to a cluster of carbon storage backends.
14 …-carbon](https://github.com/lomik/go-carbon) or [graphite-clickhouse](https://github.com/lomik/gra…
20 Stable versions: [Stable repo](https://packagecloud.io/go-graphite/stable/install)
30 - [carbonapi](https://github.com/go-graphite/carbonapi)
31 - [carbonmem](https://github.com/go-graphite/carbonmem)
45 1. [carbonzipper](https://github.com/go-graphite/carbonzipper) >= 0.50
48 4. [graphite-clickhouse](https://github.com/lomik/graphite-clickhouse) any. That's alternative stor…
[all …]
/dports/www/py-graphite-web/graphite-web-1.1.8/webapp/graphite/readers/
H A D__init__.py2 from graphite.readers.utils import BaseReader, CarbonLink, merge_with_cache # noqa # pylint: disab…
3 from graphite.readers.multi import MultiReader # noqa # pylint: disable=unused-import
4 from graphite.readers.whisper import WhisperReader, GzippedWhisperReader # noqa # pylint: disable=…
5 from graphite.readers.ceres import CeresReader # noqa # pylint: disable=unused-import
6 from graphite.readers.rrd import RRDReader # noqa # pylint: disable=unused-import
/dports/net-mgmt/icingaweb2-module-graphite/icingaweb2-module-graphite-1.1.0/library/Graphite/Graphing/
H A DGraphingTrait.php64 $graphite = $config->getSection('graphite');
65 if (! isset($graphite->url)) {
70 (new GraphiteWebClient(Url::fromPath($graphite->url, [], new FakeSchemeRequest())))
71 ->setUser($graphite->user)
72 ->setPassword($graphite->password)
73 ->setInsecure($graphite->insecure)
/dports/dns/knot-resolver/knot-resolver-5.4.3/modules/graphite/
H A DREADME.rst3 .. _mod-graphite:
8 The ``graphite`` sends statistics over the Graphite_ protocol to either Graphite_, Metronome_, Infl…
10 …ilable front-ends. Metronome_ by PowerDNS alternatively provides a mini-graphite server for much s…
21 graphite = {
23 host = '127.0.0.1', -- graphite server address
24 port = 2003, -- graphite server port
35 graphite = {
46 .. _Graphite: https://graphite.readthedocs.io/en/latest/feeding-carbon.html
/dports/net-mgmt/librenms/librenms-21.5.1/tests/Unit/Data/
H A DGraphiteStoreTest.php67 $graphite = $this->mockGraphite($mockSocket);
72 $graphite->put(['hostname' => 'test'], 'fake', ['rrd_name' => 'name'], ['one' => 1]);
78 $graphite = $this->mockGraphite($mockSocket);
89 $graphite->put($device, $measurement, $tags, $fields);
103 $graphite = new Graphite($mockFactory);
105 return $graphite;
/dports/www/py-graphite-web/graphite-web-1.1.8/webapp/graphite/
H A Dlocal_settings.py.example73 #MEMCACHE_KEY_PREFIX = 'graphite'
85 #URL_PREFIX = '/graphite'
107 #GRAPHITE_ROOT = '/opt/graphite'
112 #CONF_DIR = '/opt/graphite/conf'
113 #STORAGE_DIR = '/opt/graphite/storage'
114 #STATIC_ROOT = '/opt/graphite/static'
115 CONF_DIR = '/usr/local/etc/graphite'
125 LOG_DIR = '/var/log/graphite'
195 # graphite login.
263 # 'NAME': '/opt/graphite/storage/graphite.db',
[all …]
/dports/net-mgmt/icingaweb2-module-graphite/icingaweb2-module-graphite-1.1.0/doc/
H A D02-Installation.md11 Enable the graphite feature:
13 # icinga2 feature enable graphite
15 Adjust its configuration in `/etc/icinga2/features-enabled/graphite.conf`:
20 object GraphiteWriter "graphite" {
33 Just extract/clone this module to a `graphite` subfolder in your Icinga Web 2
35 (*Configuration* > *Modules* > *graphite* > *enable*)
/dports/www/py-graphite-api/graphite-api-1.1.3/
H A DPKG-INFO2 Name: graphite-api
5 Home-page: https://github.com/brutasse/graphite-api
6 Author: Bruno Renié, based on Chris Davis's graphite-web
12 .. image:: https://travis-ci.org/brutasse/graphite-api.svg?branch=master
14 :target: https://travis-ci.org/brutasse/graphite-api
16 .. image:: https://img.shields.io/coveralls/brutasse/graphite-api/master.svg
18 :target: https://coveralls.io/r/brutasse/graphite-api?branch=master
42 graphite-web's ``build-index`` command-line script.
44 Difference from graphite-web
76 .. _On readthedocs.org: http://graphite-api.readthedocs.io/en/latest/
/dports/www/py-graphite-api/graphite-api-1.1.3/graphite_api.egg-info/
H A DPKG-INFO2 Name: graphite-api
5 Home-page: https://github.com/brutasse/graphite-api
6 Author: Bruno Renié, based on Chris Davis's graphite-web
12 .. image:: https://travis-ci.org/brutasse/graphite-api.svg?branch=master
14 :target: https://travis-ci.org/brutasse/graphite-api
16 .. image:: https://img.shields.io/coveralls/brutasse/graphite-api/master.svg
18 :target: https://coveralls.io/r/brutasse/graphite-api?branch=master
42 graphite-web's ``build-index`` command-line script.
44 Difference from graphite-web
76 .. _On readthedocs.org: http://graphite-api.readthedocs.io/en/latest/
/dports/graphics/silgraphite/silgraphite-2.3.1/wrappers/pangographite/
H A Dpango.diff12 +graphite_modules="graphite-fc,graphite-break"
29 +AM_CONDITIONAL(INCLUDE_GRAPHITE_FC, echo $included_modules | egrep '(^|,)graphite-fc($|,)' > /dev…
30 +AM_CONDITIONAL(INCLUDE_GRAPHITE_BREAK, echo $included_modules | egrep '(^|,)graphite-break($|,)' …
38 +AM_CONDITIONAL(DYNAMIC_GRAPHITE_FC, echo $dynamic_modules | egrep '(^|,)graphite-fc($|,)' > /dev/n…
39 +AM_CONDITIONAL(DYNAMIC_GRAPHITE_BREAK, echo $dynamic_modules | egrep '(^|,)graphite-break($|,)' > …
47 +modules/graphite/Makefile
62 + graphite \
95 + "graphite",

12345678910>>...112