lib/cloudstack-nagios/commands/nagios_config.rb in cloudstack-nagios-0.9.1 vs lib/cloudstack-nagios/commands/nagios_config.rb in cloudstack-nagios-0.10.0
- old
+ new
@@ -76,10 +76,10 @@
end
no_commands do
def get_configs(configs = [])
- all_configs = %w(hostgroup zone_hosts router_hosts router_services capacities async_jobs storage_pools)
+ all_configs = %w(hostgroups zone_hosts router_hosts router_services capacities async_jobs storage_pools)
if configs.size == 0
return all_configs
else
if configs.size == 1 && configs[0].downcase == "all"
return all_configs
\ No newline at end of file