2026-03-09 15:06:38 +01:00
|
|
|
## 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 (
|
|
|
|
|
|
|
|
|
|
) {
|
|
|
|
|
|
|
|
|
|
}
|