diff options
-rw-r--r-- | platform.rb | 2 | ||||
-rw-r--r-- | provider_base/services/monitor.json | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/platform.rb b/platform.rb index 62fb0215..ee87789a 100644 --- a/platform.rb +++ b/platform.rb @@ -4,7 +4,7 @@ Leap::Platform.define do self.version = "0.3.0" - self.compatible_cli = "1.3.0".."1.99" + self.compatible_cli = "1.3.1".."1.99" # # the facter facts that should be gathered diff --git a/provider_base/services/monitor.json b/provider_base/services/monitor.json index b6886603..cf117869 100644 --- a/provider_base/services/monitor.json +++ b/provider_base/services/monitor.json @@ -3,6 +3,7 @@ "nagiosadmin_pw": "= secret :nagios_admin_password", "hosts": "= nodes_like_me.pick_fields('domain.internal', 'ip_address', 'services', 'openvpn.gateway_address')" }, + "hosts": "= hosts_file(nodes_like_me[:services => '!monitor'])", "ssh": { "monitor": { "username": "= Leap::Platform.monitor_username", |