Revert "nagios_server: Check Koschei pod count instead of processes"

This reverts commit a0474d9c3687bd144d5a890e8f8c802486299947.
This reverts commit 803af9c9cb3456d7440695ddf8c51990b002c6d4.
This commit is contained in:
Mikolaj Izdebski 2019-09-25 15:46:35 +02:00 committed by Pierre-Yves Chibon
parent 98ecbf6f50
commit a1c728f8a8
3 changed files with 31 additions and 33 deletions

View file

@ -1,29 +0,0 @@
################################################################################
# COMMAND DEFINITIONS
#
# SYNTAX:
#
# define command{
# template <templatename>
# name <objectname>
# command_name <commandname>
# command_line <commandline>
# }
#
# WHERE:
#
# <templatename> = object name of another command definition that should be
# used as a template for this definition (optional)
# <objectname> = object name of command definition, referenced by other
# command definitions that use it as a template (optional)
# <commandname> = name of the command, as recognized/used by Nagios
# <commandline> = command line
#
################################################################################
# 'check_openshift_objects'
define command{
command_name check_openshift_objects
command_line $USER1$/check_openshift_objects $ARG1$ $ARG2$ $ARG3$ $ARG4$ $ARG5$
}