OP#436 disable commands export

This commit is contained in:
2026-03-09 15:06:38 +01:00
parent 2e138e7782
commit ad202b546c
2 changed files with 15 additions and 1 deletions

View File

@@ -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 (
) {
}