lib/cloudstack-nagios/commands/nagios_config.rb in cloudstack-nagios-0.15.2 vs lib/cloudstack-nagios/commands/nagios_config.rb in cloudstack-nagios-0.16.0

- old
+ new

@@ -78,10 +78,10 @@ end no_commands do def get_configs(configs = []) - all_configs = %w(hostgroups zone_hosts router_hosts router_services system_vm_hosts system_vm_services capacities async_jobs storage_pools) + all_configs = %w(hostgroups zone_hosts router_hosts router_services system_vm_hosts system_vm_services capacities async_jobs snapshots storage_pools) if configs.size == 0 return all_configs else if configs.size == 1 && configs[0].downcase == "all" return all_configs