summaryrefslogtreecommitdiff
path: root/provider_base/services/monitor.json
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-02-08 19:40:56 -0800
committerelijah <elijah@riseup.net>2013-02-08 19:40:56 -0800
commit49fc7e085f635c906b32adfc41a207939be2cf39 (patch)
tree50cf140bf27245a2cde585a5ad676a617dd38006 /provider_base/services/monitor.json
parentc43bb848ab337ba59b34cdf7e754203935128eb7 (diff)
make monitor service include the nodes that are of a similar type (e.g. production or local).
Diffstat (limited to 'provider_base/services/monitor.json')
-rw-r--r--provider_base/services/monitor.json2
1 files changed, 1 insertions, 1 deletions
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')"
}
}