Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: hiera/roles/monitoringserver.yaml

Issue 29373555: Noissue - Remove class puppetmaster from monitoringserver role (Closed)
Patch Set: Created Jan. 24, 2017, 1:14 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 classes: 1 classes:
2 puppetmaster:
3 nagios::server: 2 nagios::server:
4 domain: "monitoring.adblockplus.org" 3 domain: "monitoring.adblockplus.org"
5 certificate: "monitoring.adblockplus.org_sslcert.pem" 4 certificate: "monitoring.adblockplus.org_sslcert.pem"
6 private_key: "monitoring.adblockplus.org_sslcert.key" 5 private_key: "monitoring.adblockplus.org_sslcert.key"
7 is_default: "true" 6 is_default: "true"
8 htpasswd_source: "puppet:///modules/private/nagios-htpasswd" 7 htpasswd_source: "puppet:///modules/private/nagios-htpasswd"
9 admins: ["*"] 8 admins: ["*"]
10 zone: "adblockplus.org" 9 zone: "adblockplus.org"
11 10
12 nagios::server::commands: 11 nagios::server::commands:
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 use: 'generic-service' 75 use: 'generic-service'
77 hostgroup_name: 'all' 76 hostgroup_name: 'all'
78 service_description: 'Connections' 77 service_description: 'Connections'
79 check_command: 'check_nrpe_1arg!check_connections' 78 check_command: 'check_nrpe_1arg!check_connections'
80 memory: 79 memory:
81 use: 'generic-service' 80 use: 'generic-service'
82 hostgroup_name: 'all' 81 hostgroup_name: 'all'
83 service_description: 'Memory' 82 service_description: 'Memory'
84 check_command: 'check_nrpe_1arg!check_memory' 83 check_command: 'check_nrpe_1arg!check_memory'
85 84
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld