Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

healthcheck: more checker methods and bugfix #910

Merged
merged 5 commits into from
Sep 15, 2023

Commits on Sep 6, 2023

  1. healthcheck: add healthcheck method 'udpping' and make it the default…

    … checker for UDP targets
    
    The 'udpping' checker first checks the l3 network connectivity with ping checker, and performs
    udp checker only ping checker responds ok. It's an enhancement for the simple udp checker when
    udp port probe times out.
    
    Signed-off-by: ywc689 <[email protected]>
    ywc689 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    474b853 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. healthcheck: add HTTP(S) check method

    Signed-off-by: ywc689 <[email protected]>
    ywc689 committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    ff4962b View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. healthcheck: set config's health state from dpvs properly

    Note that realserver's weight and inhibited flag can be modified by dpvs-agent independently.
    So we cannot assume that the weight is zero when inhibited flag is set.
    
    Signed-off-by: ywc689 <[email protected]>
    ywc689 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    e110554 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3a7ee0 View commit details
    Browse the repository at this point in the history
  3. ipvs: lower 'no dest found' log message level when scheduling a servi…

    …ce without available backends
    
    Signed-off-by: ywc689 <[email protected]>
    ywc689 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    1ca55d8 View commit details
    Browse the repository at this point in the history