Repo specific monitor configuration
This commit is contained in:
parent
ecf3ae6673
commit
6957ca3f24
|
@ -23,6 +23,7 @@
|
|||
- nrpe_check_zombie_procs
|
||||
|
||||
internal-dco-prod-monitor-1.geteduroam.sunet.se:
|
||||
geteduroam::monitor:
|
||||
sunet::dockerhost2:
|
||||
sunet::naemon_monitor:
|
||||
domain: monitor.geteduroam.sunet.se
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
# geteduroam-specific monitor things
|
||||
class geteduroam::monitor {
|
||||
|
||||
nagioscfg::service {'check_async_replication':
|
||||
hostgroup_name => ['sunet::mariadb::backup'],
|
||||
check_command => 'check_nrpe_1arg!check_async_replication',
|
||||
description => 'MySQL Replication Health',
|
||||
}
|
||||
|
||||
|
||||
}
|
Loading…
Reference in a new issue