Sync docs from master to gh-pages

This commit is contained in:
Ben Klein
2015-08-10 19:59:48 -05:00
parent fab3197ec2
commit 0f850fc45f
4 changed files with 72 additions and 35 deletions

View File

@@ -511,13 +511,13 @@ table.CodeRay td.code>pre{padding:0}
<ul class="sectlevel2">
<li><a href="#_supported_services">Supported Services</a>
<ul class="sectlevel3">
<li><a href="#_rabbitmq">RabbitMQ</a></li>
<li><a href="#_application_monitoring_new_relic">Application monitoring (New Relic)</a></li>
<li><a href="#_db2">DB2</a></li>
<li><a href="#_mongodb">MongoDB</a></li>
<li><a href="#_application_monitoring_new_relic">Application monitoring (New Relic)</a></li>
<li><a href="#_mysql">MySQL</a></li>
<li><a href="#_oracle">Oracle</a></li>
<li><a href="#_postgresql">PostgreSQL</a></li>
<li><a href="#_rabbitmq">RabbitMQ</a></li>
<li><a href="#_redis">Redis</a></li>
<li><a href="#_smtp">SMTP</a></li>
<li><a href="#_sql_server">SQL Server</a></li>
@@ -633,23 +633,17 @@ table.CodeRay td.code>pre{padding:0}
<p>This connector comes with built-in support for a variety of service types and providers. The criteria by which it establishes availability of each service are described below.</p>
</div>
<div class="sect3">
<h4 id="_rabbitmq">RabbitMQ</h4>
<h4 id="_application_monitoring_new_relic">Application monitoring (New Relic)</h4>
<div class="paragraph">
<p>The connector will check for:</p>
</div>
<div class="ulist">
<ul>
<li>
<p><code>tags</code> including <code>rabbitmq</code></p>
<p><code>tags</code> including <code>monitoring</code> or <code>newrelic</code></p>
</li>
<li>
<p><code>label</code> beginning with the <code>rabbitmq</code> tag</p>
</li>
<li>
<p><code>uri</code> or <code>uris</code> using the scheme <code>amqp</code> or <code>amqps</code></p>
</li>
<li>
<p><code>amqpUri</code>, <code>amqpuri</code>, <code>amqpsUri</code>, <code>amqpsuri</code>, <code>amqpUrl</code>, <code>amqpurl</code>, <code>amqpsUrl</code>, or <code>amqpsurl</code> fields in <code>credentials</code></p>
<p><code>label</code> beginning with the <code>monitoring</code> or <code>newrelic</code> tags</p>
</li>
</ul>
</div>
@@ -702,22 +696,6 @@ table.CodeRay td.code>pre{padding:0}
</div>
</div>
<div class="sect3">
<h4 id="_application_monitoring_new_relic">Application monitoring (New Relic)</h4>
<div class="paragraph">
<p>The connector will check for:</p>
</div>
<div class="ulist">
<ul>
<li>
<p><code>tags</code> including <code>monitoring</code> or <code>newrelic</code></p>
</li>
<li>
<p><code>label</code> beginning with the <code>monitoring</code> or <code>newrelic</code> tags</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_mysql">MySQL</h4>
<div class="paragraph">
<p>The connector will check for:</p>
@@ -787,6 +765,28 @@ table.CodeRay td.code>pre{padding:0}
</div>
</div>
<div class="sect3">
<h4 id="_rabbitmq">RabbitMQ</h4>
<div class="paragraph">
<p>The connector will check for:</p>
</div>
<div class="ulist">
<ul>
<li>
<p><code>tags</code> including <code>rabbitmq</code></p>
</li>
<li>
<p><code>label</code> beginning with the <code>rabbitmq</code> tag</p>
</li>
<li>
<p><code>uri</code> or <code>uris</code> using the scheme <code>amqp</code> or <code>amqps</code></p>
</li>
<li>
<p><code>amqpUri</code>, <code>amqpuri</code>, <code>amqpsUri</code>, <code>amqpsuri</code>, <code>amqpUrl</code>, <code>amqpurl</code>, <code>amqpsUrl</code>, or <code>amqpsurl</code> fields in <code>credentials</code></p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_redis">Redis</h4>
<div class="paragraph">
<p>The connector will check for:</p>
@@ -866,7 +866,7 @@ table.CodeRay td.code>pre{padding:0}
</div>
<div id="footer">
<div id="footer-text">
Last updated 2015-08-07 17:53:54 CDT
Last updated 2015-08-10 19:38:40 CDT
</div>
</div>
</body>

View File

@@ -997,7 +997,7 @@ spring.cloud.database: mysql://user:pass@host:1234/dbname</code></pre>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2015-08-07 17:53:54 CDT
Last updated 2015-08-10 19:32:34 CDT
</div>
</div>
</body>

View File

@@ -570,19 +570,49 @@ CLOUDAMQP_URL: amqp://sfdkjdj:6eknfh-4xlw1u6fec3@foo.bar.cloudamqp.com/l
<div class="sect3">
<h4 id="_postgresql_heroku">PostgreSQL (Heroku)</h4>
<div class="paragraph">
<p>Coming soon&#8230;&#8203;</p>
<p>The connector will check for:</p>
</div>
<div class="ulist">
<ul>
<li>
<p>a <code>HEROKU_POSTGRESQL_</code> config var with value using the scheme <code>postgres</code></p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_mysql_cleardb">MySQL (ClearDB)</h4>
<div class="paragraph">
<p>Coming soon&#8230;&#8203;</p>
<p>The connector will check for:</p>
</div>
<div class="ulist">
<ul>
<li>
<p>a <code>CLEARDB_DATABASE_URL</code> config var with value using the scheme <code>mysql</code></p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_redis_redis_to_go_redis_cloud_redisgreen_openredis">Redis (Redis To Go, Redis Cloud, RedisGreen, openredis)</h4>
<div class="paragraph">
<p>Coming soon&#8230;&#8203;</p>
<p>The connector will check for:</p>
</div>
<div class="ulist">
<ul>
<li>
<p>a <code>REDISTOGO_URL</code> config var with value using the scheme <code>redis</code></p>
</li>
<li>
<p>a <code>REDISCLOUD_URL</code> config var with value using the scheme <code>redis</code></p>
</li>
<li>
<p>an <code>OPENREDIS_URL</code> config var with value using the scheme <code>redis</code></p>
</li>
<li>
<p>a <code>REDISGREEN_URL</code> config var with value using the scheme <code>redis</code></p>
</li>
</ul>
</div>
</div>
<div class="sect3">
@@ -607,7 +637,14 @@ CLOUDAMQP_URL: amqp://sfdkjdj:6eknfh-4xlw1u6fec3@foo.bar.cloudamqp.com/l
<div class="sect3">
<h4 id="_rabbitmq_cloudamqp">RabbitMQ (CloudAMQP)</h4>
<div class="paragraph">
<p>Coming soon&#8230;&#8203;</p>
<p>The connector will check for:</p>
</div>
<div class="ulist">
<ul>
<li>
<p>a <code>CLOUDAMQP_URL</code> config var with value using the scheme <code>amqp</code> or <code>amqps</code></p>
</li>
</ul>
</div>
</div>
</div>
@@ -654,7 +691,7 @@ CLOUDAMQP_URL: amqp://sfdkjdj:6eknfh-4xlw1u6fec3@foo.bar.cloudamqp.com/l
</div>
<div id="footer">
<div id="footer-text">
Last updated 2015-08-10 17:34:27 CDT
Last updated 2015-08-10 19:56:06 CDT
</div>
</div>
</body>

View File

@@ -740,7 +740,7 @@ table.CodeRay td.code>pre{padding:0}
</div>
<div id="footer">
<div id="footer-text">
Last updated 2015-08-07 17:53:54 CDT
Last updated 2015-08-10 19:32:34 CDT
</div>
</div>
</body>