forgot to add the command, now did

This commit is contained in:
Maria Haider 2022-11-10 12:17:43 +01:00
parent 6cbfd488af
commit 2af8478ae1
Signed by: mariah
GPG key ID: 7414A760CA747E57
2 changed files with 3 additions and 0 deletions

View file

@ -1366,6 +1366,9 @@ class nagios_monitor {
description => 'check test countires in QA',
contact_groups => ['alerts'],
}
nagioscfg::command {'check_eidastest_prod':
command_line => "/usr/lib/nagios/plugins/check_eidastest_prod.sh"
}
nagioscfg::service {'check_eidastest_prod':
host_name => ['localhost'],
check_command => 'check_eidastest_prod',

View file