| 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 zone: "adblockplus.org" | 10 zone: "adblockplus.org" |
|
Felix Dahlke
2015/03/04 14:27:53
This was indented on column before. Certainly not
mathias
2015/03/04 18:13:51
Done.
| |
| 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 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 |