28 lines
1 KiB
INI
28 lines
1 KiB
INI
################################################################################
|
|
# 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
|
|
#
|
|
################################################################################
|
|
|
|
|
|
define command {
|
|
command_name restart_rsyslog
|
|
command_line $USER1$/restart_rsyslog $SERVICESTATE$ $SERVICESTATETYPE$ $SERVICEATTEMPT$ $HOSTADDRESS$ "$HOSTALIAS$" "$SERVICEDESC$" "$SERVICESTATE$"
|
|
}
|