fixed typo in hostgroup names
This commit is contained in:
parent
08f1960dc8
commit
52c1de8260
1 changed files with 4 additions and 4 deletions
|
@ -1,24 +1,24 @@
|
|||
class rut::rut_mon {
|
||||
nagioscfg::service {'check_rut_pods':
|
||||
hostgroup_name => 'rut::controller_nrpe',
|
||||
hostgroup_name => ['rut::controller_nrpe'],
|
||||
check_command => 'check_nrpe!check_rut_pods',
|
||||
description => 'Microk8s cluster health',
|
||||
}
|
||||
|
||||
nagioscfg::service {'check_rut_postgres':
|
||||
hostgroup_name => 'rut::controller_nrpe',
|
||||
hostgroup_name => ['rut::controller_nrpe'],
|
||||
check_command => 'check_nrpe!check_rut_postgres',
|
||||
description => 'Postgres cluster health',
|
||||
}
|
||||
|
||||
nagioscfg::service {'check_rut_snapshots':
|
||||
hostgroup_name => 'sunet::naemon_monitor',
|
||||
hostgroup_name => ['sunet::naemon_monitor'],
|
||||
check_command => 'check_nrpe!check_rut_snapshots',
|
||||
description => 'Backup snapshots in sto4',
|
||||
}
|
||||
|
||||
nagioscfg::service {'check_fleetlock_disabled':
|
||||
hostgroup_name => 'sunet::fleetlock_client',
|
||||
hostgroup_name => ['sunet::fleetlock_client'],
|
||||
check_command => 'check_nrpe!check_fleetlock_disabled',
|
||||
description => 'Fleetlock',
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue