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
{{ message }}
This repository has been archived by the owner on Oct 24, 2019. It is now read-only.
For some of my hosts the rescue part in ping_cockpit_service in app/models/concerns/foreman_cockpit/host_extensions.rb did not catch an error ('network unreachable') which leads to Foreman displaying an error message instead of just skipping the cockpit display on that host.
I had to add the error Errno::ENETUNREACH to the rescue list to make it work.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For some of my hosts the rescue part in
ping_cockpit_service
inapp/models/concerns/foreman_cockpit/host_extensions.rb
did not catch an error ('network unreachable') which leads to Foreman displaying an error message instead of just skipping the cockpit display on that host.I had to add the error
Errno::ENETUNREACH
to the rescue list to make it work.The text was updated successfully, but these errors were encountered: