From 49fc7e085f635c906b32adfc41a207939be2cf39 Mon Sep 17 00:00:00 2001 From: elijah Date: Fri, 8 Feb 2013 19:40:56 -0800 Subject: make monitor service include the nodes that are of a similar type (e.g. production or local). --- provider_base/services/monitor.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'provider_base/services') diff --git a/provider_base/services/monitor.json b/provider_base/services/monitor.json index 09972308..f5e4d922 100644 --- a/provider_base/services/monitor.json +++ b/provider_base/services/monitor.json @@ -1,6 +1,6 @@ { "nagios": { "nagiosadmin_pw": "= secret :nagios_admin_password", - "hosts": "= nodes['production' => true].fields('domain.internal', 'ip_address', 'services', 'openvpn.gateway_address')" + "hosts": "= nodes_like_me.fields('domain.internal', 'ip_address', 'services', 'openvpn.gateway_address')" } } -- cgit v1.2.3