diff options
author | varac <varacanero@zeromail.org> | 2013-01-28 21:45:09 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-01-28 21:45:09 +0100 |
commit | 349c58f668e419595ff3aff902948e7901e88d55 (patch) | |
tree | 311c3138879d7e48c9a6c1e293b2a86a5f978cf6 | |
parent | 76375b224bd621ab2238fa49207ca928892cd6f5 (diff) |
update services/monitoring.json to include openvpn_gateway_address
-rw-r--r-- | provider_base/services/monitor.json | 4 |
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 +} |