Site updated at 2016-09-29 08:43:16 UTC

This commit is contained in:
Travis CI 2016-09-29 08:43:16 +00:00
parent ca0bc1027b
commit b5b715f163
26 changed files with 45 additions and 39 deletions

View file

@ -105,7 +105,9 @@ Glances web server started on http://0.0.0.0:61208/
</code></pre>
</div>
<p>To enable the glances sensor, add the following lines to your <code class="highlighter-rouge">configuration.yaml</code>:</p>
<p>For details about auto-starting <code class="highlighter-rouge">glances</code>, please refer to <a href="https://github.com/nicolargo/glances/wiki/Start-Glances-through-Systemd">Start Glances through Systemd</a>.</p>
<p>To enable the Glances sensor, add the following lines to your <code class="highlighter-rouge">configuration.yaml</code>:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
<span class="s">sensor</span><span class="pi">:</span>

View file

@ -98,7 +98,7 @@
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">pi_hole</span>
<span class="s">host</span><span class="pi">:</span> <span class="s">192.168.1.2</span>
<span class="s">ssl</span><span class="pi">:</span> <span class="s">True</span>
<span class="s">verify_ssl</span><span class="pi">:</span>
<span class="s">verify_ssl</span><span class="pi">:</span> <span class="s">False</span>
</code></pre>
</div>
@ -107,7 +107,7 @@
<ul>
<li><strong>host</strong> (<em>Optional</em>): The IP address of the Pi-Hole system. Defaults to <code class="highlighter-rouge">localhost</code>.</li>
<li><strong>ssl</strong> (<em>Optional</em>): If <code class="highlighter-rouge">true</code>, use SSL/TLS to connect to the Pi-Hole system. Defaults to <code class="highlighter-rouge">False</code>.</li>
<li><strong>verify_ssl</strong> (<em>Optional</em>): Verify the certification of the system. Default to True.</li>
<li><strong>verify_ssl</strong> (<em>Optional</em>): Verify the certification of the system. Default to <code class="highlighter-rouge">True</code>.</li>
</ul>