2024-09-27 12:42:19 +02:00
|
|
|
# geteduroam-specific monitor things
|
|
|
|
class geteduroam::monitor {
|
|
|
|
|
|
|
|
nagioscfg::service {'check_async_replication':
|
|
|
|
hostgroup_name => ['sunet::mariadb::backup'],
|
2024-09-27 12:45:19 +02:00
|
|
|
check_command => 'check_nrpe!check_async_replication',
|
2024-09-27 12:42:19 +02:00
|
|
|
description => 'MySQL Replication Health',
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|