Site updated at 2016-09-11 01:34:03 UTC
This commit is contained in:
parent
99424b497c
commit
f143c60d71
311 changed files with 4596 additions and 1607 deletions
|
@ -100,6 +100,7 @@
|
|||
<span class="s">api_key</span><span class="pi">:</span> <span class="s">YOUR_API_KEY</span>
|
||||
<span class="s">host</span><span class="pi">:</span> <span class="s">YOUR_SABNZBD_HOST</span>
|
||||
<span class="s">port</span><span class="pi">:</span> <span class="s">8080</span>
|
||||
<span class="s">ssl</span><span class="pi">:</span> <span class="s">True</span>
|
||||
<span class="s">monitored_variables</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s1">'</span><span class="s">current_status'</span>
|
||||
<span class="pi">-</span> <span class="s1">'</span><span class="s">speed'</span>
|
||||
|
@ -117,6 +118,7 @@
|
|||
<li><strong>port</strong> (<em>Optional</em>): The port to use whith SABnzbd instance. Defaults to <code class="highlighter-rouge">8080</code>.</li>
|
||||
<li><strong>api_key</strong> (<em>Required</em>): Name that will be used in the frontend for the pin.</li>
|
||||
<li><strong>name</strong> (<em>Optional</em>): The name to use when displaying this SABnzbd instance.</li>
|
||||
<li><strong>ssl</strong> (<em>Optional</em>): Use <code class="highlighter-rouge">https</code> instead of <code class="highlighter-rouge">http</code> to connect. Defaults to False.</li>
|
||||
<li><strong>monitored_variables</strong> array (<em>Required</em>): List of the monitored variables.
|
||||
<ul>
|
||||
<li><strong>current_status</strong>: current status of the SABnzbd instance</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue