cloudstack-nagios 0.17.4 → 0.17.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,5 +12,5 @@ object CheckCommand "cs-nagios_check-asyncjobs" {
12
12
  apply Service "Cloudstack Async Jobs" {
13
13
  import "generic-service-pnp"
14
14
  check_command = "cs-nagios_check-asyncjobs"
15
- assign where "CloudstackSystemVm" in host.groups
15
+ assign where "Cloudstack" in host.groups
16
16
  }
@@ -3,8 +3,6 @@
3
3
  <% if vm['privateip'] -%>
4
4
  object Host "<%= vm['name'] %>" {
5
5
  import "generic-host"
6
- vars.os = "Linux"
7
- vars.os_family = "RedHat"
8
6
  address = "<%= vm['privateip'] %>"
9
7
  groups = [ "CloudstackSystemVm<%= '" , "CloudstackSSVM' if vm['systemvmtype'] == 'secondarystoragevm' %>" ]
10
8
  }
@@ -3,7 +3,6 @@
3
3
  object Host "Cloudstack_<%= zone['name'] %>" {
4
4
  import "generic-host"
5
5
  address = "localhost"
6
- vars.os = "Linux"
7
6
  groups = [ "Cloudstack" ]
8
7
  }
9
8
 
@@ -1,3 +1,3 @@
1
1
  module CloudstackNagios
2
- VERSION = "0.17.4"
2
+ VERSION = "0.17.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudstack-nagios
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.4
4
+ version: 0.17.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2014-12-03 00:00:00.000000000 Z
13
+ date: 2014-12-16 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rdoc