Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zimbres/prtg-multi-platform-probe
Multi-Platform Probe extends the native monitoring capabilities on non-Windows platforms, for example Linux, Raspberry Pi, or NAS systems.
https://github.com/zimbres/prtg-multi-platform-probe
prtg prtg-multi-platform-probe
Last synced: 6 days ago
JSON representation
Multi-Platform Probe extends the native monitoring capabilities on non-Windows platforms, for example Linux, Raspberry Pi, or NAS systems.
- Host: GitHub
- URL: https://github.com/zimbres/prtg-multi-platform-probe
- Owner: zimbres
- License: mit
- Created: 2023-08-12T21:22:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-21T22:32:18.000Z (9 months ago)
- Last Synced: 2024-12-24T12:18:38.387Z (11 days ago)
- Topics: prtg, prtg-multi-platform-probe
- Language: Dockerfile
- Homepage: https://blog.paessler.com/extend-monitoring-with-paessler-prtg-to-linux
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Download
- https://downloads.paessler.com/prtgmpprobe/linux/prtgmpprobe_aarch64.deb
- https://downloads.paessler.com/prtgmpprobe/linux/prtgmpprobe_amd64.deb
- https://downloads.paessler.com/prtgmpprobe/linux/prtgmpprobe_armhf.deb---
```
OPTIONS:
- -a, --access-key Access key to validate for PRTG core [env: PRTGMPPROBE_ACCESS_KEY=][default:multi-platform-probe]
- --momo-dir Directory where the monitoring modules' `.dll` or `.so` are stored [env:PRTGMPPROBE_MOMO_DIR=][default: MonitoringModules/]
- --heartbeat Interval [sec] in which heartbeat messages are sent to the NATS server [env:PRTGMPPROBE_HEARTBEAT=][default: 30]
- --id Persistent ID of the probe itself [env: PRTGMPPROBE_ID=][default: 936da01f-9abd-4d9d-80c7-02af85c822a8]
- -l, --log-level The log level that is written in the log file [env: PRTGMPPROBE_LOG_LEVEL=][default: info]
- --log-dir Directory where the log files are written [env: PRTGMPPROBE_LOG_DIR=][default:probe_logs/]
- --name Human readable name of the probe [env: PRTGMPPROBE_NAME=][default: multi-platform-probe]
- -i, --nats-ip IP address of the NATS server [env: PRTGMPPROBE_NATS_IP=][default: 127.0.0.1]
- -p, --nats-port Port the NATS server listens to [env: PRTGMPPROBE_NATS_PORT=][default: 23561]
- -w, --nats-pwd Password of the NATS user [env: PRTGMPPROBE_NATS_PWD=][default: PRTG]
- --nats-url The complete URL of the NATS server. When this is set IP and port are ignored [env:NEXT_NATS_URL=]
- -u, --nats-user NATS user account [env: PRTGMPPROBE_NATS_USER=][default: PRTG]
- --momo-timeout Timeout for momo sensor scans in [sec] [env: PRTGMPPROBE_MOMO_TIMEOUT=][default:900]
```
---
# Usage
`docker run -d --net mynet --name prtg-mpp -e PRTGMPPROBE__NATS__URL=nats://nats -e PRTGMPPROBE__ACCESS_KEY=multi-platform-probe -e PRTGMPPROBE__NAME=multi-platform-probe-docker -e PRTGMPPROBE__NATS__AUTHENTICATION__USER=PRTG -e PRTGMPPROBE__NATS__AUTHENTICATION__PASSWORD=PRTG -e PRTGMPPROBE__ID="bf6e8daf-0b06-4285-b755-7b5b2f6a5989" zimbres/prtg-multi-platform-probe`
---
### Options
- Access key to validate for PRTG core [env: PRTGMPPROBE__ACCESS_KEY=]
- Persistent ID of the probe itself [env: PRTGMPPROBE__ID=]
- Human readable name of the probe [env: PRTGMPPROBE__NAME=]
- The complete URL of the NATS server. [env: PRTGMPPROBE__NATS__URL=]
- NATS user account [env: PRTGMPPROBE__NATS__AUTHENTICATION__USER=]
- Password of the NATS user [env: PRTGMPPROBE__NATS__AUTHENTICATION__PASSWORD=]---
* prtgmpprobe 1.0.0+10193-1