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 Aug 22, 2023. It is now read-only.
This patch reimplements hammer ping to use simple net::http
call instead of hammer. The main advantage is we can easily
skip the hammer auth setup which is not required for the call.
Another advantage is we can extend ping to pure foreman
and proxy.
Internaly the ping implementation moved to the instance feature,
related CLI option was kept for backward compatibility. The ping?
now returns true/false and the additional details such as error
message and failing services can be checked using additional
methods. Restrictions to :katello feature were removed as
the ping can query all types of instances now.
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.
Foreman-maintain PR: theforeman/foreman_maintain#261
description:
The text was updated successfully, but these errors were encountered: