mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Failing: ping: socket: Operation not permitted #877
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#877
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 @weirlive on GitHub (Feb 28, 2022).
⚠️ Please verify that this bug has NOT been raised before.
🛡️ Security Policy
📝 Describe your problem
When I setup Ping Monitor I get the following error: Failing: ping: socket: Operation not permitted
If I look at the docker logs I see the same for every monitor I've set:
Monitor #1 'PING - GOOGLE': Failing: ping: socket: Operation not permitted
and my docker-compose:
🐻 Uptime-Kuma Version
Version: 1.12.1
💻 Operating System and Arch
ubuntu 20.04
🌐 Browser
brave
🐋 Docker Version
20.10.12
🟩 NodeJS Version
Your Node.js version: 14
@weirlive commented on GitHub (Feb 28, 2022):
From inside the container ping works:
PING 1.1.1.1 (1.1.1.1) 56(84) bytes of data.
64 bytes from 1.1.1.1: icmp_seq=1 ttl=58 time=11.7 ms
64 bytes from 1.1.1.1: icmp_seq=2 ttl=58 time=8.94 ms
64 bytes from 1.1.1.1: icmp_seq=3 ttl=58 time=9.80 ms
64 bytes from 1.1.1.1: icmp_seq=4 ttl=58 time=9.32 ms
64 bytes from 1.1.1.1: icmp_seq=5 ttl=58 time=9.04 ms
64 bytes from 1.1.1.1: icmp_seq=6 ttl=58 time=9.98 ms
PING google.com (142.250.176.206) 56(84) bytes of data.
64 bytes from lga34s37-in-f14.1e100.net (142.250.176.206): icmp_seq=1 ttl=118 time=10.8 ms
64 bytes from lga34s37-in-f14.1e100.net (142.250.176.206): icmp_seq=2 ttl=118 time=8.64 ms
64 bytes from lga34s37-in-f14.1e100.net (142.250.176.206): icmp_seq=3 ttl=118 time=7.90 ms
64 bytes from lga34s37-in-f14.1e100.net (142.250.176.206): icmp_seq=4 ttl=118 time=8.30 ms
@weirlive commented on GitHub (Feb 28, 2022):
some more info, I'm using Nginx Proxy Manager as my reverse proxy. I have Web Socket Support enabled.