yoshinorim / mha4mysql-manager

Development tree of Master High Availability Manager and tools for MySQL (MHA), Manager part
http://code.google.com/p/mysql-master-ha/
GNU General Public License v2.0
1.46k stars 501 forks source link

Health check times when an error is detected #150

Open kuroseets opened 2 years ago

kuroseets commented 2 years ago

Hello.

I want to set the number of health checks when an error is detected in the config file. However, the value is hard-coded in the source.

source is here.

if ( $error_count >= 4 ) {

Is it possible to set this value of "4" in an external file with a parameter? Your opinion please, thank you.