You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed openvpn on my server. I want to add healthcheck on my homepage for my openvpn service. I can't seem to get it to work with ping command.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Description
Hello,
I have installed openvpn on my server. I want to add healthcheck on my homepage for my openvpn service. I can't seem to get it to work with ping command.
This is my services.yaml for openvpn:
It gives me
ping down
on my homepage:From my ubuntu server, where openvpn service and homepage container are installed, i can use
ping 10.56.71.1
:10.56.71.1 is the IP address of the openvpn's server in the private subnet.
Do you guys have any idea how to healthcheck a daemon service like openvpn on homepage ?
Thank you in advance.
homepage version
v0.10.9
Installation method
Docker
Configuration
No response
Container Logs
Listening on port 3000
Browser Logs
No response
Troubleshooting
Nothing relevant in troubleshooting tests.
However, i tried the
hrefMonitor: udp://192.168.1.XX:1194
, it didn't work.Beta Was this translation helpful? Give feedback.
All reactions