Interface MonitoringConsoleConfiguration

  • All Superinterfaces:
    ConfigBeanProxy, DomainExtension

    public interface MonitoringConsoleConfiguration
    extends DomainExtension
    Configuration for the monitoring console core. This is first of all the data and watch collection and evaluation.
    Since:
    5.201
    Author:
    Jan Bernitt
    • Method Detail

      • getEnabled

        String getEnabled()
        Note that this is not reflecting whether or not the monitoring data is collected. This is controlled by the general monitoring configuration.
        Returns:
        True, if monitoring console web-app is deployed, else false.
      • getDisabledWatchNames

        List<String> getDisabledWatchNames()
        Returns:
        Names of the watches that are disabled (this includes collected and custom watches)
      • getCustomWatchNames

        List<String> getCustomWatchNames()
        Returns:
        Names of custom watches (so collected watches are not included)
      • getPageNames

        List<String> getPageNames()
        Returns:
        Names of MC (client) pages
      • getPageValues

        List<String> getPageValues()
        Returns:
        JSON values of the MC (client) pages (index is same in getPageNames())