mirror of
https://github.com/PaesslerAG/docker-multi-platform-probe.git
synced 2026-02-20 22:15:40 +00:00
Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
baa179a41c | ||
|
|
91a2187ec1 | ||
|
|
b54bc94716 | ||
|
|
44749872c3 | ||
|
|
b04fc33694 | ||
|
|
198cc27854 | ||
|
|
94519a402f | ||
|
|
546ee7af5e |
30
.github/workflows/dockerhub-description.yml
vendored
30
.github/workflows/dockerhub-description.yml
vendored
@@ -1,30 +0,0 @@
|
||||
# https://github.com/peter-evans/dockerhub-description
|
||||
|
||||
name: Update Docker Hub Description
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- README.md
|
||||
- .github/workflows/dockerhub-description.yml
|
||||
|
||||
env:
|
||||
IMAGE_NAME: paessler/multi-platform-probe
|
||||
|
||||
jobs:
|
||||
update-description:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out the repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Docker Hub Description
|
||||
uses: peter-evans/dockerhub-description@v4
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PUSH_TOKEN }}
|
||||
repository: ${{ env.IMAGE_NAME }}
|
||||
short-description: ${{ github.event.repository.description }}
|
||||
enable-url-completion: true
|
||||
10
README.md
10
README.md
@@ -17,7 +17,7 @@ We recommend that you always update to the latest version of PRTG via the Auto-U
|
||||
Requires a [NATS server](#install-and-configure-a-nats-server) connection configured in PRTG.
|
||||
|
||||
[prtg-96]: https://www.paessler.com/prtg/history/stable#24.2.96.1315
|
||||
[manual]: https://paessler.canto.global/direct/document/qvou34dmut1uh0gg6mqee3ip2k/K-e9xGiEiT58XzlH3s_Nf-B3lVk/original?content-type=application%2Fpdf&name=Multi-Platform+Probe+Manual.pdf
|
||||
[manual]: https://manuals.paessler.com/multiplatformprobemanual.pdf
|
||||
|
||||
## How to use the multi-platform probe container
|
||||
|
||||
@@ -37,7 +37,7 @@ Paessler GmbH provides the **NATS Server for Paessler PRTG** Windows installer t
|
||||
* Configures the NATS server.
|
||||
* Installs and starts the NATS server service in the background.
|
||||
|
||||
For the installer and step-by-step instructions on how to set up a NATS server on Windows, see section **Step 1: Install a NATS server** in the [Multi-Platform Probe for PRTG (PDF)][manual] manual.
|
||||
For the installer and step-by-step instructions on how to set up a NATS server on Windows, see section **Step 1: Install a NATS server** in the [Multi-Platform Probe for PRTG][manual] manual.
|
||||
|
||||
ℹ️ If you want to deploy your NATS server on a non-Windows system, see the NATS documentation on their website.
|
||||
|
||||
@@ -46,7 +46,7 @@ For the installer and step-by-step instructions on how to set up a NATS server o
|
||||
Once you set up your NATS server, you must configure PRTG to accept connections to the NATS server.
|
||||
This is done from the PRTG web interface via **Setup** | **Cores & Probes** | **[Multi-Platform Probe Connection Settings][prtg-manual:cores]**.
|
||||
|
||||
For step-by-step instructions on how to configure PRTG, see section **Step 2: Configure connection in PRTG** in the [Multi-Platform Probe for PRTG (PDF)][manual] manual.
|
||||
For step-by-step instructions on how to configure PRTG, see section **Step 2: Configure connection in PRTG** in the [Multi-Platform Probe for PRTG][manual] manual.
|
||||
|
||||
[prtg-manual:cores]: https://www.paessler.com/manuals/prtg/core_and_probes#multi_platform_probe_connection
|
||||
|
||||
@@ -91,8 +91,8 @@ You can also use the `/opt/paessler/share/scripts` volume for the scripts of the
|
||||
```sh
|
||||
docker run -it \
|
||||
--network bridge \
|
||||
-v ./scripts:/opt/paessler/share/scripts:ro \
|
||||
-v ./config:/config \
|
||||
-v $(pwd)/scripts:/opt/paessler/share/scripts:ro \
|
||||
-v $(pwd)/config:/config \
|
||||
--cap-add NET_ADMIN \
|
||||
--cap-add NET_RAW \
|
||||
paessler/multi-platform-probe:latest
|
||||
|
||||
@@ -13,7 +13,7 @@ _passthrough=0
|
||||
for _arg in "$@"
|
||||
do
|
||||
case "$_arg" in
|
||||
--help|example-config)
|
||||
-h|--help|example-config|-V|--version)
|
||||
_passthrough=1
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user