geteduroam-ops/global/overlay/etc/puppet/modules/geteduroam/manifests/monitor.pp
2024-09-27 12:45:19 +02:00

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',
}
}