lib/daemons/appstats_log_collector.rb in appstats-0.17.2 vs lib/daemons/appstats_log_collector.rb in appstats-0.17.3
- old
+ new
@@ -53,9 +53,11 @@
appstats_config["remote_servers"].each do |remote_server|
Appstats::LogCollector.find_remote_files(remote_server,remote_server[:path],remote_server[:template])
end
Appstats::LogCollector.download_remote_files(appstats_config["remote_servers"])
Appstats::LogCollector.process_local_files
+
+ Appstats::ResultJob.require_third_party_queries(appstats_config["third_party_queries"])
Appstats::ResultJob.run
Appstats::Action.update_actions
Appstats::Host.update_hosts
Appstats::ContextKey.update_context_keys
\ No newline at end of file