Files
ViciDialSVN/vicinoc_1-X/icinga2/conf.d/services/mysql.conf
T

31 lines
736 B
Plaintext

apply Service "mysql" {
import "service-1minhigh"
check_command = "mysql-stdchk"
assign where host.vars.servertype == "database" && host.vars.dbtype == "master"
}
apply Service "mysql" {
import "service-1minhigh"
check_command = "mysql-slavechk"
assign where host.vars.servertype == "database" && host.vars.dbtype == "slave"
}
apply Service "mysql" {
import "service-1minhigh"
check_command = "mysql-slavechk"
assign where host.vars.dbslave == "1"
}
apply Service "mysql" {
import "service-1minhigh"
check_command = "mysql-stdchk"
assign where host.vars.dbmaster == "1"
}
apply Service "mysql" {
import "service-1minhigh"
check_command = "mysql-slavechk"
assign where host.vars.servertype == "sips"
}