Combine MaxAdmin tutorials
Combined all maxadmin related tutorials into one document. This removes the duplication of documentation found in all tutorials.
This commit is contained in:
parent
b7d19a6670
commit
2f95532efd
21
Documentation/Tutorials/Configuring-MaxAdmin.md
Normal file
21
Documentation/Tutorials/Configuring-MaxAdmin.md
Normal file
@ -0,0 +1,21 @@
|
||||
# Configuring the MaxAdmin Administrative Interface
|
||||
|
||||
To configure the service which is used by the `maxadmin` command to connect to
|
||||
MariaDB MaxScale, add the following service and listener sections to the
|
||||
configuration file.
|
||||
|
||||
```
|
||||
[CLI]
|
||||
type=service
|
||||
router=cli
|
||||
|
||||
[CLI-Listener]
|
||||
type=listener
|
||||
service=CLI
|
||||
protocol=maxscaled
|
||||
socket=default
|
||||
```
|
||||
|
||||
This defines a UNIX domain socket which `maxadmin` will use to connect to
|
||||
MaxScale. MaxAdmin provides monitoring and administration functionality that can
|
||||
be used to inspect the state of MaxScale.
|
@ -141,21 +141,8 @@ service uses. This is process described in the
|
||||
|
||||
## Configuring the Administrative Interface
|
||||
|
||||
The final stage in the configuration is to add the option service which is used
|
||||
by the maxadmin command to connect to MariaDB MaxScale for monitoring and
|
||||
administration purposes. This creates a service section and a listener section.
|
||||
|
||||
```
|
||||
[CLI]
|
||||
type=service
|
||||
router=cli
|
||||
|
||||
[CLI Listener]
|
||||
type=listener
|
||||
service=CLI
|
||||
protocol=maxscaled
|
||||
socket=default
|
||||
```
|
||||
The MaxAdmin configuration is described in the
|
||||
[Configuring MaxAdmin](Configuring-MaxAdmin.md) document.
|
||||
|
||||
## Starting MariaDB MaxScale
|
||||
|
||||
|
@ -94,19 +94,8 @@ document.
|
||||
|
||||
## Configuring the Administrative Interface
|
||||
|
||||
The final stage in the configuration is to add the option service which is used by the maxadmin command to connect to MariaDB MaxScale for monitoring and administration purposes. This creates a service section and a listener section.
|
||||
|
||||
```
|
||||
[CLI]
|
||||
type=service
|
||||
router=cli
|
||||
|
||||
[CLI Listener]
|
||||
type=listener
|
||||
service=CLI
|
||||
protocol=maxscaled
|
||||
socket=default
|
||||
```
|
||||
The MaxAdmin configuration is described in the
|
||||
[Configuring MaxAdmin](Configuring-MaxAdmin.md) document.
|
||||
|
||||
## Starting MariaDB MaxScale
|
||||
|
||||
|
@ -177,21 +177,8 @@ document.
|
||||
|
||||
## Configuring the Administrative Interface
|
||||
|
||||
The final stage in the configuration is to add the option service which is used
|
||||
by the maxadmin command to connect to MariaDB MaxScale for monitoring and
|
||||
administration purposes. This creates a service section and a listener section.
|
||||
|
||||
```
|
||||
[CLI]
|
||||
type=service
|
||||
router=cli
|
||||
|
||||
[CLI-Listener]
|
||||
type=listener
|
||||
service=CLI
|
||||
protocol=maxscaled
|
||||
socket=default
|
||||
```
|
||||
The MaxAdmin configuration is described in the
|
||||
[Configuring MaxAdmin](Configuring-MaxAdmin.md) document.
|
||||
|
||||
## Starting MariaDB MaxScale
|
||||
|
||||
|
@ -130,22 +130,8 @@ document.
|
||||
|
||||
## Configuring the Administrative Interface
|
||||
|
||||
The final stage in the configuration is to add the service which used by the
|
||||
`maxadmin` command to connect to MariaDB MaxScale for monitoring and
|
||||
administration purposes. The example below shows a service section and a
|
||||
listener section.
|
||||
|
||||
```
|
||||
[CLI]
|
||||
type=service
|
||||
router=cli
|
||||
|
||||
[CLI Listener]
|
||||
type=listener
|
||||
service=CLI
|
||||
protocol=maxscaled
|
||||
socket=default
|
||||
```
|
||||
The MaxAdmin configuration is described in the
|
||||
[Configuring MaxAdmin](Configuring-MaxAdmin.md) document.
|
||||
|
||||
# Starting MariaDB MaxScale
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user