Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Ping Monitor improvements #2573

Merged
merged 11 commits into from
Dec 9, 2023
Prev Previous commit
Next Next commit
Docs: Ping Monitor
  • Loading branch information
BornToBeRoot committed Dec 8, 2023
commit c5c59940a0db28b6c89204183af00fd7fa19063e

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
<value>SERVER-01 or 10.0.0.10</value>
</data>
<data name="ExampleHostRange" xml:space="preserve">
<value>192.168.1.0/24; 192.168.178.1 - 192.168.178.128; 192.168.[178-179].[1,100,150-200]; borntoberoot.net/24</value>
<value>192.168.178.0/24; 10.0.0.0 - 10.0.0.9; 10.0.[0-9,20].[1-2]; server-01.borntoberoot.net/24</value>
</data>
<data name="ExampleIPv4Address" xml:space="preserve">
<value>10.0.0.10</value>
Expand Down
14 changes: 11 additions & 3 deletions docs/Documentation/01_Application/06_PingMonitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,19 @@ With the **Ping Monitor** you can monitor one or multiple hosts with ICMP echo r

Example inputs:

- `server-01.borntoberoot.net`
- `10.0.0.1`
| Host | Description |
| -------------------------------- | ----------------------------------------------------------------------------------------- |
| `10.0.0.1` | Single IP address (`10.0.0.1`) |
| `10.0.0.100 - 10.0.0.199` | All IP addresses in a given range (`10.0.0.100`, `10.0.0.101`, ..., `10.0.0.199`) |
| `10.0.0.0/23` | All IP addresses in a subnet (`10.0.0.0`, ..., `10.0.1.255`) |
| `10.0.0.0/255.255.254.0` | All IP addresses in a subnet (`10.0.0.0`, ..., `10.0.1.255`) |
| `10.0.[0-9,20].[1-2]` | Multipe IP address like (`10.0.0.1`, `10.0.0.2`, `10.0.1.1`, ...,`10.0.9.2`, `10.0.20.1`) |
| `borntoberoot.net` | Single IP address resolved from a host (`10.0.0.1`) |
| `borntoberoot.net/24` | All IP addresses in a subnet resolved from a host (`10.0.0.0`, ..., `10.0.0.255`) |
| `borntoberoot.net/255.255.255.0` | All IP addresses in a subnet resolved from a host (`10.0.0.0`, ..., `10.0.0.255`) |

{: .note }
Multiple inputs can be combined with a semicolon (`;`).<br />Example: `server-01.borntoberoot.net; 10.0.0.1`
Multiple inputs can be combined with a semicolon (`;`).<br />Example: `10.0.0.0/24; 10.0.[10-20]1`

![PingMonitor](06_PingMonitor.png)

Expand Down
Binary file modified docs/Documentation/01_Application/06_PingMonitor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.