mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Ping monitor: "Platform |openbsd| is not support" #2215
Labels
No labels
A:accessibility
A:api
A:cert-expiry
A:core
A:dashboard
A:deployment
A:documentation
A:domain expiry
A:incidents
A:maintenance
A:metrics
A:monitor
A:notifications
A:reports
A:settings
A:status-page
A:ui/ux
A:user-management
Stale
ai-slop
blocked
blocked-upstream
bug
cannot-reproduce
dependencies
discussion
duplicate
feature-request
feature-request
good first issue
hacktoberfest
help
help wanted
house keeping
invalid
invalid-format
invalid-format
question
releaseblocker 🚨
security
spam
type:enhance-existing
type:new
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/uptime-kuma#2215
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @h3artbl33d on GitHub (May 29, 2023).
⚠️ Please verify that this bug has NOT been raised before.
🛡️ Security Policy
Description
First and foremost: thank you so much for creating
uptime-kuma- have been using it for quite some time and am completely happy with it. I do run it on OpenBSD with some monitors. Most are TCP Pings and some HTTPS. However, a 'Ping' monitor throws the following error:I am not versed in NodeJS - so the following might be complete nonsense: it seems to be caused by
cypress, which is listed as a devDependency. The 🔧 How to Install instructs to executenpm run setup. Thepackage.json:42shows thatnpm ci --productionis ran, which should omit devDependencies.If I run
npm i @louislam/pingI get the following output:However, running
npm i @louislam/ping --productionseems to work:It fix the issue - still getting the same error adding a Ping monitor (even after restarting
uptime-kuma) - but this might be due to my incompetence with NodeJS / npm.👟 Reproduction steps
👀 Expected behavior
😓 Actual Behavior
🐻 Uptime-Kuma Version
1.21.3
💻 Operating System and Arch
OpenBSD 7.3
🌐 Browser
Chromium 113.0.5672.126
🐋 Docker Version
No response
🟩 NodeJS Version
18.15.0
📝 Relevant log output
No response