adds nagios target
This commit is contained in:
@@ -54,6 +54,7 @@
|
||||
# @param [boolean] ae_allow_user_dirs Whether or not to allow user directories
|
||||
# should be allowed to share content through httpd. Usually this is a security
|
||||
# problem and as such should be disabled.
|
||||
# @param [boolean] ae_incl_target whether or not to allow nagios monitoring.
|
||||
##############################################################################
|
||||
class cd_apache::params (
|
||||
|
||||
@@ -73,6 +74,10 @@ $ae_manage_cfg = false,
|
||||
$ae_manage_dirs = true,
|
||||
$ae_allow_user_dirs = false,
|
||||
|
||||
# nagios
|
||||
$ae_incl_target = true,
|
||||
$ae_target_service = '/etc/nagios/conf.d/httpd_service.cfg',
|
||||
|
||||
) {
|
||||
|
||||
# installation section
|
||||
|
||||
Reference in New Issue
Block a user