Skip to content

Commit

Permalink
GitBook: [master] one page and one asset modified
Browse files Browse the repository at this point in the history
  • Loading branch information
synacker authored and gitbook-bot committed Jun 18, 2020
1 parent 444f864 commit d1a21a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Binary file added docs/.gitbook/assets/daggy_logo (1).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 6 additions & 4 deletions docs/data-aggregation-sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ Each config conatins map of hosts. Host \(data source\) parameters is next:
<td style="text-align:left">No</td>
</tr>
</tbody>
</table>## Data Sources Types
</table>

## Data Sources Types

**Daggy** supportes `local` and `ssh2` \(remote\) host connection types.

Expand Down Expand Up @@ -141,7 +143,7 @@ remotehost:
type: ssh2
host: 192.168.1.9
restart: false
connection:
parameters:
user: muxa
key: /home/muxa/.ssh/id_rsa
commands:
Expand All @@ -160,8 +162,8 @@ remotehost:
"type": "ssh",
"host": "192.169.1.9",
"restart": false,
"connection": {
"login": "muxa",
"parameters": {
"user": "muxa",
"key": "/home/muxa/.ssh/id_rsa"
},
"commands": {
Expand Down

0 comments on commit d1a21a3

Please sign in to comment.