Closed Capusjon closed 1 year ago
I don't know what went wrong but I fixed it by installing iputils-ping inside the docker..
now ping seems to work
I do have an other question though;
Now it checks every minute if the IP is up or not, can I edit this value to let's say every 10 minutes?
I do have an other question though;
Now it checks every minute if the IP is up or not, can I edit this value to let's say every 10 minutes?
Sorry found that as well. All acording to Cron Syntax
interval: "/10 *"
Thanks for the container though. Does exactly what I need it to do 👍
Issue for the ping remains though, I assume this should be working without me installing annything inside the container. Kind regards, Colin
Thanks for reporting, I'll look into the ping issue ASAP. And yes, ping should work out-of-the-box. Which container architecture are you running on, x64 or ARM?
@shukriadams i'm running both. 2 machines one is x64 other is a rasspberry pi. Both have the same issues and are fixable by installing iputils-ping
Yep, adding iputils-ping fixed it. 92792e will be in the next release.
I configured a few simple ping tests. Docker log and log inside config folder all give me this error:
This is the config:
Am I missing something? What could be the problem?
Kind regards