Chaged MaxScale default installation directory to /usr/local/mariadb/maxscale and MaxAdmin password to 'mariadb'.

This commit is contained in:
Markus Makela
2015-03-23 14:53:31 +02:00
parent 1680337f40
commit 7cfc1d3cc9
36 changed files with 148 additions and 148 deletions

View File

@ -70,7 +70,7 @@ EOF
'u' => 'root', # username
'p' => '', # password
'P' => 6603, # port
'm' => '/usr/local/skysql/maxscale/bin/maxadmin', # maxadmin
'm' => '/usr/local/mariadb/maxscale/bin/maxadmin', # maxadmin
);
my $MAXADMIN_DEFAULT = $opts{'m'};

View File

@ -70,7 +70,7 @@ EOF
'u' => 'root', # username
'p' => '', # password
'P' => 6603, # port
'm' => '/usr/local/skysql/maxscale/bin/maxadmin', # maxadmin
'm' => '/usr/local/mariadb/maxscale/bin/maxadmin', # maxadmin
);
my $MAXADMIN_DEFAULT = $opts{'m'};

View File

@ -70,7 +70,7 @@ EOF
'u' => 'root', # username
'p' => '', # password
'P' => 6603, # port
'm' => '/usr/local/skysql/maxscale/bin/maxadmin', # maxadmin
'm' => '/usr/local/mariadb/maxscale/bin/maxadmin', # maxadmin
);
my $MAXADMIN_DEFAULT = $opts{'m'};

View File

@ -43,7 +43,7 @@ define service{
use local-service ; Name of service template to use
host_name server1
service_description MaxScale_modules
check_command check_maxscale_resource!6603!admin!skysql!modules
check_command check_maxscale_resource!6603!admin!mariadb!modules
notifications_enabled 0
}
@ -52,7 +52,7 @@ define service{
use local-service ; Name of service template to use
host_name server1
service_description MaxScale_services
check_command check_maxscale_resource!6603!admin!skysql!services
check_command check_maxscale_resource!6603!admin!mariadb!services
notifications_enabled 0
}
@ -61,7 +61,7 @@ define service{
use local-service ; Name of service template to use
host_name server1
service_description MaxScale_listeners
check_command check_maxscale_resource!6603!admin!skysql!listeners
check_command check_maxscale_resource!6603!admin!mariadb!listeners
notifications_enabled 0
}
@ -70,7 +70,7 @@ define service{
use local-service ; Name of service template to use
host_name server1
service_description MaxScale_servers
check_command check_maxscale_resource!6603!admin!skysql!servers
check_command check_maxscale_resource!6603!admin!mariadb!servers
notifications_enabled 0
}
@ -79,7 +79,7 @@ define service{
use local-service ; Name of service template to use
host_name server1
service_description MaxScale_sessions
check_command check_maxscale_resource!6603!admin!skysql!sessions
check_command check_maxscale_resource!6603!admin!mariadb!sessions
notifications_enabled 0
}
@ -88,7 +88,7 @@ define service{
use local-service ; Name of service template to use
host_name server1
service_description MaxScale_filters
check_command check_maxscale_resource!6603!admin!skysql!filters
check_command check_maxscale_resource!6603!admin!mariadb!filters
notifications_enabled 0
}
@ -97,7 +97,7 @@ define service{
use local-service ; Name of service template to use
host_name server1
service_description MaxScale_monitors
check_command check_maxscale_monitors!6603!admin!skysql!monitors
check_command check_maxscale_monitors!6603!admin!mariadb!monitors
notifications_enabled 0
}
@ -106,6 +106,6 @@ define service{
use local-service ; Name of service template to use
host_name server1
service_description MaxScale_threads
check_command check_maxscale_threads!6603!admin!skysql!threads!/usr/local/skysql/maxscale/bin/maxadmin
check_command check_maxscale_threads!6603!admin!mariadb!threads!/usr/local/mariadb/maxscale/bin/maxadmin
notifications_enabled 0
}