11 lines
285 B
Puppet
11 lines
285 B
Puppet
# geteduroam-specific monitor things
|
|
class geteduroam::monitor {
|
|
|
|
nagioscfg::service {'check_async_replication':
|
|
hostgroup_name => ['sunet::mariadb::backup'],
|
|
check_command => 'check_nrpe!check_async_replication',
|
|
description => 'MySQL Replication Health',
|
|
}
|
|
|
|
|
|
}
|