OP#436 disable commands export
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
## confdroid_nagios::nagios::objects::commands_df.pp
|
||||||
|
# Module name: confdroid_nagios
|
||||||
|
# Author: 12ww1160 (12ww1160@confdroid.com)
|
||||||
|
# @summary define manages the commands in/etc/nagios/conf.d/commands.cfg
|
||||||
|
# @param [String] ng_user_arg_name the name of user argument i.e. $user1$
|
||||||
|
# @param [String] ng_user_arg_value the value of t user argument i.e. $user1$
|
||||||
|
# @param [String] ng_user_arg_comment the argument i.e. $user1$
|
||||||
|
# @param [String] ng_resource_rule_erb resource rule #
|
||||||
|
#############################################################################
|
||||||
|
define confdroid_nagios::nagios::objects::commands_df (
|
||||||
|
|
||||||
|
) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ log_file=<%= @ng_log_file %>
|
|||||||
# or at nagios.org
|
# or at nagios.org
|
||||||
|
|
||||||
# temporary commands file
|
# temporary commands file
|
||||||
cfg_file=/etc/nagios/objects/commands.cfg
|
#cfg_file=/etc/nagios/objects/commands.cfg
|
||||||
|
|
||||||
cfg_dir=<%= @ng_conf_d_dir %>
|
cfg_dir=<%= @ng_conf_d_dir %>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user