geteduroam-ops/global/overlay/etc/puppet/modules/geteduroam/manifests/monitor.pp

12 lines
285 B
ObjectPascal
Raw Normal View History

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