added comment option
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
# cd_nrpe::commands::definitions { 'check_users':
|
||||
# ne_check_cmd => 'check_users',
|
||||
# ne_cmd_argstring => '-w $ARG1$ -c $ARG2$',
|
||||
# ne_cmd_comment => 'check the amount of user logged in locally',
|
||||
# }
|
||||
###############################################################################
|
||||
class cd_nrpe::commands::definition_rules (
|
||||
@@ -59,6 +60,7 @@ class cd_nrpe::commands::definition_rules (
|
||||
cd_nrpe::commands::definitions { 'check_users':
|
||||
ne_check_cmd => 'check_users',
|
||||
ne_cmd_argstring => '-w $ARG1$ -c $ARG2$',
|
||||
ne_cmd_comment => 'check the amount of user logged in locally',
|
||||
}
|
||||
|
||||
cd_nrpe::commands::definitions { 'check_load':
|
||||
|
||||
Reference in New Issue
Block a user