Skip to content

Community Plugins

Health Checker's event-driven architecture makes it easy for anyone to create plugins that add custom health checks. This page lists third-party plugins built by the Joomla community.

What Are Community Plugins?

Community plugins are Health Checker extensions created by developers outside the core project. They use the same plugin API as the bundled integrations (Akeeba Backup, Akeeba Admin Tools) but are maintained independently by their authors.

Community plugins can:

  • Add health checks for other Joomla extensions
  • Monitor custom application-specific metrics
  • Integrate with external services or APIs
  • Define entirely new check categories

Available Plugins

PluginAuthorDescriptionLink
YOOtheme Pro Health CheckerAlex RevoDiagnostic tool for YOOtheme Pro Builder sites. Verifies server requirements, Joomla configuration, and YOOtheme Pro setup — identifying potential issues with actionable recommendations.Website

Share Yours!

Built a Health Checker plugin? We'd love to list it here. See Submitting Your Plugin below.

Submitting Your Plugin

To get your plugin listed on this page:

  1. Open a PR — Add your plugin to the COMMUNITY_PLUGINS.md file in the repository
  2. Open an issue — Use the GitHub issue tracker to request a listing

Please include:

  • Plugin name
  • Short description of what it checks
  • Author name or organisation
  • Link to the plugin repository or download

Disclaimer

Community plugins are not reviewed, endorsed, or supported by the Health Checker project. Install third-party plugins at your own discretion and always review the source code before installing.

Creating Your Own Plugin

Ready to build a Health Checker plugin? The Developer Guide walks you through everything:

You can also use the included example plugin at healthchecker/plugins/example/ as a starting point.

Next Steps

Released under the GPL v2+ License