Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info

Admin GUI has the following URL by default: /web/admin/console/

...

Tip

There are the following default user and password from application.properties:

# username and password for accessing web admin GUI
security.user.web-user=webUser
security.user.web-password=webPassword

...

Displaying a catalog of error codes that shows all error codes which are defined by developers - see Error handling for more details. This allows consumers of your services to trace a specific meaning return error code.

Misc


Ping service (for test)

REST: web/admin/mgmt/info (DOC) (not accessible from the menu)

Service for checking if the OpenHub respectively admin GUI is still active, whether the application is running.

Image Added

Tip

You can also use health endpoint - web/admin/mgmt/health (DOC).

List of changes

REST: /web/admin/changes (DOC) 

This page displays content of the file /web-admin/src/main/resources/changes.MD that contains list of changes that have occurred primarily on input interfaces and services that provides OpenHub. 

This file/page serves for consuments of your services to be able watch changes in your APIs.

Image Added

There are links in the menu to external applications.

Image Added

Java melody

The goal of JavaMelody is to monitor Java or Java EE applications in QA and production environments.

Image Added

Menu customization

Menu structure is configurable via properties. 

...

Code Block
# Configuration of menu items
ohf.admin.console.config.menu.analytics.messages.enabled = true
ohf.admin.console.config.menu.infrastructure.services.wsdl.enabled = true
ohf.admin.console.config.menu.cluster.nodes.enabled = true
ohf.admin.console.config.menu.configuration.system-params.enabled = ${endpoints.configprops.enabled:true}
ohf.admin.console.config.menu.configuration.logging.enabled = ${endpoints.loggers.enabled:true}
ohf.admin.console.config.menu.configuration.environment.enabled = ${endpoints.env.enabled:true}
ohf.admin.console.config.menu.configuration.error-code-catalog.enabled = true
ohf.admin.console.config.menu.external-links.enabled = true
ohf.admin.console.config.menu.external-links.items[0].title = Javamelody Monitoring
ohf.admin.console.config.menu.external-links.items[0].link = ${javamelody.init-parameters.monitoring-path}
ohf.admin.console.config.menu.external-links.items[0].enabled = ${javamelody.enabled}
ohf.admin.console.config.menu.changes.enabled = true

# Messages api configuration
ohf.admin.console.messages.limit = 100

# Logged user session concurrency limit
ohf.admin.console.session-concurrency.limit = 2

Ping service (for test)

REST: web/admin/mgmt/info (DOC) (not accessible from the menu)

Service for checking if the OpenHub respectively admin GUI is still active, whether the application is running.

Image Removed

Tip

You can also use health endpoint - web/admin/mgmt/health (DOC).

List of changes

REST: /web/admin/changes (DOC) 

This page displays content of the file /web-admin/src/main/resources/changes.MD that contains list of changes that have occurred primarily on input interfaces and services that provides OpenHub. 

This file/page serves for consuments of your services to be able watch changes in your APIs.

Image Removed

There are links in the menu to external applications.

Image Removed

Java melody

The goal of JavaMelody is to monitor Java or Java EE applications in QA and production environments.

...