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

Delta Between Two Patch Sets: hiera/roles/monitoringserver.yaml

Issue 4810150141493248: Issue 122 - Puppet ENC via Hiera (Closed)
Left Patch Set: 112 - Integrate run.py and monitoring with Hiera Created Feb. 26, 2015, 5:32 p.m.
Right Patch Set: Puppet ENC via Hiera - Without Arrow Alignment Created March 16, 2015, 2:04 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « hiera/roles/intraforumserver.yaml ('k') | manifests/codereviewserver.pp » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 classes: 1 classes:
2 puppetmaster: 2 puppetmaster:
3 nagios::server: 3 nagios::server:
4 domain: "monitoring.adblockplus.org" 4 domain: "monitoring.adblockplus.org"
5 certificate: "monitoring.adblockplus.org_sslcert.pem" 5 certificate: "monitoring.adblockplus.org_sslcert.pem"
6 private_key: "monitoring.adblockplus.org_sslcert.key" 6 private_key: "monitoring.adblockplus.org_sslcert.key"
7 is_default: "true" 7 is_default: "true"
8 htpasswd_source: "puppet:///modules/private/nagios-htpasswd" 8 htpasswd_source: "puppet:///modules/private/nagios-htpasswd"
9 admins: ["*"] 9 admins: ["*"]
10 authority: "adblockplus.org" 10 zone: "adblockplus.org"
11 11
12 nagios_commands: 12 nagios_commands:
13 check_nrpe_timeout: 13 check_nrpe_timeout:
14 command_line: '/usr/lib/nagios/plugins/check_nrpe -H $HOSTADDRESS$ -c $ARG1$ -t $ARG2$' 14 command_line: '/usr/lib/nagios/plugins/check_nrpe -H $HOSTADDRESS$ -c $ARG1$ -t $ARG2$'
15 check_easylist_http: 15 check_easylist_http:
16 command_line: '/usr/lib/nagios/plugins/check_http -S -I $HOSTADDRESS$ -H eas ylist-downloads.adblockplus.org -u /easylist.txt -k "Accept-Encoding: gzip,defla te" -e "HTTP/1.1 200 OK"' 16 command_line: '/usr/lib/nagios/plugins/check_http -S -I $HOSTADDRESS$ -H eas ylist-downloads.adblockplus.org -u /easylist.txt -k "Accept-Encoding: gzip,defla te" -e "HTTP/1.1 200 OK"'
17 check_notification_http: 17 check_notification_http:
18 command_line: '/usr/lib/nagios/plugins/check_http -S -I $HOSTADDRESS$ -H not ification.adblockplus.org -u /notification.json -k "Accept-Encoding: gzip,deflat e" -e "HTTP/1.1 200 OK"' 18 command_line: '/usr/lib/nagios/plugins/check_http -S -I $HOSTADDRESS$ -H not ification.adblockplus.org -u /notification.json -k "Accept-Encoding: gzip,deflat e" -e "HTTP/1.1 200 OK"'
19 19
20 nagios_hostgroups: 20 nagios_hostgroups:
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 use: 'generic-service' 76 use: 'generic-service'
77 hostgroup_name: 'all' 77 hostgroup_name: 'all'
78 service_description: 'Connections' 78 service_description: 'Connections'
79 check_command: 'check_nrpe_1arg!check_connections' 79 check_command: 'check_nrpe_1arg!check_connections'
80 memory: 80 memory:
81 use: 'generic-service' 81 use: 'generic-service'
82 hostgroup_name: 'all' 82 hostgroup_name: 'all'
83 service_description: 'Memory' 83 service_description: 'Memory'
84 check_command: 'check_nrpe_1arg!check_memory' 84 check_command: 'check_nrpe_1arg!check_memory'
85 85
LEFTRIGHT

Powered by Google App Engine
This is Rietveld