cloudstack-nagios 0.7.4 → 0.7.5

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 308620b567d6ad79dadb95d171ccaf34b84fc31b
4
- data.tar.gz: 56f22c7f919f2184c581f8aaf9f3fca68f0408dc
3
+ metadata.gz: 43e0494052a94a877fe3093a37c8cacc67f304e8
4
+ data.tar.gz: f2b08fa3aacf875ab2739c3bc1b273518df22966
5
5
  SHA512:
6
- metadata.gz: 070c91610b0b831f2d0452a5ea3b6a417cac50ccb1ae09712113702faf0420bac18486055620c0445107d432544615d70740e66848f788e483ec9f5bbb105f06
7
- data.tar.gz: 36c4bca3fb1fcaf833626b4a80bf0e0e5dcb1e659577a031ee2032a4c8cdbcdff5312f9248fc499e39f0f406b1708c7168f175d29286bf48bc3f627d54283528
6
+ metadata.gz: 04733f21a90d816f2614fb38af6117b044f2885f6ebfd7e54d574c9fd3d6e4cff72d71b4cc1d9f2f407a8a43eb835feff900bd5d7335cb454ce2a209cc935ef7
7
+ data.tar.gz: 0c3ab434608fdb024b61dc1a7ef89861a1e266ed90996d6a4a225c1ac5030ba65d07adef67455d4004180d5c40f4ce99d9c61eb9af2d6a7ce9629d24b8e3bca5
@@ -5,11 +5,11 @@ class Capacity < CloudstackNagios::Base
5
5
  1 => {name: "CPU", method_name: "cpu"},
6
6
  2 => {name: "Storage", method_name: "storage"},
7
7
  3 => {name: "Primary Storage", method_name: "primary_storage"},
8
- 4 => {name: "Public IP's", method_name: "public_ips"},
9
- 5 => {name: "Private IP's", method_name: "private_ips"},
8
+ 4 => {name: "Public IP addresses", method_name: "public_ips"},
9
+ 5 => {name: "Private IP addresses", method_name: "private_ips"},
10
10
  6 => {name: "Secondary Storage", method_name: "secondary_storage"},
11
11
  7 => {name: "VLANs", method_name: "vlans"},
12
- 8 => {name: "Direct Attached Public IP's", method_name: "direct_attached_public_ips"},
12
+ 8 => {name: "Direct Attached Public IP addresses", method_name: "direct_attached_public_ips"},
13
13
  9 => {name: "Local Storage", method_name: "local_storage"}
14
14
  }
15
15
 
@@ -1,3 +1,3 @@
1
1
  module CloudstackNagios
2
- VERSION = "0.7.4"
2
+ VERSION = "0.7.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.7.4
4
+ version: 0.7.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nik Wolfgramm