summaryrefslogtreecommitdiff
path: root/provider_base/services/monitor.json
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-01-28 21:45:09 +0100
committervarac <varacanero@zeromail.org>2013-01-28 21:45:09 +0100
commit349c58f668e419595ff3aff902948e7901e88d55 (patch)
tree311c3138879d7e48c9a6c1e293b2a86a5f978cf6 /provider_base/services/monitor.json
parent76375b224bd621ab2238fa49207ca928892cd6f5 (diff)
update services/monitoring.json to include openvpn_gateway_address
Diffstat (limited to 'provider_base/services/monitor.json')
-rw-r--r--provider_base/services/monitor.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/provider_base/services/monitor.json b/provider_base/services/monitor.json
index 0a44ded1..09972308 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.full', 'ip_address', 'services')"
+ "hosts": "= nodes['production' => true].fields('domain.internal', 'ip_address', 'services', 'openvpn.gateway_address')"
}
-} \ No newline at end of file
+}