Puppet Class: role::dbbackups::monitoring

Defined in:
modules/role/manifests/dbbackups/monitoring.pp

Overview

For hosts that are dedicated to monitoring database backups SPDX-License-Identifier: Apache-2.0



3
4
5
6
7
8
9
10
11
12
13
14
# File 'modules/role/manifests/dbbackups/monitoring.pp', line 3

class role::dbbackups::monitoring {
    system::role { 'dbbackups::monitoring':
        description => 'Database backups monitoring dashboard and metrics endpoint',
    }

    include ::profile::firewall
    include ::profile::base::production

    include ::profile::mariadb::wmfmariadbpy
    include ::profile::dbbackups::check
    include ::profile::dbbackups::dashboard
}