adds nagios target

This commit is contained in:
Arne Teuke
2018-04-20 10:06:12 +02:00
parent 1118729c96
commit e68298bc5c
4 changed files with 55 additions and 3 deletions

View File

@@ -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