diff --git a/doc/puppet_classes/confdroid_apache_3A_3Amonitoring_3A_3Atarget.html b/doc/puppet_classes/confdroid_apache_3A_3Amonitoring_3A_3Atarget.html index 7fb4063..c642f4c 100644 --- a/doc/puppet_classes/confdroid_apache_3A_3Amonitoring_3A_3Atarget.html +++ b/doc/puppet_classes/confdroid_apache_3A_3Amonitoring_3A_3Atarget.html @@ -137,7 +137,7 @@ class confdroid_apache::monitoring::target ( owner => 'nagios', group => 'nagios', mode => '0640', - contacts => 'ops', + contacts => $ae_target_contacts, } } } diff --git a/doc/puppet_classes/confdroid_apache_3A_3Aparams.html b/doc/puppet_classes/confdroid_apache_3A_3Aparams.html index 59def19..8cf253c 100644 --- a/doc/puppet_classes/confdroid_apache_3A_3Aparams.html +++ b/doc/puppet_classes/confdroid_apache_3A_3Aparams.html @@ -385,6 +385,24 @@ inherited by all classes except defines. +
  • + + ae_target_contacts + + + (String) + + + (defaults to: 'nagiosadmin') + + + — +
    +

    which contacts to notify for nagios alerts

    +
    + +
  • +
  • ae_manage_fw @@ -432,7 +450,6 @@ inherited by all classes except defines.
     
     
    -46
     47
     48
     49
    @@ -494,16 +511,18 @@ inherited by all classes except defines.
     105
     106
     107
    -108
    +108 +109 +110 -
    # File 'manifests/params.pp', line 46
    +        
    # File 'manifests/params.pp', line 47
     
     class confdroid_apache::params (
     
     # installation
    -  String $pkg_ensure         = 'present',
    -  Array $reqpackages        = ['httpd','mod_ssl'],
    +  String $pkg_ensure          = 'present',
    +  Array $reqpackages          = ['httpd','mod_ssl'],
     
     # configuration files
       Boolean $ae_manage_cfg      = false,
    @@ -512,13 +531,14 @@ class confdroid_apache::params (
     
     # nagios
       Boolean $ae_incl_target     = false,
    -  String $ae_target_service  = '/etc/nagios/conf.d/httpd_service.cfg',
    +  String $ae_target_service   = '/etc/nagios/conf.d/httpd_service.cfg',
    +  String $ae_target_contacts  = 'nagiosadmin',
     
     # firewall
       Boolean $ae_manage_fw       = true,
    -  String $ae_order_no        = '50',
    -  String $ae_http_port       = '80',
    -  String $ae_https_port      = '443',
    +  String $ae_order_no         = '50',
    +  String $ae_http_port        = '80',
    +  String $ae_https_port       = '443',
     
     ) {
     # facts