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

Unified Diff: hiera/roles/monitoringserver.yaml

Issue 5114072680890368: Issue 2188 - Use class parameter lookup feature with Hiera (Closed)
Patch Set: Created March 20, 2015, 1:42 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | modules/nagios/manifests/server.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: hiera/roles/monitoringserver.yaml
===================================================================
--- a/hiera/roles/monitoringserver.yaml
+++ b/hiera/roles/monitoringserver.yaml
@@ -9,7 +9,7 @@
admins: ["*"]
zone: "adblockplus.org"
-nagios_commands:
+nagios::server::commands:
check_nrpe_timeout:
command_line: '/usr/lib/nagios/plugins/check_nrpe -H $HOSTADDRESS$ -c $ARG1$ -t $ARG2$'
check_easylist_http:
@@ -17,7 +17,7 @@
check_notification_http:
command_line: '/usr/lib/nagios/plugins/check_http -S -I $HOSTADDRESS$ -H notification.adblockplus.org -u /notification.json -k "Accept-Encoding: gzip,deflate" -e "HTTP/1.1 200 OK"'
-nagios_hostgroups:
+nagios::server::hostgroups:
all:
members: '*'
filter-servers:
@@ -25,7 +25,7 @@
http-servers:
members: ','
-nagios_services:
+nagios::server::services:
current-load:
use: 'generic-service'
hostgroup_name: 'all'
« no previous file with comments | « no previous file | modules/nagios/manifests/server.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld