{"id":23701049,"url":"https://github.com/zimbres/prtg-multi-platform-probe","last_synced_at":"2026-01-29T09:30:15.446Z","repository":{"id":187949403,"uuid":"677852634","full_name":"zimbres/prtg-multi-platform-probe","owner":"zimbres","description":"Multi-Platform Probe extends the native monitoring capabilities on non-Windows platforms, for example Linux, Raspberry Pi, or NAS systems.","archived":false,"fork":false,"pushed_at":"2024-04-21T22:32:18.000Z","size":4,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-15T13:15:50.734Z","etag":null,"topics":["prtg","prtg-multi-platform-probe"],"latest_commit_sha":null,"homepage":"https://blog.paessler.com/extend-monitoring-with-paessler-prtg-to-linux","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zimbres.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-08-12T21:22:43.000Z","updated_at":"2024-07-26T05:01:12.000Z","dependencies_parsed_at":"2024-04-21T23:00:00.964Z","dependency_job_id":null,"html_url":"https://github.com/zimbres/prtg-multi-platform-probe","commit_stats":null,"previous_names":["zimbres/prtg-multi-platform-probe"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zimbres%2Fprtg-multi-platform-probe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zimbres%2Fprtg-multi-platform-probe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zimbres%2Fprtg-multi-platform-probe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zimbres%2Fprtg-multi-platform-probe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zimbres","download_url":"https://codeload.github.com/zimbres/prtg-multi-platform-probe/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239776530,"owners_count":19695122,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["prtg","prtg-multi-platform-probe"],"created_at":"2024-12-30T09:31:45.058Z","updated_at":"2026-01-29T09:30:13.418Z","avatar_url":"https://github.com/zimbres.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Download\n- https://downloads.paessler.com/prtgmpprobe/linux/prtgmpprobe_aarch64.deb\n- https://downloads.paessler.com/prtgmpprobe/linux/prtgmpprobe_amd64.deb\n- https://downloads.paessler.com/prtgmpprobe/linux/prtgmpprobe_armhf.deb\n\n---\n```\nOPTIONS:\n- -a, --access-key \u003caccess-key\u003e    Access key to validate for PRTG core [env: PRTGMPPROBE_ACCESS_KEY=][default:multi-platform-probe]\n-     --momo-dir \u003cdir\u003e             Directory where the monitoring modules' `.dll` or `.so` are stored [env:PRTGMPPROBE_MOMO_DIR=][default: MonitoringModules/]\n-     --heartbeat \u003cheartbeat\u003e      Interval [sec] in which heartbeat messages are sent to the NATS server [env:PRTGMPPROBE_HEARTBEAT=][default: 30]\n-     --id \u003cid\u003e                    Persistent ID of the probe itself [env: PRTGMPPROBE_ID=][default: 936da01f-9abd-4d9d-80c7-02af85c822a8]\n- -l, --log-level \u003clevel\u003e          The log level that is written in the log file [env: PRTGMPPROBE_LOG_LEVEL=][default: info]\n-     --log-dir \u003clog-dir\u003e          Directory where the log files are written [env: PRTGMPPROBE_LOG_DIR=][default:probe_logs/]\n-     --name \u003cname\u003e                Human readable name of the probe [env: PRTGMPPROBE_NAME=][default: multi-platform-probe]\n- -i, --nats-ip \u003cnats-ip\u003e          IP address of the NATS server [env: PRTGMPPROBE_NATS_IP=][default: 127.0.0.1]\n- -p, --nats-port \u003cnats-port\u003e      Port the NATS server listens to [env: PRTGMPPROBE_NATS_PORT=][default: 23561]\n- -w, --nats-pwd \u003cnats-pwd\u003e        Password of the NATS user [env: PRTGMPPROBE_NATS_PWD=][default: PRTG]\n-     --nats-url \u003cnats-url\u003e        The complete URL of the NATS server. When this is set IP and port are ignored [env:NEXT_NATS_URL=]\n- -u, --nats-user \u003cnats-user\u003e      NATS user account [env: PRTGMPPROBE_NATS_USER=][default: PRTG]\n-     --momo-timeout \u003ctimeout\u003e     Timeout for momo sensor scans in [sec] [env: PRTGMPPROBE_MOMO_TIMEOUT=][default:900]\n```\n---\n# Usage\n`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`\n---\n### Options\n- Access key to validate for PRTG core [env: PRTGMPPROBE__ACCESS_KEY=]\n- Persistent ID of the probe itself [env: PRTGMPPROBE__ID=]\n- Human readable name of the probe [env: PRTGMPPROBE__NAME=]\n- The complete URL of the NATS server. [env: PRTGMPPROBE__NATS__URL=]\n- NATS user account [env: PRTGMPPROBE__NATS__AUTHENTICATION__USER=]\n- Password of the NATS user [env: PRTGMPPROBE__NATS__AUTHENTICATION__PASSWORD=]\n\n\n---\n* prtgmpprobe 1.0.0+10193-1","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzimbres%2Fprtg-multi-platform-probe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzimbres%2Fprtg-multi-platform-probe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzimbres%2Fprtg-multi-platform-probe/lists"}