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

[DOC] Monitoring Server Health #8491

Open
VinulaUthsara opened this issue Oct 24, 2024 · 0 comments · May be fixed by #8697
Open

[DOC] Monitoring Server Health #8491

VinulaUthsara opened this issue Oct 24, 2024 · 0 comments · May be fixed by #8697
Assignees

Comments

@VinulaUthsara
Copy link
Contributor

Description:
There are several issues such as the following regarding the documentation [1] on Monitoring Server Health:

  1. In Step 1 part 6 there is no file with the name: health-check.config.xml in the path: <API_HOME>/features/org.wso2.carbon.healthcheck.server_1.0.0.
    But there is a file with the name: health-check-config.xml in the path: <HEALTH_CHECK_HOME>/features/org.wso2.carbon.healthcheck.server.feature/resources/health-check-config.xml.

  2. The 'sample configuration' has a duplicate entry of [carbon_health_check.health_checker.data_source_health_checker] which is not valid for the deployment.toml file.


[carbon_health_check] 
enable = true

[carbon_health_check.health_checker.data_source_health_checker]
enable = true
pool_usage_limit_percentage = "80"
order = "97"

[carbon_health_check.health_checker.data_source_health_checker.properties]
'monitored.datasources' = "jdbc/WSO2CarbonDB,jdbc/WSO2AM_DB,jdbc/SHARED_DB"

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

[carbon_health_check.health_checker.super_tenant_health_checker.properties]
'monitored.user.stores' = "primary" 

[[health_checker]] 
name = "customChecker" 
order = "87"
[health_checker.properties] 
property1 = "property-1-value" 
property2 = "property-2-value" 


[1] https://apim.docs.wso2.com/en/latest/administer/logging-and-monitoring/monitoring/monitoring-server-health/#monitoring-server-health

Suggested Labels:

4.3.0

Suggested Assignees:

Affected Product Version:

OS, DB, other environment details and versions:

Steps to reproduce:

Related Issues:

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 a pull request may close this issue.

2 participants