Skip to content

Commit

Permalink
Change: Updated documentation to reflect addition of Target SSH Port …
Browse files Browse the repository at this point in the history
…option

Change: Better define target vars vs probe vars
  • Loading branch information
tonydm committed Dec 3, 2019
1 parent d1a622c commit 8f3f7b3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ I wanted a probe to connect to Mikrotik RouterOS devices via SSH. So I created t
### Supports
- Source IP
- Host (dest) IP or FQDN. (FQDN if DNS is enabled on Mikrotik Router)
- Packet Size (Default: 64)
- Ping Count (Default: 20)
- Packet Size (Default: 100)
- Target Ping Count (Default: 20, MAX: 50)
- Target SSH Port (Default: 22)
- User defined openssh-client path (/usr/bin/ssh)

## Setup
Expand Down Expand Up @@ -107,6 +108,10 @@ psource = <WAN/Public Facing IP Address>
host = speedtest-nyc1.digitalocean.com
title = speedtest-nyc1.digitalocean.com (DigitalOcean New York 1)
++ my_remote_server.com
host = my_remote_server
title = My Remote Server
ssh_port = 22431
````

### Bugs
Expand Down

0 comments on commit 8f3f7b3

Please sign in to comment.