lib/cloudstack-nagios/commands/capacity.rb in cloudstack-nagios-0.7.4 vs lib/cloudstack-nagios/commands/capacity.rb in cloudstack-nagios-0.7.5
- old
+ new
@@ -3,14 +3,14 @@
CAPACITY_TYPES = {
0 => {name: "Memory", method_name: "memory"},
1 => {name: "CPU", method_name: "cpu"},
2 => {name: "Storage", method_name: "storage"},
3 => {name: "Primary Storage", method_name: "primary_storage"},
- 4 => {name: "Public IP's", method_name: "public_ips"},
- 5 => {name: "Private IP's", method_name: "private_ips"},
+ 4 => {name: "Public IP addresses", method_name: "public_ips"},
+ 5 => {name: "Private IP addresses", method_name: "private_ips"},
6 => {name: "Secondary Storage", method_name: "secondary_storage"},
7 => {name: "VLANs", method_name: "vlans"},
- 8 => {name: "Direct Attached Public IP's", method_name: "direct_attached_public_ips"},
+ 8 => {name: "Direct Attached Public IP addresses", method_name: "direct_attached_public_ips"},
9 => {name: "Local Storage", method_name: "local_storage"}
}
CAPACITY_TYPES.each do |type, value|
desc value[:method_name], "check #{value[:name].downcase} on host"
\ No newline at end of file