Skip to content

Commit

Permalink
[docs] Minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier authored and Aryamanz29 committed May 3, 2022
1 parent 8ae8402 commit 1606f4a
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2264,17 +2264,16 @@ Configure timeout for the TCP connect when establishing a SSH connection.
``OPENWISP_CONNECTORS``
~~~~~~~~~~~~~~~~~~~~~~~

+--------------+--------------------------------------------------------------------------------+
| **type**: | ``tuple`` |
+--------------+--------------------------------------------------------------------------------+
| **default**: | .. code-block:: python |
| | |
| | ( |
| | ('openwisp_controller.connection.connectors.ssh.Ssh', 'SSH'), |
| | ('openwisp_controller.connection.connectors.snmp.Snmp', 'SNMP'), |
| | ('openwisp_controller.connection.connectors.airos.snmp.Snmp', 'AiOS SNMP'),|
| | ) |
+--------------+--------------------------------------------------------------------------------+
+--------------+-----------------------------------------------------------------------+
| **type**: | ``tuple`` |
+--------------+-----------------------------------------------------------------------+
| **default**: | .. code-block:: python |
| | |
| | ( |
| | ('openwisp_controller.connection.connectors.ssh.Ssh', 'SSH'), |
| | ('openwisp_controller.connection.connectors.snmp.Snmp', 'SNMP'), |
| | ) |
+--------------+-----------------------------------------------------------------------+

Available connector classes. Connectors are python classes that specify ways
in which OpenWISP can connect to devices in order to launch commands.
Expand Down

0 comments on commit 1606f4a

Please sign in to comment.