Site updated at 2017-01-01 20:16:42 UTC

This commit is contained in:
Travis CI 2017-01-01 20:16:42 +00:00
parent abc1c4e05f
commit d80e8e6d55
25 changed files with 46 additions and 46 deletions

View file

@ -129,14 +129,14 @@
</li>
</ul>
<p>Note that this will create sensors under the name sab and NOT sabnzbd as follows:</p>
<p>Note that this will create the following sensors:</p>
<div class="highlighter-rouge"><pre class="highlight"><code> - sensor.sab_status
- sensor.sab_speed
- sensor.sab_queue
- sensor.sab_left
- sensor.sab_disk
- sensor.sab_disk_free
<div class="highlighter-rouge"><pre class="highlight"><code> - sensor.sabnzbd_status
- sensor.sabnzbd_speed
- sensor.sabnzbd_queue
- sensor.sabnzbd_left
- sensor.sabnzbd_disk
- sensor.sabnzbd_disk_free
</code></pre>
</div>