2016-07-19 02:29:08 -04:00
|
|
|
# name: discourse-nginx-performance-report
|
|
|
|
# about: Analyzing Discourse Performance using NGINX logs
|
|
|
|
# version: 0.1
|
|
|
|
# url: https://github.com/discourse/discourse/tree/master/plugins/discourse-nginx-performance-report
|
|
|
|
|
2018-05-07 22:30:33 -04:00
|
|
|
enabled_site_setting :daily_performance_report
|
|
|
|
enabled_site_setting_filter "daily_performance_report"
|
2018-05-15 18:43:09 -04:00
|
|
|
hide_plugin if self.respond_to?(:hide_plugin)
|
2018-05-07 22:30:33 -04:00
|
|
|
|
2016-07-19 02:29:08 -04:00
|
|
|
after_initialize do
|
2016-07-19 05:18:40 -04:00
|
|
|
load File.expand_path("../app/jobs/scheduled/daily_performance_report.rb", __FILE__)
|
2016-07-19 02:29:08 -04:00
|
|
|
end
|