added comment option
This commit is contained in:
@@ -27,12 +27,15 @@
|
||||
# @param ne_cmd_argstring Specify the string of valid argument for the command
|
||||
# , i.e. -w $ARG1$ -c $ARG2$. See the arguments in th eman pages for the
|
||||
# checks.
|
||||
# @param [string] ne_cmd_comment Specify an optional comment for your command
|
||||
# definition
|
||||
###############################################################################
|
||||
define cd_nrpe::commands::definitions (
|
||||
|
||||
$ne_check_cmd = undef,
|
||||
$ne_cmd_path = '/usr/lib64/nagios/plugins/',
|
||||
$ne_cmd_argstring = undef,
|
||||
$ne_cmd_comment = undef,
|
||||
|
||||
) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user