Class ConfigureMonitoringAction

  • All Implemented Interfaces:
    WebInterface, MessageHolderAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

    public class ConfigureMonitoringAction
    extends ConfluenceActionSupport
    This action allows administrators to configure monitoring settings (App Monitoring and JMX) across the cluster
    Since:
    7.17
    See Also:
    Serialized Form
    • Constructor Detail

      • ConfigureMonitoringAction

        public ConfigureMonitoringAction()
    • Method Detail

      • execute

        public String execute()
        Specified by:
        execute in interface com.opensymphony.xwork2.Action
        Overrides:
        execute in class com.opensymphony.xwork2.ActionSupport
      • isAppMonitoringEnabled

        public boolean isAppMonitoringEnabled()
      • isJmxEnabled

        public boolean isJmxEnabled()
      • isSystemPropertySetOnNodes

        public boolean isSystemPropertySetOnNodes()
      • setIsChecked

        public void setIsChecked​(String isChecked)
      • setConfluenceJmxConfigService

        public void setConfluenceJmxConfigService​(ConfluenceJmxConfigService confluenceJmxConfigService)
      • setEventPublisher

        public void setEventPublisher​(com.atlassian.event.api.EventPublisher eventPublisher)
      • toggleAppMonitoringEnabled

        public String toggleAppMonitoringEnabled()
      • toggleJmxEnabled

        public String toggleJmxEnabled()