Skip to content

Commit

Permalink
Delete some obsolete usage-stats tools.
Browse files Browse the repository at this point in the history
These are no longer useful, with our spiffy new analytics framework,
and we haven't in fact been using them for some time, while the
`active-user-stats` cron job does cause regular mail from cron.
Just delete them.
  • Loading branch information
gnprice authored and timabbott committed Aug 1, 2017
1 parent 7eb41c5 commit c127630
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 101 deletions.
61 changes: 0 additions & 61 deletions analytics/management/commands/active_user_stats.py

This file was deleted.

30 changes: 0 additions & 30 deletions analytics/management/commands/active_user_stats_by_day.py

This file was deleted.

3 changes: 0 additions & 3 deletions puppet/zulip_ops/files/cron.d/active-user-stats

This file was deleted.

7 changes: 0 additions & 7 deletions puppet/zulip_ops/manifests/staging_app_frontend.pp
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@
target => '/etc/nginx/sites-available/zulip-staging',
notify => Service["nginx"],
}
file { "/etc/cron.d/active-user-stats":
ensure => file,
owner => "root",
group => "root",
mode => 644,
source => "puppet:///modules/zulip_ops/cron.d/active-user-stats",
}
file { "/etc/cron.d/clearsessions":
ensure => file,
owner => "root",
Expand Down

0 comments on commit c127630

Please sign in to comment.