cloudstack-nagios 0.15.0 → 0.15.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -40,7 +40,7 @@ class Check < CloudstackNagios::Base
40
40
  desc "capacity SUBCOMMAND ...ARGS", "capacity checks"
41
41
  subcommand :capacity, Capacity
42
42
 
43
- desc "storage_pool", "check capacity of storage_pool"
43
+ desc "storage_pool", "check capacity of storage pools"
44
44
  option :pool_name, required: true
45
45
  option :zone
46
46
  option :over_provisioning, type: :numeric, default: 1.0,
@@ -11,3 +11,8 @@ define hostgroup {
11
11
  register 1
12
12
  }
13
13
 
14
+ define hostgroup {
15
+ hostgroup_name CloudstackSystemVm
16
+ alias CloudstackSystemVm
17
+ register 1
18
+ }
@@ -1,3 +1,3 @@
1
1
  module CloudstackNagios
2
- VERSION = "0.15.0"
2
+ VERSION = "0.15.1"
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.15.0
4
+ version: 0.15.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-09-19 00:00:00.000000000 Z
12
+ date: 2014-10-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rdoc