Uploaded image for project: 'MariaDB MaxScale'
  1. MariaDB MaxScale
  2. MXS-2314

Allow Services to be Populated by Monitor

    XMLWordPrintable

Details

    • New Feature
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • None
    • 2.4.0
    • Core
    • None

    Description

      Currently the servers have to be separately defined for both the service and the monitor.

      [Monitor1]
      type=monitor
      ...
      servers=Server1,Server2,Server3
       
      [Service1]
      type=service
      ...
      servers=Server1,Server2,Server3
      

      Since the set of servers is typically the same, this is both tedious and error-prone. By allowing a service to refer to a monitor, the servers of the service do not explicitly be listed but are defined by the monitor.

      [Monitor1]
      type=monitor
      ...
      servers=Server1,Server2,Server3
       
      [Service1]
      type=service
      ...
      monitor=Monitor1
      

      This also makes it possible to allow the monitor to dynamically define the servers at runtime.

      Attachments

        Issue Links

          Activity

            People

              johan.wikman Johan Wikman
              johan.wikman Johan Wikman
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.