Left: | ||
Right: |
LEFT | RIGHT |
---|---|
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: |
21 all: | 21 all: |
22 members: '*' | 22 members: '*' |
23 filter-servers: | 23 filter-servers: |
24 members: '' | 24 members: '' |
Wladimir Palant
2015/03/03 20:00:19
Is this "TODO"?
mathias
2015/03/04 12:32:37
Nope. The servers are added into the groups alread
| |
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: |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
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 |
LEFT | RIGHT |