Repo specific monitor configuration
This commit is contained in:
parent
ecf3ae6673
commit
6957ca3f24
2 changed files with 12 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
||||||
- nrpe_check_zombie_procs
|
- nrpe_check_zombie_procs
|
||||||
|
|
||||||
internal-dco-prod-monitor-1.geteduroam.sunet.se:
|
internal-dco-prod-monitor-1.geteduroam.sunet.se:
|
||||||
|
geteduroam::monitor:
|
||||||
sunet::dockerhost2:
|
sunet::dockerhost2:
|
||||||
sunet::naemon_monitor:
|
sunet::naemon_monitor:
|
||||||
domain: monitor.geteduroam.sunet.se
|
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…
Add table
Reference in a new issue