cq5-healthcheck icon indicating copy to clipboard operation
cq5-healthcheck copied to clipboard

CQ5 Healthcheck code

Results 10 cq5-healthcheck issues
Sort by recently updated
recently updated
newest added

Bumps org.apache.sling.api from 2.2.4 to 2.25.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.sling:org.apache.sling.api&package-manager=maven&previous-version=2.2.4&new-version=2.25.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Causes a 'cannot find mbean' message on the status page when working from the example.

Hi, Please update the document and specify that the status page is now in a separate bundle that should be installed on its own. Also the location has changed from...

We should have some more StatusProviders: - OSGI bundles (warn if bundles are not active/fragment bundles) - ...

Currently MBeanStatusProvider.compareAttributeValue(String, String, Object) has a dedicated check each different data type. Each supports a different set of comparison types and only some support arrays/lists. This leads to many lines...

enhancement

There should be a state indicating a system maintenance. This maintenance mode should have these properties: - The reported state should be considered similar to CRITICAL, so the system is...

should run regularly to check that new checks don't have an unexpected performance impact

new feature

- implement ability to monitor clustering situations

In many cases we have situations where 2 different processes interfere: - Instantiation of the MBeanStatusProvider based on the config nodes - Startup of the jmx-extension bundle. In case the...

enhancement

Documentation should include: - the reason why this package should be used - how configuraiton should be done - the healthcheck page component - the loadbalancer status servlet (and its...

enhancement
task