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

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

Issue 6304894776508416: Issue 2160 - Ensure nagios_hostgroup() does not break reprovisioning (Closed)
Patch Set: Issue 2160 - Ensure nagios_hostgroup() does not break reprovisioning Created March 18, 2015, 2:41 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: 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 zone: "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:
21 all: 21 all:
22 members: '*' 22 members: '*'
23 filter-servers: 23 filter-servers:
24 members: '' 24 members: ','
25 http-servers: 25 http-servers:
26 members: '' 26 members: ','
27 27
28 nagios_services: 28 nagios_services:
29 current-load: 29 current-load:
30 use: 'generic-service' 30 use: 'generic-service'
31 hostgroup_name: 'all' 31 hostgroup_name: 'all'
32 service_description: 'Current Load' 32 service_description: 'Current Load'
33 check_command: 'check_nrpe_1arg!check_load' 33 check_command: 'check_nrpe_1arg!check_load'
34 disk-space: 34 disk-space:
35 use: 'generic-service' 35 use: 'generic-service'
36 hostgroup_name: 'all' 36 hostgroup_name: 'all'
(...skipping 39 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
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