nagios_server: Add missing arguments to check_openshift_objects
This commit is contained in:
parent
ec6c5cab14
commit
98ecbf6f50
1 changed files with 1 additions and 1 deletions
|
@ -24,6 +24,6 @@
|
||||||
# 'check_openshift_objects'
|
# 'check_openshift_objects'
|
||||||
define command{
|
define command{
|
||||||
command_name check_openshift_objects
|
command_name check_openshift_objects
|
||||||
command_line $USER1$/check_openshift_objects
|
command_line $USER1$/check_openshift_objects $ARG1$ $ARG2$ $ARG3$ $ARG4$ $ARG5$
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue