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

Fix health check docs #8697

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix health check docs #8697

wants to merge 1 commit into from

Conversation

msm1992
Copy link
Contributor

@msm1992 msm1992 commented Nov 6, 2024

Purpose

Fixes #8491

Comment on lines -243 to -245
[carbon_health_check.health_checker.data_source_health_checker]
enable =false
order = 98
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be the configuration for super tenant health checker? Just like the configurations that come before this are for carbon_health_check.health_checker.data_source_health_checker and carbon_health_check.health_checker.data_source_health_checker.properties; I believe this should be a typo. We should change this from [carbon_health_check.health_checker.data_source_health_checker] to [carbon_health_check.health_checker.super_tenant_health_checker]

    [carbon_health_check.health_checker.super_tenant_health_checker]
    enable =false
    order = 98

@@ -32,7 +32,7 @@ This section guides you through deploying the Carbon Health Check components in

5. Copy the webapp `api#health-check#v1.0.war`, which is found in the `<HEALTH_CHECK_HOME>/components/org.wso2.carbon.healthcheck.api.endpoint/target/` directory and paste it in the `<API-M_HOME>/repository/deployment/server/webapps` directory.

6. Copy the `health-check.config.xml` configuration file found in the `<API_HOME>/features/org.wso2.carbon.healthcheck.server_1.0.0` directory to your `<PRODUCT_HOME>/repository/conf/` directory.
6. Copy the `health-check-config.xml` configuration file found in the `<HEALTH_CHECK_HOME>/features/org.wso2.carbon.healthcheck.server.feature/resources` directory to your `<PRODUCT_HOME>/repository/conf/` directory.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will changing the health-check-config.xml work fine for this? Isn't it the j2 or a toml file that we should be editing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[DOC] Monitoring Server Health
2 participants