Skip to content

Commit c92e8c0

Browse files
authored
Merge pull request #2884 from jethron/2881-dead-links
Fix dead external links
2 parents 49c28e2 + a92541b commit c92e8c0

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

docs/render_api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ Renders the data as a json object suitable for passing to a `Dygraph <http://dyg
406406
407407
rickshaw
408408
^^^^^^^^
409-
Renders the data as a json object suitable for passing to a `Rickshaw <http://code.shutterstock.com/rickshaw/tutorial/introduction.html>`_ object.
409+
Renders the data as a json object suitable for passing to a `Rickshaw <https://tech.shutterstock.com/rickshaw/tutorial/introduction.html>`_ object.
410410

411411
.. code-block:: none
412412

docs/tools.rst

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Collection
4343
A Node.js app written in CoffeeScript to send data from servers to Graphite, much like collectd does, but aimed at being easier to expand and with less footprint. It comes by default with basic collectors plus Redis and MySQL metrics, and can be expanded with JavaScript or CoffeeScript.
4444

4545
`Host sFlow`_
46-
An open source implementation of the sFlow protocol (http://www.sflow.org), exporting a standard set of host cpu, memory, disk and network I/O metrics. The sflow2graphite utility converts sFlow to Graphite's plaintext protocol, allowing Graphite to receive sFlow metrics.
46+
An open source implementation of the sFlow protocol (https://sflow.org), exporting a standard set of host cpu, memory, disk and network I/O metrics. The sflow2graphite utility converts sFlow to Graphite's plaintext protocol, allowing Graphite to receive sFlow metrics.
4747

4848
`jmx2graphite`_
4949
The easiest way to poll JMX metrics and write them to Graphite. This tool runs as a Docker container, polling your JMX every X seconds and writing the metrics to Graphite. Requires a minimum of configuration to get started.
@@ -132,7 +132,7 @@ Forwarding
132132
A fast relay and HTTPS forwarder toolset written in Go.
133133

134134
`statsd`_
135-
A simple daemon for easy stats aggregation, developed by the folks at Etsy. A list of forks and alternative implementations can be found at <http://joemiller.me/2011/09/21/list-of-statsd-server-implementations/>
135+
A simple daemon for easy stats aggregation, developed by the folks at Etsy. A list of forks and alternative implementations can be found at <https://joemiller.me/2011/09/list-of-statsd-server-implementations/>
136136

137137
`Statusengine`_
138138
A daemon written in PHP to store Nagios and Naemon performance data to Graphite.
@@ -243,7 +243,7 @@ Monitoring
243243
A real-time monitoring framework that sits on top of Graphite's time series data. This allows users to create monitors that both visualize and alert on data as it streams from Graphite. The monitors themselves are simple Ruby scripts which run in a sandbox to provide additional security. Monitors are also configured with a crontab compatible time specification used by the scheduler. Alerts can be sent via email, pagerduty, or campfire.
244244

245245
`Rocksteady`_
246-
A system that ties together Graphite, `RabbitMQ`_, and `Esper`_. Developed by AdMob (who was then bought by Google), this was released by Google as open source (http://google-opensource.blogspot.com/2010/09/get-ready-to-rocksteady.html).
246+
A system that ties together Graphite, `RabbitMQ`_, and `Esper`_. Developed by AdMob (who was then bought by Google), this was released by Google as open source (https://opensource.googleblog.com/2010/09/get-ready-to-rocksteady.html).
247247

248248
`Seyren`_
249249
An alerting dashboard for Graphite.
@@ -327,7 +327,7 @@ Other
327327
A simple web service that caches Graphite metrics and exposes an endpoint for dumping or searching against them by substring.
328328

329329

330-
.. _Backbone.js: http://documentcloud.github.com/backbone
330+
.. _Backbone.js: https://github.com/jashkenas/backbone
331331
.. _Backstop: https://github.com/obfuscurity/backstop
332332
.. _BigGraphite: https://github.com/criteo/biggraphite
333333
.. _bosun: http://bosun.org
@@ -351,22 +351,22 @@ Other
351351
.. _collectd-graphite: https://github.com/joemiller/collectd-graphite
352352
.. _collectd-to-graphite: https://github.com/loggly/collectd-to-graphite
353353
.. _Collectl: http://collectl.sourceforge.net
354-
.. _Cyanite: http://cyanite.io/
355-
.. _D3.js: http://mbostock.github.com/d3
354+
.. _Cyanite: https://github.com/pyr/cyanite/
355+
.. _D3.js: https://github.com/d3/d3
356356
.. _Descartes: https://github.com/obfuscurity/descartes
357357
.. _Diamond: https://diamond.readthedocs.io/en/latest/
358358
.. _Dusk: https://github.com/obfuscurity/dusk
359-
.. _Esper: http://esper.codehaus.org
359+
.. _Esper: https://www.espertech.com/esper
360360
.. _Evenflow: https://github.com/github/evenflow
361361
.. _Firefly: https://github.com/Yelp/firefly
362-
.. _Ganglia: http://ganglia.info
362+
.. _Ganglia: https://github.com/ganglia/
363363
.. _Gdash: https://github.com/ripienaar/gdash.git
364-
.. _Giraffe: http://kenhub.github.com/giraffe
364+
.. _Giraffe: https://github.com/kenhub/giraffe
365365
.. _go-carbon: https://github.com/lomik/go-carbon
366366
.. _go-graphite buckytools: https://github.com/go-graphite/buckytools
367367
.. _Grafana: http://grafana.org
368368
.. _Grafsy: https://github.com/leoleovich/grafsy
369-
.. _Graphene: http://jondot.github.com/graphene
369+
.. _Graphene: https://github.com/jondot/graphene
370370
.. _Graphios: https://github.com/shawn-sterling/graphios
371371
.. _graphite-beacon: https://github.com/klen/graphite-beacon
372372
.. _graphite-clickhouse: https://github.com/lomik/graphite-clickhouse
@@ -377,8 +377,8 @@ Other
377377
.. _graphite-remote-adapter: https://github.com/criteo/graphite-remote-adapter
378378
.. _Graphite-Tattle: https://github.com/wayfair/Graphite-Tattle
379379
.. _graphite-to-zabbix: https://github.com/blacked/graphite-to-zabbix
380-
.. _Graphiti: https://github.com/paperlesspost/graphiti
381-
.. _Graphitoid: https://market.android.com/details?id=com.tnc.android.graphite
380+
.. _Graphiti: https://web.archive.org/web/20161004180203/https://github.com/paperlesspost/graphiti
381+
.. _Graphitoid: https://github.com/tjoelsson/graphitoid
382382
.. _graphitus: https://github.com/ezbz/graphitus
383383
.. _Graphouse: https://github.com/yandex/graphouse
384384
.. _Graphout: http://shamil.github.io/graphout
@@ -394,7 +394,7 @@ Other
394394
.. _hubot-scripts: https://github.com/github/hubot-scripts
395395
.. _InfluxDB: https://influxdb.com/
396396
.. _influxgraph: https://github.com/InfluxGraph/influxgraph
397-
.. _Icinga: http://docs.icinga.org/icinga2/latest/doc/module/icinga2/chapter/icinga2-features#graphite-carbon-cache-writer
397+
.. _Icinga: https://icinga.com/docs/icinga-2/latest/doc/14-features/#graphite-carbon-cache-writer
398398
.. _jmx2graphite: https://github.com/logzio/jmx2graphite
399399
.. _jmxtrans: https://github.com/jmxtrans/jmxtrans
400400
.. _Kenshin: https://github.com/douban/Kenshin
@@ -415,12 +415,12 @@ Other
415415
.. _Promitor: https://promitor.io/
416416
.. _RabbitMQ: http://www.rabbitmq.com
417417
.. _rearview: http://github.com/livingsocial/rearview
418-
.. _Rickshaw: http://code.shutterstock.com/rickshaw
418+
.. _Rickshaw: https://tech.shutterstock.com/rickshaw/
419419
.. _riemann: http://riemann.io
420420
.. _Rocksteady: http://code.google.com/p/rocksteady
421-
.. _Sensu: http://sensuapp.org
421+
.. _Sensu: https://sensu.io/
422422
.. _Seyren: https://github.com/scobal/seyren
423-
.. _Shinken: http://www.shinken-monitoring.org
423+
.. _Shinken: https://github.com/shinken-solutions/shinken
424424
.. _Skyline: https://github.com/earthgecko/skyline
425425
.. _snort2graphite: https://github.com/gregvolk/snort2graphite
426426
.. _SqlToGraphite: https://github.com/perryofpeek/SqlToGraphite

0 commit comments

Comments
 (0)