forgot to add the command, now did
This commit is contained in:
parent
6cbfd488af
commit
2af8478ae1
2 changed files with 3 additions and 0 deletions
|
@ -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',
|
||||
|
|
0
global/overlay/usr/lib/nagios/plugins/check_eidastest_prod.sh
Normal file → Executable file
0
global/overlay/usr/lib/nagios/plugins/check_eidastest_prod.sh
Normal file → Executable file
Loading…
Add table
Reference in a new issue